HyperAIHyperAI

Command Palette

Search for a command to run...

منذ 7 أيام
إيجرنت

التطور المشترك في الأنظمة الوكيلة: نحو تطور ذاتي التوجيه يتجاوز التصميم البشري

الملخص

يتزايد التوقع من الأنظمة الوكيلة أن تتحسن بعد النشر، إلا أن التطور الذاتي للكيان الواحد غالباً ما يكون مقيداً بسياق تعلم ثابت، كمهام وتغذية راجعة محددة مسبقاً. تركز هذه الدراسة الاستقصائية على التطور المشترك في الأنظمة الوكيلة، وهو شكل متعدد المكونات من التطور الذاتي تفرض فيه عدة وكلاء وبيئتهم ضغطاً تكيفياً متبادلاً. لتنظيم الأوراق البحثية القائمة، نقترح تصنيفاً تدريجياً من ثلاث مراحل يتتبع كيفية تخلي النظام تدريجياً عن القيود المصممة هندسياً بشرياً. يدرس التطور المشترك بين وكيل ووكيل كيفية تكيف الوكلاء من خلال أقران ديناميكيين، بما يشمل التكيف التناحري والتعاوني والتنظيمي. ويوسع التطور المشترك بين الوكيل والبيئة هذه الحلقة لتشمل مهام وتغذية راجعة وفضاءات تفاعل متكيفة تتغير مع الوكلاء. ويستكشف التطور المشترك الفوقي إمكانية جعل آلية التطور نفسها قابلة للتطور. نناقش أيضاً التحديات المفتوحة في تقييم مثل هذه الأنظمة، وتوسيع نطاقها عبر مكونات متعددة، والحفاظ على عمليات التطور المتزايدة الاستقلالية آمنة وقابلة للتحكم. تقدم هذه الدراسة أساساً موحداً لبناء أنظمة وكيلة متينة ومفتوحة النهايات قادرة على التحسن خارج المسارات الثابتة المصممة بشرياً.

One-sentence Summary

Researchers from Hong Kong University of Science and Technology, University of Illinois Urbana-Champaign, The Chinese University of Hong Kong, The University of Hong Kong, and Peking University present a survey on co-evolution in agentic systems, proposing a progressive three-stage taxonomy of agent–agent, agent–environment, and meta co-evolution that traces how adaptive pressure among multiple components gradually sheds human-engineered constraints, and discuss open challenges in evaluating, scaling, and ensuring safety for such systems to build robust, open-ended agentic systems that improve beyond fixed human-designed paths.

Key Contributions

  • The survey provides a formal definition of co-evolution that requires mutual evolutionary pressure between at least two components, and organizes the field through a progressive three-stage taxonomy: Agent–Agent, Agent–Environment, and Meta Co-Evolution.
  • A dynamic evaluation paradigm is proposed for co-evolving systems, moving beyond static benchmarks by measuring component-level improvements, cross-play transferability, and using held-out evaluators to detect exploitative behaviors.
  • Meta Co-Evolution, where the evolution mechanism itself becomes evolvable, is identified as a critical frontier for reducing human intervention and enabling open-ended, self-improving agentic systems.

Introduction

As AI systems shift from isolated models to agentic systems that autonomously use tools, memory, and skills, a central challenge is enabling continual improvement after deployment. Self-evolution lets agents update themselves from experience, but it remains bounded by fixed external conditions, a limitation akin to the Red Queen effect. No existing survey has made co-evolution, where multiple components adapt jointly and reshape each other’s evolution, the central focus. The authors fill this gap by offering the first focused survey of co-evolution in agentic systems, organizing the literature with a progressive three-stage taxonomy that expands evolutionary freedom from agent–agent co-evolution, through agent–environment co-evolution, to meta co-evolution where the evolution mechanism itself becomes adaptive.

Method

The authors propose a three-stage taxonomy that follows the expanding scope of what a system is allowed to evolve, gradually removing human-engineered constraints.

Stage 1 focuses on Agent-Agent Co-Evolution. Coevolution begins when an agent no longer learns against a static counterpart. As agents respond to one another, each agent's progress changes the challenges and opportunities facing its peers, and the collective may also reorganize its structure Π\PiΠ. This creates a coupled evolutionary process within the agent collective defined as:

At+1=({ait+1}i=1n,Πt+1)=Ω(At,E,τt).A^{t+1} = \big(\{a_i^{t+1}\}_{i=1}^n, \Pi^{t+1}\big) = \Omega(A^t, E, \tau^t).At+1=({ait+1}i=1n,Πt+1)=Ω(At,E,τt).

Stage 2 extends this to Agent-Environment Co-Evolution. While the coupled process in Stage 1 continuously changes the agents, the environment remains fixed, limiting new experiences. Stage 2 allows agent behavior to reshape the whole conditions that subsequently shape the agents:

(At+1,Et+1)=Ω(At,Et,τt).(A^{t+1}, E^{t+1}) = \Omega(A^t, E^t, \tau^t).(At+1,Et+1)=Ω(At,Et,τt).

Stage 3 introduces Meta Co-Evolution. In Stage 2, the evolution mechanism remains human-designed. Meta co-evolution is defined as a stage where the lower-level co-evolving system further revises its evolution mechanism through a self-generated revision process Γt\Gamma^tΓt:

Ωt+1=Γt(St,Ωt,τt),St+1=Ωt+1(St,τt).\begin{array}{l} \Omega^{t+1} = \Gamma^t(S^t, \Omega^t, \tau^t), \\ S^{t+1} = \Omega^{t+1}(S^t, \tau^t). \end{array}Ωt+1=Γt(St,Ωt,τt),St+1=Ωt+1(St,τt).

This recursion provides a pathway toward open-endedness, characterized by continuous novelty Ωt+1Ωt\Omega^{t+1} \neq \Omega^tΩt+1=Ωt and unbounded divergence with adaptive capability H\mathcal{H}H satisfying limtH(St,Ωt)=\lim_{t \to \infty} \mathcal{H}(S^t, \Omega^t) = \inftylimtH(St,Ωt)=. The authors decompose the evolution mechanism into five adaptive decisions: what to evolve selects the adaptation target, when to evolve triggers updates after failures or plateaus, how to evolve produces variants through training or revision, where to evolve covers the domain and setting, and how to evaluate judges evolution quality.

As shown in the figure below, Stage 1 and Stage 2 improve performance across most settings, but the gains become smaller as evolution approaches a plateau. By allowing the evolution mechanism to change, meta co-evolution moves beyond this bottleneck and opens new directions for improvement.


بناء الذكاء الاصطناعي بالذكاء الاصطناعي

من الفكرة إلى الإطلاق — سرّع تطوير الذكاء الاصطناعي الخاص بك مع المساعدة البرمجية المجانية بالذكاء الاصطناعي، وبيئة جاهزة للاستخدام، وأفضل أسعار لوحدات معالجة الرسومات.

البرمجة التعاونية باستخدام الذكاء الاصطناعي
وحدات GPU جاهزة للعمل
أفضل الأسعار

HyperAI Newsletters

اشترك في آخر تحديثاتنا
سنرسل لك أحدث التحديثات الأسبوعية إلى بريدك الإلكتروني في الساعة التاسعة من صباح كل يوم اثنين
مدعوم بواسطة MailChimp