Periagoge
Concept
1 min read

The Unasked Question Framework

Identify computations that consume energy for data nobody actually needs, revealing hidden waste through questioning necessity rather than optimizing execution.

Laozi
Why It Matters

Taoist sage Laozi emphasized knowing when to speak and when to remain silent. Applied to data engineering, this becomes asking what questions remain unasked about computational necessity. Data centers often process, store, and transmit information nobody requires: analytics about abandoned shopping carts, logs of unused features, persistent caches of outdated content, redundant transformations of data. Engineers optimize how these systems run—better algorithms, faster processors—but never question whether they should run. The framework inverts the optimization hierarchy: before asking how to run something efficiently, ask whether it needs to run at all. This requires organizational humility and willingness to delete. A single feature powering 5% of data center energy consumption, used by 0.1% of users, represents waste. Unasking the question—stopping the computation entirely—saves more energy than any performance optimization. Implementation means regularly auditing what computations actually serve user needs versus what persists through inertia. Teams should measure impact per computation, ruthlessly decommission low-value processes, and accept that deleting code and features is virtuously efficient. The deepest optimization is eliminating entirely.

Helpful guides
Laozi
Technology & Attention
Peri
Questions about The Unasked Question Framework?

Peri can explain this concept, give practical examples, help you decide whether it applies to your situation, or recommend a journey if appropriate.

Ready to work on The Unasked Question Framework?

Explore related journeys or tell Peri what you're working through.