Du-Dum: Batch-Then-Act Pattern
- `manage-token-budget` -- cost control framework that du-dum makes practical; du-dum is the architectural pattern, token budget is the accounting layer
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: du-dum
description: >
Separate expensive observation from cheap decision-making in autonomous agent
loops using a two-clock architecture. A fast clock accumulates data into a
digest file; a slow clock reads the digest and acts only when something is
pending. Idle cycles cost nothing because the action clock returns immediately
after reading an empty digest. Use when building autonomous agents that must
observe continuously but can only afford to act occasionally, when API o...
Full prompt length: 13389 characters