Skip to content
Davide Scuteri Moretti
Senior Data Architect
05
Essay

The question as an architectural object

3 minute read·July 2026·Davide Scuteri Moretti
Themes
  • Data Objects

Most data architectures begin from sources or target technologies. A more mature approach begins from classes of questions. Not individual dashboard requests, but durable question families: What happened? What is happening now? What deviates from expectation? What is likely to happen? Which intervention changed the outcome? Each family implies different data structures and evidential obligations.

A question can be represented as a tuple

where is the entity set, the temporal frame, the measures, the predicates or filters, and the required level of reliability. This formalisation matters because two linguistically similar questions may require radically different evidence. “How many delayed reports were there last month?” is not equivalent to “Which process conditions caused report delays?” The former is descriptive aggregation; the latter requires causal assumptions, counterfactual reasoning, or at least careful process analysis.

A Data Platform should not pretend that every query result is an explanation. It should preserve the distinction between measurement, inference, and decision. This is part of a cultivated data culture: the ability to say not only what a number is, but what kind of claim the number can support.

Continue reading