Recipes
Playbooks
Multi-step prompt recipes for specific outcomes. Each playbook delivers something concrete -- a RAG eval harness, an injection test suite, a code-review loop -- with the full prompt chain, failure modes, and adjacent variations.
3 playbooks
Prompt Injection Test Suite for Production Agents
A regression-runnable suite of 40+ injection probes that catches the classes of attacks your agent will actually face. Run nightly, track pass rate per prompt/model version, catch regressions before users do.
Supervisor-Worker Agent Pattern for Cost Optimization
Reduce agent costs 70-90% by routing cheap sub-tasks to Haiku-class models and reserving the frontier for planning. Includes a full Python reference implementation, cost accounting, and the fallback logic.
Build a RAG Eval Harness That Catches Regressions
A repeatable test suite measuring faithfulness, answer relevance, and context precision across 50-200 Q&A pairs. Ship gates on it; your RAG quality stops being vibes-based and becomes observable.
