All Hands on the Prompt

A bug comes in from users. Your program crashes with an error at some indeterminate moment, for unclear reasons. (Are there ever any other kind?) It’s serious. Lots of users complaining. It’s urgent — every engineer drops what they’re doing and piles onto the task. What’s the CPU doing? Which processes are running? Are there logs? Are there repro steps? What about the dump? Etc. The war room Only they’re not exchanging files anymore. They’re exchanging prompts. ...

May 18, 2026 · 2 min · volyx

Agile Wasn't Flexible Enough

A task’s status updates itself, automatically, from the pull request. Sprints have been replaced by an optional weekly call. There’s no sprint planning either — you have an LLM generate a one-page design doc for the feature, and that’s the whole ceremony. Agents work the codebase autonomously. They write the tests. They review the code. They open small pull requests and merge them. Programmers are involved only in the big architectural decisions, the designs, and in giving feedback to the agents. ...

May 17, 2026 · 2 min · volyx

Adgentic Daily

Agentic, agentic, a-d-gentic. (In Russian, ад means hell. Keep that in mind as we go.) Ctrl-b, right We added verification. Our agent spins in a feral loop, checking itself against a thousand linters. The strictest checks are running — checks you don’t even know exist — something like LintLikeAGodIsLookingAtYouStrictly. It is, as far as I can tell, very thorough. I have not read a single line of its output. ...

May 16, 2026 · 2 min · volyx

No Silver Bullet, and Its Name Is AI

I remember when we used to repeat the mantra to each other — and from conference stages — that there is no silver bullet. It was practically a professional creed. And then AI showed up, and it turned out that wherever you add it, everything gets better. For managers. For products. For designers. For SaaS companies. Add AI to anything and it simply becomes better. Better how? Better in what way, exactly? And the way things worked before — why doesn’t that work anymore? Those are details. Digging into them feels almost impolite. So, anyway — the silver bullet is AI. ...

May 16, 2026 · 2 min · volyx

The Only Way, Tech Lead Way

If an engineer at Big Tech can simply be fired, managers get hurt differently. They get converted into an IC — an Individual Contributor. On paper it’s a kind of tech lead: someone who both writes code and helps others write it. Except they code… so-so. The industry moved on without them During their years away from the keyboard, the industry changed so much that even the tools and the terms they used to rely on are gone. The ground they once stood on has been repaved twice. ...

May 15, 2026 · 2 min · volyx

If We're Going to Tokenmaxx, At Least Do It with Distributed Systems

Continuing the tokenmaxxing theme. Google says 75% of its code is written with AI. Meta says 90%. Uber burned a whole year’s worth of tokens in the first four months of the year. Programmers tokenmaxx. Managers token-flex — about how much their team spends on tokens per month, as if the API invoice were a performance review. Everything’s better with AI Need a status report? AI bot. Monitoring? AI bot. Code review? AI bot. Dashboard? AI bot. Every action a programmer takes, every automation, every cron job that used to be twelve lines of bash — must now go through an AI. Because everything’s better with AI. Obviously. ...

May 13, 2026 · 2 min · volyx

Tokenmaxxing - it's not what you think

We used to count lines of code, then we’re counting commits, then tasks closed. And now it’s tokens. And if there’s a metric, there’s a way to inflate it. That’s how tokenmaxxing was born. Tokenmaxxing is when a developer maximizes the number of tokens they burn in order to climb the leaderboard. The manager’s leaderboard. The company dashboard, where you light up as “AI activist of the month.” Whatever scoreboard someone decided to wire up to the API bill and mistake for productivity. ...

May 12, 2026 · 1 min · volyx