Claude Code developer acknowledges adaptive thinking flaw, provides workaround

Boris Charny, the creator of Claude Code at Anthropic, publicly engaged with developers on Hacker News about performance issues reported since February. Initially attributing problems to user settings, he shifted his position after examining bug transcripts.
Initial position: Settings issue
Charny's first explanation pointed to two intentional changes: hiding the thinking process (a UI change) and lowering the default effort level. The implicit message was that performance hadn't degraded - users were just experiencing the new, lower-cost default. He suggested changing settings back to /effort high for previous performance levels.
Shift to acknowledgment
When confronted with evidence from users already using the highest effort settings and still experiencing problems, Charny analyzed bug reports and moved from general settings explanations to specific technical diagnosis.
Final position: Specific flaw identified
Charny explicitly validated users' experiences, conceding that the "adaptive thinking" feature is "under-allocating reasoning." He confirmed this wasn't related to effort defaults, as telemetry showed affected sessions were sending effort=high on every request.
His final message stated: "The data points at adaptive thinking under-allocating reasoning on certain turns — the specific turns where it fabricated (stripe API version, git SHA suffix, apt package list) had zero reasoning emitted, while the turns with deep reasoning were correct."
Workaround and investigation
Charny provided an interim workaround: CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 forces a fixed reasoning budget instead of letting the model decide per-turn. He noted the model team is investigating the issue.
The discussion demonstrates direct engagement between Anthropic technical staff and external developers, with transparency about technical issues affecting Claude Code's performance.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Interview Platforms Tested: CodeSignal, Humanly, Eightfold in Job Screening
The Verge tested three AI interview platforms including CodeSignal, Humanly, and Eightfold for job screening. The AI avatars conduct one-on-one video interviews, analyze responses, and claim to reduce bias, though bias-free systems remain impossible due to training data limitations.

Claude Platform on AWS Now GA: Managed Agents, Code Execution, and Full API Parity via IAM
Claude Platform on AWS brings native Claude API features (Managed Agents, code execution, skills) to AWS customers with IAM auth, CloudTrail logging, and commitment retirement.

Debian's AI Contribution Policy Discussion Ends Without Resolution
Debian developers debated whether to accept AI-assisted contributions but reached no formal decision. The proposed general resolution would have required explicit disclosure and labeling for LLM-generated content.

Claude-Code v2.1.88 Release: Flicker-Free Rendering, Permission Hooks, and Critical Fixes
Claude-Code v2.1.88 introduces a flicker-free rendering option via CLAUDE_CODE_NO_FLICKER=1, adds a PermissionDenied hook for auto mode retries, and fixes memory leaks, crashes, and rendering issues across Windows, macOS, and Linux terminals.