BUILDING & APPS
Set up your first Claude agent, then a whole team ⚡
Master this high-ROI AI workflow: You commented AGENTS, so here is the honest, no-code way to set up your first Claude agent this weekend, then grow into r
Master this high-ROI AI workflow: You commented AGENTS, so here is the honest, no-code way to set up your first Claude agent this weekend, then grow into running a whole team of them. No Mac Mini, no OpenClaw, no scary autonomous tool.
In outbound marketing and career positioning, generic applications have near-zero conversion. Treat yourself as a high-ticket solution: identify the company's pressing operational pain points, build a mini-audit or work sample using AI before you apply, and bypass crowded channels by reaching out directly to the decision-maker with structured value.
The hype makes agents sound like a money-printing robot you leave running overnight. The real version is calmer and way more useful: an agent is just Claude with one job, and you can run a whole team of them right inside Claude Code. Here is the weekend setup, then every formation you can graduate into, each with a line you can copy and paste to spin it up.
Before you start 🧳
You need two things: a paid Claude plan and Claude Code installed. That is it. And one mindset: your first agent is ONE agent doing ONE job, with you watching. Walk before you orchestrate.
What an agent actually is 🤖
An agent is just Claude with its own instructions and one goal. When you open a normal chat, that is one Claude working for you. The unlock is that inside Claude Code you can spin up more of them at once, each off doing its own job and reporting back to you.
The easiest way in: just talk to it 🟢
This is the part people overcomplicate. You do not type a command. You literally just ask Claude Code in plain English:
That sentence is the whole move. There is a /agents menu if you ever want to save a reusable named agent for later, but you do not need it to spin one up, and you definitely do not need it this weekend.
Build your first one: a research agent 🔎
The safest and most useful first build. Give it a tight brief and lock it to one tool:
It runs on its own and hands you back a clean, sourced summary.
The one rule 🔑
Which formation for which job 🗺️
A quick map before the detail:
The formations, and how to spin up each 🧩
Once one agent feels easy, run several at once. The first set below uses plain subagents (they report back to you, they do not talk to each other). The last note covers agents that talk to each other, which in Claude Code is an experimental feature called Agent Teams, off by default.
1. Pipeline (chaining) 🔗
Each agent's output feeds the next, like an assembly line. The most intuitive one: research, then draft, then polish.
2. Fan-out and fan-in ⚡
One lead splits a job to several agents that run in parallel (fan-out), then their results merge back into one answer (fan-in). You rarely use one without the other.
3. Orchestrator and workers 🏗️
A lead agent plans the work, breaks it into pieces, delegates each to a worker, and synthesises the results. This is Anthropic's named orchestrator-workers pattern, great for a big build with moving parts.
4. Evaluator and optimizer ✅
A maker and a critic in a loop: one drafts, one scores it against your standard, and they go back and forth until it passes. This is the one most likely to genuinely sharpen your own content.
5. Council ⚖️
Each agent proposes independently, they peer-review each other, and a chairman synthesises the best call. This is Karpathy's LLM Council, and you may already have it as the llm-council skill, so the simplest version is literally "ask the council."
6. Debate 🗣️
Each agent answers independently, then they critique each other over a few rounds and converge on a more accurate answer. Good for catching a confident-but-wrong take.
Going deeper, the advanced formations 🧠
You will rarely need these, but they are real and worth knowing so you sound like you know the landscape: Mixture-of-agents (a layered council, drafts feed into more drafts), stochastic multi-agent consensus (spawn lots of varied agents and merge their takes, popularised by Nick Saraev), ACE (a self-improving trio that writes its own playbook), and Swarm (peers hand work to each other with no fixed boss, delivered in Claude Code by the experimental Agent Teams). Links for all of them are in the proof list below.
A quick note on cost and limits 💸
Proof 🔎
- Claude Code subagents (official): code.claude.com/docs/en/sub-agents
- Claude Code Agent Teams (communicating peers, experimental): code.claude.com/docs/en/agent-teams
- Anthropic, the core agent patterns: anthropic.com/research/building-effective-agents
- Karpathy's LLM Council: github.com/karpathy/llm-council
- Multi-agent debate, the paper: arxiv.org/abs/2305.14325
- Mixture-of-Agents, the paper: arxiv.org/abs/2406.04692
- ACE, agentic context engineering, the paper: arxiv.org/abs/2510.04618
- Nick Saraev's AI Agents course: youtube.com/watch?v=EsTrWCV0Ph4
How to get the most out of it 🎓
A simple ladder, do them in order:
- 🌱 This weekend: build the research agent and nothing else. Get comfortable.
- 🔁 Next: add evaluator and optimizer so your drafts get checked before you even see them.
- ⚖️ Then: reach for Council (or your llm-council skill) when you have a real decision with tradeoffs.
- 🧠 Only touch the advanced formations when you have a specific reason. Most of the value lives in the first three.