Power Concentration and Conflict Scan¶
Structural assessment — instantiates Distributed Authority — Checks and Balances
Scores combinations of powers that let one actor authorize, conceal, review, or remedy its own action, ranking the concentration risks worth breaking up.
A Power Concentration and Conflict Scan is the design-time diagnostic that finds the dangerous bundles — the places where one actor holds enough powers, formally or informally, to authorize its own action, hide it, sit in judgment of it, and then decide the remedy. Its defining move is combinatorial rather than behavioral: it works from a list of who-can-do-what and asks which combinations would let a single node close the loop on itself, even when each power looks modest in isolation. It says nothing about whether people are actually misbehaving — that is a separate question. It maps the structure and reports where the topology permits self-dealing, so the concentration can be broken up before it is ever exercised.
Example¶
A city's building department writes the construction code, issues the permits, inspects the work, and hears appeals when a permit is denied — all under one director. On paper these sit in different sub-units, so nobody had flagged a problem. A concentration scan lists the powers at the level of action — rule-writing, permit issuance, inspection, exception-granting, appeal adjudication, and the informal control over the inspection schedule — and scores the combinations. The output is a short ranked list: the same office that grants a permit also inspects it and hears the appeal, so a bad call can be authorized, defended, and upheld without ever leaving the building. That single finding is what tells the city to move appeals to an independent hearing officer, rather than reorganizing everything at once.
How it works¶
- Inventory powers at the level of action. Enumerate formal and informal powers — agenda, rule-writing, approval, information/classification, execution, adjudication, sanction, records, and remedy — not job titles or org-chart boxes.
- Enumerate the risky combinations. Look for the four self-dealing loops: authorize-your-own (propose + approve), conceal-your-own (act + control the evidence), review-your-own (act + adjudicate the challenge), and remedy-your-own (find fault + decide the fix).
- Score each bundle. Weight by consequence, reversibility, secrecy, and rights impact, so a self-review loop over irreversible harm ranks above one over trivial reversible work.
- Flag unchecked finality. Mark every consequential action that currently reaches a final decision with no independent reviewer in the path — the holes a reciprocal-check design has to close.
Tuning parameters¶
- Inclusion scope — formal powers only, or informal control over sequence, evidence, and the clock as well. Formal-only is fast and misses exactly the concentrations that hide in agenda- and access-control.
- Bundle depth — pairwise combinations, or three- and four-way loops. Deeper search finds subtler clusters but multiplies false alarms.
- Scoring weights — how heavily consequence, secrecy, and irreversibility count. Tune so trivial reversible bundles don't crowd out the rights-sensitive ones.
- Flag threshold — how high a score must be to make the shortlist; a low bar over-flags and invites indiscriminate splitting.
- Refresh cadence — one-shot at design time, or re-run after reorganizations, since powers migrate quietly between offices.
When it helps, and when it misleads¶
Its strength is that it catches the concentration that "we put those in separate departments" misses: separating titles while one office still holds the whole self-dealing loop is the classic way nominal separation of powers fails.[n1] The scan surfaces those loops as a ranked, evidence-anchored shortlist, so redesign attention goes to the bundles that actually matter instead of splitting everything reflexively.
Its central limitation is that it reads structure, not conduct. A topology that scores clean can still be captured in practice — separate bodies sharing a patron, a vendor, or a career pipeline will pass a combinatorial scan while colluding freely; whether the checks that exist actually constrain anyone is a behavioral question this mechanism cannot answer. It is also gameable by relabeling — split an action into two "different" powers held by the same person and the loop hides from a shallow scan — and its tidy scores lend false precision to judgments about consequence and reversibility that are genuinely contestable. The discipline that keeps it honest is to inventory informal control alongside formal, and to treat the output as where to look, not proof of misconduct.
How it implements the components¶
consequential_power_inventory— its front half is the inventory: formal and informal powers enumerated at the level of action rather than title.reciprocal_check_matrix— the scan populates the matrix's negative space, marking which consequential actions currently reach finality with no independent reviewer in the loop.
It surfaces the gaps; it does not install the concurrence gate its findings recommend — that's Dual-Key or Concurrence Rule — nor test whether nominally separate bodies are independent over appointment, budget, and tenure (that's Independent Appointment, Budget, and Tenure Test), nor audit whether the checks that exist actually fire in practice (that's Mutual Oversight Effectiveness Audit).
Related¶
- Instantiates: Distributed Authority — Checks and Balances — it is the front-end diagnostic that tells the design where concentrated authority needs to be checked at all.
- Sibling mechanisms: Dual-Key or Concurrence Rule · Reasoned Veto and Override Docket · Independent Appointment, Budget, and Tenure Test · Deadlock Breaker with Sunset · Mutual Oversight Effectiveness Audit
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Power Concentration and Conflict Scan operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it scores combinations of powers that let one actor authorize, conceal, review, or remedy its own action, ranking the concentration risks worth breaking up.
Independent corroboration: The frozen evidence defines Power Concentration and Conflict Scan as 'Scores combinations of powers that let one actor authorize, conceal, review, or remedy its own action, ranking the concentration risks worth breaking up', so its operative form is Assessment, Review & Assurance.
Nearest alternative: Analysis, Modeling & Optimization — Power Concentration and Conflict Scan includes features of an analytical, modeling, inference, comparison, or optimization procedure that derives insight or a solution, but its defining operation is a bounded evaluation of existing evidence or work that produces a finding or disposition.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Law & Governance
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Scanning incompatible concentrations of authorization, review, concealment, and remedy is rooted in governance and separation-of-powers design.
Related originating lineages:
- Accounting & Auditing — Auditing contributes segregation-of-duties and internal-control tests.
- Political Science — Political science contributes analysis of concentrated authority and checks and balances.
Review resolution: Both blind reviewers agree that law governance is the primary origin. Reconciliation resolves encyclopedia synthesis disagreement. Formative alternate lineages are retained as accounting_auditing, political_science; later breadth of use is recorded separately as domain_reach=multi_domain, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
The scan is deliberately a structural instrument and a poor detector of live abuse — it maps what the topology permits, not what actors do. Keeping that boundary sharp is what lets it pair cleanly with Mutual Oversight Effectiveness Audit: the scan asks whether the design could let a node self-deal; the audit asks whether the checks meant to stop it actually work. Confusing the two produces either paranoia about clean structures or complacency about captured ones.
[n1] Separation of powers — the principle that the authority to make, execute, and adjudicate rules should rest in distinct hands so that no single body is final over its own conduct. The scan operationalizes it in reverse, hunting for the combinations where that separation has quietly collapsed back into one actor. ↩