#484 · Primary category: AI Coding Assistants
OpenCodeInterpreter
OpenCodeInterpreter is an open-source code generation suite that integrates execution and iterative refinement to bridge the gap between LLMs and proprietary systems like GPT-4 Code Interpreter.
Project last updated:05/07/24
GitHub Stars
1.8K
Forks
222
Contributors
8
License
Apache-2.0
Why we included this project
OpenCodeInterpreter is a family of open-source code models that actually run the code they generate. Instead of stopping after producing a snippet, the models execute it, read the runtime output, and use that feedback to refine the answer; the README's benchmark tables show the gains on HumanEval and MBPP. The repo also includes the Code-Feedback dataset, the multi-turn interactions used to train the models, plus a locally deployable demo where you can chat with the model and watch it correct its own output. Teams experimenting with self-hosted coding assistants, or researchers studying how execution feedback improves generation, will find both the weights and the training data here.
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.