Autoresearch 把 harness 的思想推进到实验系统:定义 objective、logging、rollback、search strategy 和 program。它更像“研究自动化”的作业系统。

适合怎么读

先看本专题首页,再按卡片进入各原始材料;若需要站内全景,可跳到站点地图与模板索引。

本专题包含

14 个原始条目,均保留源文件路径、站内相对链接与外部参考链接。

专题抓手

  • 目标函数和边界显式化
  • 搜索与回滚机制
  • 适合实验、优化、research loop

文档清单

Framework An autoresearch system is a bounded experimental loop operated by one or more agents under explicit human defined policy.
源文件
autoresearch/FRAMEWORK.md
Ideas 把 autoresearch 放在 harness engineering 下面,不是因为它只是一个小分支, 而是因为它天然依赖 harness:
源文件
autoresearch/IDEAS.md
Autoresearch Manifesto Autoresearch 不是“让 AI 随便跑一跑实验”。
源文件
autoresearch/MANIFESTO.md
Philosophy 清晰目标 明确边界 可见状态 可审计结果 可撤销后果
源文件
autoresearch/PHILOSOPHY.md
autoresearch 把 autoresearch 视为 harness engineering 的一个子主题 :
源文件
autoresearch/README.md
Minimal Program Example Minimize metric x . Lower is better.
源文件
autoresearch/examples/minimal-program.md
Harness Engineering vs Autoresearch Autoresearch is best understood as a specialized branch of harness engineering.
源文件
autoresearch/notes/harness-engineering-vs-autoresearch.md
Pattern: Logging Logging converts experiments from isolated events into reusable organizational memory.
源文件
autoresearch/patterns/logging.md
Pattern: Objective Define what the system is trying to improve, under which constraints, and according to which tradeoffs.
源文件
autoresearch/patterns/objective.md
Pattern: Rollback Rollback ensures failed or non beneficial changes do not poison the current best known state.
源文件
autoresearch/patterns/rollback.md
Pattern: Search Strategy Define how the system explores the space of possible improvements instead of making arbitrary edits.
源文件
autoresearch/patterns/search-strategy.md
Program: Code Optimization Loop Your goal is to improve the implementation quality of a codebase under a measurable validation harness.
源文件
autoresearch/programs/code-optimization-program.md
Program Template Your goal is to improve the target metric of this system.
源文件
autoresearch/programs/program-template.md
Program: Research Loop Your goal is to improve a research target through repeated, bounded experimentation.
源文件
autoresearch/programs/research-loop-program.md