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

  • Local LLM Inference on Apple Silicon: Architecture, Unified Memory, and Serving Benchmarks for MLX, llama.cpp, and Ollama

    Local large language model (LLM) serving on consumer hardware has historically faced a hard trade-off between memory capacity and execution bandwidth. Discrete consumer GPUs offer high memory bandwidth (up to 1,008 GB/s on an Nvidia RTX 4090) but are capped at 24 GB of VRAM, requiring model sharding or quantization to fit models beyond 14 billion parameters. Apple Silicon platforms bypass this capacity ceiling through a Unified Memory Architecture (UMA), where the CPU, GPU, and Apple Neural Eng

    1 min
  • Mistral Expands Platform to Host Third-Party Open Weights Starting with GLM-5.2

    Mistral AI has broadened its API platform to host external open-weight foundation models, beginning with Zhipu AI's GLM-5.2. The move marks a strategic shift for the Paris-based AI company from serving only in-house architectures (such as Mistral Small, Mistral Medium, Mistral Large, and Voxtral) toward operating as a sovereign managed inference hub for third-party open weights. The integration introduces GLM-5.2 under the model identifier zai-glm-5-2 in public preview. The model is hosted with

    1 min
  • OpenAI Pledges $5M to Support Democratic Oversight of National Security AI

    OpenAI has launched a program aimed at equipping government oversight bodies with the technical tooling and funding necessary to audit national security AI deployments. Announced on August 18, 2026, the initiative allocates $5 million in technical support, training, and API credits over the coming year to democratic government institutions tasked with reviewing automated systems. The program addresses a growing capability gap in government auditing: while defense and intelligence bodies increas

    1 min