Reference lives in docs/llm-cost-optimization.md (PR #56). Tracking so it surfaces while working on the agent , act on these as usage grows:
Cost impact: $0 to adopt (config/architecture); goal is to cut recurring inference spend (caching + routing alone often >50%).
Reference lives in
docs/llm-cost-optimization.md(PR #56). Tracking so it surfaces while working on the agent , act on these as usage grows:usage.cache_read_input_tokens> 0; audit the prefix for silent invalidators (timestamps/UUIDs/unsorted JSON). ~0.1x cost on cached reads.effort/task_budget.count_tokens+usagebefore optimizing.Cost impact: $0 to adopt (config/architecture); goal is to cut recurring inference spend (caching + routing alone often >50%).