Massachusetts Institute of Technology

PoggioAI

Proof-Oriented Generative General Intelligence Orchestration: Agentic Investigation

Made by PoggioLab at MIT

Try PoggioAI/MSc, a multi-agent AI system that turns research hypotheses into high-quality, literature-grounded, experiment-backed papers with minimal human steering.

About the Project

PoggioAI

Current AI systems require on the order of 102 to 103 prompts to go from a research idea to a written paper. PoggioAI aims to reduce this to up to 10 human interactions.

This is not about fully automating research or replacing human creativity. PoggioAI focuses on the rigorous establishment of ideas: matching theory with experiments, distinguishing correlation from causation, proposing parallel explanations and testing them. The human provides the idea; the system does the structured work of turning it into a solid manuscript.

Getting Started

5-Minute Quickstart to MSc

Cost: ~$2–10Time: 15–40 minRequires: one API key
# 1. Bootstrap environment (one-time, ~5 min)
./scripts/bootstrap.sh researchlab minimal

conda activate researchlab

# 2. Set your API key (only one provider needed)
cp .env.example .env
echo "ANTHROPIC_API_KEY=your_key_here" >> .env

# 3. Validate setup without spending tokens
python launch_multiagent.py --task "test" --dry-run

# 4. Run the included quickstart example (~$3)
python launch_multiagent.py \
  --task "$(cat examples/quickstart/task.txt)" \
  --output-format markdown \
  --no-counsel \
  --no-log-to-files

After the run, look in results/MSc_Student_<timestamp>/ for your generated paper and artifacts.

How It Works

From Hypothesis to Paper

PoggioAI orchestrates 22 specialist agents through a structured research pipeline. Each stage produces artifacts that feed into the next, with human checkpoints for steering.

01

Literature Review

Search and synthesize relevant papers from ArXiv and the web.

02

Hypothesis Evaluation

A persona council of 3 critical reviewers debates and refines research directions.

03

Theory & Experiments

Parallel tracks: prove theorems rigorously and design/run computational experiments.

04

Paper Synthesis

Synthesize results into a structured, publication-quality manuscript.

05

Review & Proofread

Automated proofreading, peer-review scoring, and quality validation gates.

Team

The researchers behind PoggioAI.

View all members