prompt
FreeDesign an open-source deep research agent system
About prompt
This prompt, named 'Open Deep Research Agent Architect', instructs an AI to design a comprehensive open-source deep research agent system capable of competing with commercial products like OpenAI Deep Research, Gemini Deep Research, and Perplexity Pro. It provides a detailed blueprint covering data pipeline, training recipe, inference modes, tool stack, evaluation harness, deployment topology, and governance. The system is designed to handle multi-hop, evidence-bound questions over the open web with verifiable citations, long-horizon planning, and reproducible runs. Key components include planning a research trajectory across 20–40+ turns, searching/browsing the web, running code, tracking evidence as a typed graph, detecting contradictions using independent sources, synthesizing with citations, and logging every action for reproducibility. The prompt also defines a task contract with input/output shapes, citation policies, and a refusal policy for unanswerable questions.
Key Features
Pros & Cons
- Open-source and free to use
- Provides a detailed, structured blueprint for building research agents
- Emphasizes reproducibility and verifiable citations
- Designed to handle complex, multi-hop questions over the open web
- Includes mechanisms for contradiction detection and source triangulation
- Only a design prompt, not a ready-to-use implementation
- Requires significant technical expertise to realize the full system
- The output is a specification, which may not be immediately deployable