LLM Council Analysis Reveals Practical Claude Code Token Optimization Strategies

Problem and Experiment Setup
A developer experiencing daily Claude Code usage limits conducted an experiment using LLM Council (https://github.com/karpathy/llm-council). The setup involved 5 different personas that were forced to critique, challenge, and refine solutions, followed by a peer review round.
Key Findings
The analysis revealed that the biggest token drain wasn't complexity, but using "thinking mode" by default. This alone was burning tokens almost like Opus.
Practical Optimization Habits
- Turn OFF extended thinking by default
- /clear after every git commit (non-negotiable)
- Stop writing "yes / continue" prompts
- /compact every ~40 messages
- Keep CLAUDE.md lean or you pay tax every session
Mental Shift and Results
The core insight: Stop treating intelligence as default. Treat it like a resource you deploy intentionally. This shift enables:
- 30-50% token savings instantly
- Ability to actually use Opus without fear
- Predictable daily workflow instead of random limit hits
The council emphasized one rule: If you don't track /cost, you're not optimizing... you're guessing.
Outcome
With the full playbook implementation:
- ~60-70% reduction in token usage
- Same or better output quality
- Opus becomes usable for high value work
The developer noted this approach was more effective than any single prompt hack.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClawVibe: A Hands-Free iOS Voice Assistant for AI Agents with On-Device STT/TTS
ClawVibe is a native iOS app that provides hands-free voice interaction with AI agents during commutes. It uses on-device speech recognition and TTS, supports CarPlay, and includes voice biometrics to filter background noise. Only text is sent over the network.

Users Report Mixed Value from OpenClaw and ClawDBot: What You Need to Know
OpenClaw and ClawDBot, while promising AI tools for code automation, have left some users underwhelmed. This article explores key insights from a Reddit discussion on user experiences and value derived from these platforms.

200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones
A curated library of 200+ popular apps as structured markdown design specs with exact hex codes, type scale, spacing, every screen state, and nav graph. Drop into Claude, Cursor, or any AI agent to generate SwiftUI, Jetpack Compose, or Expo UI clones without guessing colors or spacing.

cq: A Local-First Knowledge Sharing System for AI Coding Agents
Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.