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 →

Backbone LLM choice, not agent wiring, largely determines how well general-purpose agents perform; within-model architecture swaps still move scores by up to 12 percentage points. Open-weight models repeatedly collapse on certain agent architectures or benchmarks, exposing failure modes hidden by aggregate metrics.

General Agent Evaluation
Elron Bandel, Asaf Yehudai, Lilach Eden, Yehoshua Sagron, Yotam Perlitz, Elad Venezian, Natalia Razinkov, Natan Ergas, Shlomit Shachor Ifergan, Segev Shlomov, Michal Jacovi, Leshem Choshen, Liat Ein-Dor, Yoav Katz, Michal Shmueli-Scheuer · February 26, 2026
arxiv descriptive medium 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. Elron Bandel unresolved corpus identity
  2. Asaf Yehudai unresolved corpus identity
  3. Lilach Eden unresolved corpus identity
  4. Yehoshua Sagron unresolved corpus identity
  5. Yotam Perlitz unresolved corpus identity
  6. Elad Venezian unresolved corpus identity
  7. Natalia Razinkov unresolved corpus identity
  8. Natan Ergas unresolved corpus identity
  9. Shlomit Shachor Ifergan unresolved corpus identity
  10. Segev Shlomov unresolved corpus identity
  11. Michal Jacovi unresolved corpus identity
  12. Leshem Choshen unresolved corpus identity
  13. Liat Ein-Dor unresolved corpus identity
  14. Yoav Katz unresolved corpus identity
  15. Michal Shmueli-Scheuer unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Elron Bandel provider ID
  2. Asaf Yehudai provider ID
  3. Lilach Eden provider ID
  4. Yehoshua Sagron provider ID
  5. Yotam Perlitz provider ID
  6. Elad Venezian provider ID
  7. N.D. Razinkov provider ID
  8. Natan Ergas provider ID
  9. Shlomit Ifergan provider ID
  10. Segev Shlomov provider ID
  11. Michal Jacovi provider ID
  12. Leshem Choshen provider ID
  13. L. Ein-Dor provider ID
  14. Yoav Katz provider ID
  15. Michal Shmueli-Scheuer provider ID
A unified, full-factorial evaluation finds backbone LLM choice is the dominant driver of general-agent performance, agent architecture causes up to 12 percentage-point variation within a model, top general agents match domain-specific systems on most benchmarks, and open-weight models exhibit sharp, architecture-specific failures.

Citation observations

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

General-purpose agents perform tasks in unfamiliar environments without domain-specific manual customization. Yet no study has systematically measured how agent architecture shapes performance across heterogeneous protocols and diverse unfamiliar environments. This is the first systematic study, comparing tool-calling, MCP, code-generation, and CLI agents on the same benchmarks with the same models. Two gaps blocked such a study: existing harnesses require per-benchmark wiring or fixed protocol classes (web for BrowserGym, CLI for Harbor), and benchmarks themselves expect human-authored prompts, context, and integration glue. To enable this study, we contribute (1) a unifying protocol that bridges existing benchmark and agent protocols; (2) an evaluation harness that surfaces any benchmark to any general-purpose agent and backbone model; and (3) the first Open General Agent Leaderboard of agent configurations, a full factorial over 5 agent architectures x 5 backbone LLMs (three closed-source, two open-weight) x 6 benchmarks spanning software engineering, customer service, deep research, and personal assistance. We find that (i) general agents adapt to every tested domain without per-domain customization; (ii) agent architecture choice swings results by up to 12pp within a single model, yet backbone model choice dominates overall performance; (iii) on 4 of 6 tested benchmarks, top general agents are indistinguishable from the leading heavily-customized domain-specific agents; (iv) open-weight models tested exhibit "generality sinks" absent from frontier closed-source models: they consistently collapse on specific agent architectures or benchmarks; (v) a behavioral failure analysis reveals architecture-distinctive error signatures that aggregate scoring cannot discriminate. Code, harness, leaderboard, and traces are at https://www.exgentic.ai.

Summary

Main Finding

The paper introduces a Unified Protocol and Exgentic evaluation harness to run unmodified general-purpose agents across heterogeneous benchmarks, and uses them to produce the first Open General Agent Leaderboard (5 agent architectures × 5 backbone LLMs × 6 benchmarks). Key empirical findings: (1) general-purpose agents adapt across diverse domains without per-domain engineering; (2) backbone model choice dominates aggregate performance variance (27.8% vs 0.5% for architecture), but architecture can cause large within-model swings (up to ~12 percentage points); (3) on 4/6 benchmarks top general agents match heavily-customized specialist agents; (4) open-weight backbones exhibit brittle “generality sinks” (architecture- or benchmark-specific collapses) absent from frontier closed-source models; (5) architectures produce distinctive failure signatures that aggregate success rates hide. Total evaluation cost reported ≈ $20K.

Key Points

  • Unified Protocol: A minimal mediation format (task / context / actions) that represents agent–benchmark interactions across CLI, tool-calling, MCP, code-generation, and conversational protocols. Allows plug-and-play of agents and benchmarks without per-case rewiring.
  • Exgentic harness: Implements the Unified Protocol and runs the original agent implementations and benchmarks as black boxes in isolated sessions.
  • Scope of evaluation:
    • Agents: ReAct, ReAct Short (tool shortlisting), Smolagent (code-generation), OpenAI Solo (MCP), Claude Code.
    • Backbone LLMs: three closed-source frontier models (Claude Opus 4.5, Gemini 3 Pro, GPT 5.2) and two open-weight models (DeepSeek‑V3.2, Kimi‑K2.5).
    • Benchmarks: BrowseComp+, τ2-Bench (Retail/Airline/Telecom), SWE-Bench Verified (mini-swe), AppWorld. Tasks: ~100 per benchmark (50 for one subdomain); 100-turn cap per task.
    • Full factorial: 5 architectures × 5 models × 6 benchmarks → 150 configurations; ~550 tasks aggregated per point in cost-performance plots.
  • Leaderboard results and costs:
    • Top-performing configs are closed-source model pairings (Claude Opus 4.5 dominates). Example: OpenAI Solo + Claude Opus 4.5 averaged ~0.73 success rate at ≈ $8.5/task.
    • Cost-efficient end occupied by some GPT 5.2 and open-weight-backed configs with much lower per-task cost (sub-dollar to low-dollar range).
    • Total evaluation spend ≈ $20K.
  • Performance patterns:
    • Model choice explains most variance (27.8%); architecture explains little in aggregate (0.5%), yet within a single backbone model architecture changes can swing results by up to ~12pp (and larger swings for open models).
    • On 4/6 benchmarks, best generalists are statistically indistinguishable from top published specialists; BrowseComp+ and τ2-Bench-Telecom remain specialist-led.
    • Open-weight models showed sharp failures: some architectures or benchmarks caused near-zero performance (termed “generality sinks”), traceable to protocol violations or API limits (e.g., tool limits).
  • Failure-mode structure:
    • Different architectures fail in characteristic ways (e.g., Claude Code / OpenAI Solo tend to stop early; ReAct variants may skip evidence gathering).
    • Aggregate success rates miss these qualitative differences; the paper argues behavioral trace analysis is necessary.

Data & Methods

  • Unified Protocol: Instances with three fields — task (instructions), context (documents/policy/state), actions (typed action set with parameters and observations). Optional message and final-answer action flags support common UI flows.
  • Benchmarks adapted without changing original semantics; wrappers expose native actions via the Unified Protocol.
  • Benchmarks:
    • BrowseComp+ (research information search; fixed retriever to isolate agent reasoning).
    • τ2-Bench (simulated customer service across retail/airline/telecom; user utterances + tool actions).
    • SWE-Bench Verified (human-validated software engineering tasks; sandboxed bash action / git patches).
    • AppWorld (realistic user-assistance; Python interpreter + APIs).
  • Agents: used off-the-shelf agent bundles (scaffold, tools, memory, schema guards, etc.) exactly as shipped by authors; ReAct Short includes a tool shortlisting component treated as an architectural variant.
  • Backbone models: three closed-source frontier models and two open-weight models; default provider sampling settings used (no hyperparameter tuning to avoid confounding).
  • Metrics:
    • Success rate (benchmark-defined pass/fail), per-task cost, average steps, bench-weighted mean (balanced across benchmarks), cost-efficiency (bench-weighted success / $ per task).
  • Statistical analysis:
    • Variance decomposition using η²; paired t-tests for model/architecture comparisons; McNemar pooled tests for leaderboard claims; multiplicity corrections (Benjamini–Hochberg/Yekutieli). Confidence intervals and procedures detailed in appendices.

Implications for AI Economics

  • Procurement and cost-performance tradeoffs:
    • The study quantifies cost vs performance across model+agent combos: high-performing closed-source backbones (e.g., Claude Opus 4.5) deliver best absolute success but at much higher per-task cost; some frontier and open models offer more cost-efficient points. Buyers should evaluate cost-efficiency (success per dollar) not just raw accuracy.
    • The Pareto frontier structure implies distinct market segments: high-cost/high-performance offerings versus low-cost/cost-efficient alternatives. This shapes procurement decisions in enterprise deployments and pricing strategies of model providers.
  • Vendor dominance and concentration risks:
    • Model choice accounts for most variance; top closed-source backbones lead across architectures. This suggests strategic dependence on a small set of top providers, with potential vendor lock-in and market concentration. Policymakers and firms should consider competition and interoperability.
  • Value of architecture and tooling:
    • Although architecture explains little aggregated variance, it can be decisive within a given backbone—so investment in agent architectures (tool shortlisting, memory, schema guards) matters, especially to mitigate limitations of specific models or APIs. There is potential market value for middleware (tool-selection, robust protocol adapters) that improves robustness across backbones.
  • Open-weight models and fragility:
    • The observed “generality sinks” in open models highlight deployment risk: open-weight models may be economical but brittle for some agent patterns or heavy-action environments. Economic decisions (e.g., choosing open models to save costs) need to weigh risk/variance and the cost of fallback engineering.
  • Labor-substitution and productization:
    • Finding that generalists match specialists on most benchmarks implies lower marginal cost to deploy agents across domains (reduced need for expensive per-domain customization). This could accelerate automation and substitute for specialized software solutions or human labor in many tasks, lowering costs but also concentrating rents with model providers and integrators.
  • Standardization lowers integration friction (lower transaction costs):
    • The Unified Protocol and Exgentic harness reduce the integration cost of evaluating and deploying agents across tasks. Reduced transaction and integration costs can accelerate competition and innovation in agent tooling, and allow buyers to compare providers more objectively.
  • Evaluation and market signaling:
    • Public leaderboards and trace-level analyses provide richer market signals than single-number benchmarks. For economic decision-making, traceable failure modes (stability, protocol violations, tool limits) matter because they affect total cost of ownership (engineering time, reliability, compliance risk).
  • Regulatory and policy considerations:
    • Concentration around a few high-performing closed-source models plus brittleness in open models argues for transparency and interoperability standards to reduce systemic risk and enable contestability. Regulators may need to monitor dependency risks for critical services automated by general agents.
  • Recommended metrics for procurement and research economics:
    • Use cost-efficiency (success per dollar), failure-mode diversity, and robustness across action-space sizes as procurement criteria. Marginal engineering costs to mitigate model-specific failures should be quantified when comparing open vs closed solutions.

Short takeaway: evaluating agents across heterogeneous, realistic workloads reveals that backbone model choice largely drives value, agent architecture can materially change outcomes within a given model, and cost-efficiency tradeoffs plus robustness differences (closed vs open) are central for economic decisions about deploying general-purpose agents.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper runs a systematic, full-factorial empirical comparison across agent architectures, backbone LLMs, and multiple benchmarks with an open harness and released traces, which gives credible descriptive evidence about relative performance and failure modes; however, it does not establish causal mechanisms for why architectures succeed or fail, is limited to six benchmarks and five backbone models, and may be sensitive to harness/metric choices and proprietary closed-model behaviors. Methods Rigormedium — Strengths include a unified protocol enabling apples-to-apples comparisons, a full-factorial design across architectures and backbones, and public release of code and traces for reproducibility; weaknesses include limited benchmark coverage, potential measurement bias from adapting benchmarks to the unified protocol, opaque handling of closed-source models, and no apparent pre-registered hypotheses or robustness checks reported (e.g., sensitivity to alternative scoring, task sampling, or run-level variance). SampleA full factorial evaluation of 5 agent architectures (tool-calling, MCP, code-generation, CLI, and one other) crossed with 5 backbone LLMs (three closed-source, two open-weight) on 6 benchmarks spanning software engineering, customer service, deep research, and personal assistance; results and traces are collected in an Open General Agent Leaderboard with per-run traces and evaluation metrics. Themesproductivity adoption GeneralizabilityLimited to six benchmarks that may not cover the full diversity of real-world tasks or domain complexity, Only five backbone models tested (three closed-source, two open-weight), so findings may not hold for other model families or future models, Evaluation harness and unified protocol may introduce artifacts relative to native, domain-specialized deployments, Proprietary closed-source model behavior cannot be independently inspected or replicated, complicating external validation, Aggregate scoring can mask task- or instance-level failure modes and may not translate to economic productivity in production settings, Agent configurations tested are a subset of possible architectures and hyperparameter choices, so novel designs may behave differently

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
This is the first systematic study comparing tool-calling, MCP, code-generation, and CLI agents on the same benchmarks with the same models. Other positive existence of a systematic, comparative study
Reading fidelity high
Study strength speculative
n=150
0.03
We contribute a unifying protocol that bridges existing benchmark and agent protocols. Other positive availability of unifying protocol
Reading fidelity high
Study strength high
not reported
0.3
We contribute an evaluation harness that surfaces any benchmark to any general-purpose agent and backbone model. Other positive availability/functionality of evaluation harness
Reading fidelity high
Study strength high
not reported
0.3
We release the first Open General Agent Leaderboard: a full factorial over 5 agent architectures x 5 backbone LLMs (three closed-source, two open-weight) x 6 benchmarks spanning software engineering, customer service, deep research, and personal assistance. Adoption Rate positive leaderboard availability and scope
Reading fidelity high
Study strength high
n=150
0.3
General agents adapt to every tested domain without per-domain customization. Adoption Rate positive agent performance/adaptability across domains
Reading fidelity high
Study strength medium
n=150
0.18
Agent architecture choice swings results by up to 12pp within a single model, yet backbone model choice dominates overall performance. Output Quality mixed performance score (aggregate result) as a function of agent architecture and backbone model
Reading fidelity high
Study strength medium
n=150
up to 12pp
0.18
On 4 of 6 tested benchmarks, top general agents are indistinguishable from the leading heavily-customized domain-specific agents. Output Quality null_result performance parity vs domain-specific agents
Reading fidelity high
Study strength medium
n=6
4 of 6 benchmarks
0.18
Open-weight models tested exhibit 'generality sinks' absent from frontier closed-source models: they consistently collapse on specific agent architectures or benchmarks. Other negative model robustness/generalization across architectures and benchmarks
Reading fidelity high
Study strength medium
n=2
0.18
A behavioral failure analysis reveals architecture-distinctive error signatures that aggregate scoring cannot discriminate. Error Rate mixed error signature patterns vs. aggregate scoring
Reading fidelity high
Study strength medium
not reported
0.18
Existing harnesses (e.g., BrowserGym, Harbor) require per-benchmark wiring or are limited to fixed protocol classes, blocking cross-protocol systematic comparison. Other negative limitations of existing benchmark harnesses
Reading fidelity high
Study strength medium
not reported
0.18
Benchmarks themselves typically expect human-authored prompts, context, and integration glue, which prevents direct use by general-purpose agents. Other negative benchmark design requiring human intervention
Reading fidelity high
Study strength medium
not reported
0.18

Notes