GPT Engineer

Stale
GitHub Python MIT

Description

CLI tool that generates complete codebases from natural-language specs. Iteratively prompts LLMs to produce working code without manual intervention.

Strengths & Limitations

Strengths

  • High community interest (55.1k stars)
  • Permissive open-source license (MIT)
  • Established track record (3 years in production)
  • Responsive to issues, low backlog

⚠️ Limitations

  • No updates in over 15 months

Related Projects

OpenClaude

30.7k · TypeScript
Active A

Open-source coding agent CLI supporting OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 200+ models via OpenAI-compatible APIs.

coding-agentclimulti-model +3
  • · Multi-backend LLM support — one CLI connects OpenAI, Gemini, DeepSeek, Ollama, Codex and 200+ models
  • · Tool-driven coding — built-in bash, file read/write/edit, grep, glob, agents, tasks, MCP and slash commands
  • · Provider profiles — guided setup via /provider, save and switch between AI backend configurations

Llama Coder

7.1k · TypeScript
Active A+

Open-source AI code generation tool built on Llama models, generating complete code projects from natural language descriptions — a local alternative to Claude Artifacts.

code-generationllamacoding-agent +2
  • · One-click complete code project generation — describe in natural language, get a runnable app
  • · Powered by Llama 3.1 405B — Meta's largest open-source model for code generation
  • · Sandpack code sandbox — generated code previews and runs in-browser in real time

OpenCodeInterpreter

1.8k · Python
Stale C

Open-source code generation system that integrates code synthesis, dynamic execution, and iterative refinement, comparable to GPT-4 Code Interpreter.

coding-agentcode-generationllm +1
  • · Closed-loop code generation and execution — LLM writes code, sandbox runs it, errors feed back to the model
  • · Iterative refinement — model self-fixes based on execution errors until tests pass
  • · Multi-language support — code generation and execution for Python, JavaScript, Shell, and more

Related Articles