You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: synchronize Codebuff vs Claude Code docs and related agent docs; improve navigation and copy-link UX across docs
Why: align with recent edits and improve hash navigation and copy-link consistency.
🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
Copy file name to clipboardExpand all lines: web/src/content/advanced/claude-code-comparison.mdx
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,22 +25,36 @@ Codebuff might be a better choice if you value:
25
25
- Codebase Analysis: Codebuff pulls more context from scanning your entire codebase, rather than file-by-file. Codebuff also [blends different models](/docs/advanced#what-models-do-you-use?) based on their strengths to provide more accurate results.
26
26
- Staying in Flow: Codebuff requires fewer confirmation prompts for file edits and command execution.
27
27
- Focused changes: Codebuff does just what you asked for, while Claude Code will often get carried away editing more and more files.
28
+
- SDK and Programmatic Access: Codebuff provides a full TypeScript SDK for programmatic integration, allowing you to create custom workflows and embed AI coding capabilities into your own tools.
29
+
- Advanced Agent System: Create custom agents with TypeScript generator functions, spawn subagents, and orchestrate complex multi-step workflows that go far beyond simple chat interactions.
28
30
29
31
## When to Choose Claude Code
30
32
31
33
Claude Code might be a better choice if you:
32
34
33
-
- Can't use an intermediary provider, need to use the API directly from Anthropic
35
+
- You require first-party Anthropic integration (no intermediary/proxy) for procurement, data handling, or legal reasons
36
+
- You need enterprise security/compliance controls directly from Anthropic (e.g., SOC 2/ISO programs, data-retention controls, private/VPC networking options)
37
+
- Your org needs centralized admin controls within Anthropic's ecosystem (SSO, RBAC, governance, auditability)
38
+
- You prioritize early access to Anthropic model capabilities and first-party tooling
**🎯 This is where Codebuff agents become truly powerful!** While LLM-based agents work well for many tasks, programmatic agents give you precise control over complex workflows, while still letting you tap into LLMs when you want them.
331
143
332
144
### Why Use Programmatic Agents?
333
145
334
146
-**Deterministic workflows** - Guarantee specific steps happen in order
0 commit comments