TheGreenCedar/codex-autoresearch
#610 of 783 by Stars among GitHub repos
A codex plugin for running optimization loops inside a codebase. It is useful when you have a measurable target and many possible changes to try: test runtime, build speed, bundle size, model loss, Lighthouse scores, memory use, query latency, or any other metric you can print from a script.
About
Install - Try it - How it works - Dashboard - Docs
Most improvement requests start out vague: make this faster, make it smaller, stop it from breaking. Codex can usually produce a plausible change. The harder part is knowing whether the change helped, whether it traded away something important, and whether the next session can pick up the work without guessing what happened.
Codex Autoresearch gives that work a memory and a measuring stick. It runs small experiments against a benchmark, records what happened, and keeps the useful results separate from the dead ends. You can stop after one baseline or let the loop run through several ideas, but either way you get an evidence trail instead…
Excerpted from github.com/TheGreenCedar/codex-autoresearch
Latest metrics
| Stars | 830 | 2026-07-16 |
|---|---|---|
| Forks | 59 | 2026-07-16 |
| Commits | 500 | 2026-07-16 |
| Releases | 40 | 2026-07-16 |
| Watchers | 0 | 2026-07-16 |
| Open issues | 0 | 2026-07-16 |
| Open PRs | 0 | 2026-07-16 |