#250 · Primary category: AI Coding Assistants
Fuxi
FuXi is a fast, self-contained AI coding agent that lives in your terminal — edit code, run commands, and drive tools, with cost-aware routing across LLM providers.
Project last updated:08/23/26
GitHub Stars
2.8K
Forks
174
Contributors
3
License
Other
Why we included this project
The pitch is simple: run an AI coding agent from the command line instead of a chat sidebar. FuXi's Think-Act-Verify loop reads code, edits files, and runs shell commands, then inspects the result and repeats until a failing test is fixed or the pull request is ready. Every request is scored by complexity and routed to the right model tier across multiple providers, so simple tasks go to the cheap models and the hard ones use the stronger models, which keeps the cost per job reasonable. It ships as a single static binary with no runtime dependencies, works from a keyboard-only TUI, acts as an MCP client, bundles more than fifty built-in tools, applies safety rules around what the shell may run, and keeps session transcripts you can resume or roll back, so long autonomous sessions do not have to start from zero. One honest caveat: the download is a free binary under a proprietary license, not open-source code, so do not expect to read or modify the agent itself.
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.