Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Claude Code recently downgraded the default thinking level to “medium”, so it’s worth checking your settings.
 help




> Re-introduced the "ultrathink" keyword to enable high effort for the next tur

Doh.


Thank you. The difference was quite noticeable today.

Thank you thank you you give me hope :)

But how do you see the current thinking level and how do you change it? I’ve been clicking around and searching and adding “effortLevel”:”high” to .claude/settings.json but no idea if this actually has any effect etc.


As per Anthropic support (for Mac and Linux respectively) -

  $ echo 'export ANTHROPIC_EFFORT="high"' >> ~/.zshrc source ~/.zshrc
  $ echo 'export ANTHROPIC_EFFORT="high"' >> ~/.bashrc source ~/.bashrc
I prefer settings.json (VSCode) -

  "claudeCode.environmentVariables": [
    { "name": "ANTHROPIC_MODEL", "value": "claude-opus-4-6" },
    { "name": "CLAUDE_CODE_EFFORT_LEVEL", "value": "high" }
  ], ...

Or the 2026 version: 'Hey Claude set your thinking level to high.'



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: