Turbo
Direct code generation via hosted LLM. Claude writes the contract, Cerebras implements the code, files are written directly to disk.
Announce: "I'm using speed-run:turbo for hosted code generation."
When to Use
Use turbo for:
- Algorithmic code (rate limiters, parsers, state machines)
- Multiple files (3+)
- Boilerplate-heavy implementations
- Token-constrained sessions
Use Claude direct instead for:
- CRUD/storage operations (Claude is cheaper due to no fix overhead)
[Description truncada. Veja o README completo no GitHub.]