Skip to content

Commit a882141

Browse files
committed
Update README.md
1 parent 0ffa4d1 commit a882141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
1010
## Why This Changes Everything
1111

12+
LLMs excel at writing code but struggle with tool calls. Instead of exposing hundreds of tools directly, give them ONE tool that executes TypeScript code with access to your entire toolkit.
13+
1214
**Research from [Apple](https://machinelearning.apple.com/research/codeact), [Cloudflare](https://blog.cloudflare.com/code-mode/) and [Anthropic](https://www.anthropic.com/engineering/code-execution-with-mcp) proves:**
1315
- **60% faster execution** than traditional tool calling
1416
- **68% fewer tokens** consumed
1517
- **88% fewer API round trips**
1618
- **98.7% reduction in context overhead** for complex workflows
1719

18-
**The insight:** LLMs excel at writing code but struggle with tool calls. Instead of exposing hundreds of tools directly, give them ONE tool that executes TypeScript code with access to your entire toolkit.
19-
2020
## Comprehensive Benchmarks
2121

2222
Independent [Python benchmark study](https://github.com/imran31415/codemode_python_benchmark) validates the performance claims with **$9,536/year cost savings** at 1,000 scenarios/day:

0 commit comments

Comments
 (0)