Compare commits

...
@@ -2,9 +2,9 @@
title: "Readme"
task: ""
lineage_type: import
upstream_source: https://github.com/promptslab/awesome-prompt-engineering/blob/061be9aa/README.md
upstream_sha: 061be9aa
imported_at: 2026-07-26
upstream_source: https://github.com/promptslab/awesome-prompt-engineering/blob/dd203d93/README.md
upstream_sha: dd203d93
imported_at: 2026-08-28
prompt_class: catalogue
upstream_changes: accepted
author: upstream
@@ -856,7 +856,7 @@ These models established key concepts but are largely superseded for practical u
<!-- AUTORESEARCH-START -->
## πŸ”¬ Autonomous Research & Self-Improving Agents
> Auto-synced from [awesome-autoresearch](https://github.com/alvinunreal/awesome-autoresearch) Β· Last synced: 2026-07-26
> Auto-synced from [awesome-autoresearch](https://github.com/alvinunreal/awesome-autoresearch) Β· Last synced: 2026-08-28
### General-Purpose Descendants
@@ -864,6 +864,7 @@ These models established key concepts but are largely superseded for practical u
- [vukrosic/auto-research](https://github.com/vukrosic/auto-research) β€” Docs-only control plane for an open autonomous AI research lab β€” file-based operating model for human direction and agent execution.
- [uditgoenka/autoresearch](https://github.com/uditgoenka/autoresearch) β€” Claude Code skill that generalizes autoresearch into a reusable loop for software, docs, security, shipping, debugging, and other measurable goals.
- [leo-lilinxiao/codex-autoresearch](https://github.com/leo-lilinxiao/codex-autoresearch) β€” Codex-native autoresearch skill with resume support, lessons across runs, optional parallel experiments, and mode-specific workflows.
- [junjunjunbong/research-loop](https://github.com/junjunjunbong/research-loop) β€” Autoresearch-style Agent Skill for Codex and Claude Code with a deterministic runner, plan-hash approval, isolated Git worktrees, authoritative metric evaluation, and an append-only experiment ledger.
- [SeeleAI/Thoth](https://github.com/SeeleAI/Thoth) β€” Dashboard-first Claude Code and Codex runtime for autoresearch, with durable runs, locked work items, visible ledgers, and reviewable verdicts.
- [supratikpm/gemini-autoresearch](https://github.com/supratikpm/gemini-autoresearch) β€” Gemini CLI skill that generalises autoresearch to any measurable goal. Gemini-native: uses Google Search grounding as a live verification source inside the loop, true headless overnight mode via --yolo --prompt, and 1M token context. Also works in Antigravity IDE via .agents/skills/.
- [davebcn87/pi-autoresearch](https://github.com/davebcn87/pi-autoresearch) β€” `pi` extension plus dashboard for persistent experiment loops, live metrics, confidence tracking, and resumable autoresearch sessions.