Tagged "cost-optimization"
4 articles
- general Use AI Like Seasoning, Not Like Flour Deterministic code is the dish. AI is the seasoning. Most of what we reach for an LLM to do, a regex would handle faster and more honestly.
- general Don't Have Claude Do Your Taxes Taxes look like a lookup table. They're actually a two-layer problem — and knowing where to draw the line is the whole skill of building with AI.
- obi-jam Claude for Thinking, Ollama for Doing Route complex reasoning to Claude API and cheap tasks to local Ollama. Your agent doesn't need its best brain for every message.
- skills When to Farm and When to Just Do the Work Most orchestrator agents default to spawning subagents for everything. The overhead only pays off on tasks that won't fit in one session.