AIAny
AI Coding2024
Icon for item

codebuff

Edits a codebase from natural-language prompts in the terminal, coordinating specialized sub-agents — file picker, planner, editor, reviewer — instead of one model. Beats Claude Code 61% vs 53% on its own evals; agents scriptable in TypeScript.

Introduction

Most terminal coding tools throw your whole prompt at a single large model and hope it keeps track of a sprawling codebase. Codebuff bets the opposite: a small crew of narrow agents — one that finds relevant files, one that plans, one that edits, one that reviews — outperforms one generalist, and its own benchmark puts that at 61% vs 53% against Claude Code across 175+ real-world coding tasks.

What Sets It Apart
  • Orchestration over a monolith — the file picker gathers cross-file context in seconds so the editor operates on the right slice of the repo, shrinking the "edited the wrong file" class of mistakes that plague single-model tools.
  • Programmable agents — you define your own agents and workflows in TypeScript, turning team-specific conventions and multi-step refactors into something repeatable rather than a one-off prompt you retype each time.
  • Freebuff, the free tier — an ad-supported build that runs open-weight models (DeepSeek, Kimi, MiniMax) with no subscription, credits, or configuration, dropping the cost of trying agentic coding to zero.
Great Fit If / Look Elsewhere

Great fit if you live in the terminal, want an agent that reasons across many files at once, and like shaping its behavior with custom TypeScript agents instead of accepting a fixed workflow. Look elsewhere if you want a polished IDE-embedded experience, need a fully offline or local-only setup, or distrust self-reported numbers — the 61% figure comes from Codebuff's own harness, so read it as directional rather than neutral.

Information

  • Websitegithub.com
  • OrganizationsCodebuff
  • AuthorsCodebuffAI
  • Published date2024/07/09

Categories

More Items

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub

Provides long-term memory for AI coding agents by compiling sanitized lifecycle observations into a git-versioned Markdown wiki that enables cross-agent handoffs, per-project isolation, and optional vector-backed retrieval.