तेरी company ने शायद अपना पहला AI agent इसी spring में deploy किया होगा — एक प्रोग्राम जो खुद action लेता है, बस सवालों के जवाब नहीं देता। शायद वो GitHub पर pull requests review करता है। शायद support tickets triage करता है। शायद रात 3 बजे तेरे cloud dashboards पर नज़र रखता है ताकि तुझे न रखनी पड़े। हर एक अपने छोटे से dashboard पर green दिखाता है। ज़िंदगी मस्त है।
बस एक छोटी सी problem — तीनों एक ही Jira board पर लिखते हैं, एक ही Slack channels में, एक ही GitHub repos में। और किसी ने — न तेरी team ने, न vendor ने — ये define नहीं किया कि जब इनके actions shared resources पर टकराएं तो क्या होगा। तूने तीन autonomous employees hire किए और बिना introduction कराए एक ही desk पर बिठा दिया।
तीन platforms, zero traffic lights
Google आज (22 अप्रैल, Las Vegas) Cloud Next 2026 open कर रहा है अपने agentic AI stack के साथ: ADK v1.0 — agents build करने का toolkit — plus A2A protocol (Agent-to-Agent, एक standard जो agents को एक-दूसरे को discover करने और tasks delegate करने देता है), जो आज v1.0 हो रहा है Cloud Next 2025 के initial preview के बाद, अब 150+ organizations के support के साथ जिनमें AWS, Microsoft, और Salesforce शामिल हैं। दो हफ्ते पहले (8 अप्रैल), Anthropic ने Managed Agents launch किए public beta में — long-running Claude instances जो पूरे workflows complete करती हैं, बस prompts का जवाब नहीं देतीं — Notion, Asana, और Sentry early adopters हैं। एक हफ्ते पहले (15 अप्रैल), OpenAI ने अपने Agents SDK को upgrade किया native sandbox execution के साथ — isolated containers जहाँ agents safely code run करते हैं — और एक model-native harness।
तीन competing runtimes, हर एक अपने agent को तेरे infrastructure का इकलौता autonomous actor मानता है। किसी में भी ये concept नहीं कि "भाई, इस काम पर पहले से कोई और agent लगा हुआ है।"
Agents अपनी ही success से कैसे fail होते हैं
ये pattern production में पहले से दिख रहा है। Agent A (तेरा ticket bot) एक Jira issue बनाता है। Agent B (तेरा dedup bot) उसे duplicate classify करके बंद कर देता है। Agent A closure को anomaly detect करके ticket फिर से खोल देता है। हर agent अपने context में सही है — अपनी context window में (information का वो chunk जो AI एक बार में "देख" सकता है)। System पूरा का पूरा गलत है, एक infinite loop में फँसा जहाँ सही actions गलत outcomes पैदा करते हैं।
Cogent Infotech ने 26 मार्च को इसके तीन flavors document किए: "Mirror Mirror" effect (agents एक-दूसरे की edits को endlessly override करते हैं, minutes में हज़ारों dollars जलाते हैं), hallucinated consensus (multiple agents fabricated data पर converge होते हैं — "शांत और convincing"), और resource deadlocks (agents circular dependencies में एक-दूसरे का इंतज़ार करते हैं)। उनका verdict: "तू agent से पूछ नहीं सकता कि वो loop में है; तुझे mathematically prove करना होगा।"
Data इसकी पुष्टि करता है। UC Berkeley के MAST benchmark, जो मार्च 2025 में publish हुआ और अक्टूबर 2025 में revise किया गया, ने सात multi-agent frameworks में 1,600+ traces analyze किए और failure rates 41% से 86.7% तक पाईं। असली बात: करीब 79% failures specification और coordination issues की वजह से थीं — models के dumb होने से नहीं। Agents काफी smart थे। बस एक-दूसरे के बारे में कुछ पता नहीं था।
16 अप्रैल, 2026 को publish हुई एक paper, "Semantic Consensus", इसे एक formal नाम देती है: Semantic Intent Divergence — cooperating agents जो shared objectives की inconsistent interpretations develop करते हैं क्योंकि हर एक अपने information silo में operate करता है। AutoGen, CrewAI, और LangGraph पर 600 test runs में, researchers ने अपने proposed coordination framework के साथ 100% workflow completion achieve किया बनाम next-best baseline के 25.1%। Gap staggering है, और ये confirm करता है जो numbers पहले से बता रहे थे: problem intelligence नहीं है, coordination है।
उस fix की कीमत जो कोई ship नहीं कर रहा
Google का A2A protocol solution के सबसे करीब है। ये agents को खुद को announce करने, "Agent Cards" के ज़रिए अपनी capabilities describe करने (अब cryptographic identity verification के साथ), और tasks hand off करने देता है। 150+ organizations ने sign on किया है। लेकिन A2A discovery और delegation define करता है — conflict resolution नहीं। अगर Agent A और Agent B दोनों के पास एक ही Jira ticket modify करने का legitimate authority है, तो A2A की कोई राय नहीं कि कौन जीतेगा। और A2A adopt करने का मतलब है inter-agent coordination को Vertex AI, Google के cloud platform, से route करना — vendor collision को एक दूसरे vendor के lock-in से solve करना।
जैसा SiliconANGLE के John Furrier ने 20 अप्रैल को लिखा: "AI जहाँ actually काम करता है वो control plane किसका है? Models commodity बन रहे हैं।" वो सही कह रहा है। लड़ाई इस बारे में नहीं है कि कौन सा model सबसे smart है। लड़ाई इस बारे में है कि सबके ऊपर बैठने वाला traffic control layer कौन build करता है।
Anthropic का Managed Agents architecture explicitly "many brains, many hands" describe करता है — लेकिन brains के बीच zero coordination document करता है। OpenAI का Agents SDK Handoffs (agent-to-agent task delegation) और Guardrails (input/output validation) support करता है लेकिन कोई cross-agent conflict resolution नहीं। हर vendor ने एक बहुत capable solo operator बनाया और assume किया कि तू एक time पर एक ही deploy करेगा। 2026 में। एक enterprise में।
तू actually क्या करेगा इसके बारे में
कोई भी shared system — Jira, GitHub, Slack, तेरा cloud console — पर दूसरा agent deploy करने से पहले, तेरी team को तीन चीज़ें चाहिए जो कोई भी vendor अभी provide नहीं करता: explicit resource ownership rules (कौन सा agent किन objects का मालिक है), एक shared-state registry (एक single source of truth कि हर agent ने क्या किया है), और conflict-resolution policies (जब दो agents disagree करें, तो कौन जीतता है और क्यों)। इन्हें internal middleware के रूप में build कर या infinite-loop tax भुगत।
वो missing layer
वो पहला agent याद है जो तूने deploy किया था, जो अपने dashboard पर green दिखा रहा है? वो अभी भी green दिखा रहा है। दूसरा भी। तीसरा भी। हर agent को लगता है कि वो बढ़िया काम कर रहा है। जो system वो share करते हैं, वो एक अलग कहानी सुनाता है।
Agent era का missing infrastructure layer कोई smarter model नहीं है — ये पहले से running agents के लिए agent traffic control है। जो पहला platform इसे ship करेगा, वो Google, Anthropic, और OpenAI के ऊपर orchestration tier capture कर लेगा। तब तक, तेरे agents kitchen में तीन बिल्लियाँ हैं, हर एक को पक्का यकीन है कि इस घर में बस वही रहती है।
