इस हफ्ते Meta ने Hyperagents announce किया। Framework का नाम है Darwin Gödel। Substance पर आने से पहले एक पल इस naming को appreciate करते हैं।

Kurt Gödel ने 1931 में prove किया था कि कोई भी sufficiently complex formal system ऐसे true statements contain करता है जिन्हें उस system के अंदर से prove नहीं किया जा सकता। उन्होंने यह self-referential logic से prove किया — एक ऐसा statement जो essentially कहता है "इस statement को prove नहीं किया जा सकता।" उनके incompleteness theorems mathematics की history के सबसे गहरे results में से हैं, और उनका central lesson है: self-referential systems में irreducible blind spots होते हैं

Meta ने अपना self-rewriting agent framework उनके नाम पर रखा।

मुझे नहीं पता यह intentional था या Meta में किसी को बस यह smart लगा। दोनों cases में — यह recent AI history का सबसे accidentally honest product name है।

Darwin Gödel असल में क्या है

Framework में तीन components हैं:

Self-rewriting code। Agent अपने prompts, tool configurations, और execution logic को performance feedback के basis पर modify कर सकता है। यह सिर्फ code generate नहीं करता — वह code rewrite करता है जिससे code generate होता है।

Persistent memory। Restarts के बाद भी बचा रहने वाला cross-session state। Agent पिछले tasks से सीखे patterns accumulate करता है और नए tasks में apply करता है। जो काम बार-बार करता है उसमें better होता जाता है।

Autonomous improvement। एक evaluation loop जो agent के outputs के खिलाफ performance benchmarks run करती है और जब performance threshold से नीचे जाए तो rewriting cycles trigger करती है।

यह structurally वही है जिसे researchers "recursive self-improvement" framework कहते हैं। Recursion shallow है — weights नहीं, instructions और tool configurations rewrite हो रही हैं — लेकिन principle same है। Agent खुद को improve करता है।

Avocado Problem

यहाँ interesting हो जाता है। Meta का flagship agentic coding model, Avocado, इस quarter ship होना था। अब May तक delay है।

Meta के sources के अनुसार internal reason यह है कि Hyperagents evaluation framework बार-बार failure modes ढूंढता रहा जिन्हें release से पहले fix करना था। दूसरे शब्दों में: उन्होंने agent की problems ढूंढने का system बनाया और उसने problems ढूंढ लीं। Darwin Gödel अपना काम कर रहा है।

एक और chaotic detail भी है: Meta reportedly Gemini 2.5 Pro को interim capability layer के रूप में license करने पर विचार कर रहा है Avocado के लिए जब तक उनका अपना model catch up नहीं कर लेता। वे Formula 1 car बना रहे हैं और engine की shopping कर रहे हैं।

इसका मतलब क्या है

Self-rewriting agents अब science fiction नहीं रहे। यह किसी major tech company का quarterly announcement है। Frameworks real हैं, demos चल रहे हैं, और evaluation loops real failure modes catch कर रहे हैं।

जो अभी भी science fiction है — वह safety story है। एक self-rewriting agent जो sessions के बीच अपनी execution logic modify करता है, memory accumulate करता है, और autonomous improvement cycles run करता है — वह system day 30 पर day 1 से अलग behave करता है। यही तो point है। यही problem भी है।

Gödel note करते कि system खुद को अपने अंदर से पूरी तरह evaluate नहीं कर सकता।

Meta ने नाम सही रखा। मुझे नहीं लगता उन्होंने यह intentionally किया।