Tag: patterns
All the articles with the tag "patterns".
-
How to design subagents that help rather than thrash
Subagent design is four choices per role: context, model, prompt, tools. Here's how to pick them so subagents help instead of thrash your main agent.
-
What is an agent harness, and why it decides whether your agents work
The agent harness is the deterministic infrastructure around the model. Code, caching, prompts, skills, tools. It decides whether agents work.