Builder | LeaderAmazon
ARIA: Sustained Autonomous Research
Back to Graph

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.

8,700+
Autonomous Sessions
660+
Experiments Run
97.8%
Autonomous Resumption
19,364
Auditable Commits

!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.

Idea Pool
Weighted QueueRed-Team FeedbackManuscript-Gap SignalHuman Steering
Execution
Local-First RunPreemptible Cloud GPUQuality Gate
Critique & Self-Heal
Cross-Family CriticError ClassificationRecovery Strategy
Infrastructure
Claude CodeDGX Sparkvast.aiBorrowed 8xH100Local LiteLLM + vLLM/SGLang

Timeline

Dec 2025
ARIA deployed: scored idea pool + six-stage flywheel
Dec 2025 - Apr 2026
18-week run: 7 instances, 4 domains, 97.8% resumption
May 2026
Provisional patent filed (patent pending)
Jun 2026
System written up as a preprint; kernel readied for Apache-2.0 release
Jun 2026
ARIA-SE forked onto a borrowed NVIDIA 8xH100 grant node
Jul 2026
8,700+ autonomous sessions, 660+ experiments, running continuously

Key Lessons

1.

Sustained beats one-shot: the value is in signal that accumulates over weeks

2.

A single scoring function lets human and machine ideas compete on merit

3.

A critic on a different model family catches what a model grading its own work never would

4.

Self-healing recovery is what keeps an unattended system alive across hundreds of failures

5.

Build the kernel once, re-point it at a new domain: portability was the thesis, and it held across three organizations

Tech Stack

Claude CodeDGX Spark8xH100vLLMSGLangPythonvast.ai

Links & Recognition

Patent
Provisional patent filed May 2026 (patent pending)
Paper
Written up as a preprint; kernel to be released under Apache 2.0 on posting