Tagged articles
4 articles
Page 1 of 1
AI Waka
AI Waka
Feb 22, 2026 · Industry Insights

Why Multi‑Agent AI Fails at Scale and How 12‑Factor Cloud‑Native Principles Save It

The article explains why naïve multi‑agent AI architectures collapse under load due to internal east‑west dependencies, and shows how applying 12‑Factor App and cloud‑native patterns—isolated workers, externalized state, short‑lived sessions, and strict orchestration—enable scalable, fault‑tolerant agentic systems.

12-factorCloud NativeDistributed Systems
0 likes · 17 min read
Why Multi‑Agent AI Fails at Scale and How 12‑Factor Cloud‑Native Principles Save It
DevOps Cloud Academy
DevOps Cloud Academy
Dec 2, 2023 · Operations

Five Key Learnings from Five Years in DevOps

The article shares five practical DevOps insights—people‑centric culture, the importance of IAC and GitOps, mastering YAML/JSON, adopting the 12‑factor app methodology, and continuous learning—to help engineers improve cloud infrastructure, automation, and organizational effectiveness.

12-factor
0 likes · 6 min read
Five Key Learnings from Five Years in DevOps
Architect
Architect
Jul 3, 2023 · Cloud Native

The 12‑Factor Methodology for Building Cloud‑Native SaaS Applications

This article presents the 12‑Factor methodology—a language‑agnostic set of best‑practice principles for designing, deploying, and operating cloud‑native SaaS applications—covering codebase management, explicit dependencies, environment‑based configuration, backing services, build‑release‑run separation, process model, port binding, concurrency, disposability, parity between development and production, logging, and one‑off admin tasks.

12-factorSaaScloud-native
0 likes · 23 min read
The 12‑Factor Methodology for Building Cloud‑Native SaaS Applications