Skip to content

AI Engineering Stack Guide

This guide explains the modern AI engineering stack from the perspective of an AI solution architect and engineering lead: workflow frameworks, agent harnesses/runtimes, agent app frameworks, model serving, RAG/data, tools/MCP, evals, observability, security, and governance.

The site is intentionally ordered in this sequence:

  1. Foundations: understand AI-DLC and Spec-Driven Development.
  2. Decision tools: use the cheat sheet, wizard, templates, and scenario lab.
  3. Stack map: understand model serving, RAG/data, tools/MCP, evals, security, and governance.
  4. Agent layers: understand where LangChain, LangGraph, Hermes, Codex CLI, and Claude Code fit.
  5. Deep dives: understand each framework on its own terms.
  6. Comparison: compare only after the core context is clear.
  7. Adoption: choose a stack for a real team, risk level, and codebase.

Start with the full stack

If you are confused because many frameworks look like plan -> implement -> review, start with the AI Engineering Stack Map. It explains which layer each framework owns before comparing individual tools.

Quick orientation

If your biggest pain is...Start with
You need the fastest decision pathOne-Page Cheat Sheet
You want a stack recommendation from your contextInteractive Decision Wizard
You need copy-paste artifactsTemplates and Starter Artifacts
You want to see the same feature through each workflowScenario Lab
You are confused by adjacent agent toolsAdjacent Agent Ecosystem Map
You need the full AI engineering architecture mapStack Map
You need production AI app qualityEvals & Observability
You need safe tool use and agent governanceTools/MCP and Security/Governance
Requirements are vague and the agent guesses too muchGitHub Spec Kit
You want lightweight SDD without heavy gatesOpenSpec
Enterprise delivery needs approval, traceability, NFRs, and auditAWS AI-DLC Workflows
The project spans many sessions and the agent loses contextGSD / Get Shit Done
The agent codes too quickly without tests, design, or reviewSuperpowers
You want to self-host or customize an agent runtimeHermes Agent
mermaid
flowchart TB
    A[AI coding workflow landscape] --> B[Spec correctness]
    A --> AA[AI app orchestration]
    A --> C[Lifecycle governance]
    A --> D[Execution throughput]
    A --> E[Engineering discipline]
    A --> F[Agent runtime]

    B --> SK[GitHub Spec Kit]
    B --> OS[OpenSpec]
    C --> AD[AWS AI-DLC]
    D --> GSD[GSD]
    E --> SP[Superpowers]
    F --> HA[Hermes Agent]
    AA --> LC[LangChain]
    AA --> LG[LangGraph]

Suggested reading path

Read these pages in order if you are new to this space:

  1. AI-DLC
  2. Spec-Driven Development
  3. One-Page Cheat Sheet
  4. Interactive Decision Wizard
  5. Templates and Starter Artifacts
  6. Scenario Lab
  7. Adjacent Agent Ecosystem Map
  8. AI Engineering Stack Map
  9. Model & Serving Layer
  10. Data, RAG & Retrieval
  11. Tools, MCP & Gateways
  12. Evals & Observability
  13. Security & Governance
  14. Agent Harness vs Workflow
  15. LangChain
  16. LangGraph
  17. LangChain/LangGraph vs Hermes
  18. GitHub Spec Kit
  19. OpenSpec
  20. AWS AI-DLC Workflows
  21. GSD / Get Shit Done
  22. Superpowers
  23. Hermes Agent
  24. Codex CLI vs Claude Code vs Hermes
  25. Comparison Matrix
  26. Same Flow, Different Purpose
  27. Decision Guide
  28. Framework Combinations
  29. Real-World Use Cases
  30. Adoption Playbook
  31. Expert Review

Built as a static bilingual AI engineering stack guide.