Productivity

An incident-response engineer argues AI on-call tools will raise resolution time on the hard incidents

September 5, 2026 at 10:25 AM PT

Reveneau illustration for a piece on incident response and on-call skill

Why it mattersRoutine incidents are how engineers learn a system, so a team automating them needs a deliberate replacement for that practice before the first incident the agent cannot solve.

Sylvain Kalache published an argument on 4 September about what happens to on-call engineers when AI tools take over routine incidents. His prediction is specific: average time to resolution will fall across most incidents, and resolution time will rise sharply on complex ones, because responders have lost touch with their systems.

Kalache works at Rootly, an incident management company, and the post describes a simulation product Rootly built with Uptime Labs. That commercial interest sits behind the argument and is worth stating up front. The reasoning stands or falls on its own.

The mechanism he names

The claim is not that AI incident tools work badly. He calls them fantastic, and says the value is real when one resolves a capacity issue at night without waking anybody.

The problem he names is what those routine incidents were doing for the team. They are how responders safely build an intuition for how a system behaves and how it fails. Remove them and the practice goes with them, while the responsibility for the incident nobody has seen before stays exactly where it was.

He attributes the pattern to Lisanne Bainbridge's 1983 paper, The Ironies of Automation, which argued that automation cuts an operator's chances to practise routine work while leaving them accountable for abnormal situations, and concluded that such operators need more training than before automation rather than less.

The comparison with aviation

Kalache draws the parallel with flying, and the numbers are the useful part of it.

Modern turbine engines experience fewer than one in-flight shutdown per 100,000 engine flight hours, rare enough that a commercial pilot may finish a career without seeing one outside a simulator. When one does happen the response has to be immediate and correct. He cites TransAsia Airways Flight 235, where the right engine's propeller autofeathered after takeoff, the crew misidentified which engine had failed, and the aircraft stalled and crashed 117 seconds after the first warning.

Aviation's answer is scheduled rehearsal. Under US FAA rules, captains complete recurrent training or a proficiency check every six months, including engine failure during takeoff.

His proposal for software is the same shape: incident simulation as a permanent part of on-call preparation rather than an occasional exercise. He also suggests using the agent itself as a teacher, asking it to explain the steps it took, the signals it read and the evidence behind its diagnosis, so a responder who did not run the incident still learns from it.

This is a prediction, and it is testable

Nothing here is a measured result about software teams. The engine and aviation figures are real and sourced, the Bainbridge paper is real, and the extension to on-call engineering is Kalache's own argument.

What makes it worth acting on is that it is cheap to check. A team automating its routine alerts already has the two numbers needed: median resolution time, and resolution time on the incidents that got escalated to a human. If the first falls while the second climbs, the effect he describes is happening, and it will be visible in data the team already collects.

The practical move is to decide what replaces the practice before the automation removes it, because the gap only becomes visible during an incident the agent could not solve, which is the worst moment to discover that nobody on the rota has debugged this system by hand in a year.

Source

AI handles incidents, engineers lose touch with their systems, Sylvain Kalache, 4 September 2026.

Source: Sylvain Kalache

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

Unlazy, an agent skill built on a Depth Tree method, passed 2,986 stars in 30 days

An MIT-licensed skill called unlazy for Claude Code and Codex hit 2,986 GitHub stars in 30 days, applying a Depth Tree method to fight model laziness and premature task completion.

Productivity

A developer runs Qwen3.6-35B at 34 tokens per second on a 48 GB Mac mini

Kevin Lewis published a measured account of running Qwen3.6-35B-A3B at four-bit precision on a 48 GB M4 Pro Mac mini, reporting 34 tokens per second of generation and 325 tokens per second of prompt processing, and the post has drawn 294 points on Hacker News.

Productivity

Attention-span cuts Claude Code output by 43 percent without hurting pass rates

A new AGPL-3.0 output-style pack for Claude Code, Codex, and other coding agents cuts response length by 43 percent on average while keeping pass rates at 97 percent, and it has picked up 903 stars in a 30-day window.

Productivity