Lecture 1.1
Why Policies Fail Machines
Abstract
Modern institutions rely on policies as the primary mechanism for expressing authority. However, policies were designed for human interpretation rather than machine execution. As artificial intelligence systems increasingly participate in institutional decisions, a fundamental challenge emerges: how can authority be represented in a form that machines can execute and independent parties can verify?
Learning objectives
After this lesson, the reader should understand:
- 01Why traditional policy documents depend on human interpretation.
- 02Why AI systems create a new requirement for machine-readable authority.
- 03The difference between information and executable authority.
- 04The foundations of computable authority.
Concept framework
The Authority Translation Gap
- 01Institutional intent
- 02Human policy document
- 03Human interpretation
- 04Operational decision
- 05Machine action
Case study
The EU AI Act
If an AI system must determine whether an organization complies with the EU AI Act, what representation of the regulation does the machine require?
The published Act is a 140-page instrument written for lawyers and regulators. A machine cannot act on it: the risk classifications are defined in prose, obligations are scattered across articles and annexes, and the conditions that trigger them are expressed as legal tests rather than evaluable predicates. What the machine requires is a representation in which each classification is a named definition, each obligation is a rule bound to that definition, and each trigger is a condition that can be evaluated against recorded facts — issued under a version, so a determination made today can be replayed unchanged in five years.
Discussion questions
- Can a policy ever be fully objective?
- Which parts of authority require human judgement?
- Should every regulation have a machine-readable representation?
- Who validates the machine interpretation?
Exercise
Analyse an existing policy from your own organisation.
- 01Identify the rules — the operative must, may, and must-not statements.
- 02Identify the definitions the rules depend on.
- 03Identify the exceptions and the conditions that activate them.
- 04Identify the decision points where an outcome is produced.
- 05Identify the unresolved ambiguity, and note who would resolve it.
Research notes
- Legal theory — the interpretive turn and the limits of literal reading.
- AI governance literature — accountability under automated decision-making.
- Formal methods — specification languages and deterministic evaluation.
- Knowledge representation — ontologies, defeasible rules, and legal reasoning.
- Digital government research — rules as code programmes and their findings.