ConceptioArchivearXiv CS
arXiv CSopen access

Fifty Years of Specification Completeness: What Aviation Certification Tells AI Governance About Epoch Limits, Proof Surfaces, and the Structural Gap

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
softwarearchitecturesoftwareengineeringtesting
software engineering, software architecture, testing

Fifty Years of Specification Completeness: What Aviation Certification Tells AI Governance About Epoch Limits, Proof Surfaces, and the Structural Gap

arXiv:2606.25120v1 [cs.SE] 23 Jun 2026

Christo Zietsman Nuphirho Research [email protected]

Abstract—Aviation software certification has operationalised three structural requirements for governed software systems since 1992: structured governance linkage between governing specifications and operational evidence, context-bounded validity that triggers revalidation when operational context changes, and an objective evidence architecture that defines what proof means and what makes it sufficient. These requirements appear in DO-178C and DO-330 and are enforced through FAA and EASA certification. No existing framework requires these structural properties as intrinsic properties of individual AI governance documents. A system prompt, an AGENTS.md file, a governance policy, or a task envelope can be deployed without satisfying any of the three requirements aviation has enforced for three decades. Aviation is the most technically rigorous instance: its standard-setting bodies have acknowledged that their frameworks break down for AI systems, yet none requires these properties of individual governance documents. Aviation’s structural requirements break down at the system level because AI systems are non-deterministic, but remain transferable at the document level: the governance artifact is a static artifact whose structural properties can be evaluated independently of the stochastic system it governs. The paper maps DO-178C’s traceability architecture, DO-330’s requalification triggers, and DO-178C’s objective evidence requirements onto three structural findings: epoch limits on governance document validity, proof surfaces as the revalidation feedback mechanism, and the absence of structural completeness requirements in AI governance instruments. An empirical companion (arXiv:2604.21090) found that 37% of AI governance documents fall below the structural quality threshold. PromptQ’s seven-principle framework operationalises these requirements at the governance document layer. Index Terms—AI governance, aviation certification, DO-178C, DO-330, specification completeness, epoch limits, proof surfaces, PromptQ, structural gap, AGENTS.md

I. Introduction The problem of specifying software behaviour precisely enough to verify it is not new. Aviation software certification has been developing the engineering methodology for this problem since the publication of DO-178B in 1992 and its successor DO-178C in 2011. The core requirement is

structured governance linkage: every software requirement must trace forward to a test objective and backward to a source system requirement. Extraneous code (code for which no requirement exists) is a certification finding. Undocumented behaviour (behaviour for which no test exists) is a certification finding. The specification is not a document that describes the software. It is a first-class artefact whose completeness the software must be provably derivable from. AI governance documents have no equivalent requirement. A system prompt governing an AI agent can specify behaviour without defining what done looks like, how outputs will be verified, what the agent may refuse, or when the document’s own authority expires. The document is deployed. The agent operates. No certification process checks whether the governing specification is complete. This paper’s primary conceptual move is to relocate the assurance question. Aviation’s structural requirements are not transferable to AI systems at the system level: the aviation certification community has itself acknowledged in the CoDANN and NPA 2025-07 literature that DO-178C breaks down for non-deterministic AI because behaviour cannot be traced to requirements the way deterministic code can. The relocation this paper proposes is not to the AI system but to the AI governance artifact. The governance document (the system prompt, AGENTS.md file, governance policy, or task envelope) is a static authorshiptime artifact. Its structural properties can be evaluated, required, and enforced independently of the stochastic system it governs. That decoupling is what makes the transfer viable. The paper examines what aviation certification has required for thirty years, maps those requirements onto a framework of three research findings about AI governance document quality, and identifies the structural gap that separates the two traditions. The absence of structural completeness requirements for AI governance documents is indicated across nine regulated sectors and five language jurisdictions by a structured regulatory corpus audit of published standards and guidance instruments; this paper reports the aviation sector findings in detail.

II. Background A. DO-178C and structured governance linkage

TABLE I DO-178C requirements criteria mapped to PromptQ principles

DO-178C requirements criterion PromptQ principle DO-178C [5], [16] defines objectives, activities, and P1 Success Definition Accurate (describes intended beevidence requirements for five levels of software assurance haviour) (Design Assurance Levels DAL A through E). At DAL Verifiable (provides a checkable P2 Assessment Rubric A (assurance level, applicable to software whose failure criterion) Free of unintended functionality P3 Scope Boundary could cause a catastrophic aircraft accident) the standard Appropriately detailed on data P4 Data Classification requires full bidirectional traceability across four levels sources of specification hierarchy: system requirements, high-level Consistent with verification pro- P5 Quality Gate cesses software requirements, low-level software requirements, and Unambiguous (no multiple valid P6 Internal Consistency source code. readings) The traceability requirement has two directions. Forward Traceable (bounded to a con- P7 Contextual Currency text) traceability: every system requirement must be traceable through software requirements to source code and to test cases. Backward traceability: every source code element must be traceable back to a software requirement, and every software system or an AI language model, to behave software requirement must be traceable back to a system correctly, consistently, and within its currently valid scope. requirement. Elements with no upstream requirement are B. DO-330 and context-bounded validity classified as extraneous code and constitute a certification DO-330 [17] governs the qualification of software tools finding regardless of whether they function correctly. used in aviation certification. The DO-330 requalification This paper uses "structured governance linkage" rather trigger taxonomy provides a structural analogy, not a than "bidirectional traceability" when describing the trans- regulatory transplant, for governance document staleness. fer of this principle to natural language governance docu- The analogy is between the conditions under which a ments. The distinction matters. DO-178C’s bidirectional certification tool loses its qualified status (and must be traceability requires formal syntax and deterministic com- re-qualified before continuing to be used in the certification pilation: source code can be objectively tested against process) and the conditions under which a governance requirements because code and requirements share a document loses its valid status (and must be revalidated common formal substrate. Natural language governance before continuing to govern an AI system). Both involve documents do not share that substrate. The transfer artefacts whose continuing validity depends on the stability this paper proposes is of the structural principle: that of the context for which they were originally validated. The governance claims must be explicitly linked to evidence governance document context is different from the tool of their satisfaction, and that both gaps and extraneous qualification context, and the analogy is structural, not content must be identifiable. This is not a transfer of the functional. formal verification machinery. A natural language goverThe requalification trigger taxonomy in DO-330 is the nance document achieves structured governance linkage aviation framework’s most precise implementation of what when every claim is traceable to a verifiable evaluation this paper terms an epoch limit: the condition under which mechanism and every evaluation mechanism traces back a governance artefact’s validity expires and revalidation is to an explicit governance claim. required. The taxonomy, documented in Pothon et al. [15], A requirements set is complete under DO-178C when distinguishes three cases: every downstream artefact is explainable by upstream Unchanged reuse: no requalification if TQL, lifecycle intent and every upstream intent is evidenced downstream. data, operational environment, tool operating requirements This is an emergent property of the traceability network’s (TOR), and tool version all remain identical to the previstructural closure, not a separately measurable attribute ously qualified configuration. of individual requirements. Operational environment change only: no requalification The quality criteria for requirements under DO-178C if the applicant demonstrates that the new environment is are explicit: requirements must be accurate, unambiguous, equivalent and the TOR remain applicable. The burden of consistent, verifiable, traceable, appropriately detailed, and proof is on the applicant; the default is invalidation. free of unintended functionality. These criteria map onto Tool itself changed: requalification is required, scoped by the seven structural principles of the PromptQ framework an impact analysis identifying which aspects of the prior through functional correspondence, not formal equivalence: qualification remain valid and which must be renewed. The mapping is not coincidental. Both frameworks The critical boundary condition: the distinction between are derived from the same underlying requirement: that cases requiring requalification and cases not requiring it a governance document must contain the components is not the presence or absence of change, but whether necessary for a conforming agent, whether a deterministic the change affects the relationship between tool outputs

and certification objectives. A change that does not alter that relationship does not require requalification. A change that does alter it requires requalification regardless of its apparent magnitude. The governance implication is direct: the AI governance document is the artefact whose validity must be contextbounded. When the deployment context changes in ways that affect the relationship between the document’s governance claims and the agent’s operational behaviour, the document must be revalidated. DO-330 places the burden of proof on the applicant to demonstrate contextual equivalence. No AI governance instrument currently imposes any equivalent burden.

link between requirements and implementation is statistical rather than deterministic." DO-178C’s bidirectional traceability assumes deterministic behaviour: given the same input, a deterministic system produces the same output, and that output is either within or outside the specified behaviour. A neural network trained on data does not satisfy this assumption. Its behaviour is not a direct function of its requirements specification. There is no low-level design traceable from requirements to source code because the source code is the training process and the model weights, neither of which is specified by the requirements document. At inference time, sampling-based decoding means that even a fixed model presented with identical inputs does not guarantee identical outputs. The C. DO-178C objective evidence architecture concept of unambiguous behaviour, central to both DODO-178C’s treatment of evidence defines what it means 178C’s requirements criteria and any governance docufor a claim to be supported rather than merely asserted. ment’s claim to be actionable, cannot be verified by the standard test-repeatability method when the system output Evidence must: is non-deterministic by design. • support the certification objectives it is cited for, not The absence is confirmed from within the most technimerely be adjacent to them; cally rigorous regulatory tradition. EUROCAE’s ED-324 • survive independent review by someone other than (in development, December 2026 target) is the first dedithe person who produced it; cated aviation AI governance standard. EASA’s NPA 2025• reconcile with all related lifecycle artefacts without 07 proposes trustworthiness AMC/GM for AI in aviation. contradiction; • be produced through processes meeting the indepen- Neither specifies a structural completeness criterion for dence and rigour requirements appropriate to the the governance document governing the AI system. The AIAA 2025-2511 paper [10] comes closest in peer-reviewed DAL. The adequacy-versus-presence distinction is explicit in literature, arguing that AI requirements must be "clear, the standard and in FAA Advisory Circular guidance: the concise, and unambiguous." This addresses requirements existence of evidence does not make it sufficient. Evidence quality, not governance document completeness. is sufficient when it demonstrates the property it is claimed to demonstrate under the conditions under which the claim applies. DO-178C defines five evidence categories: review records, B. Where the gap appears analysis records, test records, traceability data, and process The gap is not at the system level. The aviation frameevidence. Each category has defined objectives. Each objective is associated with independence requirements work has been actively developing AI-specific certification guidance for five years. The gap is at the document level: that scale with DAL level. The programme’s concept of the proof surface, the no aviation standard, advisory circular, or certification structured set of evidence mechanisms through which guidance specifies what must be present in the governance governance claims are verified, is a generalisation of this document (the system prompt, AGENTS.md file, or goverarchitecture to AI governance documents. Where DO- nance policy) that governs an AI system’s behaviour before 178C defines the proof surface for a software system’s deployment. certification claims, the programme proposes that AI The three structural requirements that DO-178C and governance documents must define their own proof surface: DO-330 impose on software certification artefacts do not the mechanisms through which their governance claims can appear in any published AI governance instrument in be verified and the feedback loop through which deviations aviation or in any other regulated sector. The programme from those claims are detected and reported. has confirmed this across nine sectors and five language jurisdictions. III. The Gap The aviation case is the sharpest illustration because A. Where the aviation framework breaks down for AI aviation has the strongest tradition of formal specification The aviation certification community has itself identified completeness and the most developed methodology for where DO-178C fails for AI systems. CoDANN I [3] implementing it. If the three requirements are absent from and CoDANN II [4] establish that ML systems challenge the most technically rigorous sector, their absence in less traditional certification because, as CoDANN II notes, "the rigorous sectors follows with certainty.

IV. Three Findings Mapped A. Epoch limits on governance document validity

"review outputs before accepting them" is present but not adequate. An adequate quality gate specifies what review means, what criteria outputs are reviewed against, and what action is required when criteria are not met.

The first finding is that a governance document must carry its own validity conditions (the circumstances under which its governance claims remain applicable) and that C. The structural gap confirmed revalidation is required when those conditions are violated. The third finding is that no regulatory instrument in For continuously adapting systems, including those using any confirmed jurisdiction requires AI governance docuretrieval-augmented generation or live data integration, ments to meet a structural completeness standard before evidence-based and event-based triggers are the appropriate deployment. epoch limit form: for example, "re-evaluate when the The aviation case provides the sharpest confirmation retrieval corpus is updated beyond a defined threshold." because it is the sector where the absence would be most The framework requires declaration of the trigger; it does surprising. DO-178C has required structural completeness not prescribe its form. of software requirements for thirty years. The standardDO-330’s requalification trigger taxonomy is the most setting bodies adapting DO-178C for AI (EASA CoDANN, operationalised epoch limit specification in any regulated EUROCAE ED-324, NPA 2025-07) have acknowledged the domain. It defines with precision what constitutes a change framework’s breakdown for AI but have not specified a requiring revalidation (a change affecting the relationship structural completeness criterion for the AI governance between tool outputs and certification objectives), what document. constitutes a change not requiring it (a change demonstraED-324’s acknowledged paradigm shift, from DO-178C’s bly not affecting that relationship), and who bears the requirements completeness to ODD completeness, from burden of proof (the applicant, not the certifier). code traceability to data/model lineage traceability, from The programme’s P7 principle (Contextual Currency) functional determinism to statistical performance bounds, is the governance document analogue of this architecture. is a reframing at the system level. It does not address the A P7-compliant governance document declares: here are governance document level. An AI system whose ODD is the event-based conditions under which this document’s well-defined and whose data lineage is traceable can still governance claims expire and revalidation is required; be governed by a system prompt with no success definition, here is the time-based interval after which revalidation is no quality gate, and no staleness declaration. required regardless of events; and here is who is responsible The gap is at the layer below the system and above for initiating revalidation. the model: the natural language document that tells the No current AI governance instrument carries a P7- system what to do. compliant staleness declaration. The default is implicit The aviation finding is not isolated. A structured regupermanent validity. DO-330 makes the default the oppo- latory corpus audit of published governance instruments site: the default is invalidation, and the applicant must across eight further regulated sectors confirms the same abdemonstrate continuing validity. The programme proposes sence. The three structural requirements (linkage, contextthe same inversion for AI governance documents. bounded validity, and proof surface specification) appear in none of the sector’s primary governance instruments as B. Proof surfaces as the feedback mechanism requirements for AI governance documents. The primary The second finding is that a governance document must instruments and the nature of the absence in each sector define the mechanisms through which its governance claims are as follows. are verified: what evidence is required, what makes that Financial services: SR 11-7 (Federal Reserve, 2011) is the evidence sufficient, and how deviations are fed back into most mature model governance framework in any sector. It the governance document’s revalidation cycle. requires model documentation, independent validation, and DO-178C’s objective evidence architecture is the most ongoing monitoring with defined performance thresholds developed proof surface specification in any regulated for statistical models. It does not require the governance sector. Five evidence categories, defined objectives for each, document for an LLM-based or agentic system to declare independence requirements scaled to risk, adequacy- versus- its own validity conditions or define a proof surface at presence distinction explicit in guidance. authorship time. The monitoring requirement is a process The programme’s P5 principle (Quality Gate), extended obligation on the organisation, not a structural requirement in v1.2 to require the document to name the evidence on the document. stream the human can independently access and to require Healthcare: the FDA’s Predetermined Change Control active rather than passive human engagement, is the Plan (PCCP, 2021 and 2024 guidance) requires manufacgovernance document analogue. The quality gate is where turers to define in advance the types of changes an AI/ML the proof surface is specified at authorship time. algorithm may undergo and the performance specifications The adequacy-versus-presence distinction has a direct that trigger resubmission. This is the closest regulatory governance document parallel: a quality gate that says analogue to the epoch limit concept in any sector. The

PCCP requirement applies to the change control plan as an organisational process document, not to the governance document specifying the AI system’s operating scope before initial deployment. Nuclear and critical infrastructure: IEC 61508 (functional safety for electrical, electronic, and programmable electronic systems) requires a safety case that must remain valid throughout the operational life of the system, with defined revalidation triggers when the operating context changes. This is the most operationally precise epoch limit requirement in any regulatory instrument. The IAEA safety case requirements impose the same obligation for nuclear systems. Neither instrument extends the safety case validity requirement to the governance documents for AI systems operating within or adjacent to safety-critical functions. Legal and professional services: ABA Formal Opinion 512 (2023) requires lawyers to understand AI tool limitations and to supervise AI output. The UK Solicitors Regulation Authority guidance (2024) imposes equivalent obligations. Both instruments require the practitioner to exercise professional judgment as a compensating control for AI output. Neither specifies what structural properties the governance document for the AI tool must possess to make that judgment supportable. Pharmaceutical and life sciences: ICH E9(R1) (2019) requires clinical trial sponsors to specify precisely what treatment effect they are estimating and under what conditions, before the trial begins. GxP computer system validation requirements (21 CFR Part 11, EU Annex 11) require documented evidence that validated systems do what their specifications say. Both instruments address the specification precision problem directly, in the context of clinical trial design and computer system validation respectively. Neither requires AI governance documents to satisfy structural completeness criteria before deployment. Insurance and actuarial: the NAIC AI Systems Evaluation Tool (2023) and the UK PRA Supervisory Statement SS1/23 on model risk management in insurance mirror SR 11-7’s model governance framework for the insurance sector. The NAIC instrument requires insurers to document governance, accountability, transparency, and consumer protection for AI systems. The structural completeness requirement, that the governance document itself must define what done looks like, how outputs are verified, and when the document expires, is not present in either instrument. Public sector: the Five Eyes guidance "Careful Adoption of Agentic AI Services" [11] recommends governance before deployment and human oversight throughout agentic AI operations in government contexts. The document explicitly acknowledges that "evaluation methods are not mature." That acknowledgment is the absence stated from inside the regulatory community: the instruments for confirming governance document completeness before deployment do not yet exist. Management consulting: no sector-specific regulatory

instrument governs AI governance documents produced by or for consulting firms. ISO/IEC 42001 is increasingly referenced as a baseline AI management system standard. It addresses organisational governance processes, not the structural properties of individual governance documents. Multilingual confirmation: the absence is not limited to the Anglophone regulatory tradition. A structured audit of governance instruments in four additional language jurisdictions confirmed the same pattern. Japan’s AI Guidelines for Business Ver 1.2 [14], France’s CNIL AI Self-Assessment Guide [12] [12], the South Korean AI Framework Act (enacted January 2025, in force January 2026), and China’s SAC GB/T AI standards series none of which specify structural completeness requirements for AI governance documents as a precondition for deployment. This pattern is consistent across the regulatory traditions examined in this paper, with the aviation sector receiving the most detailed treatment. V. The Transferable Principles The aviation framework’s failure for AI at the system level does not invalidate its principles at the governance document level. The three structural requirements are applicable to natural language governance documents for the same reason they are applicable to software requirements documents: both are specifications that a conforming agent must be derivable from, and both can fail in ways that are structural, identifiable, and consequential. The aviation framework fails at the system level because AI systems are not deterministic derivations from their requirements. A neural network cannot be shown to trace to its requirements the way deterministic code can. The aviation framework applies at the governance document level because natural language governance documents can be evaluated against structural completeness criteria just as requirements documents can. A system prompt that has no success definition fails the unambiguous criterion. A system prompt that has no quality gate fails the verifiable criterion. A system prompt that carries no staleness declaration fails the traceability criterion. These are document-level failures, not system-level failures, and they are assessable at authorship time. A sceptic might object that this is no different from any informal specification, and that informal specifications have always been incomplete without any certification machinery to enforce them. The objection misidentifies the comparison. The relevant precedent is not source code but the natural language requirements documents that DO178C has imposed structural criteria on for three decades. Those documents are also informal, also human-authored, and also subject to the same categories of failure: missing verifiability criteria, undefined scope, internal contradiction. DO-178C requires structural completeness of requirements documents precisely because their failures are detectable at authorship time and consequential at system level. The same logic applies to AI governance documents, with one

additional force: in a deterministic software system, a illustrates an additional precision that the programme’s requirements failure can in principle be detected during P7 principle should incorporate. implementation when the code cannot be derived from ACAS Xu uses a look-up table (LUT) as its specifithe underspecified requirement. In a stochastic AI system, cation: a formal verification that the neural network’s there is no implementation step that forces the failure to output matches the LUT across the entire input space. surface. The governance document is the last determinate This addresses completeness by verifying the specificationartefact in the chain. If it is structurally incomplete, no approximation gap is zero. But the assurance is bounded by subsequent process is guaranteed to catch it. the validity of the LUT’s underlying assumptions: perfect This is the programme’s core claim: PromptQ moves sensors, bounded manoeuvre models, cooperative intruder aviation’s structural requirements upstream, from the assumptions. software artefacts that must satisfy them to the governance The assumption-centric assurance approach treats the document that specifies what the software is supposed to assumptions register (the explicit list of conditions under do. which the assurance holds) as the specification. When those A further objection holds that document-level complete- assumptions no longer hold, the epoch expires. When the ness cannot causally constrain a stochastic runtime. This sensors are imperfect, or the intruder is non-cooperative, is correct, and the framework does not claim otherwise. or the manoeuvre bounds are exceeded, the assurance case The claim is narrower and more defensible: a governance is invalid regardless of whether the neural network still document that declares its own epoch limits creates an matches the LUT. auditable trigger for human review when those limits are This identifies a third type of epoch limit beyond the breached. A document that declares no triggers provides time-based and event-based triggers in P7’s current definino such mechanism, regardless of what the runtime does. tion: an assumption epoch limit. A governance document Unknown unknowns at authorship time cannot be specified; becomes invalid when the foundational assumptions under they are addressed not by completeness but by the re- which it was written no longer hold, even when no discrete evaluation mechanism the document must declare. When an triggering event has occurred and no calendar interval unknown becomes known through operational experience, has elapsed. A P7-complete governance document should the specification is extended to incorporate the new learn- declare its foundational assumptions alongside its staleness ing. This is the Pyrrhonian inheritance: withhold assent declaration. on what cannot yet be known, but declare the conditions The assumption-based trigger is a proposed research under which assent is warranted. direction. It is less mature than the time-based and eventWhere risk warrants it, the governance document can based triggers, which have clear operational precedents in specify additional mechanisms: anomaly detection thresh- aviation certification practice. Formalising the assumption olds, runtime audit triggers, performance drift indicators. epoch limit requires a taxonomy of governance document These extend the proof surface beyond authorship time assumption types, monitoring mechanisms, and invalidation without claiming to close it. No governance architecture, thresholds. The ACAS Xu case provides the assuranceincluding DO-178C, provides absolute guarantees. Avi- structure motivation; the operational specification is a ation’s assurance model is not a claim of zero failures; direction for further work. it is a claim that failures are detectable, traceable, and The epoch limit concept is derived from the structural correctable within a defined evidence architecture. The principle that assumptions have validity boundaries, not same standard applied at the governance document layer is from ACAS Xu’s specific algorithmic mechanism. ACAS Xu not weaker than aviation practice. It is the same practice, illustrates the principle in a deterministic system; the govapplied one level upstream. Over time, as operational ernance document application extends it to the authorshipexperience accumulates and unknown unknowns surface, time artefact layer where the analogous mechanism is the specification is extended, the proof surface grows, and human review triggered by declared conditions rather than the governance architecture approximates a robust and algorithmic state transition. resilient solution without ever claiming to have reached one. VII. Implications for AI Governance Practice VI. ACAS Xu and the Assumption Epoch Limit The ACAS X collision avoidance system, specifically the ACAS Xu variant developed for unmanned aircraft integration into civilian airspace, provides a concrete example of aviation’s handling of the epoch limit at the system level. ACAS Xu is a civilian airspace safety system, not a weapons platform; its assurance methodology is directly applicable to civil aviation governance contexts. It

The aviation case provides three actionable implications for AI governance practice. First: governance documents should be treated as certification artefacts, not operational instructions. DO-178C treats the requirements document as a first-class artefact with its own quality criteria, completeness requirements, and traceability obligations. AI governance practitioners should apply the same standard to the documents that govern AI system behaviour.

Second: the burden of proof for continuing validity should be on the deployer, not the certifier. DO-330 makes invalidation the default; demonstrating continuing validity requires active argument. AI governance practice has the opposite default: deployment is assumed valid until something goes wrong. The aviation inversion (assume invalid, demonstrate valid) is the appropriate default for high-stakes AI systems. Third: evidence architecture should be specified at authorship time, not assembled retrospectively at audit. DO-178C requires that evidence categories and objectives be defined as part of the development process. The evidence is produced as the system is built. AI governance practice typically assembles evidence after deployment when compliance is questioned. Defining the proof surface at authorship time: what evidence will demonstrate compliance, what makes that evidence sufficient, how deviations will be fed back. This is the aviation model transferred to AI governance. The assurance case tradition provides established notation for this [1]. Goal Structuring Notation [8] is the standard method for expressing structured arguments that a system is safe with respect to a given set of requirements, linking claims through explicit inference rules to a defined evidence base. An AI governance document that declares its proof surface is making the same structural move: it specifies the claims, the inference structure connecting those claims to evidence, and the evidence required to make each claim hold. The difference is that GSN was developed for safety-critical systems engineering. The concept of a proof surface in this paper is closely related to GSN’s evidence layer; the novel contribution is the requirement that individual AI governance documents declare their own proof surface at authorship time, rather than having it constructed retrospectively as part of a system-level safety argument. The proposal is to require this structure in the natural language governance documents that precede any engineering, not to reproduce GSN as a notation system. VIII. Related Work The gap between DO-178C’s requirements and AI system assurance has been studied in the CoDANN I [3] and CoDANN II [4] literature. These documents establish the breakdown of the traditional certification model for learning systems. The ED-324 standard in development (EUROCAE, target December 2026) is the primary ongoing standardisation response. The ACAS Xu assumption-centric assurance approach is documented in Damour et al. [2], Gabreau et al. (2022, ERTS), and Gabreau, Teulières et al. [6]. These papers represent the most developed technical work on assumptionbounded AI certification in aviation. The programme’s companion paper (arXiv:2604.21090 [18]) established that 37% of AI governance documents fall below a structural quality threshold measured against the five-principle diagnostic

model. Applying a seven-principle extension of this framework, adding P6 (Internal Consistency) and P7 (Contextual Currency), to the same 34-file corpus (the governance-prompts-v1 empirical corpus) yields the following results. The table below shows mean scores by principle across the 34-file corpus under the seven-principle extension. 94% of files (32/34) score below the 3.5/7 threshold. TABLE II Seven-principle mean scores, 34-file corpus (five raters) Principle

Mean score

P1 Success Definition P2 Assessment Rubric P3 Scope Boundary P4 Data Classification P5 Quality Gate P6 Internal Consistency P7 Contextual Currency

0.44 0.41 0.46 0.24 0.47 0.60 0.00

The P7 finding is the most significant result in the programme. Every governance document in the 34-file corpus scores zero on Contextual Currency. Not a single document declares any staleness trigger (event-based, timebased, or evidence-based). The score is 0.00 with zero variance, confirmed across five independent raters from two model families. The corpus represents real-world practice: no practitioner in the evaluated corpus has specified when their governance document expires. This is the empirical basis for the theoretical claim this paper develops: the absence of epoch limit declarations is not an edge case in production AI governance; it is the norm. The increase from 37% (five-principle) to 94% (32/34) (seven-principle) is structural. P7 contributes 0 to every file; P6 adds up to 1 point of exposure; the higher threshold (3.5/7 versus 2.5/5) reflects the extended ceiling. The fiveprinciple rate remains valid as a lower bound for the P1-P5 failure profile. The seven-principle rate captures the full structural gap including the epoch limit dimension this paper addresses. Concurrent work on evidentiary AI governance frameworks includes OpenKedge (He and Yu, arXiv:2604.08601, 2026) and Koch and Wellbrock [9]. These papers address the runtime evidence layer; this paper addresses the authorshiptime specification layer. IX. Conclusion Aviation software certification has required structured governance linkage, context-bounded validity, and an objective evidence architecture for three decades. These requirements have made aviation software among the most reliable in any safety-critical domain. No equivalent requirements apply to the governance documents that specify AI system behaviour. The aviation certification community has acknowledged that its existing frameworks break down for AI systems at the system level, and the standards being developed to address that

breakdown have not yet specified structural completeness TABLE III Provisional risk-proportionate PromptQ minimum score requirements for AI governance documents. This absence thresholds is indicated across nine regulated sectors by a structured regulatory corpus audit; the aviation sector provides the Risk tier Indicative Notes minimum sharpest instance because it has the most technically PromptQ score rigorous specification tradition. Prohibited Not applicable Document completeness The paper’s primary claim is that aviation’s structural (EU AI Act) cannot substitute for requirements are transferable to AI governance docuprohibition ments at the document level, even though they cannot High risk (EU 6/7; P1, P3, P5, P7 All staleness triggers reAI Act Annex mandatory quired; scope boundary be transferred to AI systems at the system level. A III; NIST critimandatory governance document is a static authorship-time artifact. cal) Its structural properties can be evaluated and required Limited risk 4/7; P1, P3 manda- Success definition and (EU AI Act tory scope boundary are the independently of the stochastic system it governs. The transparency minimum viable properseven-principle PromptQ framework is the methodological obligations) ties operationalisation of that transfer. 3.5/7; no manda- Programme corpus Minimal risk tory principles threshold A circularity limitation applies to the empirical results. The PromptQ instrument was designed by the author; using it to score a corpus and find a gap does not independently validate the instrument. Three mitigants of 6/7 would be failed by every document in the corpus. are noted. First, each of the seven principles is grounded Whether this reflects a calibration problem or a real in an established external tradition: safety engineering (P1, governance gap is itself a research question that requires P3, P5), measurement theory (P2, P4), and organisational outcome data linking document scores to governance theory (P5, P6, P7), providing independent theoretical failures. justification for why each property is required. Second, References the P7 finding (zero documents declare any staleness trigger across five independent models from two model [1] Bloomfield, R. and Bishop, P. (2010). Safety and Assurance families) is consistent regardless of the scorer’s leniency Cases: Past, Present and Possible Future—an Adelard Perspecgradient, and holds under per-principle scoring modes tive. In: Dale, C. and Anderson, T. (eds) Making Systems Safer. Springer, London. pp. 51-67. DOI: 10.1007/978-1-84996-086-1_4. that suppress holistic evaluation bias. Third, the three [2] Damour, M., de Grancey, F., Gabreau, C., Gauffriau, A., structural requirements identified in Section II are derived Ginestet, J-B., Hervieu, A., Huraux, T., Pagetti, C., Ponsolle, L. from aviation certification practice, not from PromptQ. and Claviere, A. (2021). Towards Certification of a Reduced Footprint ACAS-Xu System: a Hybrid ML-based Solution. PromptQ operationalises a pre-existing standard, it does Proceedings of SAFECOMP 2021. URL: https://hal.science/ not define it. Independent empirical validation of PromptQ hal-03355299v1/file/main.pdf against established requirements engineering metrics is [3] EASA (2020). CoDANN I: Concepts of Design Assurance for Neural Networks. European Union Aviation Safety Agency. potential future work. March 2020. URL: https://www.easa.europa.eu/en/documentThe absence of equivalent requirements in AI governance library/general-publications/concepts-design-assurance-neuralreflects a policy choice not to require even the structurally networks-codann [4] EASA (2021). CoDANN II: Concepts of Design Assurance for feasible completeness properties that aviation’s tradition Neural Networks. European Union Aviation Safety Agency. identifies. Whether governance documents can achieve full May 2021 (updated January 2024 with Appendix B). URL: DO-178C-equivalent traceability at scale remains an open https://www.easa.europa.eu/en/document-library/generalpublications/concepts-design-assurance-neural-networksresearch question requiring formalism not yet developed codann-ii for natural language artifacts. The paper argues only that [5] FAA (2017). Advisory Circular AC 20-115D: Airborne the structural principle is transferable and the absence is Software Development Assurance Using EUROCAE ED12 and RTCA DO-178. Federal Aviation Administration. not inevitable. URL: https://www.faa.gov/documentLibrary/media/Advisory_ Risk-proportionate application is the appropriate tarCircular/AC_20-115D.pdf get. DO-178C’s Design Assurance Level structure scales [6] Gabreau, C., Teulières, M-C., Jenn, E. et al. (2024). A study of an ACAS-Xu exact implementation using ED-324/ARP6983. Proevidence requirements with hazard severity: DAL A for ceedings of ERTS 2024. URL: https://hal.science/hal-04584782 catastrophic failure, DAL E for no safety effect. Governance [7] He, J. and Yu, D. (2026). OpenKedge: Governing Agentic document completeness requirements should scale similarly. Mutation with Execution-Bound Safety and Evidence Chains. arXiv:2604.08601. The PromptQ framework’s graduated score (0-7) provides the natural substrate for risk-tiered minimum thresholds. [8] Kelly, T. and Weaver, R. (2004). The Goal Structuring Notation—A Safety Argument Notation. Proceedings of the The table below proposes provisional thresholds; precise Dependable Systems and Networks 2004 Workshop on Assurance Cases. URL: https://www.semanticscholar.org/paper/ calibration requires empirical grounding and is a primary 4983e7610482057785cdf5312b48caf28b1f69ca direction for further work. [9] Koch, C. and Wellbrock, J.A. (2026). Beyond Task Success: An The empirical corpus shows that 94% of current pracEvidence-Synthesis Framework for Evaluating, Governing, and titioner documents fall below 3.5/7; a high-risk threshold Orchestrating Agentic AI. arXiv:2604.19818.

[10] Lincoln, S. (2025). DO-178 Compliance Considerations for Artificial Intelligent Software. AIAA SciTech Forum, AIAA 20252511. https://doi.org/10.2514/6.2025-2511 [11] CISA/NSA/ASD/CCCS/NCSC (2026). Careful Adoption of Agentic AI Services. Joint guidance, 1 May 2026. URL: https://www.cisa.gov/resources-tools/resources/carefuladoption-agentic-ai-services [12] CNIL (2022). Self-assessment guide for artificial intelligence (AI) systems. Commission Nationale de l’Informatique et des Libertés. 24 August 2022. URL: https://www.cnil.fr/en/self-assessmentguide-artificial-intelligence-ai-systems [13] Korea (2025). Framework Act on the Development of Artificial Intelligence and Establishment of Trust. Enacted 21 January 2025, in force 22 January 2026. Source: Korean Law Information Center (Korean Ministry of Government Legislation). [14] METI/MIC (2026). AI Guidelines for Business Ver1.2. Ministry of Economy, Trade and Industry and Ministry of Internal Affairs and Communications, Japan. 31 March 2026. URL: https://www.meti.go.jp/shingikai/mono_info_service/ ai_shakai_jisso/pdf/20260331_12.pdf [15] Pothon, J-C. et al. (2013). DO-330/ED-215 tool qualification document. AdaCore. URL: https://www.adacore.com/uploads/ books/do-330-ed-215-tool-qualification-document.pdf [16] RTCA (2011). DO-178C: Software Considerations in Airborne Systems and Equipment Certification. RTCA Inc. [17] RTCA (2011). DO-330: Software Tool Qualification Considerations. RTCA Inc. [18] Zietsman, C. (2026). Structural Quality Gaps in AI Governance Prompts. arXiv:2604.21090. DOI: 10.48550/arXiv.2604.21090. C. (2026). governance-prompts-v1: Gov[19] Zietsman, ernance Prompts Empirical Corpus. Available at: https://github.com/czietsman/nuphirho.dev/tree/dcb7036/ experiments/governance-prompts-v1 [20] Zietsman, C. (2026). The Specification as Quality Gate: Three Hypotheses on AI-Assisted Code Review. arXiv:2603.25773. DOI: 10.48550/arXiv.2603.25773.

Record · ID 307086 · SHA-256 15c35488194a6ba5
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.