Prime Intellect Runs Autonomous AI Research Agent Experiment Across 10+ Models
Prime Intellect conducted a large-scale open experiment testing autonomous AI agents on machine learning research tasks. Running 100+ sandboxed trials on 8xH200 GPUs for up to 8 days, top agent runs closed 82% of the gap to human-established optimization records.

Impact: Medium
Why it matters
Demonstrates practical execution patterns for long-horizon autonomous AI agents operating inside isolated hardware sandboxes.
TL;DR
- 01Autonomous AI agents ran continuous multi-day research trials on 8xH200 GPU sandboxes.
- 02Top agentic runs closed 82% of the gap to human-developed nanoGPT optimizer benchmarks.
- 03Multi-day iteration highlights the importance of sandbox isolation and context management.
Key facts
- Autonomous Runs
- 100+ trials
- Models Evaluated
- 10+ frontier models
- Hardware Setup
- 8x NVIDIA H200
- Benchmark Result
- 82% gap closed
Long-Horizon Agent Execution
Prime Intellect ran over 100 autonomous trials across 10+ models to test automated ML optimization performance. Agents operated independently inside sandboxed environments for multi-day compute cycles.
Hardware Sandbox and Results
- Infrastructure: Sandboxed on clusters of
8x NVIDIA H200GPUs - Run Duration: Up to
8 daysper autonomous trial - Performance: Top autonomous runs closed
82%of the performance gap against human-established optimizer records onnanoGPT
✓ When to use
- When designing long-running autonomous ML optimization pipelines.
✕ When NOT to use
- When running simple single-turn context interactions where agentic feedback loops are unnecessary.
What to do today
- Review open multi-day execution trace datasets from Prime Intellect for agent loop design.
- Implement hard hardware time and memory bounds on autonomous coding agent test suites.
Sources