pith. sign in

arxiv: 2312.17025 · v3 · pith:H3JHRJ5Tnew · submitted 2023-12-28 · 💻 cs.CL · cs.AI· cs.LG· cs.SE

Experiential Co-Learning of Software-Developing Agents

classification 💻 cs.CL cs.AIcs.LGcs.SE
keywords agentsexperiencestaskco-learningdemonstrateexecutionexperientialframework
0
0 comments X
read the original abstract

Recent advancements in large language models (LLMs) have brought significant changes to various domains, especially through LLM-driven autonomous agents. A representative scenario is in software development, where LLM agents demonstrate efficient collaboration, task division, and assurance of software quality, markedly reducing the need for manual involvement. However, these agents frequently perform a variety of tasks independently, without benefiting from past experiences, which leads to repeated mistakes and inefficient attempts in multi-step task execution. To this end, we introduce Experiential Co-Learning, a novel LLM-agent learning framework in which instructor and assistant agents gather shortcut-oriented experiences from their historical trajectories and use these past experiences for future task execution. The extensive experiments demonstrate that the framework enables agents to tackle unseen software-developing tasks more effectively. We anticipate that our insights will guide LLM agents towards enhanced autonomy and contribute to their evolutionary growth in cooperative learning. The code and data are available at https://github.com/OpenBMB/ChatDev.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ContraFix: Skill-Enhanced Contrastive Runtime Analysis for Vulnerability Repair

    cs.SE 2026-05 unverdicted novelty 6.0

    ContraFix couples differential runtime evidence from execution variants with reusable repair skills to achieve 84.0% resolution on SEC-Bench and 73.8% on PatchEval using GPT-5-mini, outperforming baselines at lower cost.

  2. ContraFix: Skill-Enhanced Contrastive Runtime Analysis for Vulnerability Repair

    cs.SE 2026-05 unverdicted novelty 5.0

    ContraFix uses contrastive runtime analysis plus a dual-track skill base to reach 92% resolution on SEC-Bench and 73.8% on PatchEval while improving semantic correctness of patches.

  3. SPOQ: Specialist Orchestrated Queuing for Multi-Agent Software Engineering

    cs.SE 2026-06 unverdicted novelty 4.0

    SPOQ is a multi-agent orchestration approach using wave-based topological dispatch, dual validation gates, and Human-as-an-Agent integration that reports large gains in speed, planning quality, defect reduction, and t...

  4. A Survey of Self-Evolving Agents: What, When, How, and Where to Evolve on the Path to Artificial Super Intelligence

    cs.AI 2025-07 accept novelty 4.0

    The paper delivers the first systematic review of self-evolving agents, structured around what components evolve, when adaptation occurs, and how it is implemented.

  5. Towards Large Reasoning Models: A Survey of Reinforced Reasoning with Large Language Models

    cs.AI 2025-01 unverdicted novelty 3.0

    The paper surveys reinforced reasoning techniques for LLMs, covering automated data construction, learning-to-reason methods, and test-time scaling as steps toward Large Reasoning Models.