Finding 01
Precise Log-Sigmoid Scaling
- Averaged performance follows
S(t) = S_max / (1 + (t_mid / t)^β) - Holds across the full task suite and all six capability families
- Late performance is forecastable from early trajectories
How fast can an autonomous agent learn from a real-world environment, and does that learning obey a scaling law?
01 · Overview
Pretraining scaling laws revealed that model capability improves predictably with data and compute. But once agents are deployed, they must learn from interaction with real-world environments, and whether that learning obeys any clean scaling law was, until recently, unknown.
Mephisto distills the empirical and theoretical findings behind a large-scale study of agent and environment interaction across many real-world tasks. Averaged agent performance during environment learning follows a precise log-sigmoid scaling law, S(t) = S_max / (1 + (t_mid / t)^β), and frontier agents' learning speed is roughly doubling every three months.
02 · Key metrics
Three numbers that define the scope of the Mephisto benchmark and the learning dynamics it measures.
Capability Families
6
diverse task domains
Task Horizon
12h+
continuous operation
Learning Speed
2×
every ~3 months
03 · Methodology
What the study found. Four findings govern how agents learn from their environments.
Finding 01
S(t) = S_max / (1 + (t_mid / t)^β)Finding 02
Finding 03
Finding 04
04 · Evaluation pipeline
The method
Phase 01
Phase 02
Phase 03
05 · The scaling law
Averaged agent performance during environment learning is fit precisely by a log-sigmoid curve in elapsed interaction time.
The same functional form, S(t) = S_max / (1 + (t_mid / t)^β), holds across the whole task suite and within every individual capability family, where S_max is the asymptotic ceiling, t_mid the transition midpoint, and β the sharpness of the ramp.
Every figure below is a task-bundle fact read straight from the released Mephisto corpus metadata; no model rollout or reward is used.
06 · Dataset Viewer
Total Tasks
5
Families
2
Base Images
2
Judge Timeout
600–900s
| Task | Family | Base Image | Submit Files | Eval Timeout | Repo |
|---|
07 · Family span
The two capability families represented in the released sample corpus, side by side. Each dials a different point on the task-domain gradient.
Systems & Software Engineering · 4 tasks
Professional Knowledge Work · 1 task
08 · Resources
GitHub
mephisto
github.com/Ethara-ai/mephisto
Hugging Face
mephisto
huggingface.co/datasets/ethara/mephisto/tree/main
Ethara builds held-out, reproducible agent environments and datasets for frontier teams.