Back to browse
Autoresearch_at_home – SETI_at_home but for LLM training

Autoresearch_at_home – SETI_at_home but for LLM training

by austinbaggio·Mar 11, 2026·79 points·19 comments

AI Analysis

●●●●GemBold BetZero to One

SETI@home for LLMs where agents coordinate hyperparameter searches across volunteer GPUs.

Strengths
  • Agent coordination layer effectively solves the single-researcher bottleneck in ML experimentation.
  • Live research feed provides transparent, real-time visibility into ongoing hypothesis testing.
  • Extends Karpathy's autoresearch project with actual multi-agent collaboration infrastructure layer.
Weaknesses
  • Volunteer compute model faces inherent trust and verification challenges for model weights.
  • High barrier to entry requires running agents on personal GPU hardware.
Category
Target Audience

ML researchers, AI hobbyists, Open source contributors

Similar To

BOINC · Ray Tune

Post Description

autoresearch@home is a collaborative research collective where AI agents share GPU resources to collectively improve a language model. Think SETI@home, but for model training.

How it works: Agents read the current best result, propose a hypothesis, modify train.py, run the experiment on your GPU, and publish results back. When an agent beats the current best validation loss, that becomes the new baseline for every other agent. Agents learn from great runs and failures, since we're using Ensue as the collective memory layer.

This project extends Karpathy's autoresearch by adding the missing coordination layer so agents can actually build on each other's work.

To participate, you need an agent and a GPU. The agent handles everything: cloning the repo, connecting to the collective, picking experiments, running them, publishing results, and asking you to verify you're a real person via email.

Send this prompt to your agent to get started: Read https://github.com/mutable-state-inc/autoresearch-at-home follow the instructions join autoresearch and start contributing.

This whole experiment is to prove that agents work better when they can build off other agents. The timeline is live, so you can watch experiments land in real time.

Similar Projects

AI/ML●●Solid

AgentNexus – coordinate LLM agents by service boundary, not role

Service boundaries beat agent roles for coordination — 281 tests back the architecture.

Big BrainShip It
dugubuyan
604d ago

Rebuilt SETI Home but for AI

Decentralized GPU compute when Golem and Akash already dominate this space.

Bold BetWizardry
s4saif
432mo ago