The AI Coding Telemetry Explosion and How to Control It


Has your team started writing code faster with AI? Then someone should probably check your observability bill.
AI coding tools help developers finish tasks that once took hours. Features leave the backlog sooner. Tests multiply. Releases become more frequent. Small ideas turn into new services because building them no longer feels like a large job.
All of that sounds like progress. And it is. But every new service has something to say.
It produces logs when it runs, metrics when it changes and traces when a request moves through it. The coding agent creates another trail of its own, including tool calls, token usage, code changes and task results.
AI is not only helping companies produce more code. It is giving their systems far more opportunities to produce telemetry.
We have seen this pattern before.
In 1865, economist William Stanley Jevons noticed that Britain’s new steam engines used coal more efficiently. People expected coal consumption to fall. Instead, factories began using steam power for more work, and Britain consumed even more coal.
Greater efficiency created greater demand.
This became known as Jevons Paradox. AI coding could now create the same rebound effect in observability.
When code becomes cheaper and faster to create, companies build more software. More software produces more logs, metrics and traces. The productivity gain in development quietly returns as ingestion fees, storage costs and operational noise.
This is the AI coding telemetry explosion.
Your developers may be shipping faster than ever. The question is whether your telemetry pipeline can keep up.
AI coding telemetry is the operational data created by AI-assisted software development and by the systems that AI helps developers build.
It comes from two places.
The first is the coding agent itself. A company may need to understand which models developers use, how many tokens they consume, which repositories an agent touches, what tools it calls, whether tasks succeed and where human review is required.
The second is the software output. AI-assisted teams create more features, services and deployments. Once running, that software produces logs, metrics and traces.
These two streams are easy to confuse. AI telemetry usually refers to monitoring an AI model or agent in production. AI coding telemetry includes the development agent and the larger operational footprint created when software production accelerates.
The simple answer is that faster coding increases the number of things a team can build and change.
Anthropic’s 2026 study of roughly 400,000 Claude Code sessions found that agentic coding usage was moving towards more end-to-end work, including deploying and running code. It also reported that coding-agent activity across GitHub projects had more than doubled since late 2025. Anthropic’s research on agentic coding shows that AI is moving beyond autocomplete and deeper into the software lifecycle.
Google’s 2025 DORA research reached a related conclusion. AI adoption was associated with higher software delivery throughput, but it continued to have a negative relationship with delivery stability. DORA described AI as an amplifier. It makes strong systems stronger and exposes weaknesses in testing, platforms and feedback loops. The 2025 DORA report drew on responses from nearly 5,000 technology professionals.
More throughput creates more operational events:
None of these events is unreasonable on its own. The explosion appears when all of them multiply together.
Telemetry growth is often treated as a storage problem. The first-principles problem starts earlier.
A traditional team might release one carefully scoped service. An AI-assisted team can explore several versions, generate extra tests, add more integrations and ship changes more frequently. If each version inherits default logging and tracing, every productivity gain can create several new signal-producing paths.
The relationship looks less like this:
more code = more telemetry
It looks more like this:
more code × more releases × more services × more instrumentation = much more telemetry
Cardinality increases as well. New endpoints, generated operation names, user attributes and temporary environments can create large numbers of unique metric series or trace dimensions. The team has not simply added more rows. It has added more combinations of rows.
That distinction matters because observability platforms commonly charge for ingestion, indexed volume, active series, spans, retention or some combination of them.
During an incident, teams rarely complain that their systems produced no data at all. More often, the useful signal is buried inside everything else.
One DevOps practitioner described the opposite problem on Reddit: production breaks, the team discovers that a particular code path has no useful telemetry, adds instrumentation after the fact and waits for the failure to happen again. That operator discussion captures the real tension. Some paths remain invisible while others produce mountains of repetitive data.
AI-generated instrumentation can make that imbalance worse. A coding agent may add a log statement because one seems helpful locally. It does not know that twenty neighbouring services already record the same event, that a field creates dangerous cardinality or that the downstream platform indexes every copy.
The result is not complete visibility. It is uneven visibility at a larger scale. This is the central challenge of AI coding observability.
The first cost is financial. Grafana’s 2026 Observability Survey found that cost was the most frequently selected criterion when teams evaluated new observability technologies. It also found that 90% of respondents expected observability spending to stay the same or increase. Grafana’s survey findings show that telemetry economics is already a board-level constraint for many engineering teams.
The second cost is human. Every extra field, alert, dashboard and data source asks someone to decide whether it matters. When that work grows faster than the team, engineers begin making blunt decisions. They shorten retention, disable debug logs or sample entire categories of traces.
Those choices can lower the bill quickly. They can also remove the exact event needed during the next incident.
AWS’s Well-Architected guidance recommends filtering, compression and, for suitable non-security data, sampling to control the cost of storing and processing telemetry. AWS guidance on telemetry cost is careful about the same trade-off. Reduction needs context. Not every signal can be treated equally.
Most telemetry controls were designed for a slower software lifecycle.
A team reviews its largest log sources, writes a few filters and creates a rulebook. That works until a coding agent introduces a new service, changes an endpoint name or adds an attribute that multiplies cardinality. The rule still runs. It simply governs yesterday’s system.
This is the deeper problem with the AI coding telemetry explosion. The volume changes faster, but so does the shape of the data.
A useful control layer must detect new patterns, understand which signals repeat, notice when cardinality changes and preserve important evidence before sending data to expensive destinations.
The answer is not to tell developers to build less. It is to make telemetry management respond at the same speed as software creation.
Track which deployment changed log volume, span count or active series. A monthly total can reveal a growing bill. Release-level attribution can reveal why it grew.
Repeated health checks and successful routine events may need different treatment from errors, security events or rare execution paths. Reduction should follow operational value rather than file size alone.
Detect newly introduced fields and dimensions at the pipeline. Waiting for the observability invoice is a very expensive form of schema review.
Teams should be able to reduce what they send to high-cost analytical platforms while preserving raw data in lower-cost storage. This makes later investigation and backfilling possible.
Grepr processes telemetry upstream of existing observability tools. It can detect changing patterns, reduce low-value volume, control high-cardinality data and route signals according to their value without forcing teams to replace their backend.
That matters in an AI-assisted development environment because the system does not wait for a human to update every rule after every generated change.
AI coding will continue making software cheaper to produce. Jevons would probably recognise what happens next. More capacity will invite more software, and more software will produce more telemetry.
The companies that benefit most will not be the ones that collect everything or delete the most. They will be the ones that can tell the difference between evidence and exhaust before they pay to store both.
AI coding telemetry is the operational data produced by coding assistants and the software they help create. It can include agent sessions, model and token usage, tool calls and task outcomes, along with the logs, metrics and traces produced by additional code, services and deployments.
AI helps teams create and change software faster. More pull requests, tests, deployments, services and integrations produce more operational events. AI-generated instrumentation may also add repetitive logs or high-cardinality fields. The combined effect can make telemetry grow faster than the underlying engineering team.
A telemetry explosion occurs when the volume and variety of logs, metrics and traces grow faster than a team can govern, analyse or afford. It is not only a storage problem. Excessive telemetry can increase alert noise, query complexity, cardinality and the time required to find useful evidence.
Not automatically. Additional data helps only when it adds useful context or covers an important blind spot. Repetitive events and uncontrolled dimensions can increase cost without improving investigations. Good observability depends on the quality, coverage and connections between signals, not volume alone.
Teams can attribute volume to services and releases, remove repetitive signals, control high-cardinality fields, sample suitable data and route raw telemetry to lower-cost storage. Important security, error and rare-event data should be protected. Reduction works best when policies adapt as software changes.
Useful signals include model and token usage, task success, tool calls, repositories touched, generated changes, review outcomes and deployment effects. The goal is not to monitor individual developers for its own sake. It is to understand cost, quality, security and where human review remains necessary.