Skip to content

Better-Software-Foundation/building-effective-ai-agents

Repository files navigation

Building Effective AI Agents

An interactive guide that synthesizes Anthropic's and OpenAI's guidance on building agents into a smaller set of decision-oriented learning experiences.

Live site

Routes

  • / Home page
  • /summary Executive summary
  • /patterns Architecture patterns
  • /decision Decision framework
  • /foundations Foundations & Guardrails
  • /compare Comparative Guide

Local development

  1. Install dependencies:
npm install
  1. Start the app:
npm run dev
  1. Build for production:
npm run build

Project overview

This project presents the source material through five live experiences:

  • Executive Summary: a compressed, high-signal walkthrough of the main architecture and tradeoff argument
  • Architecture Patterns: an interactive comparison of agent design options and cross-source orchestration mappings
  • Decision Framework: a guided chooser for deciding whether a workflow should be agentic and what architecture to start with
  • Foundations & Guardrails: live implementation-focused route drawing more heavily from OpenAI
  • Comparative 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.

About

Interactive guide to Anthropic and OpenAI agent-building guidance

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors