AI Coding Agents Now Write 99 Percent of Code at Some Shops. The Bills Are Piling Up.

At Kilo Code, engineers write code themselves 1% of the time. VB Transform 2026 panel shows agentic coding is the default -- and the token bills are piling up.

2 min
AI Coding Agents Now Write 99 Percent of Code at Some Shops. The Bills Are Piling Up.

AI Coding Agents Now Write 99 Percent of Code at Some Shops. The Bills Are Piling Up.

At Kilo Code, engineers read or write code themselves about 1 percent of the time. The rest is handled by AI agents. The statistic, shared by co-founder Emilie Schario at VB Transform 2026, captures a shift that is no longer theoretical: agentic coding has moved from experiment to default at a growing number of engineering organizations, and with that shift comes a new set of problems that few teams have fully solved.

The panel brought together engineering leaders from Replit, Kilo Code, and warehouse automation firm Symbotic to compare notes on what happens when agents take over the commit log. The consensus: agents are remarkably good at greenfield work but stumble on existing codebases, the token bills are substantial, and the biggest unspoken challenge is figuring out who is accountable when an agent gets something wrong.

Jared Go, distinguished engineer for AI and cloud at Symbotic, described his team's approach as funneling agent output through a checklist of security, elegance, and correctness criteria. "Greenfield is so easy for agents," Go said. "Brownfield we all know is where the actual challenge lies." His team found that agents make weak product decisions farther down the development chain, which is where human judgment still carries the load.

Replit has taken a more structured approach. Amol Jain, head of product engineering, described an internal system where an agent reviews every pull request and assigns a risk score. Low-risk PRs self-merge. Higher-risk changes go to human reviewers. "The idea was human on the loop, not human in the loop," Jain said. He characterized Replit's internal tooling as "self-driving for software engineers" -- developers hand a task to a fleet of agents that run in cloud VMs behind token proxies, handling end-to-end planning, implementation, and testing.

Jain offered a specific example: an engineer could not reproduce a deep, gnarly bug. The task was handed to an AI manager agent, which told the original agent to go to sleep, then spun up a group of sub-agents that traced the issue. It then launched more agents that found the fix. Six hours later, a working pull request was ready for a bug that had stumped the human team.

All three panelists agreed that model lock-in is fading. Kilo Code supports more than 500 models through its gateway. Schario argued that "your software that you're using to do agentic engineering should be decoupled from the model that you're using to do it" -- a position that reflects the broader industry move toward multi-model routing based on cost, capability, and task fit.

The panel did not paper over the cost question. Token consumption from always-on coding agents is rising fast, and engineering leaders are now asking whether every agent invocation translates to real productivity or just burned budget. The answer, for now, depends on how well teams meter access and how clearly they define what they are willing to hand off.

Sources

VentureBeat: AI coding agents are blowing through budgets -- Replit, Kilo Code, and Symbotic explain how they're managing it

Written by

More to read

  • OpenAI Flags Astra Model as Potentially Reaching Critical Cybersecurity Risk Level

    # OpenAI Flags Astra Model as Potentially Reaching "Critical" Cybersecurity Risk Level OpenAI has paused parts of development on its upcoming Astra model after internal evaluations indicated it could reach the highest risk tier — "Critical" — in the company's Preparedness Framework for cybersecurity capabilities. This is the first time OpenAI has flagged one of its own models as potentially reaching this level. ## Key Points - Internal tests of Astra showed "significant advancements in agenti

    1 min
  • ByteDance Trains 10 Trillion-Parameter AI Model to Rival Anthropic's Mythos

    ByteDance is pretraining a large model with up to 10 trillion parameters, a scale the Financial Times reports could put it in the same class as Anthropic's most advanced systems. The model, still in early pretraining, would be more than three times the size of Moonshot AI's Kimi K3, currently the largest Chinese model at 2.8 trillion parameters. Three people familiar with the project told the FT the model is in pretraining, a phase that typically lasts three to six months before full training a

    1 min