Skip to content

Commit a343b27

Browse files
author
tbw-ai
committed
Add README for research-agent-team
1 parent a6f8e14 commit a343b27

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Build a research agent team where one agent finds, one verifies, one summarizes
2+
3+
Three specialized agents working in sequence produce verified research in five minutes; one generalist agent doing all three jobs takes twenty minutes and produces ungrounded claims.
4+
5+
This is part of [AI Building Tutorials](https://github.com/thebuilderweekly/ai-building-tutorials) by [The Builder Weekly](https://thebuilderweekly.com).
6+
7+
**Read this tutorial:**
8+
- [In this repo](./tutorial.md) — the raw markdown with code blocks
9+
- [On the web](https://thebuilderweekly.com/tutorials/research-agent-team) — rendered with diagrams and syntax highlighting
10+
11+
## What this tutorial teaches
12+
13+
**Before:** You ask one agent to research a topic and it returns a confident summary mixing real facts, half-remembered training data, and outright fabrications, with no way to tell which is which.
14+
15+
**After:** Three specialized agents run in sequence. The Researcher fetches primary sources. The Verifier checks every claim against those sources. The Summarizer writes only what survived verification.
16+
17+
## Tools used
18+
19+
anthropic-api
20+
21+
## Pillar
22+
23+
[Agent Teams](https://thebuilderweekly.com/tutorials/pillars/agent-teams)

0 commit comments

Comments
 (0)