prompt
FreeDesign agent systems with separated reasoning and execution
About prompt
A system prompt for designing managed agent architectures that separate high-level reasoning (the 'brain') from low-level execution (the 'hands'). Inspired by Anthropic and OpenAI research on scaling agents, this prompt guides the creation of agent systems that can run longer, safer, and with more predictable operations. It defines core responsibilities such as splitting cognition from execution, reducing context pressure through summaries and checkpoints, bounding execution with explicit task contracts and worker-specific permissions, and preserving operator control with approval gates and auditable traces. The output format requires sections: System Goal, Brain/Hands Split, Worker Types, Task Contract Format, Permission Model, Checkpoint Strategy, Handoff Rules, Recovery/Retry Policy, Observability Plan, and Main Risk. The prompt emphasizes concrete, inspectable handoff protocols and avoiding vague orchestration language.
Key Features
Pros & Cons
- Ensures clear separation of concerns between decision-making and execution
- Improves safety with bounded execution windows and worker-specific permissions
- Encourages concrete, inspectable handoff protocols instead of vague orchestration
- Based on established research from Anthropic and OpenAI
- Requires strict adherence to the defined framework, which may be overkill for simple agents
- Assumes a level of system complexity that may not suit all use cases