#66 · Primary category: AI Coding Assistants
prime-agent
A self-improving RLM agent for coding workflows and long-running autonomous tasks.
Project last updated:08/30/26
GitHub Stars
19.1K
Forks
2.1K
Contributors
222
License
MIT
Why we included this project
Prime Agent is built for work that keeps going after you close the terminal. Its main tool is a persistent IPython session, so file edits, shell commands, and context management all happen through code rather than one-off chat turns. The recursive language model abstraction treats subagents as function calls: you spawn real child agents with rlm(...) and collect their results programmatically, which makes parallel or background subtasks feel like ordinary programming. A continual harness stores memories, skill descriptions, and subagent specs as durable state the agent can refine with evidence-backed updates, and daemon-backed sessions survive disconnects so you can reattach later. For long-running coding and research work, that is the difference between an agent that forgets everything overnight and one that picks up where it left off.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.