Use case
Build a research agent
An agent that watches sources, synthesises findings, and ships you a briefing on the days something matters.
The job: an agent that watches its assigned sources, decides when a finding is worth your time, and writes you a briefing on those days only. Not a daily digest of noise. Here is what to compose.
The stack
Each pick is a real entry on the index. Click any one for the full detail page.
- 1O OSS Orchestration
LangGraph
by LangChain
Why this: Research workflows have shape: gather, filter, synthesise, ship. LangGraph encodes that as a state machine you can replay when a run goes sideways.
Full entry - 2M MCP Web search
Brave Search MCP
by Brave (reference implementation)
Why this: Brave Search MCP is the cleanest open-search surface for agents. No per-call billing tarpit.
Full entry - 3A Agents Driver
Claude Code
by Anthropic
Why this: Run the whole flow headless inside Claude Code. Skills + hooks give you the safety rails. Cron handles the cadence.
Full entry - 4S Skills Page extraction
Webpage Info Skill
by Anthropic
Why this: When a search hit is worth reading, this skill turns the page into clean structured notes the agent can synthesise from.
Full entry
Get this running with Enterprise DNA.
Enterprise DNA closes the loop. The agent's briefing lands in your inbox via the Enterprise DNA send pipeline, the run shows up in your project tracker, and the source allowlist lives in one place. No new dashboard to learn.
Get the Stack Blueprint
A printable architecture card with every tool, role, and rationale on one page.
Enter your email. We send one useful update per week. Unsubscribe any time.
In the print dialog, choose "Save as PDF" as the destination.
Alternative stacks
Different angles on the same outcome.
Other use cases
More curated stacks from the index.
Build a customer support agent
A working customer-support agent that triages tickets, answers from your docs, and escalates with full context.
See the stack Use caseBuild a sales outreach agent
An outreach agent that drafts personal-feeling email, qualifies replies on the phone, and updates the CRM without anyone copy-pasting notes.
See the stack Use caseBuild a code review bot
A bot that reviews every PR, flags real issues, and stays quiet when there is nothing to say.
See the stack