Sixteen days, one playbook. The five strategic axes every agent decision lives on, the six-layer reference stack, what production teams actually do (data from 306 of them), and how a non-technical operator at botlearn.ai turns it all into a defensible plan in the “decade of agents.”
Imagine you ran a logistics company in 1995, and someone said “we need an internet strategy.” The naive answer was “buy a server, put up a website.” The strategic answer was four orthogonal questions: which workflows move online vs. stay phone-and-fax? do we run our own datacenter or rent? do we standardize on TCP/IP only or also Novell? do we own the customer, or syndicate through Yahoo and AOL? Different combinations produced different companies. UPS and Pets.com both had “internet strategies” in 1999 — one was a coherent set of bets that compounded, one was a slogan. An agent strategy is the same kind of artifact: not a tool choice, but a coherent set of bets across a small number of orthogonal axes that compound or contradict each other.
The first 16 days of this curriculum unpacked the building blocks: the ReAct loop (Day 01), four memory tiers (Day 02), planning algorithms (Day 03), RAG (Day 04), frameworks (Day 05), benchmarks (Day 06), multi-agent systems (Day 07), GUI automation (Day 08), code agents (Day 09), long-horizon decomposition (Day 10), safety (Day 11), economics (Day 12), self-improvement (Day 13), OpenClaw (Day 14), A2A (Day 15), and agentic commerce (Day 16). The capstone reorganizes those building blocks along five strategic axes — the things you actually have to decide — and one reference stack of six layers that any production agent system has to populate.
Every production agent system — whether it’s Claude Code, a Vertex AI Agent, a CrewAI workflow, or a homemade LangGraph — populates these six layers. Knowing the layers lets you point at any vendor pitch and say “you sold me layer 3 and called it the whole stack.”
Two practical observations once you draw your stack on a whiteboard. First, very few teams own all six layers; most own three (typically 6, 3, and 1) and rent the rest. Second, the layer where you don’t differentiate becomes the layer that locks you in — if you let one vendor own your orchestration and your model routing and your tools, you have not bought an “agent” in any meaningful sense; you have bought a black box that happens to talk.
Every strategic conversation should reference at least one of these. The first says the agent is shorter than your demo. The second says the moat is not the runtime. The third says this is a compounding bet, not a sprint. If a vendor pitch is incompatible with all three numbers, walk.
Six repos that, between them, populate every layer of the reference stack. Star counts are approximate, captured from public listings around April 2026 — treat them as “order of magnitude” signals, not benchmarks.
A repo that doesn’t fit a layer is worth being suspicious of. CrewAI and LangGraph both look like Layer 5 but pull in retrieval and memory pieces — that’s fine for a starter, but watch for them quietly migrating into your Layer 4 if you weren’t paying attention.
None of these vendors agree on the strategy — that’s the point. The shape of their bet leaks in their docs, their pricing pages, and where they put their best engineers.
| Platform | Strategic posture | Recent move (last 30 days) |
|---|---|---|
| Claude (Anthropic) | “Computer-use anywhere” + Constitutional safety. Wants to own Layer 6 and Layer 1 (UX + trust). Pushes Skills (Day 14) and MCP (Day 03) for Layers 3 and 5. | Skills marketplace expansion; Project Deal commerce experiments; Cowork (this product) extends Claude into desktop control. |
| Codex / GPT-5.5 (OpenAI) | “Superapp” vision — one harness for chat, code, browser. Wants to own Layer 5 and Layer 6 inside ChatGPT, with the OpenAI Agents SDK as the escape hatch. | GPT-5.5 release with explicit agentic capabilities; Codex agent harness positioned as a general agent runtime. |
| Gemini 3.1 (Google / Vertex) | Protocol-first — AP2 (Day 16) for payments, A2A (Day 15) for inter-agent, MCP for tools. Bets on owning Layer 1 and Layer 2 via Vertex. | Vertex Agent Builder GA; AP2 partner expansion; Gemini 3.1 multi-agent reasoning improvements. |
| OpenClaw 2.1 | Hub-and-spoke skill ecosystem (Day 14) — bets on Layer 3 (skills) and Layer 1 (sandbox + signed skills) being where the value lives. Protocol-agnostic at Layer 5. | SKILL.md schema v2; signed skills enforced after the 9-CVE / 1184-malicious-skills incident; payment_protocol field for ACP / AP2 / x402. |
The synthesis read: Anthropic and OpenAI are competing for the same Layer 5+6 surface; Google is competing on protocols (Layer 1+2); OpenClaw is competing on skills (Layer 3). A serious enterprise strategy almost always picks one Layer 5+6 (Claude or OpenAI) for the user-facing agent, layers Google’s protocols for trust and payments, and ships OpenClaw or MCP at Layer 3 for portability. The naive bet is to pick one vendor for all four.
17 days, ~2,300 minutes of reading, ~200 papers and repos surveyed. The point was never to make you an engineer. The point was to make you the operator engineers respect.