0 cumulative citations
View corpus contextGDPevo 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.
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.
- Setup: four agents (harness + model) × four supervision types:
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
Claims (12)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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%
|
| 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
|
| 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
|
| 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
|
| 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
|