
Case Study
ARIA: Sustained Autonomous Research
One research kernel, adapted across three organizations, now running around the clock on borrowed iron
Most autonomous research agents are one-shot: loop, produce an artifact, exit. ARIA was built to run for months, accumulate signal, critique its own results, and recover from its own failures. The same kernel was adapted across three organizations (a global pharma R&D org, an enterprise setting, and SocialEyes retinal AI): 7 instances, 4 domains, 19,364 commits, 97.8% autonomous resumption, a filed provisional patent, and a written-up preprint. Its successor, ARIA-SE, now runs continuously on a borrowed NVIDIA 8xH100 node, 8,700+ sessions in.
!The One-Shot Ceiling
Nearly every autonomous research system shares one shape: an agent loop that runs, produces an artifact, and exits. That works for a single experiment. It cannot accumulate signal over weeks, react to a critic's verdict on yesterday's result, or stop itself when a research direction collapses. Real science is sustained, not one-shot.
- Agent loops that produce one artifact and terminate
- No memory of which directions stabilized and which collapsed
- Failures halt the run instead of triggering recovery
- Cloud GPU costs make months-long autonomous operation impractical
A Persistent, Self-Healing Flywheel
ARIA is a virtual research collaborator built to run for months. A weighted pool of research ideas competes on a single scoring function, the highest-weighted idea runs locally first and scales to cloud only if it earns it, a critic on a different model family posts a verdict, and failures classify themselves and re-enter the pool as recovery work.
- Six-stage flywheel: Pool, Score, Execute, Analyze, Critique, Self-heal
- Human-inserted and auto-generated ideas compete on the same scoring function
- Cost-asymmetric hybrid execution: local first, preemptible cloud only when earned
- DEBUG-driven recovery: 97.8% autonomous resumption across 321 failure events
- One portable kernel, re-pointed across three organizations and their domains
Architecture
ARIA separates the idea economy, the execution substrate, and an independent critic, so experiments accumulate into a shared corpus that later scoring decisions read from.
Timeline
Key Lessons
Sustained beats one-shot: the value is in signal that accumulates over weeks
A single scoring function lets human and machine ideas compete on merit
A critic on a different model family catches what a model grading its own work never would
Self-healing recovery is what keeps an unattended system alive across hundreds of failures
Build the kernel once, re-point it at a new domain: portability was the thesis, and it held across three organizations