Skip to content

Commit 7175592

Browse files
committed
Tweak to not claim 3x speedup in general compared to CC
1 parent e437455 commit 7175592

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

web/src/content/tips/what-makes-codebuff-unique.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@ Codebuff is an open-source AI coding agent that coordinates specialized sub-agen
1111

1212
The result: better code quality and up to 3x faster performance than Claude Code, built on a deep agent framework continuously refined by our in-house evals
1313

14-
## 3x Faster Than Claude Code
14+
## 100+ Seconds Faster Than Claude Code
1515

16-
Codebuff is dramatically faster—often completing tasks in 1/3 the time.
16+
Codebuff is dramatically faster—often completing features in 1/3 the time.
1717

1818
{/* TODO: Add speed comparison image/video */}
1919

2020
In real-world tests:
2121
- **Claude Code**: 19m 37s for a feature
2222
- **Codebuff**: 6m 45s for the same feature
2323

24-
That's 100+ seconds faster on average per prompt. We achieve this through parallel agents, prompt caching, and smarter file discovery.
24+
Further, in our evals, Codebuff is ~100 seconds faster on average per task.
25+
26+
We achieve this through parallel agents, better file discovery (see below), and being willing to read all the related files in one go.
2527

2628
See our detailed [comparison with Claude Code](/docs/advanced/claude-code-comparison).
2729

0 commit comments

Comments
 (0)