Claude Code AFK Auto-Continue: Anatomy of a Misfeature

On Canada Day 2026, Anthropic silently shipped Claude Code v2.1.198 with an 'efficiency bypass' that gives agents a 60-second window after asking for human input. If you miss the window, Claude Code continues on its own with 'best judgment'. No changelog entry mentioned this new default.
What Happened
- Version 2.1.198 introduced the behavior. User Olaf Alders reported the session log:
● Claude asked: ... ● No response after 60s — continued without an answer ● The user stepped away. I'll proceed with best judgment. - Issue #73125 was filed by Aleksey Nogin on 2026-07-02 02:54 UTC.
- A commenter discovered the escape hatch:
CLAUDE_AFK_TIMEOUT_MS. This env var was not documented in any release notes. - Version 2.1.199 shipped 24 changelog entries while the issue was open — still no mention of the feature.
- Version 2.1.200 on 2026-07-03 reversed the behavior. Again, the only public trace was a changelog commit with no code diff visible.
Key Concerns Raised
- Users running multiple agents cannot watch all input windows simultaneously.
- If two agents ask for input in the same 60-second window, both may auto-continue with wrong decisions.
- Token waste from an agent continuing on a wrong path before you can intervene.
- Deployment safety: an auto-continue could push a bad deployment.
- Trust: a silently shipped default with no off switch documentation erodes confidence.
Questions That Remain Unanswered
The author asks whether a human actually reviewed, signed off, and merged this feature — or if an AI agent shipped and documented it without human gating. The lack of changelog entry and the speed of the silent revert suggest process failures in Anthropic's release pipeline.
📖 Read the full source: HN LLM Tools
👀 See Also

Claude-Code v2.1.51: Security fixes, performance improvements, and new remote control feature
Claude-Code v2.1.51 adds a remote-control subcommand for external builds, fixes two security vulnerabilities in hooks, improves BashTool performance, and reduces context usage by persisting large tool results to disk at 50K characters.

Agentic Coding Is a Trap: Cognitive Debt and Atrophy
Lars Faye argues that agentic coding tools like Claude Code cause cognitive atrophy, vendor lock-in, and increased complexity, shifting the burden from writing code to reviewing generated code, which degrades developer skills.

Apple Using Google Gemini Access for On-Device AI Model Distillation
Apple has full access to Google's Gemini model for distillation, creating smaller on-device AI models for Siri and other features in iOS 27 without internet connectivity.

Alibaba Launches Wukong AI Platform for Enterprise Automation
Alibaba has launched Wukong, an AI platform that coordinates multiple agents to handle complex business tasks like document editing, spreadsheet updates, meeting transcription, and research. It's currently in invitation-only beta testing.