When Agents Write 99% of the Code: Inside the Token Cost Crisis
Dev teams at Replit, Kilo Code and Symbotic are recalibrating workflows, budgets and expectations as AI agents handle nearly all coding tasks.

The 1% Rule
At Kilo Code, human engineers now spend roughly 1% of their time reading or writing code directly. The other 99% flows through AI agents that plan, implement and test features end-to-end. It is a ratio that would have seemed absurd two years ago; today it is the baseline reality for a growing cohort of engineering organizations that have embraced agentic workflows at scale.
The shift is not confined to startups chasing hype. Symbotic, a warehouse automation company, and Replit, which operates a cloud-based development platform, are navigating the same terrain: fleets of autonomous agents committing pull requests, spinning up sub-agents to debug gnarly system issues, and occasionally burning through enterprise AI budgets in a matter of weeks. The question is no longer whether agents can code; it is how to govern them without strangling the productivity gains they promise.
Greenfield, Brownfield and the Limits of Autonomy
Jared Go, distinguished engineer for AI and cloud at Symbotic, frames the challenge in architectural terms. Agents excel at greenfield work, where the slate is blank and the codebase is unconstrained by legacy decisions. Brownfield codebases, tangled with technical debt and undocumented assumptions, remain a stubborn frontier.
Go's team channels agents toward tasks where clean, concise code can be generated with minimal human oversight. Security, elegance and water-tightness are the screening criteria. Human code review becomes less critical when the agent's output meets those standards on the first pass. But when an agent needs to refactor a module written five years ago by an engineer who has since left the company, human judgment is still indispensable.
Emilie Schario, co-founder of Kilo Code, echoes the divide. Agents handle the heavy lifting; humans intervene when debugging demands context that no model can infer from a diff. The practical implication is that engineering orgs are splitting workflows into agent-friendly and agent-resistant buckets, then optimizing tooling and cost controls for each.
Human on the Loop, Not in It
Replit has pushed agentic coding further than most. Amol Jain, head of product engineering, describes an internal system where agents review every pull request and assign a risk score. Low-risk PRs self-merge; higher-risk ones route to human reviewers who provide feedback. The model is "human on the loop" rather than "human in the loop," a distinction that matters when you are processing hundreds of PRs a day.
Jain shared an example that captures both the promise and the strangeness of the new workflow. A particularly gnarly bug deep in Replit's systems stumped a human engineer who could not reproduce it. The task was handed to an AI manager agent, which immediately told the engineer to go to sleep. The manager then spun up a fleet of subordinate agents that identified the root cause, followed by another wave of agents that implemented the fix. Six hours later, a PR was ready for review. The bug that had consumed human hours evaporated overnight, solved by a distributed swarm that never needed coffee or context switching.
The agents run in isolated cloud virtual machines with token proxies and access controls, a design choice that reflects the security concerns inherent in giving autonomous processes write access to production codebases. Replit's internal tool is, in Jain's words, "self-driving for software engineers." Developers issue high-level tasks; agents handle planning, implementation and testing. Human involvement becomes a checkpoint rather than the engine.
Multi-Model Routing as Cost Defense
As agent adoption scales, the economics of model selection have become a front-line concern. Kilo Code supports over 500 models in its gateway, a design philosophy rooted in the belief that software for agentic engineering should be decoupled from the model provider. Schario describes a common pattern: companies use expensive frontier-tier models for architectural planning, then switch to cheaper open-weight models for the bulk of implementation work.
The routing decision factors in data retention policies, region-specific compliance requirements, model provider rate limits and the keys a customer has provisioned. It is a combinatorial problem that most enterprises are not equipped to solve in-house, which is why platforms like Kilo Code and Replit are building abstraction layers that make the cost-versus-capability trade-off invisible to end users.
Replit takes a similar approach. Jain argues that Replit has a better sense of the cost spectrum than its customers do, so the platform makes model selection decisions on behalf of users, routing tasks to the cheapest model that can deliver acceptable output. The goal is to minimize cost and maximize capability without forcing developers to become experts in inference pricing.
The multi-model future is also shaped by enterprise constraints that have nothing to do with performance. Some customers require models that run in closed or isolated environments. Others mandate specific providers to satisfy regional data sovereignty rules. The result is a fragmented landscape where no single model can meet every need, and routing intelligence becomes a competitive moat.
The Tokenmaxxing Dilemma
Runaway token costs are the shadow side of agentic productivity. Schario hears two flavors of alarm from customers: "I accidentally spent my whole AI budget for the year, what do I do now?" and "How do I stop my engineers from burning $600 a day?" Both questions reflect a deeper uncertainty about what constitutes reasonable spend when the unit of work is no longer a line of code but a completed pull request.
Kilo Code's answer is to steer customers toward the expensive-model-for-planning, cheap-model-for-implementation workflow. Sharing skills, strong guidance and leveraging Model Context Protocol can uplift model performance without upgrading to the next tier. Schario tracks cost per pull request as the metric closest to value delivered. A $600 daily bill for a single engineer looks alarming in isolation, but if that engineer is shipping ten high-quality PRs a day, the ROI justifies the expense.
Internally, Schario keeps an eye on the usage leaderboard. One engineer consistently tops the chart, prompting regular check-ins. The conversation is not punitive; it is diagnostic. Is the engineer using agents inefficiently, or are they simply tackling complex work that demands heavy model interaction? The distinction matters, because spend without return is the problem, not spend itself.
Symbotic has formalized the approach with per-month cost tiers. Managers get visibility into pull request volume and usage trends through an internal tool, then adjust tiers up or down based on observed productivity. When Cursor, the coding assistant Symbotic relies on, ended a legacy discount that had locked the company into a flat per-request rate for frontier models, the sudden price jump forced a company-wide audit of efficiency. Engineers began sharing notes on which models performed best for specific languages and frameworks, optimizing for cost without sacrificing output quality.
When Support Teams Discover GPT 5.5 Pro Max
The cost problem migrated beyond engineering faster than anyone expected. Replit broadened agent access to non-technical teams, and soon discovered that a support user had burned through an enormous budget running automations on the most expensive model available. The root cause was simple: sensible defaults were missing, and the support user had no reason to know that most tasks do not need frontier-tier inference.
Jain's takeaway is that visibility must not become "anti-productive." Caps and alerts are necessary, but they should guide rather than gate. Model routing should happen automatically wherever possible, reserving the most expensive models for tasks that genuinely require them. Until the Cursor pricing shift, Replit's engineering productivity had tripled, and no one questioned the spend. The ROI was clear. But as agents proliferate across departments with less technical fluency, the assumptions that worked for engineering teams break down.
What Productivity Means Now
The deeper challenge is definitional. When agents write 99% of the code, traditional productivity metrics lose coherence. Lines of code per week is meaningless. Commit velocity is gamed by agents that can flood a repo with PRs. Even pull request count is ambiguous when an agent can spin up a dozen sub-agents to tackle a single issue.
Schario's cost-per-PR metric is one attempt at a new denominator. Symbotic's tiered usage model is another. Replit's risk-scored self-merge system is a third. None of these frameworks is settled; all are experiments in progress. The common thread is a recognition that ROI must be measured at the level of business outcomes, not token consumption or code output.
At DailyTechWire, we have tracked similar conversations across fintech, biotech and infrastructure software shops throughout Asia. The pattern is consistent: early adopters hit a wall when token bills spike, retreat to impose caps and routing rules, then cautiously expand again with better guardrails. The companies that navigate the cycle successfully treat agents as a capability to be managed, not a cost center to be starved.
The Governance Layer No One Built
What is missing is a governance layer that spans model selection, access control, cost allocation and audit trails. Enterprises are stitching together proxies, usage dashboards and manual approval workflows, but the tooling remains immature. Kilo Code's 500-model gateway and Replit's risk-scoring system are early examples of what that layer might look like, but they are bespoke solutions, not industry standards.
The risk is that enterprises will over-correct, locking down agent access to the point where the productivity gains evaporate. Go's observation about brownfield code is instructive: the hard problems still require human judgment, and agents are most valuable when they free humans to focus on those problems. If cost controls become so restrictive that engineers revert to manual coding for routine tasks, the entire value proposition collapses.
Schario's "heavy foot" engineer is a useful test case. Should that engineer be throttled, or celebrated? If the PRs are high-quality and the features ship on time, the token spend is an investment, not waste. But if the engineer is leaning on agents to compensate for gaps in skill or discipline, the spend is masking a different problem. The distinction is not yet algorithmically tractable, which is why human managers remain in the loop even as agents take over the keyboard.
What Comes Next
The next twelve months will determine whether agentic coding is a durable shift or a speculative bubble. The technology is proven; the economics are not. If frontier model pricing continues to climb while open-weight alternatives close the capability gap, multi-model routing will become table stakes. If enterprises cannot build or buy governance tooling that balances autonomy and cost control, agent adoption will plateau.
For now, the companies that are furthest along share a common posture: aggressive experimentation, tight feedback loops and a willingness to treat agents as co-workers rather than tools. The 1% rule is less a target than a symptom. The real shift is not that humans write less code; it is that the unit of work has changed, and the industry is still learning how to measure, price and govern the new unit. The token cost crisis is not a bug. It is the leading edge of a larger recalibration.


