VFF - The signal in the noise
News

Self-Improving Agents: Shanghai Lab Cuts Manual Tuning

Read original
Share
Self-Improving Agents: Shanghai Lab Cuts Manual Tuning

Researchers at Shanghai Artificial Intelligence Laboratory have introduced Self-Harness, a framework that enables LLM-based agents to automatically improve their own operating rules by analyzing execution traces and applying empirical edits. The system achieves performance improvements up to 60 percent without requiring manual tuning or stronger external models. This addresses a key bottleneck in agent development: the reliance on ad hoc human debugging rather than systematic feedback loops.

  • Self-Harness enables agents to autonomously refine their harnesses (system prompts, tools, memory, verification rules, runtime policies) by analyzing their own execution failures
  • The framework uses a three-stage loop: weakness mining to detect failure patterns, harness proposal to generate targeted modifications, and proposal validation through regression testing
  • Performance improvements reach up to 60 percent, with the system trading manual intuition-based engineering for empirical evidence-driven updates
  • The approach eliminates dependency on human engineers or stronger external models, making harness engineering more scalable as new LLMs are released rapidly

Agent harness engineering is a critical but underexplored bottleneck in LLM deployment. Most agent failures stem not from the base model but from the surrounding system that controls context, tools, and execution logic. Current approaches rely on manual, intuition-driven debugging that cannot keep pace with the rapid release cycle of new models, making systematic self-improvement a significant operational advantage.

Enterprises cannot build their own frontier models but can and should customize agent harnesses for specific use cases. Self-Harness reduces the engineering overhead required to maintain and adapt agents as models evolve, enabling teams to deploy robust custom agents that continuously improve without ongoing manual intervention or reliance on expensive external models.

  • Harness engineering shifts from manual, ad hoc debugging to systematic, empirical optimization, reducing dependency on domain expertise and intuition
  • Enterprises can maintain agent performance across model updates and versions without proportional increases in engineering resources
  • The framework may accelerate adoption of LLM-based agents in production environments by lowering the operational burden of customization and maintenance

Monitor whether Self-Harness or similar self-improving frameworks become standard practice in agent deployment platforms and whether performance gains hold across diverse task types and model architectures. Watch for adoption by major agent frameworks like SWE-agent, Claude Code, and OpenHands, and track whether the approach scales to more complex harness configurations and multi-agent systems.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Structured pipelines beat free-form code for AI data engineering

Structured pipelines beat free-form code for AI data engineering

Researchers from Peking University and partner institutions released DataFlow-Harness, an open-source framework that guides AI agents to build structured data pipelines instead of free-form code. The tool addresses a production gap where LLMs excel at one-off scripts but struggle with complex, auditable workflows needed for enterprise systems. DataFlow-Harness achieves 93.3% success on a 12-task benchmark while reducing API costs by up to 72.5% and latency by 49.9% compared to standard Claude Code.

by bendee983@gmail.com (Ben Dickson)· VentureBeat AI
Fundamental LLM flaw makes security impossible, researchers argue
Research

Fundamental LLM flaw makes security impossible, researchers argue

Researchers presented a paper at the International Conference on Machine Learning arguing that large language models contain a fundamental flaw that makes them impossible to fully secure against attacks. By exploiting how LLMs track instruction sources, researchers tricked models from OpenAI, Anthropic, Alibaba, and DeepSeek into generating prohibited content like drug synthesis instructions. The vulnerability, called chain-of-thought forgery, exposes a core architectural problem that current red-teaming and guardrail approaches cannot solve.

by Will Douglas Heaven· MIT Technology Review
AI Coding Agents Accelerate Scientific Discovery in Genomics

AI Coding Agents Accelerate Scientific Discovery in Genomics

A new field report documents how scientists are adopting AI coding agents to modernize scientific computing workflows, with demonstrated applications in genomics and related fields. The report shows these agents are accelerating both software development cycles and the pace of scientific discovery. The shift represents a practical adoption of agentic AI beyond experimental use cases into production research environments.

· OpenAI
AI Drug Discovery Hits a Data Wall
TrendingNews

AI Drug Discovery Hits a Data Wall

AI is accelerating drug discovery by enabling predictive design of candidates and hit identification at scale, but the technology is exposing critical gaps in data quality and lab infrastructure. Drug companies are hitting a 'data wall' where publicly available datasets lack the structure and diversity needed to train accurate models, while lab teams struggle to validate the growing volume of AI-generated compounds. Success depends on closing the loop between computational prediction and experimental validation through better data collection and integration.

by MIT Technology Review Insights· MIT Technology Review