2026.08
Agent Development
LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks
LongHorizon-Harness reframes long-horizon execution as explicit task-state management, updating external state only with facts independently verified from the environment. Its Manage-Execute-Audit loop separates planning, fresh-context execution, and read-only verification, improving reliability across computer-use and terminal benchmarks.
2026.08
Agent Development
OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents
OneDayAgent turns open-ended long-horizon requests into a managed execution process that combines bounded subtask decomposition, execution memory under context pressure, and global verification with targeted repair across heterogeneous tools. On 104 AgentIF-OneDay tasks, it scores 0.821 with GLM-5.2 and runs across five backend LLMs from three model families without backend-specific tuning.
2026.08
Agent Development
Self-Evolving Coding Agents
This survey defines self-evolving coding agents and organizes the field through an object-centered taxonomy of evolving frameworks, memory, skills, tools, models, and collaboration structures, complemented by when evolution occurs and which software-specific evidence drives it. It also identifies executable feedback, repository context, and coding trajectories as distinctive foundations for evolution while outlining challenges in reliability, safety, cost, maintainability, and generalization.
2026.08
Agent Development
Prime Agent: A Self-Improving RLM Harness
Prime Agent is an open-source harness for long-horizon evaluation and coding workflows that combines a persistent IPython REPL, durable histories and reusable agent assets, and recursively coordinated subagents. It standardizes execution, recovery, verification, and resource accounting while letting models construct their own strategies, substantially improving performance across reasoning, coding, and autonomous-task benchmarks.
2026.08
Agent Development
Apodex 1.1: Scaling Agentic Intelligence for Complex Work
Apodex 1.1 develops sustained, verifiable progress on complex real-world tasks through Environment Scaling and Agentic Coordination Scaling, combining executable file, search, and code environments with stateful multi-agent decomposition, asynchronous coordination, and replanning. Its shared execution harness and AgentOS turn trajectories and coordination traces into reliable behavior, while the 35B-parameter Apodex 1.1 Mini provides a locally deployable form of this working capability.
2026.07
Agent Development
Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable
This paper introduces Harness Handbook, a behavior-centric representation that combines static analysis with LLM-assisted structuring to map distributed agent-harness behaviors to their source code. Its Behavior-Guided Progressive Disclosure method improves behavior localization and edit planning while reducing planner token usage.
2026.07
Agent Development
LLM-as-a-Verifier: A General-Purpose Verification Framework
This paper introduces LLM-as-a-Verifier, a training-free framework that derives continuous verification scores from scoring-token probability distributions and scales verification through finer score granularity, repeated evaluation, and criteria decomposition. It provides accurate, fine-grained feedback for selecting and tracking agent solutions across coding, robotics, and medicine.
2026.07
Agent Development
Towards Long-Horizon Agents: A Survey
This survey formalizes long-horizon agency as a harness-coupled decision process and presents a unified taxonomy spanning externalized harness engineering and internalized model optimization. It organizes the field's evolution, applications, benchmarks, and open problems through six connected perspectives.
2026.03
Agent Development
Nurture-First Agent Development: Building Domain-Expert AI Agents Through Conversational Knowledge Crystallization
This paper proposes Nurture-First Development, a paradigm for growing domain-expert agents through structured conversational interaction rather than fixed code-first or prompt-first construction. It formalizes a Knowledge Crystallization Cycle, Three-Layer Cognitive Architecture, Dual-Workspace Pattern, and Spiral Development Model for continuously converting tacit practitioner knowledge into reusable agent assets.
2026.01
Agent Development
Controlled Self-Evolution for Algorithmic Code Optimization
This paper proposes EvoControl, a controlled self-evolution framework for algorithmic code optimization that balances correctness with exploration across generate-verify-refine cycles. It uses staged self-evolution, genetic-style population search, and evolutionary memory to improve code quality on challenging algorithmic benchmarks.
2025.05
Agent Development
Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents
Darwin Gödel Machine (DGM) is a self-improving coding-agent system that repeatedly rewrites its own code, evaluates each change on coding benchmarks, and explores an expanding archive of agent variants. It raises performance from 20.0% to 50.0% on SWE-bench and from 14.2% to 30.7% on Polyglot, outperforming ablations without self-improvement or open-ended exploration.