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

Claude Code v2.1.223: Security Fixes, /teleport Hint, and /review Alias
Claude Code v2.1.223 adds owner wildcards for marketplace settings, a /teleport hint, and fixes a Bash permission bypass.

OpenAI Frontier Models and Codex Now Available on AWS
OpenAI's frontier models and Codex are now generally available on AWS, letting enterprises use OpenAI via their existing AWS environments and procurement workflows.

Claude restricts third-party harness usage including OpenClaw starting April 4
Anthropic will no longer allow Claude subscription limits to be used with third-party harnesses like OpenClaw starting April 4, requiring separate pay-as-you-go billing for such usage. Users will receive a one-time credit equal to their monthly subscription price and can pre-purchase usage bundles with up to 30% discount.

Claude API Usage Data Shows Impact of New Limits on Max Plan Users
A Claude Max 20x user reports API-equivalent daily usage dropping from ~$210/day to ~$52/day after new limits were implemented, requiring significant workflow changes including using Sonnet and Codex.