Infinite Iteration. Zero Fluff. Maximum Efficiency.
Hybrid extension for Gemini CLI: Ralph Loop + Caveman Speak.
Agent talk too much. You pay many token for "Sure, I can help". Agent stop early. You get half-baked code.
Ralph Caveman fix this.
- Ralph Loop: Agent iterate until task DONE. Persist through memory wipe.
- Caveman Speak: Strip 75% output tokens. Speed go brrr. Cost go down.
| Phase | Tokens Saved | Speed Increase |
|---|---|---|
| Initialization | 45% | 1.5x |
| Code Generation | 78% | 3.2x |
| Code Review | 62% | 2.1x |
gemini extensions install https://github.com/Ratkiller446/ralph-caveman/ralph-caveman "Write production auth system in Go with 100% test coverage."Use /caveman <level> to set grunt depth.
| Level | Logic | Example |
|---|---|---|
lite |
No filler/hedging. | "Fix auth bug in line 42. Check token expiry." |
full |
Drop articles. Default. | "Fix auth bug L42. Check token expiry." |
ultra |
Max compression. | "Auth bug L42. Token expiry?" |
wenyan |
Classical Chinese. | "官署有瑕,宜正之。" |
graph TD
A[User Prompt] --> B[Setup Ralph State]
B --> C[Read .local.md]
C --> D[[CAVEMAN FILTER]]
D --> E[Execute Task Pass]
E --> F{Done?}
F -- NO --> B
F -- YES --> G[<promise>DONE</promise>]
- Fork. 2. Branch. 3. Commit (Caveman style). 4. PR.
Copyright 2026 Janne Rovio. Licensed under Apache 2.0.

