The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Tuning the scaffolding around frozen LLMs dramatically raises enterprise-agent performance: StarHarness’s evolved harnesses lift task success by 20–35 percentage points and cut inference costs (up to 53%), with frozen harnesses transferring across GPT and Qwen models and improving held-out tasks.

StarHarness: Evolving Harnesses with Stratified Search for Enterprise Environments
Esakkivel Esakkiraja, Denis Akhiyarov, Vikas Yadav, Sai Rajeswar, Patrice Bechard, Sridhar Nemala, Sagar Davasam · August 25, 2026
arxiv descriptive high evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Esakkivel Esakkiraja unresolved corpus identity
  2. Denis Akhiyarov unresolved corpus identity
  3. Vikas Yadav unresolved corpus identity
  4. Sai Rajeswar unresolved corpus identity
  5. Patrice Bechard unresolved corpus identity
  6. Sridhar Nemala unresolved corpus identity
  7. Sagar Davasam unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Esakkivel Esakkiraja provider ID
  2. D. Akhiyarov provider ID
  3. V. Yadav provider ID
  4. S. Rajeswar provider ID
  5. Patrice Bechard provider ID
  6. S. Nemala provider ID
  7. Sagar Davasam provider ID
StarHarness evolves environment-specific, model-agnostic agent harnesses (without changing model weights) and achieves 20–35 percentage-point full-benchmark performance gains and substantial per-task cost reductions across three enterprise benchmarks, with improvements that generalize to held-out tasks and to other model families.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

We present StarHarness, a framework for evolving environment-specific agent harnesses while keeping model weights fixed. The evolved harness can include prompt and task framing, tool interfaces, skills, MCP-backed providers, subagent structure, and agent-loop configuration. StarHarness constructs a compact evolution pool by stratifying tasks according to baseline failure behavior, separates proposer-visible search tasks from proposer-hidden selection tasks, and reserves held-out tasks for evaluating generalization. Across ITBench SRE, EnterpriseOps-Gym ITSM, and AutomationBench Finance, harness evolution improves full-benchmark performance by 20-35 percentage points over the default harness after 4-12 accepted changes per environment. These gains persist on tasks excluded from evolution and transfer without re-evolution across GPT and Qwen model families. Trace analysis links the improvements to interface repairs, environment conventions, and operational knowledge that compresses search, with fewer false-positive diagnoses and shorter trajectories in several settings. StarHarness therefore offers a practical way to reduce persistent model-environment mismatch in tool-rich enterprise tasks.

Summary

Main Finding

StarHarness is a practical framework for evolving environment-specific agent harnesses (prompts, tool interfaces, skills, subagents, execution policy, etc.) around a frozen LLM. By searching over a compact, failure-mode–stratified task subset with proposer-visible search tasks and proposer-hidden selection tasks (and held-out evaluation), StarHarness produces harness edits that (a) substantially raise end-to-end performance on stateful enterprise benchmarks, (b) reduce inference cost and trajectory length, and (c) transfer without re-evolution across model families (GPT and Qwen). Typical gains are +20–35 percentage points on full benchmarks after only 4–12 accepted edits per environment.

Key Points

  • Objective: optimize the executable harness H around a fixed model M to maximize performance on held-out tasks (no model weight changes).
  • Search protocol innovations:
    • Stratified evolution pool: sample K ≈ N/2 tasks by baseline failure-mode, baseline score, and verifier pass rate.
    • Partition into proposer-visible search set, proposer-hidden selection set, and held-out set for final evaluation.
    • Proposer/validator/evaluator loop with scoped git-diff patches, smoke test, proposer-selected test flip, and deterministic acceptance only if selection mean improves.
    • Guardrails prohibit task-ID branching, hard-coded answers, verifier tampering, or hidden-state leakage.
    • Two search modes: tree search (explore alternative hypotheses) and hill-climbing (exploit best frontier).
  • Benchmarks used:
    • ITBench SRE (40 Kubernetes root-cause scenarios)
    • EnterpriseOps-Gym ITSM (103 ServiceNow ITSM workflows)
    • AutomationBench Finance (100 finance workflows across 47 simulated SaaS apps)
  • Models and transfer:
    • Harnesses were evolved with GPT-5.4 (proposer and agent) and then evaluated, without re-evolution, on multiple GPT and Qwen models (e.g., Qwen3.6, GPT-5.5).
    • Frozen-harness transfer improved every tested model across benchmarks.
  • Typical edits learned (21 accepted patches across 3 runs): three recurring categories
  • Interface repair — fixing schemas/argument handling and pruning misleading fields to reduce invalid tool calls.
  • Environment conventions — encoding implicit operational contracts, ordering/triage rules, and preservation of relationship fields.
  • Operational knowledge / search compression — deterministic calculators, forensics overviews, and routines that move repeatable work out of open-ended reasoning.
  • Measured behavioral effects:
    • Higher true-positive rates, fewer false positives.
    • Shorter trajectories (fewer turns) and fewer tool calls.
    • Lower estimated inference cost per task.
  • Quantitative highlights:
    • Full-benchmark improvement (evolved Stirrup harness vs default): +13.8 to +22.3 to +17.6 pp vs a prompt-optimized Pi baseline on the three benchmarks; overall quoted improvements of 20–35 pp after evolution.
    • Cost reductions at published GPT-5.4 rates: ITBench −17%, EnterpriseOps-Gym −53%, AutomationBench −29%.
    • Specific full-run examples (GPT-5.4):
      • ITBench: score 40.0% → 75.0% (+35.0 pp), turns/task 25.2 → 22.1, false positives 0.79 → 0.33.
      • EnterpriseOps-Gym: 23.3% → 43.7% (+20.4 pp), turns/task 18.12 → 9.87, tool calls 29.53 → 16.83, verifier pass rate 34.5% → 72.8%.
      • AutomationBench: domain objective 57.1% → 83.2% (+26.1 pp), guardrail violations 33 → 4.
    • Held-out generalization (GPT-5.4): ITBench +45.0 pp on evolution set and +31.7 pp held-out; EnterpriseOps-Gym +22.0 / +15.1; AutomationBench +23.0 / +29.3.
    • Cross-model frozen-harness examples: Qwen3.5 ITBench 25.6% → 70.0% (+44.4 pp); Qwen3.6 AutomationBench 48.2% → 75.5% (+27.3 pp).

Data & Methods

  • Benchmarks:
    • ITBench SRE (40 reproducible Kubernetes incident snapshots; structured JSON diagnoses).
    • EnterpriseOps-Gym ITSM (103 tasks evaluated by SQL verifiers against a ServiceNow MCP backend).
    • AutomationBench Finance (100 finance workflows scored by programmatic assertions; guardrail violations → zero).
  • Partitioning / stratified sampling:
    • From reproducible tasks N', sample evolution pool K (≈N/2) matching baseline failure modes, baseline score, and verifier-pass distributions.
    • Split K into search (visible to proposer) and selection (hidden) sets; remaining N' − K is held-out for final evaluation.
  • StarHarness optimizer components:
    • Proposer: reads current harness, search traces, and persistent ledger; emits a scoped git-diff patch.
    • Validator: scope/import checks and single-task smoke test; forbids forbidden edits.
    • Evaluator: proposer-selected quick flip test, then hidden selection set evaluation; acceptance only when selection mean strictly improves (or tie-breaker via verifier metric).
    • Ledger: persistent memory recording attempts, accepted patches, per-task outcomes, and candidate tree when using tree search.
  • Search strategies:
    • Hill-climbing: single frontier, propose one bounded patch per iteration, accept only strict improvements.
    • Tree search: maintain candidate nodes with parents, explore multiple hypotheses; used to explore interactions before targeted hill-climb refinements.
  • Guardrails:
    • No branching on task IDs, no incorporation of ground-truth, no verifier prompt changes, no hidden-state reads; ensures edits aim for reusable environment behavior.
  • Experiment protocol:
    • Evolve using GPT-5.4 (medium) as both proposer and agent; evaluate frozen evolved harnesses across GPT and Qwen families.
    • Compare to unmodified Stirrup baseline, Pi, Codex harnesses, and GEPA prompt optimization.

Implications for AI Economics

  • Cost-efficiency of adaptation:
    • Harness evolution can produce large end-user performance gains and substantial per-task inference cost reductions without retraining models. This suggests a high return-on-investment for engineering effort focused on harness/tooling versus expensive model fine-tuning.
  • Operational scaling and labor substitution:
    • Shorter trajectories, fewer tool calls, and fewer errors (guardrail violations) reduce runtime compute costs and the human oversight/triage burden. For enterprises, harness engineering could lower operational costs and raise automation reliability faster than model upgrades.
  • Transferability and economies of scale:
    • Evolved harness artifacts transfer across models without re-evolution, implying reusability across model upgrades and a one-time engineering investment that benefits multiple downstream model deployments. This increases the leverage of platform-level engineering and may shift demand from model retraining to harness/tooling marketplaces.
  • Productization and market implications:
    • A market for environment-specific harnesses, schema repair libraries, and operational routines could emerge; vendors who provide high-quality harness engineering may capture disproportionate value even if the underlying LLMs are commoditized.
  • Risk, governance, and maintenance costs:
    • Although cheaper than retraining, harness evolution is not free: it requires benchmarked evaluations, proposer capabilities, and software-engineering practices. Guardrails are necessary to avoid data leakage or overfitting; ongoing maintenance will be required as backends and schemas change. These recurring costs must be factored into economic models.
  • Effects on compute demand:
    • Because harness improvements can lower per-task inference consumption, they can reduce incremental demand for model compute in production. However, improved task success may increase total automated throughput (more tasks automated), which could raise absolute compute consumption depending on adoption—net effects depend on substitution versus induced-demand.
  • Strategic considerations for enterprises:
    • Prioritize harness/tooling investments when integrating frozen-model agents into complex, stateful environments (databases, MCPs, SaaS stacks).
    • Use stratified, held-out evaluation protocols to guard against overfitting and to quantify generalization/value of harness edits.
  • Limitations and caution:
    • Efficacy depends on having verifiers, reproducible task traces, and a proposer able to reason about harness code; not all domains will permit the same level of harness repair.
    • There remain residual risks of over-specialization to particular workflows or vendor lock-in if harnesses hard-code environment conventions.

Overall, StarHarness shows that targeted, benchmark-driven harness engineering is a cost-effective lever to close model–environment gaps in enterprise automation; this shifts some of the economic focus from model training/scale to platform engineering, tooling libraries, and reusable harness artifacts.

Assessment

Paper Typedescriptive Evidence Strengthhigh — The paper reports controlled experiments across three distinct stateful enterprise benchmarks, uses a pre-specified task partition (search/selection/holdout), enforces proposer-hidden selection and held-out evaluation, and demonstrates frozen-harness transfer across multiple model families; these design choices meaningfully reduce simple overfitting and support the core empirical claim that harness evolution improves task success and reduces runtime cost. Methods Rigorhigh — The authors use stratified sampling by baseline failure modes, separate proposer-visible search tasks from proposer-hidden selection tasks, reserve held-out tasks for final evaluation, apply guardrails to prevent task-specific hardcoding, compare across multiple benchmarks, and show cross-model transfer of a frozen evolved harness; limitations include inability to isolate contributions of individual edits and dependence on proprietary models and harness implementations. SampleExperiments on three stateful enterprise benchmarks: ITBench SRE (40 Kubernetes root-cause analysis tasks), EnterpriseOps-Gym ITSM (subset of 103 oracle tasks from a 1,150-task benchmark against a ServiceNow MCP backend), and AutomationBench Finance (100 finance workflows across 47 simulated SaaS apps). Evolution used GPT-5.4 (medium) as the proposer and agent for harness search, evolving the Stirrup harness; final evolved harnesses were evaluated (without re-evolution) on multiple GPT and Qwen family models. Baselines included the unmodified Stirrup harness, Pi and Codex harnesses, and GEPA prompt optimization. Evolution accepted 21 patches across the three runs (4, 12, and 5 respectively). Themesproductivity human_ai_collab adoption GeneralizabilityBenchmarks are simulated/sandboxed enterprise tasks and may not fully reflect production systems or human-in-the-loop settings, Evolution was performed using GPT-5.4 and evaluated on selected GPT and Qwen models; results may differ with other model families or future architectures, Evolved edits target the Stirrup/Oh My Pi harness and ServiceNow-like tool interfaces; portability to different agent frameworks or tooling stacks is not proven, The procedure optimizes harness code and interfaces but does not measure downstream organizational adoption, maintenance cost, or impacts on human labor, Some gains may rely on benchmark-specific conventions or idiosyncrasies despite guardrails; isolation of individual-edit contributions is limited

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
StarHarness improved full-benchmark performance by 35.0 percentage points on ITBench SRE for GPT-5.4, increasing the score from 40.0% to 75.0%. Decision Quality positive Full-benchmark ITBench task score
Reading fidelity high
Study strength medium
n=40
+35.0 pp
0.18
StarHarness improved full-benchmark task success on EnterpriseOps-Gym ITSM by 20.4 percentage points for GPT-5.4, increasing success from 23.3% to 43.7%. Output Quality positive EnterpriseOps-Gym full-benchmark task success
Reading fidelity high
Study strength medium
n=103
+20.4 pp
0.18
StarHarness improved the AutomationBench Finance domain objective score by 26.1 percentage points for GPT-5.4, increasing it from 57.1% to 83.2%. Output Quality positive Share of finance workflow objectives achieved
Reading fidelity high
Study strength medium
n=100
+26.1 pp
0.18
The evolved StarHarness generalized to held-out tasks for GPT-5.4, with absolute gains of 31.7 percentage points on ITBench, 15.1 percentage points on EnterpriseOps-Gym, and 29.3 percentage points on AutomationBench. Output Quality positive Held-out benchmark performance
Reading fidelity high
Study strength medium
+31.7 pp, +15.1 pp, and +29.3 pp
0.18
The evolved harness transferred across GPT and Qwen model families without benchmark-specific re-evolution and improved every transferred model reported in the table. Output Quality positive Full-benchmark performance under frozen harness transfer
Reading fidelity high
Study strength medium
n=12
improvements ranging from +10.7 pp to +46.3 pp
0.18
On ITBench, the evolved harness reduced false positives from 0.79 to 0.33 per task and increased true positives from 0.45 to 0.78 per task. Error Rate positive False-positive and true-positive diagnosis counts per task
Reading fidelity high
Study strength medium
n=40
false positives: -0.46 per task; true positives: +0.33 per task
0.18
On EnterpriseOps-Gym, the evolved harness shortened workflows, reducing turns per task from 18.12 to 9.87 and tool calls from 29.53 to 16.83. Task Completion Time positive Workflow turns and tool calls per task
Reading fidelity high
Study strength medium
n=103
turns: -8.25 per task; tool calls: -12.70 per task
0.18
On EnterpriseOps-Gym, the evolved harness increased verifier pass rate from 34.5% to 72.8%, a gain of 38.3 percentage points. Regulatory Compliance positive Verifier pass rate for final database state
Reading fidelity high
Study strength medium
n=103
+38.3 pp
0.18
The evolved harness reduced estimated GPT-5.4 inference cost per task by 17% on ITBench, 53% on EnterpriseOps-Gym, and 29% on AutomationBench. Organizational Efficiency positive Estimated inference cost per task
Reading fidelity high
Study strength low
17% reduction, 53% reduction, and 29% reduction
0.09
On AutomationBench, the evolved harness reduced tasks with guardrail violations from 20 to 4 and total guardrail violations from 33 to 4 across 100 tasks. Ai Safety And Ethics positive Guardrail-violation incidence and count
Reading fidelity high
Study strength medium
n=100
tasks with violations: -16; total violations: -29
0.18
Across the three evolution runs, 21 harness patches were accepted: 4 for ITBench, 12 for EnterpriseOps-Gym, and 5 for AutomationBench. Adoption Rate positive Number of accepted harness changes
Reading fidelity high
Study strength low
n=3
21 accepted patches
0.09

Notes