11 Downloads Updated 3 weeks ago
ollama run murtsu/capnstop
murtsu/capnstop
A Granite 4.2 model with a system prompt that forces effort budgeting instead of letting the model pad every answer to look thorough.
What it does
Most models treat length as a proxy for quality. capnstop treats extra tokens after a verified-correct answer as a cost, not a bonus. The system prompt runs five rules on every task:
This is Marko Tahvanainen’s Budgeted Reward Allocation (BRA) framework, applied through prompting rather than training.
Base model
Built on Granite 4.2, which supports switchable thinking modes (think/nothink) per session in Ollama.
| Parameter | Value |
|---|---|
| temperature | 0.6 |
| top_p | 0.95 |
| repeat_penalty | 1.15 |
Lower temperature and a raised repeat penalty, tuned to keep output terse rather than exploratory.
ollama run murtsu/capnstop
What to expect
Shorter answers than the base model on tasks where the base model would normally elaborate. When capnstop can’t verify something, it flags that instead of producing confident filler. If a sub-goal resists a few attempts, it changes approach rather than repeating itself, and reports what’s blocking it if that fails too.
License
Apache 2.0.