PhialsBasement/Chain-of-Recursive-Thoughts
I made my AI think harder by making it argue with itself repeatedly. It works stupidly well. observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 19
- Release rhythm 35
- Longevity 35
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 493
- days_rel: n/a
- days_push: 488
- n_releases_24m: 0
Adoption not part of the score
2328 stars · 122 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CoRT (Chain of Recursive Thoughts) is a tool that makes LLMs recursively refine their answers by generating multiple alternative responses, evaluating them, and picking the best one over several thinking rounds. It ships as a Python CLI script plus an early-stage web UI, and works with models via OpenRouter.
Use cases
- make a small local LLM reason better on coding tasks
- improve AI response quality by having the model argue with itself
- run recursive self-evaluation loops over LLM answers
- compare and pick the best of several AI-generated responses
- boost Mistral or other OpenRouter models' reasoning depth
- experiment with iterative LLM refinement techniques
When to choose
- you want better reasoning from small local models without fine-tuning
- you use OpenRouter or compatible APIs and want a drop-in thinking loop
- you want a simple script or early web UI to experiment with self-critique prompting
When to avoid
- you need production-grade, latency-sensitive inference (multiple rounds multiply cost and time)
- you need a maintained library with a stable API rather than an experimental project
- you want built-in support for providers other than OpenRouter without code changes
Facets
application · maturity active
llm-inference agent-framework prompt-engineering large-language-models artificial-intelligence developer-tools python cross-platform cli recursive-thinking self-evaluation reasoning-enhancement openrouter llm-wrapper web-ui nodejs
1 source
- readme: https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts · fetched 2026-08-28 · a427883a35f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PhialsBasement/Chain-of-Recursive-Thoughts | main | 28 |
For agents
markdown · JSON · MCP: product_card(name="PhialsBasement/Chain-of-Recursive-Thoughts")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem