An interactive guide that synthesizes Anthropic's and OpenAI's guidance on building agents into a smaller set of decision-oriented learning experiences.
- Public site: better-software-foundation.com
/Home page/summaryExecutive summary/patternsArchitecture patterns/decisionDecision framework/foundationsFoundations & Guardrails/compareComparative Guide
- Install dependencies:
npm install- Start the app:
npm run dev- Build for production:
npm run buildThis project presents the source material through five live experiences:
Executive Summary: a compressed, high-signal walkthrough of the main architecture and tradeoff argumentArchitecture Patterns: an interactive comparison of agent design options and cross-source orchestration mappingsDecision Framework: a guided chooser for deciding whether a workflow should be agentic and what architecture to start withFoundations & Guardrails: live implementation-focused route drawing more heavily from OpenAIComparative Guide: live crosswalk route comparing Anthropic and OpenAI directly, including a breadth-vs-depth matrix
vercel.json includes a rewrite so direct visits to routes like /summary or /decision load correctly.