@doublenickk: Anthropic shipped 125 settings for Claude The official docs cover 40 One developer found the other 85 and his API bill …
Summary
A developer discovered 85 undocumented settings for Anthropic's Claude API, leading to significant cost reductions by optimizing configuration such as memory scoping, extended thinking, and cache control.
View Cached Full Text
Cached at: 05/25/26, 06:45 AM
Anthropic shipped 125 settings for Claude
The official docs cover 40
One developer found the other 85 and his API bill dropped from $340 to $87
- not by using a cheaper model
- not by writing shorter prompts
just by moving one line in a config file to the right place
memory scoped per project → past clients never bleed into new work Extended Thinking on Light by default → 18–25% fewer Opus tokens in week one cache_control moved to the right line → the fix that turned a $340 bill into $87 plugins and MCP servers toggled off when idle → saved 25–40K tokens per session per-project model override → Haiku for docs, Sonnet for infra, Opus only where it matters
most Claude users are running a $100/month tool at 30% of its actual capability
Thank you for such nice words!
I agree with you
I’m not entirely sure about that
this is the main task!
I’m glad you liked it
yep
I’ll be glad to hear feedback from you later
Thank you for such a nice comment
this is true
Similar Articles
An article detailing the exact configuration and workflows that Anthropic's own engineers use with Claude Code, including parallel instances, CLAUDE.md patterns, writer/reviewer separation, skills fol
An article detailing the exact configuration and workflows that Anthropic's own engineers use with Claude Code, including parallel instances, CLAUDE.md patterns, writer/reviewer separation, skills folders, plugins, hooks, and batch operations.
@_avichawla: Anthropic's in trouble, again. The entire Claude experience is now available at 1/6th the price. Kimi now does everythi…
Anthropic's in trouble, again. The entire Claude experience is now available at 1/6th the price. Kimi now does everything Claude does, powered by K2.6, a 1-trillion-parameter MoE model that activates only 32B parameters per token. It covers all three features Claude has (Chat, Code, and Cowork): 1) Kimi Chat runs in four modes - Instant for fast responses - Thinking for deep reasoning - Agent for multi-step execution - and Agent Swarm for parallel workloads. There's a 262K context window across
@dunik_7: 40% of the code Claude writes for you is wasted. you're paying for the rewrite. a 65-line markdown file fixes it. 120,0…
A 65-line configuration file named CLAUDE.md significantly reduces error rates in code generation by Anthropic's Claude, improving compliance and reducing wasted output by providing specific, testable behavioral rules instead of vague instructions.
@Radha_AI: Claude Code feels completely different once you install this. Anthropic quietly released an official plugin called clau…
Anthropic quietly released an official plugin called claude-code-setup that transforms Claude Code into a full AI development environment by scanning projects and setting up hooks, skills, MCP servers, subagents, and automations.
@0xRicker: Anthropic's Claude team just showed the real fix to a $4,200/month AI coding bill 15-minutes. free. by the people who b…
Anthropic's Claude team shows a method using smart routing and skills to achieve the same coding speed at 7% of the typical $4,200/month AI coding bill.