Volume II — Stable Authority Boundary

MonographPublication-ReadyAvailable for ReviewRights AvailablePublic Preview

This work is publication-ready and available for publisher, licensing, or strategic review unless and until publication rights, exclusive review rights, or another contractual arrangement is accepted.

Complete manuscript available for publisher, licensing, or strategic review. This page provides a controlled public sample only.

Discovery metadata

Keywords

Stable Authority BoundarySABSEAMSARCautonomous systemsauthority boundaryrefusalsilenceevidenceauditdistributed systemsStable Authority Boundary Forewordauthorityconformanceprofileactionexecutioncoordinationdeclaredappendixdegradedwhererequirementsmethod
PUBLIC SAMPLE

Sample Chapter

Section 1

Scope

1.1 Purpose

This document defines a conformance profile for the Stable Authority Boundary (SAB): the minimum, testable requirements that determine when an autonomous or distributed system (or declared subsystem/component) is permitted to proceed, is required to defer, or is required to refuse an in-scope action. This profile is standards-forward: it expresses requirements using SHALL-level language, pairs those requirements with mandatory evidence artifacts, and defines a repeatable test method so that conformance claims can be independently audited.

SAB does not attempt to demonstrate that a system “works,” achieves mission objectives, or produces correct outputs. SAB constrains execution legitimacy. It requires that any attempt to act is preceded by an explicit, runtime-evaluated authority gate; that authority sources and bounds are declared; that conditions for action are bounded and testable; and that behavior under uncertainty and degraded coordination is governed rather than implied. In SAB, “not acting” is not a failure mode—it is an explicitly supported execution outcome when legitimacy cannot be established.

The SAB invariant enforced by this profile is:

If valid authority for a proposed action cannot be demonstrated for the present context at execution time, the system SHALL NOT proceed as if it were authorized.

Accordingly, this profile requires that systems implement and evidence governed non-progress states, including defer (intentional non-progression pending required inputs or authority), refuse (terminal non-progression because authority is invalid or constraints are violated), and—where applicable—silence (intentional suppression of output or action to prevent illegitimate influence, escalation, or implied authorization). These outcomes are treated as legitimate system behaviors and SHALL be testable, attributable to declared conditions, and captured in evidence artifacts.

Conformance to this profile is scoped: a system SHALL NOT claim conformance except for declared action classes and declared components. A valid conformance claim SHALL identify the conformance target, the

scope of actions covered, the conformance level, the profile version, and any exclusions with rationale and compensating controls. Evidence for conformance SHALL be sufficient to reconstruct: (1) what action was proposed, (2) what authority was asserted, (3) what bounds and conditions applied, (4) what the gate evaluated at execution time, and (5) why the system proceeded, deferred, refused, or remained silent.

1.2 In-scope systems

This profile applies to engineered systems (or declared subsystems/components) in which actions are initiated, selected, or executed by software agents, automated workflows, or distributed components, where correctness of action selection may be impacted by partial information, delayed coordination, ambiguous authority, or contested control.

This profile applies when any of the following are true:

The system can change state outside itself (e.g., actuate, deploy, route, grant access, mutate data, open/close valves, start/stop services).

The system may act while inputs are incomplete, stale, conflicting, or unavailable.

The system’s authority is delegated (human, policy, credential, mission rule, supervisory controller) and may be time-bounded, scope-bounded, or revocable.

The system can encounter degraded coordination conditions (partition, quorum loss, latency spikes, intermittent links, loss of supervisor/operator, contested command channels).

In-scope system classes include:

Autonomous and semi-autonomous systems

autonomous agents and multi-agent systems

human-in-the-loop, human-on-the-loop, and supervisory control arrangements

systems with fallback autonomy modes during communications loss

Distributed and cloud-native control systems

distributed services that execute changes (deploys, configuration, routing, failover, scaling, access control)

data mutation workflows (writes, deletes, merges, state transitions)

control planes, schedulers, orchestrators, and admission controllers

Cyber-physical and operational automation

robotics and industrial automation (where actions affect physical processes)

mission operations automation and ground systems

safety interlocks and operational limit enforcement components (where they gate action)

Socio-technical execution loops

systems where policy, operators, and automation jointly determine action (runbooks, approvals, change windows)

operator-intent systems where a human proposes an action but automation selects timing/extent under constraints

Degraded coordination contexts

partition, latency, intermittent links

quorum loss, split-brain risk, supervisor loss

contested control, conflicting commands, or ambiguous command authority

Note (normative intent): SAB requirements apply to in-scope actions and the decision boundaries that permit, defer, refuse, or suppress those actions. Systems may claim conformance for a declared subset of actions and components.

Legitimacy vs correctness lock: This profile evaluates whether an action was legitimate to execute under declared authority and conditions; it does not evaluate whether the action was correct or optimal.

Mechanism-agnostic lock: This profile is mechanism-agnostic: it requires that authority can be demonstrated as valid at execution time, but it does not standardize the mechanism by which authority is represented or verified.

Action taxonomy: For the purposes of this profile, an action is any system-initiated or system-authorized operation that produces an externally meaningful state change or influence. In-scope actions typically fall into one or more of the following classes.

REQ-SCOPE-001 (Action Class Declaration): A conformance claim SHALL declare which action classes from the Action Taxonomy are in-scope.

Action classes:

State mutation: writes/deletes/updates to durable state (databases, ledgers, configuration stores, distributed KV, etc.)

Access and privilege change: granting/revoking permissions, role changes, credential issuance/rotation, policy rule changes, ACL edits

Routing / traffic / connectivity change: route advertisement/withdrawal, failover, DNS/service discovery changes, firewall rule updates, traffic shifting

Deployment / configuration change: release promotion, rollback, feature-flag changes, config reload, infrastructure-as-code apply, orchestration rescheduling

Resource control: starting/stopping services, scaling up/down, allocating quotas, power-state changes, storage attach/detach

External actuation: commands to physical devices or cyber-physical systems (robots, valves, motors, relays, spacecraft subsystems)…

Table of Contents

Complete contents extracted from the current manuscript source.

Complete contents — 91 entries · through page 40
1. Scope7
1.1 Purpose7
1.2 In-scope systems8
1.3 Out of scope10
1.4 Intended users11
1.5 Conformance claim statement11
Chapter 2 — Background and Literature15
2.1 Why autonomy and distribution amplify “authority drift”15
2.2 Where systems fail in practice: implicit authority and responsibility diffusion15
2.3 Degraded coordination as the normal adversary, not the edge case16
2.4 What standards and assurance practice typically prove—and what they don’t16
2.6 Governance, non-progress, and the “silence problem”18
2.7 Positioning SAB relative to existing approaches18
2.8 Where existing standards “fall short” in SAB terms19
2.9 Summary20
3. Terms, definitions, and abbreviations20
3.1 Terms and definitions20
3.1.1 Authority20
3.1.2 Permission to execute21
3.1.3 Legitimacy / legitimate execution22
3.1.4 Illegitimate execution22
3.1.5 Stable Authority Boundary (SAB)23
3.1.6 Boundary condition24
3.1.7 Decision boundary24
3.1.8 Degraded coordination24
3.1.9 Uncertainty / ambiguous input25
3.1.10 Conflict (signal conflict, authority conflict)25
3.1.11 Act26
3.1.12 Defer / Hold26
3.1.13 Refuse27
3.1.14 Silence (intentional non-output)28
3.1.15 Conformance evidence / audit evidence28
3.1.16 Engineering seam29
3.1.17 Ability to execute (A2E)29
3.1.18 Time-to-live (TTL)29
3.1.19 Legitimate execution (LTE)30
3.1.20 Illegitimate execution (ITE)30
3.2 Abbreviations30
4.0 Conformance model30
4.1 Conformance targets30
4.2 Conformance levels31
4.3 Conformance statement format31
4.4 Non-conformance32
5. Authority model requirements32
5.1 Authority declaration32
5.2 Authority bounds32
5.3 Validity and expiry33
5.4 Decision placement33
5.5 Conflict rules33
5.6 Ability to execute (A2E)33
6. Execution-state requirements (Act / Defer / Refuse)34
6.1 Permitted action (Act)34
6.2 Defer / hold state34
6.3 Refusal state34
6.4 Silence as a governed state34
6.5 Degraded coordination constraints35
7. Evidence and test method35
7.1 Required evidence artifacts35
7.2 Evidence quality levels35
7.3 Test method overview36
7.4 Engineering Seams audit method (normative reference)36
8. Validation approach36
8.1 Validation goals36
8.2 Avoiding circular validation36
8.3 Red-team validation protocol36
8.4 Disposition rules37
8.5 Repeatability and variance controls37
9. Governance and maintenance37
9.1 Change control37
9.2 Profile evolution37
9.3 Publication and review cycle37
Appendix37
Appendix A: SAB Core Conformance Requirements Table37
Appendix B: Engineering Seams Method Spec37
Appendix C: Evidence Templates37
Appendix D: Worked examples38
Appendix E: Mapping to existing assurance frameworks38
Appendix F: Design patterns and anti-patterns38
Appendix G: Research Framing and Open Questions (Informative)38
G.1 Purpose of this appendix38
G.2 Research framing38
G.3 Evaluation question for reviewers (informative)39
G.4 Open questions for research and standardization (informative)39
G.4.1 Authority semantics across domains39
G.4.2 Evidence sufficiency and quality levels39
G.4.3 Degraded coordination and contested control39
G.4.4 Non-progress outcomes as legitimate behavior39
G.4.5 Practical test method repeatability40
G.4.6 Composition and inheritance40
G.5 Candidate research-to-standardization path (informative)40
G.6 Non-normative statement40