Keep a multi-day AI coding project's goals and todo list intact across many separate sessions.
Have the AI agent pause and ask a human before making a risky or ambiguous decision.
Track evidence and handoffs for a long-running research or open source contribution project.
| huangruiteng/loopx | linsomniac/spotify_to_ytmusic | manycore-research/spatiallm | |
|---|---|---|---|
| Stars | 4,552 | 4,551 | 4,551 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires connecting it to an existing agent runtime like Claude Code, Codex, or Cursor.
LoopX is a tool that helps manage AI coding assistants, like Claude Code or Codex, when they are working on tasks that stretch across many hours or days rather than a single short session. Normal AI agents tend to lose track of goals, todo lists, and context once a session ends or a conversation gets too long. LoopX keeps that information in a separate, durable layer outside the AI model itself, so work can be reviewed, paused, and picked back up later without starting over. It tracks things like the overall objective, checklists of gates that must pass before moving forward, a list of concrete todo items, evidence of what has actually been done, and a "quota" system that governs how much the AI agent is allowed to keep working before checking back in with a human. When a decision genuinely requires a person's judgment, LoopX is designed to pause and ask a specific question rather than guessing. When a safe next step is clear, it lets the AI agent run one bounded chunk of work at a time. LoopX describes itself as a control layer that sits alongside an existing AI coding tool rather than replacing it, and it works with multiple different agents including Claude Code, Codex, and Cursor, instead of being tied to one company's product. It is aimed at situations like long multi-day engineering projects, ongoing research work, ticket and pull request tracking that needs to preserve context, or recurring monitoring tasks. The project includes documented examples of open source contributions and research experiments that ran for over 200 hours using this system to keep track of state. Installation and usage details point to a public documentation site and a getting started guide. The project is released under the MIT license, which allows free use, modification, and commercial use as long as the original copyright notice is kept.
LoopX is a control layer that keeps AI coding agents like Claude Code on track across long, multi-day projects.
Mainly Python. The stack also includes Python.
Free to use, modify, and sell, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.