← Back to Blog

Posts tagged #tokens

5 posts

The Harness, Not the Model: Why the Same LLM Burns 4× the Tokens Without the Right Scaffolding

The Harness, Not the Model: Why the Same LLM Burns 4× the Tokens Without the Right Scaffolding

A token-efficiency reading of the 'harness > model' thesis: the same model solved 6.7% of tasks bare vs 68% with the right harness — at 4× fewer tokens. What a harness is, why it's where the token bill actually lives, and what the Life-Harness and Meta-Harness papers prove. Plus how your Claude Code stack (subagents, skills, hooks, graphs) already is a harness.

harnessclaude-codetokens
Read more
How to Save Tokens in LLM: A Practical Guide for Claude Code

How to Save Tokens in LLM: A Practical Guide for Claude Code

Working approaches to saving tokens in Claude Code and Opus 4.7/4.8: subagents, skills, hooks, Chinese models, knowledge graphs, RAG, xhigh effort, session management, summarization on a cheap model, input compression (headroom, pxpipe, mcp-compressor), and server-side savings (Tool Search, context editing, prompt caching, Batches API). A checklist to cut costs by 10x.

llmclaude-codeoptimization
Read more