#43 · Primary category: AI Coding Assistants
DeepSeek-Reasonix
DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
Project last updated:08/29/26
GitHub Stars
35.2K
Forks
2.4K
Contributors
173
License
MIT
Why we included this project
Reasonix is a terminal-first coding agent that treats long sessions as the normal case. Everything from model providers to plugins is declared in a TOML config rather than hardcoded, and the whole thing ships as a single static Go binary. The design is built around DeepSeek's prefix cache: it keeps a stable environment summary and prunes stale tool output before compaction, which holds token costs down while you leave it running. Any OpenAI-compatible endpoint can be added as a config entry, and you can run two models together as executor and planner in separate cache-stable sessions. The same local engine powers a CLI/TUI, a desktop app, and a VS Code extension, with MCP servers and an extension protocol for adding tools and sidecars, and the docs are unusually thorough for teams that want the engineering details.
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.