Agent stacks are getting more complicated. LeanTokens is the command center that optimizes token usage and cost.
Every run is a set of decisions.
LeanTokens breaks down a task into subtasks and selects an execution setup for each: agent, model, reasoning effort, tools, skills, and context. It then verifies the result and records the decision.
one prompt in, branching sub-tasks configured, one verified output
policy updates after each run ↑
Built around the tools you already use.
Harnesses
Models
GPT-5 · Claude Sonnet · Claude Opus · Gemini · Approved internal models
Controls
Per-run cost caps, latency targets, minimum accuracy, maximum retries.
reports
Every run is reproducible, diffable, and explains why it chose what it chose.
Optimize for cost, speed,
and quality.
01 ↓
COST
Only the tokens you need.
Route each sub-task to the smallest capable model. Size context to the step. Skip redundant passes. Cache and reuse where valid.
02 ↓
LATENCY
Parallel by default.
Independent steps run in parallel. Long chains collapse where they can. Verifier retries are bounded, not open-ended.
03 ✓
QUALITY GATE
A floor you set.
You set an accuracy floor. Cost and latency optimizations only ship if outputs still pass the verifier and your regression checks.
Keep your agent stack. Add a control layer.
fig 02 . positioning
Plan, configure, verify, learn.
fig 03 . one run