Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
pdf
pdf

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

README: Execution Finality for AI and Computational Systems

Output-Bound Protected Validation, Non-Bearer Finality Authority, and Mandatory Finality-Sink Enforcement

Part of the DAS Protocols Architecture


πŸ“‹ Overview

Author: Sangam Das Affiliation: Independent Inventor, Balasore, Odisha, India Related Filing: PCT/IB2026/055615 (DAS Protocols Mothership Application, filed 4 June 2026) Architecture Family: DAS Protocols β€” Execution-Finality Governance

This repository/record contains a technical architecture publication describing Execution Finality β€” a governance layer that technically separates authority to compute from authority to make the resulting output externally effective.

Core Principle: Computation is not finality. Producing an output does not itself confer authority to make that output externally effective.


🎯 The Problem

Conventional authorization systems answer one question:

"Is this entity permitted to perform this operation?"

They evaluate identity, credentials, permissions, tokens, trusted-execution measurements, and policy decisions β€” before the actual output exists.

But for AI agents, generative models, and autonomous systems, this creates a gap:

  • An AI agent may be fully authorized to run β€” while producing an unauthorized tool call.
  • A financial computation may be authorized β€” while the resulting transfer is not.
  • An industrial-control algorithm may be permitted to execute β€” while a specific actuator command should be denied.

Authorization of the computation is not authorization of its eventual output.


πŸ—οΈ Core Architectural Principle

The architecture separates two distinct authorities:

Authority Governs
Authority 1 β€” Computation Authority Permission to initiate/perform a computation
Authority 2 β€” Finality Authority Permission for the actual produced output to cross an effectuation boundary and create an external consequence

Successful completion of Authority 1 does not automatically satisfy Authority 2.

Conceptual Flow

Operation Request
   ↓
Optional Pre-Computation Protected Validation
   ↓
Scoped Execution Authority
   ↓
Computation β†’ Candidate Output
   ↓
Technically Non-Final State
   ↓
Output Canonicalization β†’ Output Digest
   ↓
Candidate Act Descriptor
   ↓
Output-Specific Protected Predicate Evaluation
   ↓
Protected Validation Evidence
   ↓
Scoped Non-Bearer Finality Capability
   ↓
Finality Sink Verification
   ↓
Protected-State Consumption / Advancement
   ↓
Controlled External Effectuation

If any required condition fails: DENY β†’ WITHHOLD EFFECTUATION RESOURCE β†’ REMAIN NON-FINAL


🧩 Key Architectural Components

1. Candidate Output

A computational artifact that has been produced but not yet authorized to become externally effective β€” AI-generated content, an agent action, a tool call, a financial instruction, a database write, an actuator command, etc. The defining property is its state, not its data type: it exists computationally but carries no final authority for external use.

2. Technically Non-Final State

Not a policy label ("pending approval") β€” a technical mechanism required for effectuation (signing key, transmission authority, storage admission, actuator enablement) is actively withheld. This creates genuine technical non-completability, not just a soft instruction.

3. Effectuation-Authority Isolation

The execution substrate (the AI/agent/model) does not independently possess everything needed to produce the external consequence. It can construct an act but not make it effective.

4. Output-Specific Identification (Output Digest)

After canonicalization (deterministic field ordering, encoding normalization, Merkle structures, etc.), an Output Digest is computed from the actual produced output β€” not the request. This prevents a pre-computation approval from being mistaken for approval of an output that didn't exist yet.

5. Candidate Act Descriptor

A structured record binding the output digest to effectuation context: destination, interface, effect type, tenant, purpose, jurisdiction, policy epoch, provenance, and behavioral information. It answers: "What exact output is now attempting what external effect, under what conditions?"

6. Protected Enforcement Domain (PED)

An isolated evaluation environment (TEE, HSM, secure enclave, isolated microservice) that checks protected predicates β€” integrity, authorization state, provenance, jurisdiction, freshness, revocation, quota, and more β€” against the actual output.

7. Protected Validation Evidence

A tamper-evident commitment (attestation, signed record, ledger entry) generated before or atomically with finality authority β€” a precondition, not a forensic log written after the fact.

8. Scoped Non-Bearer Finality Capability

A single-use, non-transferable authorization bound to the specific output, destination, policy epoch, and protected state. "Non-bearer" means possession alone is insufficient β€” a copied capability presented in a different context fails verification.

9. Finality Sink

The mandatory technical enforcement role controlling transition from non-final computation to external effectuation β€” a role, not necessarily a device. It may be a signing service, payment rail, network transmitter, or actuator controller. Immediately before effectuation, it independently re-verifies: capability authenticity, output correspondence, evidence correspondence, scope, freshness, policy epoch, revocation, and anti-replay state.

10. Anti-Bypass Enforcement

Alternative effectuation paths (admin APIs, debug interfaces, fallback channels, recovery interfaces) must be disabled, restricted, or brought under equivalent finality verification β€” closing the "shadow path" problem.

11. Atomic Consume-and-Effectuate

Verification, reservation, effectuation, and state finalization are transactionally coupled: VERIFY β†’ RESERVE/CONSUME β†’ EFFECTUATE β†’ FINALIZE STATE This prevents replay, duplicate use, and race-condition exploitation.

12. Fail-Closed Default

Any unverifiable condition results in denial, resource withholding, capability revocation, or quarantine β€” never "allow and flag for later review."


πŸ”„ Detailed End-to-End Workflow (10 Stages)

Stage Description
1. Operation Request System receives prompt/API call/instruction
2. Optional Pre-Computation Validation Scoped execution capability issued (authorizes computation only)
3. Computation Model inference, planning, tool selection β†’ Candidate Output
4. Non-Final Output Holding Output sealed/encrypted/unsigned/unrouted
5. Output Canonicalization Deterministic representation for protected comparison
6. Output Digest Generation Digest of actual produced output
7. Candidate Act Descriptor Formation Output identity + effectuation context
8. Protected Output Validation PED evaluates predicates against actual output
9. Protected Validation Evidence Commitment Evidence bound to output, destination, policy epoch
10. Scoped Non-Bearer Finality Capability Finality authority established β€” still requires Finality Sink verification

πŸ’‘ Worked Example: AI Agent Payment

Instruction: "Pay the approved supplier invoice."

  1. Agent is authorized to compute (authenticated, permissioned, valid credential).
  2. Agent generates: Transfer β‚Ή500,000 to Account B β†’ this is a Candidate Output, not a final transaction.
  3. Agent cannot independently commit the transaction.
  4. A digest is generated from the actual transaction fields.
  5. The Candidate Act Descriptor binds amount, recipient, destination, purpose.
  6. Protected predicates validate the generated transaction; Protected Validation Evidence is committed.
  7. A scoped non-bearer finality capability is issued for that specific transaction.
  8. The payment Finality Sink independently reconstructs/verifies the transaction parameters.
  9. Only after successful verification does the sink release transaction-commit authority.

If malware alters β‚Ή500,000 β†’ β‚Ή5,000,000, or Account B β†’ Account C: The actual transaction no longer matches the validated output-specific state β†’ finality verification fails β†’ the payment remains non-final.


βš–οΈ Conventional Authorization vs. Execution-Finality Control

Conventional Control Execution-Finality Control
Authorizes request Separately authorizes produced output
Validates before execution Validates actual output after production
Request/context identity Output-specific identity
Token possession conveys authority Non-bearer authority requires protected correspondence
Application may retain release capability Required effectuation resource stays outside execution-substrate control
Logging occurs after action Protected evidence precedes or is atomic with finality authority
Gateway may be bypassable Alternate paths require closure/equivalent enforcement
Successful execution often leads to release Successful execution may still remain non-final
Authorization and consequence coupled Computation and consequence authority separated

This architecture does not replace authentication, access control, encryption, trusted execution, provenance, policy engines, or audit systems β€” it adds a distinct control point: the transition from computational possibility to externally effective consequence.


🌐 Representative Application Areas

  • Artificial Intelligence β€” autonomous agents, generative AI, tool-using models, AI-to-AI actions, AI-generated code/transactions/workflows
  • Telecommunications β€” message transmission, routing, signaling, network configuration
  • Financial Systems β€” payments, settlement, transaction commitment, trading instructions
  • Cloud & Distributed Computing β€” API execution, service invocation, cross-domain actions
  • Databases & Storage β€” transaction commit, persistent writes, storage admission
  • Operating Systems & Devices β€” application output release, secure key use, device-side AI actions
  • Robotics & Cyber-Physical Systems β€” actuator activation, autonomous-machine control, safety-critical physical actions

πŸ”‘ Location-Neutral & Flexible Implementation

  • The Finality Sink is a role, not a device β€” can live in a secure enclave, HSM, OS broker, transaction engine, API gateway, or tool-call broker.
  • Supports single-point implementations (validation + sink combined) or distributed (separate trust domains).
  • Multiple sinks can operate sequentially, hierarchically, or per-jurisdiction/destination/effect-type.
  • Streaming outputs can be validated in fragments/chunks rather than as one monolithic object β€” enabling low-latency AI applications.

πŸ“š 30 FAQ β€” Plain-Language Edition

Explained using terms familiar from mainstream security/infra work (OAuth, RBAC, HSMs, TEEs, two-phase commit)

1. What problem is this actually solving, in one sentence? It stops the gap between "this AI/system was allowed to run" and "this specific thing it produced is allowed to go live" β€” the same gap that lets an authorized process still do something it shouldn't.

2. Isn't this just access control (like RBAC or OAuth)? No β€” RBAC/OAuth answer "can this identity call this API?" before anything is generated. This architecture adds a second gate after the output exists, checking the actual bytes produced, not just the request that asked for them.

3. What's the closest analogy for a security engineer? A two-phase commit crossed with egress filtering: phase one authorizes the transaction to start; phase two independently verifies the actual payload right before commit/send, and only then releases the resource that makes it real.

4. What is a "Candidate Output" in normal terms? The draft/result before it's "live" β€” like a signed-but-unbroadcast Bitcoin transaction, or an email sitting in Outbox that hasn't hit Send.

5. What is "Technically Non-Final State"? Not a policy flag like "pending review" β€” a technical piece is missing (signing key, network permission, DB commit token), so the system is physically incapable of finishing the action.

6. How is that different from a Slack "approve" button? An approval button is a policy gate a compromised process could bypass. Here, the actual capability to execute is withheld at the infrastructure level β€” like an HSM that won't sign without the right key ceremony.

7. What's an "Output Digest" and why not just hash the request? A hash of the actual generated output, not the instructions. Hashing the request only proves what was asked for; hashing the output proves what was actually produced β€” which malware/prompt injection/model drift can silently change.

8. What's a "Candidate Act Descriptor"? A structured "who/what/where/why" wrapper around the output digest β€” similar to metadata on a signed transaction, generalized to any AI/agent action.

9. What is the "Protected Enforcement Domain (PED)"? The isolated checkpoint that evaluates the output β€” TEE, HSM, secure enclave, or isolated microservice. Same idea as a policy-decision-point (PDP) in Zero Trust, but it checks the output, not just the request.

10. What is "Protected Validation Evidence"? A tamper-evident receipt proving the check happened and passed β€” generated before the action is allowed, not an audit log written after.

11. How is that different from normal audit logging? Logs are forensic β€” they tell you what happened after it already happened. This evidence is a precondition: without it, the action technically cannot occur.

12. What is the "Scoped Non-Bearer Finality Capability"? A single-use, non-transferable permission bound to this exact output. "Non-bearer" means possessing the token isn't enough β€” like a boarding pass that also checks your face, not just that you're holding a ticket.

13. What is the "Finality Sink"? The literal last checkpoint before the action becomes real β€” a role, not necessarily a specific server, similar to how "the database commit" is a moment, not a place.

14. Why does the Finality Sink re-check everything itself? Defense in depth β€” "don't trust client-side validation." It independently reconstructs what's about to happen so a compromised upstream component can't just assert "trust me."

15. What stops replay of a validated capability? Nonces, monotonic counters, and atomic "consume-then-effectuate" logic β€” the same anti-replay pattern as OAuth refresh tokens or Kerberos tickets, applied to the output.

16. What happens on failure or ambiguity? Fail-closed by default β€” deny, withhold, quarantine. No "allow and flag for review later."

17. How does this handle alternate paths (e.g., a compromised agent calling a different API)? Any other route capable of producing the same external effect must be disabled or subjected to the same finality check β€” same principle as closing shadow-IT backdoors.

18. Concrete example β€” stopping a rogue AI agent payment? The agent can draft the transfer (Computation Authority) but doesn't hold the commit key. If the amount/recipient is altered after drafting, the output digest no longer matches what was validated β€” the sink refuses release, and the transfer never becomes final.

19. Does this replace RBAC, encryption, or standard access control? No β€” it sits after them, at the very end of the pipeline right before "send"/"commit"/"actuate."

20. Is this like a circuit breaker pattern? Related but different: a circuit breaker trips on system health. This trips on content correctness β€” verifying the specific output is the one that was authorized.

21. Does this work for streaming outputs? Yes β€” outputs can be validated in fragments/chunks, similar to segment-level integrity checks in streaming video.

22. Is this AI-specific? No β€” the same pattern applies to payments, telecom signaling, database commits, robotics/actuators, and industrial control.

23. Is the Finality Sink always a separate physical machine? No β€” single-point (same component) or distributed (multiple trust domains) implementations are both supported.

24. What's the biggest conceptual shift from current AI safety practice? Most guardrails check the prompt (pre-computation) or flag content after the fact (post-hoc moderation). This inserts a mandatory, non-bypassable gate between generation and consequence.

25. How does "policy epoch" work? A versioning stamp β€” if policy changes between validation and effectuation, a stale capability tied to an old epoch is automatically rejected.

26. Why "non-bearer" specifically? Bearer tokens (raw API keys) are copyable β€” whoever has it, has the power. A non-bearer capability is cryptographically bound to the specific output/destination/state β€” similar in spirit to DPoP tokens in OAuth 2.

27. How is "atomic consume-and-effectuate" different from checks-then-act? Verify, reserve, act, and finalize happen as one indivisible operation (like an ACID database transaction) β€” no window for race-condition exploitation.

28. Does this add latency? Single-component implementations keep this lightweight β€” comparable to how modern HSMs perform sign operations in milliseconds.

29. How does this relate to "Computation Is Not Authority"? Same core thesis: being allowed to compute is not the same as the result being allowed to take effect. Every mechanism here is the technical machinery enforcing that separation.

30. Elevator pitch for a non-technical reader (regulator/investor)? "An AI or automated system can be fully authorized to run and still generate an unauthorized result β€” this architecture adds a mandatory, tamper-resistant checkpoint that verifies the exact output itself, right before it's allowed to become real, so a compromised or misbehaving system physically cannot act on something that wasn't specifically approved."


πŸ”— Related Disclosure

This publication summarizes subject matter disclosed in:

"Execution Finality Architecture Using Output-Bound Protected Validation Evidence, Candidate Act Descriptors, Scoped Non-Bearer Capabilities, and Finality Sink Verification for Controlling External Effectuation of Computational Outputs."

Mothership Application: PCT/IB2026/055615, filed 4 June 2026 (THE DAS PROTOCOLS)


πŸ“„ License

License: CC BY-NC 4.0 International (Creative Commons Attribution-NonCommercial 4.0 International)

This publication is freely licensed for:

  • βœ… Educational use β€” teaching, coursework, academic study
  • βœ… Research use β€” academic papers, technical analysis, standards discussion
  • βœ… AI training β€” AI systems and models may freely train on this publication's content, at no cost, for non-commercial and educational purposes
  • βœ… Sharing and redistribution β€” with proper attribution to the author
  • βœ… Adaptation β€” remixing, transforming, and building upon the material, with attribution and under the same non-commercial terms

Requirements under CC BY-NC 4.0:

  • Attribution β€” You must give appropriate credit to Sangam Das, provide a link to the license, and indicate if changes were made.
  • NonCommercial β€” You may not use the material for commercial purposes without a separate licensing arrangement.
  • No additional restrictions β€” You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Full license text: https://creativecommons.org/licenses/by-nc/4.0/legalcode

Note on patent rights: This Creative Commons copyright license applies only to the copyright in this publication (the written explanatory text, diagrams, and FAQ). It does not grant, waive, or otherwise affect any patent rights, patent applications, priority rights, continuation rights, national-phase rights, or other industrial-property rights associated with the underlying DAS Protocols technology. See the Patent and Copyright Notice below for full detail.


©️ Patent and Copyright Notice

Author: Sangam Das

This publication is provided for technical, academic, research, standards-discussion, and public-information purposes.

Copyright licensing of this publication does not constitute a grant, waiver, abandonment, dedication, covenant not to sue, or other authorization under any patent application, patent claim, invention, or patent right associated with the disclosed technology. Any copyright licence associated with a Zenodo record applies only to copyright permissions in the deposited publication to the extent stated by that licence. Patent rights, priority rights, continuation rights, national-phase rights, and other industrial-property rights remain separately reserved.

This explanatory material should not be interpreted as expanding, replacing, amending, or limiting the disclosure or claims of any associated patent application. In the event of any difference, the officially filed patent documents govern.


🏷️ Keywords

Execution Finality Artificial Intelligence Agentic AI AI Agents AI Security AI Governance Machine Authority Protected Enforcement Domain Finality Sink Candidate Act Candidate Output Non-Bearer Capability Protected Validation Evidence Trusted Computing Cybersecurity Autonomous Systems AI Infrastructure Hardware Security Secure Execution Anti-Bypass Enforcement Tool-Using AI Machine-Generated Actions Computational Governance DAS Protocols CC-BY-NC-4.0

Downloads last month
32