PulseAugur
EN
LIVE 06:01:11

New WHALE method jointly optimizes AI agent weights and harness code

Researchers have introduced WHALE (Weight-Harness Alternating LEarning), a novel method for optimizing AI agents by jointly adapting model weights and harness code. This approach alternates between updating model parameters and searching for improved harness code, addressing the issue where optimizing one component in isolation can bottleneck the system. Experiments with Qwen3.5-2B/4B agents across search, math, and chess tasks demonstrated that WHALE significantly outperforms existing methods, including weight-only and harness-only optimization, by achieving higher accuracy with fewer rollouts. AI

IMPACT This new optimization technique could lead to more efficient and higher-performing AI agents across various complex tasks.

RANK_REASON The cluster contains a research paper detailing a new method for optimizing AI agents. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New WHALE method jointly optimizes AI agent weights and harness code

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Haechan Kim, Yoonho Lee, Gisang Lee, Chelsea Finn, Kangwook Lee ·

    WHALE: A Simple Recipe for Joint Harness-Weight Optimization

    arXiv:2609.00196v1 Announce Type: cross Abstract: Agent performance depends jointly on the model parameters and the executable harness code that manages context and control flow. Optimizing either component in isolation can leave the system bottlenecked by its frozen counterpart:…