Business Rules Are Primary
The Assumption Most Systems Make
Most systems behave as if authority is implicit.
Rules are documented.
Policies are agreed upon.
Best practices are socialized.
The system is expected to comply because everyone understands what is supposed to happen.
This assumption fails quietly.
Conceptual Authority vs Operational Authority
Conceptually, authority belongs to the business.
Business rules define:
- what is allowed
- what is forbidden
- what must never occur
These rules originate outside software: contracts, law, safety constraints, ethical boundaries, product intent.
Operationally, authority belongs to whatever can say no at execution time.
If a system cannot refuse an action, it does not enforce the rule governing that action—regardless of how clearly the rule is understood.
This is where authority silently flips.
The Absence of Enforcement Is a Decision
If a business rule is not encoded:
- the system does not partially enforce it
- the system enforces nothing
- humans may compensate, but enforcement is no longer structural
At that point, the system is not missing a rule.
It is overriding it by omission.
The absence of enforcement is itself a decision.
“Aspirational Rules” Are Not Rules
Calling unencoded rules “policy,” “guidelines,” or “best practices” does not change their nature.
A rule that cannot block execution is:
- not enforceable
- not inspectable
- not testable
- not reliable
It is a story told about the system—not a property of it.
This is why logs, audits, and retrospectives exist. They reconstruct intent after authority has already been exercised.
How Systems Compensate
When business rules are primary but unenforced, systems compensate in predictable ways:
- rules are embedded piecemeal throughout code
- fragile logic collapses into “universal” checks
- compliance is enforced socially, not structurally
- change becomes dangerous
This is not incompetence.
It is the predictable outcome of misaligned authority.
Conceptual authority lives outside the system.
Operational authority lives inside it.
Why Drift Is Inevitable
As systems evolve:
- new paths are added
- assumptions expire
- shortcuts emerge
Without execution-time enforcement, disallowed states are not prevented—they are discovered.
When that happens, teams do not find mistakes.
They find outcomes the system should never have been able to produce.
That is evidence that authority never existed where it mattered.
What This Essay Is Actually Saying
Making business rules first-class is not governance.
It is alignment.
It is how conceptual authority and operational authority become the same thing.
Once that alignment exists, questions like:
“How was this even possible?”
stop being mysteries. They become tests the system already knows how to fail.
Collection navigation
Essay 4 of 10
Read next
- Cheap Iteration, Fragile AuthorityNext in collection