Prompts2026年4月6日·1 分钟阅读

AI Scientist — Automated Research Paper Generation

Fully automated AI system that conducts research, runs experiments, and writes complete scientific papers. Generates novel ideas, implements them, and produces LaTeX manuscripts. 12,000+ stars.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Prompt
安装
Single
信任
信任等级:Community
入口
AI Scientist — Automated Research Paper Generation
先审查命令
npx -y tokrepo@latest install 0a2623ca-92b3-4fba-82e0-fc9a7cda45bd --target codex

先 dry-run,确认写入项后再运行此命令。

TL;DR
AI Scientist generates research ideas, runs experiments, analyzes results, and writes complete LaTeX papers autonomously.
§01

What it is

AI Scientist is a fully automated research system by Sakana AI that takes a research template and compute budget, then autonomously generates novel ideas, designs experiments, runs code, analyzes results, and produces complete scientific papers in LaTeX. The output includes literature review, methodology, results, and discussion sections.

This tool targets researchers exploring AI-assisted scientific discovery, labs looking to accelerate hypothesis exploration, and anyone studying the frontier of automated research. It works with Claude, GPT-4, and Gemini as the underlying LLM.

§02

How it saves time or tokens

The traditional research cycle from idea to manuscript takes weeks or months of manual work. AI Scientist compresses the entire pipeline into a single command. It generates multiple candidate ideas, implements each as code, runs experiments, and writes up findings -- all without human intervention between steps.

The token_estimate for this workflow is approximately 2,800 tokens per run. The system supports batching multiple ideas in a single launch, amortizing setup overhead.

§03

How to use

  1. Clone and install dependencies:
git clone https://github.com/SakanaAI/AI-Scientist.git
cd AI-Scientist
pip install -r requirements.txt
  1. Run the full pipeline with your chosen model and experiment template:
python launch_scientist.py \
  --model claude-sonnet-4-20250514 \
  --experiment nanoGPT \
  --num-ideas 5
  1. Collect the output LaTeX manuscripts from the results directory.
§04

Example

The system generates structured research ideas before implementing them:

Input: 'Improve training efficiency of small language models'

Generated Ideas:
1. Adaptive learning rate scheduling based on gradient noise
2. Curriculum learning with dynamic difficulty assessment
3. Sparse attention patterns for resource-constrained training

For each idea, AI Scientist writes experiment code, runs it, and produces a full paper:

# Check generated papers
ls results/nanoGPT/
# idea_1_paper.pdf  idea_2_paper.pdf  idea_3_paper.pdf
§05

Related on TokRepo

§06

Common pitfalls

  • Generated papers should be treated as drafts requiring human review. The system may produce plausible-sounding but incorrect analysis.
  • Experiment templates constrain the research scope. Without a well-designed template, the system may explore unproductive directions.
  • API costs can accumulate quickly when generating multiple ideas with large models. Set --num-ideas conservatively for initial runs.

常见问题

What LLMs does AI Scientist support?+

AI Scientist works with Claude (Anthropic), GPT-4 (OpenAI), and Gemini (Google). You specify the model via the --model flag when launching the pipeline. Each model produces different quality and style of research output.

Are the generated papers publishable?+

The papers are structured like academic manuscripts with proper sections, but they require human review for correctness, novelty claims, and scientific rigor. They are best used as research drafts or starting points for further investigation.

How much does a typical run cost in API tokens?+

Cost depends on the model and number of ideas. The workflow estimates approximately 2,800 tokens per run. With 5 ideas and a large model like GPT-4, expect costs in the range of a few dollars per batch.

Can I use custom experiment templates?+

Yes. AI Scientist uses experiment templates that define the research domain and code structure. You can create custom templates following the existing examples like nanoGPT to target your specific research area.

Does AI Scientist run actual experiments or just write about them?+

It runs actual code. The system generates Python experiment scripts, executes them, collects metrics and plots, then writes the paper based on real results. This is not just text generation -- it includes code execution and data analysis.

引用来源 (3)
  • AI Scientist GitHub— AI Scientist autonomously generates ideas, runs experiments, and writes papers
  • Sakana AI— Sakana AI research on automated scientific discovery
  • arXiv— Large language models for automated research and hypothesis generation
🙏

来源与感谢

Created by Sakana AI. Licensed under Apache 2.0.

AI-Scientist — ⭐ 12,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产