Reading / 2026-05/2026-05-19t174452-humanlayer12-factor-agents
humanlayer/12-factor-agents
Factor 5 of 12-factor-agents argues that AI apps should unify execution state and business state into a single context-window-derived thread, simplifying serialization, debugging, recovery, and observability.
May 19, 2026 · tech · GitHub
Topics
- agentic-workflows
- llm-engineering
- software-architecture
- context-engineering
- ai-agents
Cited by
- Agentic workflows
Design patterns for AI agents acting across multi-step tasks, covering how tool access, memory, orchestration topology, and coordination overhead shape whether an agent system works in practice.
- AI agents
AI agents are LLM-powered systems that plan, act, and iterate autonomously; active research and engineering practice reveal deep tensions between coordination complexity, reliability, tool design, and the human oversight they still require.
- Context engineering
Deliberate construction and management of the information fed into an LLM's context window, treated as a first-class engineering problem spanning retrieval strategy, knowledge structure, memory systems, and token efficiency.
- LLM Engineering
The practical discipline of building, evaluating, and operating systems that use large language models, spanning knowledge architecture, agent control flow, inference optimization, and the human and organizational costs of getting it wrong.
- Software architecture
Recurring patterns across component design, API validation, durable execution, and multi-agent systems show that good software architecture consistently pushes complexity to boundaries and keeps individual units of code focused on a single concern.
Related
- Your agent loves MCP as much as you love GUIs topic
- The Orchestrator Isn't Your Moat topic
- databricks-solutions/ai-dev-kit topic
- Scaling Managed Agents: Decoupling the brain from the hands topic
- Don't Prompt Your Agent for Reliability — Engineer It topic
- Agentic Coding is a Trap topic
- What CI Actually Looks Like at a 100-Person Team topic
- From Flaky to Flawless: Angular API Response Management with Zod topic