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 →

GDPevo builds a large, automated benchmark of enterprise workflows that forces agents to infer and recombine hidden business rules; self-evolution improves held-out task accuracy by up to 16.44 percentage points, but evolved agents still fall far short of a 91.6% oracle ceiling.

GDPevo: Evaluating Agent Self-Evolution on Real Business Tasks
Leijun Zhou, Zhihao Liu, Xiang Qu, Chenxu Liu, Yifei Liu, Yanke Yu, Jingzhe Xu, Xuejun Wu, Buyue Qian, Xi Chen, Yaowei Zheng, Junhao Hu · August 04, 2026
arxiv descriptive n/a 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. Leijun Zhou unresolved corpus identity
  2. Zhihao Liu unresolved corpus identity
  3. Xiang Qu unresolved corpus identity
  4. Chenxu Liu unresolved corpus identity
  5. Yifei Liu unresolved corpus identity
  6. Yanke Yu unresolved corpus identity
  7. Jingzhe Xu unresolved corpus identity
  8. Xuejun Wu unresolved corpus identity
  9. Buyue Qian unresolved corpus identity
  10. Xi Chen unresolved corpus identity
  11. Yaowei Zheng unresolved corpus identity
  12. Junhao Hu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Leijun Zhou provider ID
  2. Zhihao Liu provider ID
  3. Xiang Qu provider ID
  4. Chenxu Liu provider ID
  5. Yifei Liu provider ID
  6. Yanke Yu provider ID
  7. Jingzhe Xu provider ID
  8. Xuejun Wu provider ID
  9. B. Qian provider ID
  10. Xi Chen provider ID
  11. Yaowei Zheng provider ID
  12. Junhao Hu provider ID
GDPevo is an evolution-native, fully automated benchmark of GDP-related enterprise workflows using rule hybridization to make train–test transfer attributable, and it finds agent self-evolution can raise held-out accuracy by up to 16.44 percentage points while remaining well below an oracle ceiling.

Citation observations

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

Agent self-evolution updates an agent's persistent state from prior experience and reuses it to solve related tasks more effectively. Evaluating self-evolution is difficult: existing benchmarks provide limited coverage of economically valuable task domains, do not always design training and test tasks such that test-time gains can be attributed to training experience, and remain vulnerable to data contamination. We present GDPevo, an evolution-native benchmark grounded in GDP-related enterprise workflows, together with the fully automated data pipeline that generates it. Its core mechanism, rule hybridization, decomposes each enterprise workflow into atomic business rules, distributes subsets of these rules across training tasks, and recombines them in held-out test tasks so that test-time gains are attributable. GDPevo spans CRM, ERP, finance, healthcare, legal, and data-centric workflows. Its V1 release contains 120 tasks in 12 groups, with five training and five held-out test tasks per group. Full automation enables the pipeline to expand the suite to 240 tasks in 24 groups (V2) within two days, providing a practical response to contamination. Using GDPevo, we evaluate four agents, each comprising a harness and a model, under four supervision types. Self-evolution consistently improves held-out accuracy by up to 16.44 percentage points. But the best evolved agents remain far below the fully informed oracle ceiling of 91.6%, indicating that the self-evolution ability of current agents remains far from fully realized. We publicly release the pipeline, benchmark, and full evaluation results at https://github.com/Prism-Shadow/GDPevo.

Summary

Main Finding

GDPevo is a new, evolution-native benchmark and automated pipeline for measuring agent self-evolution on economically valuable, GDP-related enterprise workflows (CRM, ERP, finance, healthcare, legal, data). Its rule-hybridization design makes train→test gains attributable to learned business rules. Using GDPevo (240 tasks, 24 groups), the authors find that non‑parametric self-evolution (skill-based) consistently improves held-out test accuracy (up to +16.44 percentage points) and can reduce resource cost, but even the best evolved agents remain well below an oracle ceiling (91.6%), indicating substantial headroom for improvement. The pipeline, benchmark, and evaluations are publicly released.

Key Points

  • Benchmark scope and scale
    • V1: 120 tasks (12 groups, 5 training + 5 test per group). V2: additional 120 tasks (total 240 tasks, 24 groups).
    • Domains: CRM, ERP, finance, healthcare, legal, and data-centric workflows—tasks chosen for economic relevance and rule-based evaluability.
  • Rule hybridization (core innovation)
    • Decompose each workflow into atomic, checkable business rules.
    • Scatter subsets of rules across 5 training tasks; recombine them across 5 held-out test tasks.
    • Ensures test-time improvement requires inferring and composing rules learned during training—makes transfer attributable.
  • Fully automated construction pipeline
    • Three stages: (1) seed scenario discovery from real-work benchmarks (GDPval, SOP-Bench, JobBench, etc.), (2) task-group generation (env + 5 train + 5 test), (3) calibration & independent review.
    • Calibration criteria: base (no training) test accuracy ≈ 40–60%, fewshot lift ≈ 0.1–0.3, final fewshot accuracy < 0.8.
    • Rapid regeneration allows practical defense against data contamination (V2 produced in under two days).
  • Deterministic evaluation and metrics
    • Every task graded by a deterministic, rule-based grader (LLM used to convert rubric → code tests), enabling reproducible error attribution.
    • Cost treated as first-class metric: tokens, agent turns, and monetary cost reported alongside accuracy.
    • Diagnostic outputs: per-group breakdowns, radar views, transfer heatmaps.
  • Evaluations and findings
    • Setup: four agents (harness + model) × four supervision types:
      • no‑evolution (base)
      • fewshot (training Q&A gold — akin to supervised fine-tuning)
      • reflect (training questions + scores of the agent’s own attempts — akin to RL with self-feedback)
      • self (training questions only — unsupervised)
    • Evolution method tested: skill-based (non‑parametric persistent skills); GDPevo is agnostic to evolution modality.
    • Main empirical results:
      • Self-evolution yields consistent held-out accuracy gains (max +16.44 pp).
      • Fewshot is the most reliable supervision for boosting in-domain accuracy but tends to overfit and can hurt cross-domain transfer.
      • Reflect transfers more robustly across groups (less overfitting than fewshot).
      • Minimal evolution machinery inside the harness already produces gains; much of the gain magnitude depends on the base model’s capabilities.
      • Despite improvements, best evolved agents are substantially below the oracle ceiling (91.6%), indicating current agents’ self-evolution is far from fully effective.

Data & Methods

  • Data construction
    • Seed scenarios drawn from existing real-work benchmarks; agentic pipeline expands them into concrete examples and environments.
    • For each task group: shared environment (APIs, web app, DB), 5 training tasks exposing different rule subsets, 5 held-out test tasks that recombine rules.
    • Atomic rules are enterprise-specific and intentionally absent from general world knowledge.
  • Automation & quality control
    • Orchestrator creates blueprints and a task–rule matrix; task builders generate individual tasks.
    • Calibration agent(s) ensure difficulty and learnability bands; 6 independent reviewer agents verify completeness, rubric quality, and absence of answer leakage (accept if ≥5/6).
  • Evaluated configurations
    • Full experiments used combined V1+V2 (240 tasks).
    • Evolution method in experiments: skill creator + skill library carried into test tasks.
    • Deterministic graders implemented as executable tests derived from rubric elements.
  • Metrics recorded
    • Accuracy per task and per group, token consumption, agent turns, monetary cost, transfer heatmaps, and per-group diagnostic breakdowns.
  • Release
    • Pipeline, benchmark datasets (V1, V2), and full evaluation results published: https://github.com/Prism-Shadow/GDPevo

Implications for AI Economics

  • Economic relevance of evaluation
    • GDPevo targets enterprise workflows with clear GDP impact (billing, invoicing, compliance, claims, record reconciliation), making measured improvements economically meaningful.
    • By reporting both accuracy and resource costs (tokens, turns, money), GDPevo enables assessment of the ROI of self-evolution strategies—not just technical performance.
  • Design implications for firms deploying agents
    • Prefer evaluation frameworks that measure transfer (not just in-domain fine-tuning gains). Fewshot-like supervised evolution can boost in-domain performance but risks overfitting and poor cross-task generalization.
    • Reflective/self-feedback mechanisms may produce more robust cross-domain transfer, which is important for heterogeneous enterprise workloads.
    • Non‑parametric persistence (skills, memories, prompts) can yield measurable gains without full model fine-tuning—potentially lower-risk for deployment—but current gains leave substantial headroom.
  • Benchmarking and contamination risk
    • Automated regeneration is essential: economic benchmarks used in production must be refreshable to avoid data contamination and preserve validity for procurement/regulation decisions.
  • Policy and investment signals
    • The sizable gap to the oracle ceiling (91.6%) indicates further R&D value: investments in better evolution methods (skill discovery, RL-style learning, continual fine-tuning) and stronger base models are likely to produce economically valuable improvements.
    • Firms should evaluate both accuracy uplift and operational cost reduction when deciding to adopt evolving agent architectures.
  • Research & procurement recommendations
    • Procurement of agentic systems should require transfer-tested benchmarks (like GDPevo) rather than narrow supervised gains.
    • Cost metrics should be contractually tied to expected efficiency gains (token/turn/cost savings) in addition to success rates.
    • Use transfer heatmaps and per-domain breakdowns to identify where evolution adds value vs. where it might harm performance (to inform hybrid human+agent workflows).

If you want, I can (a) extract example task(s) that illustrate rule hybridization concretely, (b) summarize the empirical tables/plots (per-domain gains, transfer matrices), or (c) draft short guidance for enterprise procurement teams based on these results.

Assessment

Paper Typedescriptive Evidence Strengthn/a — This paper presents a benchmark and evaluation of agentic self-evolution methods rather than causal claims about economic outcomes; it reports performance gains of agents on synthetic/constructed tasks but does not identify causal effects on real-world economic variables. Methods Rigormedium — The pipeline is carefully designed (rule hybridization, deterministic graders, calibration, automated regeneration to counter contamination) and evaluation covers 240 tasks across domains with multiple agents and supervision types; however, tasks are agent-generated, calibration uses the same class of models, potential generation biases and leakage risks remain, and external validity to real enterprise deployments is untested. SampleGDPevo V1+V2: 240 tasks organized into 24 task groups (each group a shared simulated business environment) with 5 training and 5 held-out test tasks per group; domains include CRM, ERP, finance, healthcare, legal, and data-centric workflows. Tasks are generated by an automated agent pipeline (orchestrator, builders, reviewers) using rule hybridization to decompose domain workflows into atomic business rules; evaluation uses deterministic rule-based graders and reports accuracy, token/turn/cost metrics. Experiments evaluate four agent configurations (harness+model) under four supervision types (no-evolution, fewshot, reflect, self) and compare to an oracle ceiling (91.6%). Themesproductivity human_ai_collab skills_training GeneralizabilityTasks are agent-generated and synthetic simulations of enterprise workflows, which may not capture the full complexity and heterogeneity of real-world firms., Pipeline and calibration use LLMs (e.g., Codex + GPT-5.5) in task generation and review, creating a risk of generation biases or model-specific artifacts that affect evaluation., Benchmark focuses on rule-governed, deterministically checkable tasks (good for reproducibility) but may underrepresent judgment-heavy or ambiguous real-world tasks., Evaluations cover a limited set of harnesses/models and supervision types; results may not generalize to other models, fine-tuning regimes, or production integration costs., Deterministic graders enforce crisp correctness criteria, which may miss partial or human-preferred solutions important in real enterprise settings.

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
GDPevo evaluates agent self-evolution on economically valuable enterprise workflows spanning CRM, ERP, finance, healthcare, legal, and data-centric tasks. Other positive Coverage of economically valuable business-task domains
Reading fidelity high
Study strength medium
n=240
0.18
GDPevo's rule-hybridization design makes test-time performance gains attributable to learning and recombining business rules from training tasks. Skill Acquisition positive Attributability of transfer/generalization gains
Reading fidelity high
Study strength medium
not reported
0.18
The V1 release contains 120 tasks in 12 task groups, with five training and five held-out test tasks per group. Other positive Benchmark task coverage
Reading fidelity high
Study strength high
n=120
120 tasks in 12 groups
0.3
The automated GDPevo pipeline expanded the benchmark from V1 to 240 tasks in 24 groups within two days. Organizational Efficiency positive Benchmark-generation scalability and speed
Reading fidelity high
Study strength medium
n=240
240 tasks in 24 groups in under two days
0.18
Across the evaluated agents and supervision types, self-evolution consistently improves held-out accuracy, with gains of up to 16.44 percentage points. Output Quality positive Held-out task accuracy
Reading fidelity high
Study strength medium
n=240
up to 16.44 pp
0.18
Every evaluated evolved agent-supervision combination improves over its corresponding no-evolution base agent. Output Quality positive Test-task accuracy relative to the no-evolution baseline
Reading fidelity high
Study strength medium
n=240
up to 16.44 pp
0.18
Self-evolution can reduce test-time cost in addition to improving accuracy. Organizational Efficiency positive Test-time resource and monetary cost
Reading fidelity high
Study strength medium
n=240
0.18
The best evolved agents remain substantially below the fully informed oracle ceiling of 91.6%, indicating that current agents have not fully realized self-evolution capabilities. Output Quality negative Held-out task accuracy relative to the oracle ceiling
Reading fidelity high
Study strength medium
n=240
oracle ceiling of 91.6%
0.18
Few-shot supervision is the most reliable of the evaluated supervision types for agent self-evolution. Skill Acquisition positive Reliability of improvement in held-out accuracy
Reading fidelity high
Study strength medium
n=240
0.18
Few-shot evolution tends to overfit its source task group and can harm performance on other groups, whereas reflection-based evolution transfers more robustly across groups. Skill Acquisition mixed Cross-domain transfer of evolved skills
Reading fidelity high
Study strength medium
n=240
0.18
The model's intelligence contributes more to the magnitude of self-evolution gains than the particular evolution method implemented inside the harness. Skill Acquisition positive Magnitude of improvement from self-evolution
Reading fidelity high
Study strength medium
n=240
0.18
GDPevo uses deterministic, rule-based graders rather than LLM judges, allowing scores to be reproduced and failures to be traced to violated business rules. Ai Safety And Ethics positive Evaluation reproducibility and error traceability
Reading fidelity high
Study strength medium
n=240
0.18

Notes