ARTFEED — Contemporary Art Intelligence

LivePlan: Real-Time Monitoring and Correction for Programming Agents

ai-technology · 2026-08-10

LivePlan, a newly developed system, seeks to enhance the efficiency and dependability of programming agents tasked with resolving GitHub issues in extensive projects. The research, accessible on arXiv (ID 2608.06701), tackles the difficulties associated with long-horizon tasks, particularly when fixes necessitate modifications in multiple areas or when the issue description is insufficiently detailed. Often, these agents deviate from their original plans, repeat unsuccessful actions, or cease operation without producing a viable patch. LivePlan separates the roles of judging and advising: a deterministic, rule-based monitor assesses general signals throughout the process to identify issues without relying on a large language model (LLM), consulting the advisor LLM only upon detection of a problem for high-level corrective steps. This approach circumvents the misleading re-planning and expensive interventions seen in previous methods. Built on SWE-agent, the system is evaluated against standard benchmarks and proposes real-time monitoring, detection, and correction of behavioral inefficiencies, providing a more effective and reliable solution for automated software development.

Key facts

  • LivePlan is a new system for monitoring and correcting programming agents.
  • It targets fixing GitHub issues in large-scale projects.
  • The system decouples judging from advising using a deterministic rule-based monitor.
  • The monitor detects issues without invoking an LLM.
  • An advisor LLM is consulted only when an issue is detected.
  • LivePlan is implemented on top of SWE-agent.
  • The paper is available on arXiv with ID 2608.06701.
  • The approach aims to avoid misleading re-planning and costly interventions.

Entities

Sources