Model Orchestration

Route each sub-task to the cheapest model tier that can do it well, and delegate execution to subagents. Apply when planning a multi-step or token-expensive task, choosing between strong/mid/cheap models (Opus/Sonnet/Haiku), or deciding whether to spawn subagents. Plan and decide with a strong model; execute well-specified sub-tasks with a cheap one; escalate on failure. Skip for a single trivial step - orchestration has overhead. Prompt/cache token costs of an LLM system belong to prompt-caching-playbook.

Tsurai7 c8c0625 2 files · 9.3 KB Updated

File contents

Tsurai7/agentic-playbook/tree/main/skills/model-orchestration commit c8c0625dee

Frequently asked questions

npx skillmds@latest add tsurai7/model-orchestration