#production
3 posts tagged with "production".
-
Reference Architecture: A Real-World Enterprise Agent Platform
• 9 min readEighteen weeks of patterns combined into one production-shaped architecture. The full diagram, the repo layout, the contracts between components, and the migration sequence.
-
Agent Deployment Patterns: Containers, Serverless, and Stateful Workers
• 9 min readThree deployment shapes for production agents — request/response, long-running stateful, and background batch — with the trade-offs around Cloud Run, Kubernetes, managed runtimes, and queue workers.
-
LangChain in Production: Composability and the Parts That Survived
• 7 min readLangChain is no longer the agent framework — LangGraph is. But its primitives (runnables, retrievers, callbacks) became the connective tissue underneath. Here's what to keep and what to drop in 2026.