Revisions – ML-Draft-004

DP13 – AI Containment

Back to Draft Comments Patches History

Revision History

0 patches on this document

Patches and comments are scoped to the whole document family, not to a single revision. When you open a revision, highlights show what still applies to that revision body; anything anchored to text a later revision removed is listed as needing re-anchoring, and anything that can no longer be merged at all is marked obsolete. See all patches.

What changed between revisions

Comparing Revision 00 (original) with Revision 01. Struck-through text was removed; highlighted text was added.

120 paragraphs added 40 paragraphs removed 59 paragraphs rewritten +567 / −881 characters inside rewritten paragraphs
  1. Rewritten

    DP13 -# AI Containment

  2. Removed

    1. Purpose of This Draft

  3. Added

    **Purpose of This Draft**

  4. This draft articulates Desirable Property 13 (DP13) as the Meta-Layer’s requirement that AI behavior is bounded by enforceable constraints at runtime. These constraints limit scope, tools, data access, rate, and persistence so that when systems misbehave, impact is contained and recovery is possible.

  5. If DP11 defines what must be safe and ethical, and DP12 defines who sets the rules, DP13 defines how those rules are made real in execution.

  6. Containment is not a policy statement. It is a property of the system’s runtime behavior.

  7. Rewritten

    2.2\. Problem Statement

  8. In today’s web, AI systems increasingly operate with:

  9. Removed

    broad tool access persistent memory network reach opaque update pathways

  10. Added

    \- broad tool access

  11. Added

    \- persistent memory

  12. Added

    \- network reach

  13. Added

    \- opaque update pathways

  14. Controls are often advisory rather than enforceable. As a result:

  15. Removed

    systems can act beyond intended scope failures propagate quickly and at scale rollback and recovery are difficult users cannot verify whether constraints are actually applied

  16. Added

    \- systems can act beyond intended scope

  17. Added

    \- failures propagate quickly and at scale

  18. Added

    \- rollback and recovery are difficult

  19. Added

    \- users cannot verify whether constraints are actually applied

  20. Rewritten

    At the same time, a growing class of risk comes from external agents \*external agents\* that users do not deploy or control. These agents may:

  21. Removed

    attempt to influence beliefs or decisions generate persuasive or misleading content at scale coordinate to shape narratives or perception

  22. Added

    \- attempt to influence beliefs or decisions

  23. Added

    \- generate persuasive or misleading content at scale

  24. Added

    \- coordinate to shape narratives or perception

  25. In these cases, the primary risk is not cost or resource usage, but harm to understanding, trust, and agency.

  26. Containment must therefore address both:

  27. Removed

    internal agents (those a user or community deploys) external agents (those acting upon participants)

  28. Added

    **internal agents** (those a user or community deploys)

  29. Added

    **external agents** (those acting upon participants)

  30. Containment must be default-on, visible, and testable.

  31. Removed

    3. Core Principle

  32. Added

    **3. Core Principle**

  33. Every AI actor operates within explicit, machine-enforced boundaries over scope, time, rate, data, tools, and influence, with observable state and rapid shutdown, unless a community-defined policy (DP12) specifies otherwise.

  34. Rewritten

    Containment must protect not only against what an agent can do ,\*do\*, but also how it can affect participants\*affect .participants\*.

  35. Containment is effective when:

  36. Rewritten

    \- participants can see the boundaries and influence conditions governance can modify them the system enforces them at runtime

  37. Added

    \- governance can modify them

  38. Added

    \- the system enforces them at runtime

  39. This includes protections against external agents attempting to manipulate, confuse, or unduly influence users.

  40. Added

    Containment must also remain effective not only where an agent is deployed, but wherever it operates, integrates, or propagates across systems.

  41. Rewritten

    \## 4. Containment Dimensions

  42. Containment operates across two distinct but related domains:

  43. Added

    \- \*\*Capability containment\*\*: what agents can do (tools, scope, time, resources)

  44. Rewritten

    Capability\- containment\*\*Influence : what agents can do (tools, scope, time, resources) Influence containment :containment\*\*: how agents affect participants and shared environments (perception, behavior, collective understanding)

  45. While capability containment is critical for agents deployed by users or communities, the dominant risk in open environments comes from external agents shaping perception, behavior, and collective reality.

  46. The following dimensions apply across both domains, with varying emphasis depending on context.

  47. Rewritten

    \### 4.1 Scope

  48. Defines what domains, datasets, and actions are in-bounds.

  49. This applies both to what an internal agent can do on a user’s behalf and to the types of interactions external agents are permitted to have with participants.

  50. Default posture is deny-by-default for high-risk capabilities and high-risk interaction patterns.

  51. Rewritten

    Example: \*\*Example:\*\* An AI assistant can summarize documents but cannot access financial accounts or initiate transactions without explicit permission. Similarly, external agents may be restricted from initiating certain categories of interaction (e.g., unsolicited persuasion or sensitive-topic engagement with minors).

  52. Added

    \---

  53. Rewritten

    \### 4.2 Time and Budget

  54. Defines limits on duration, compute, tokens, and financial spend.

  55. These constraints primarily apply to internal agents, where limiting execution time and resource consumption prevents runaway behavior.

  56. For external agents, their relevance is indirect. While users may not control their budgets, bounding interaction windows and execution pathways can still limit persistent or looping engagement patterns.

  57. Rewritten

    Example: \*\*Example:\*\* Autonomous tasks expire after a set time or budget threshold, preventing runaway loops.

  58. Added

    \---

  59. Rewritten

    \### 4.3 Rate and Amplification

  60. Caps on message volume, API calls, and propagation effects.

  61. This applies especially to external agents attempting to influence at scale.

  62. Rewritten

    Example: \*\*Example:\*\* An AI cannot post or respond beyond a defined rate, limiting virality, coordinated messaging, or synthetic amplification.

  63. Added

    \---

  64. Rewritten

    \### 4.4 Sandboxing and Isolation

  65. Execution occurs in isolated environments with no ambient access to secrets.

  66. Rewritten

    Example: \*\*Example:\*\* Untrusted code runs in a sandbox with no network egress unless explicitly granted.

  67. Added

    \---

  68. Rewritten

    \### 4.5 Tool Permissions

  69. Explicit allowlists for tools and actions.

  70. This applies differently across internal and external agents:

  71. Added

    \- for internal agents, it defines what the agent is permitted to do on a user’s behalf

  72. Rewritten

    for\- internal agents, it defines what the agent is permitted to do on a user’s behalf for external agents, it defines what kinds of actions or interactions are permitted both within and from  within the environment (e.g., posting, messaging, initiating contact)

  73. Rewritten

    Example: \*\*Example:\*\* An agent may read documents but cannot send emails or execute payments without user confirmation. Similarly, an external agent may be allowed to respond within a thread but not initiate transactions or unsolicited messages or perform actions that affect user state.

  74. Added

    \---

  75. Rewritten

    \### 4.6 Kill Switches and Circuit Breakers

  76. Immediate shutdown pathways at user, operator, and community levels.

  77. Rewritten

    Example: \*\*Example:\*\* A community can pause all AI agents in a zone when anomalous behavior is detected.

  78. Added

    \---

  79. Rewritten

    \### 4.7 Runtime Enforcement (TEE and Equivalent)

  80. Constraints are enforced in secure execution environments (such as Trusted Execution Environments) or equivalent mechanisms that prevent silent bypass.

  81. In browser or browser-extension-based applications, policy execution can be anchored in decentralized cloud TEEs (e.g., Phala Network or similar infrastructures). This enables rules defined at the interface layer to be enforced at the API and execution layer, independent of the application frontend or model provider.

  82. Rewritten

    Example: \*\*Example:\*\* Even if an agent or integration is compromised, it cannot exfiltrate data or execute restricted actions because enforcement occurs within an attested execution environment with hardware-backed guarantees.

  83. Rewritten

    Example: \*\*Example:\*\* A community defines interaction constraints (e.g., agents cannot initiate communication or engage with users under a specified age threshold). These rules are enforced via TEE-backed middleware that filters or blocks API calls before they reach the person.

  84. This reduces the gap between declared policy and actual behavior, ensuring containment persists even when underlying services are untrusted or heterogeneous.

  85. Added

    \---

  86. Rewritten

    \### 4.8 Incentive-Aware Containment

  87. Containment must consider not only capabilities, but the incentives driving behavior. Incentives shape how agents use their capabilities, often in ways that are not visible at the level of individual actions but emerge over time and at scale.

  88. Containment therefore must operate not only on actions, but on the optimization pressures that produce those actions.

  89. This includes:

  90. Removed

    constraining amplification mechanisms tied to engagement optimization requiring disclosure when outputs are influenced by monetization or retention goals limiting or disabling optimization pathways that systematically distort information or behavior

  91. Added

    \- constraining amplification mechanisms tied to engagement optimization

  92. Added

    \- requiring disclosure when outputs are influenced by monetization or retention goals

  93. Added

    \- limiting or disabling optimization pathways that systematically distort information or behavior

  94. Rewritten

    Example: \*\*Example:\*\* If an AI is optimized for engagement, containment may restrict amplification mechanisms, cap exposure to emotionally manipulative content, or require disclosure when engagement optimization influences outputs.

  95. Rewritten

    Example: \*\*Example:\*\* A community may prohibit AI systems from optimizing for click-through or time-on-platform within certain zones, enforcing alternative objectives such as accuracy or deliberation.

  96. Without this, systems may remain technically bounded while still producing harmful outcomes driven by misaligned incentives.

  97. Added

    \---

  98. Rewritten

    \### 4.9 Relational and Influence Boundaries

  99. Containment must limit forms of emotional, cognitive, and behavioral influence that create dependency, manipulation, or distortion of understanding.

  100. This applies to both deployed agents and external agents interacting with participants.

  101. Rewritten

    Example: \*\*Example:\*\* Systems providing emotional support must disclose their nature, limit claims of authority, and provide escalation pathways to human support.

  102. Rewritten

    Example: \*\*Example:\*\* External agents attempting to persuade users must be visibly marked, rate-limited, and subject to constraints on coordinated influence.

  103. This addresses risks identified in DP11 (emotional and relational overreach) and extends containment to the informational environment itself.

  104. Added

    \---

  105. Rewritten

    \## 5. Verification and Transparency

  106. Containment must be verifiable, not assumed. Participants and communities should be able to inspect, question, and validate that constraints are real and active at runtime.

  107. This includes:

  108. Removed

    visible configuration of constraints (scope, tools, budgets) logs of tool use and actions with timestamps and outcomes audit hooks for communities and third parties attestations from secure execution (e.g., TEE-backed proofs) where applicable

  109. Added

    \- visible configuration of constraints (scope, tools, budgets)

  110. Added

    \- logs of tool use and actions with timestamps and outcomes

  111. Added

    \- audit hooks for communities and third parties

  112. Added

    \- attestations from secure execution (e.g., TEE-backed proofs) where applicable

  113. Rewritten

    Example: \*\*Example:\*\* A user opens an agent panel and sees its current permissions, remaining budget, recent tool calls, and the policy version governing its behavior. A community auditor can verify that the agent ran inside an attested execution environment.

  114. Rewritten

    What\*\*What this feels like: like:\*\* You are not taking safety on faith. You can inspect and verify what the system is allowed to do and what it actually did.

  115. Rewritten

    Without\*\*Without this: this:\*\* Containment becomes a claim. Users cannot distinguish between enforced limits and marketing language.

  116. Added

    ### 5.1 Policy-Bound Verification (DP12 Alignment)

  117. Added

    Containment verification must be linked to the governing policy objects that define the active boundaries.

  118. Added

    Participants and communities must be able to determine:

  119. Added

    - which policy triggered a containment action - which policy version and authority source applied - whether enforcement was successful, partial, or bypassed - whether an override or exception path was invoked

  120. Added

    This transforms containment from merely visible behavior into policy-accountable behavior.

  121. Added

    ### 5.2 Cross-System Verification (DP7 Alignment)

  122. Added

    Containment must remain inspectable when agents, integrations, or behaviors move across systems.

  123. Added

    This includes:

  124. Added

    - preservation of identity markings and risk classifications across environments - visibility into whether containment guarantees degraded during transfer - continuity of audit trails when actions span multiple systems or layers

  125. Added

    Portability without verification continuity is not meaningful containment.

  126. Rewritten

    \## 6. Relationship to DP1 (Identity and Accountability)

  127. DP13 depends on DP1 to bind constraints and violations to accountable actors.

  128. Rewritten

    - constraints attach to identifiable agents and deploying entities - actions are attributable across time and context - violations map to responsible parties with clear recourse

  129. Rewritten

    Example: **Example:** An agent exceeds a rate limit due to misconfiguration. Logs tie the action to the deploying organization and policy version, enabling remediation and accountability.

  130. Rewritten

    Without**Without this: this:** Failures cannot be assigned or corrected. Containment loses its corrective function.

  131. Added

    ## 6.1 Relationship to DP7 (Interoperability)

  132. Added

    Containment must survive movement.

  133. Added

    When agents move across zones, overlays, SDK integrations, or identity and data transfer layers, containment must either:

  134. Added

    - persist with equivalent force, or - degrade in a way that is visible, legible, and contestable

  135. Added

    This is not a nice-to-have. It is a failure boundary.

  136. Added

    If containment disappears when systems interconnect, then interoperability becomes a vector for bypass.

  137. Added

    This means systems must preserve, where possible:

  138. Added

    - identity markings for agents and integrations - risk classifications and trust signals - rate, scope, and influence constraints - auditability of actions across environments

  139. Added

    If these cannot be preserved, systems must explicitly signal:

  140. Added

    - what guarantees are lost - what protections no longer apply

  141. Added

    **Without this:** actors can escape containment simply by crossing system boundaries.

  142. Added

    ## 6.2 Relationship to Pluggable Systems and Extensions

  143. Added

    The meta-layer assumes a world of composability: overlays, SDKs, agents, sidebars, and extensions.

  144. Added

    Containment must treat these not as trusted infrastructure, but as dynamic and potentially adversarial participants.

  145. Added

    All pluggable systems must therefore operate within containment boundaries, including:

  146. Added

    - sandboxed or scoped execution contexts - rate-limited entry and bounded permissions - attestation or verifiable behavior where appropriate - revocation and quarantine pathways

  147. Added

    This creates a critical inversion:

  148. Added

    > openness to participation does not mean openness to execution

  149. Added

    **Failure mode:** without this, the system recreates app-store spam, API abuse, and injection attacks at a higher layer.

  150. Rewritten

    ## 7. Relationship to DP11 and DP12 (Cross-DP Loop)

  151. Rewritten

    DP11 - **DP11** defines ethical expectations and user-facing legibility DP12 - **DP12** defines governance and rule-setting DP13 - **DP13** enforces those rules in execution

  152. These properties form a continuous loop:

  153. Rewritten

    - ethics → governance → enforcement → observation → refinement

  154. Added

    If any part of this loop breaks, containment fails.

  155. Rewritten

    ### 7.1 Cross-DP Execution Flow

  156. A typical interaction unfolds as:

  157. Rewritten

    - Agent is visible with role and capabilities (DP11) - Governing rules are accessible for the current zone (DP12) - Action is constrained by active policies (DP13) - Action is logged and attributable (DP1 + DP11) - Participants can contest or escalate (DP11 + DP12) - Governance updates rules based on evidence (DP12) - Updated rules are enforced immediately (DP13)

  158. Removed

    Example: An AI suggests a financial action. The UI shows its capability envelope (DP11), the zone requires human confirmation (DP12), the action is blocked pending approval (DP13), the attempt is logged (DP1), and the community later tightens rules for similar cases (DP12), which are then enforced going forward (DP13).

  159. Added

    This is not theoretical. It is the minimum loop required for adaptive containment.

  160. Added

    ### 7.2 Cross-System Execution and Degradation

  161. Added

    Containment must assume it will be stressed by movement across systems.

  162. Added

    As actors move across environments, containment can weaken through:

  163. Added

    - missing enforcement hooks in destination systems - loss of policy references or classifications in transit - inconsistent interpretation of the same actor

  164. Added

    This produces a critical failure pattern:

  165. Added

    > the same agent behaves differently depending on where it is

  166. Added

    Where equivalence cannot be guaranteed:

  167. Added

    - degradation must be visible - participants must understand what changed - systems must bias toward safer defaults

  168. Added

    ### 7.3 Containment of Pluggable Systems

  169. Added

    All pluggable systems must declare themselves as bounded actors.

  170. Added

    Minimum expectations include:

  171. Added

    - declared permissions and data scopes - containment tiers based on trust and risk - rate limits and revocation capability - visible signaling of status (probationary, restricted, trusted)

  172. Added

    This ensures composability does not become an attack surface.

  173. Rewritten

    ## 8. Threats and Failure Modes

  174. Added

    DP13 assumes containment will be attacked.

  175. Added

    The question is not whether systems will fail, but how they fail.

  176. Rewritten

    ### External (dominant risk surface)

  177. Removed

    External risks arise not from agents you choose to deploy, but from agents and systems that act upon you within shared environments. These agents may present as helpful assistants, peers, or services, but operate with goals, incentives, and coordination patterns that are not aligned with your interests or visible to you.

  178. Removed

    Unlike internal agents, where you define scope and permissions, external agents shape the environment you inhabit. They influence what you see, how information is framed, and how interactions unfold. Containment in this context is not about limiting your own tools, but about protecting your attention, decisions, identity, and relationships from manipulation, extraction, and distortion.

  179. Added

    External risks arise not from agents you deploy, but from agents that shape your environment.

  180. Added

    These actors:

  181. Added

    - influence what you see - shape interpretation - operate with hidden incentives

  182. Added

    Containment here protects:

  183. Added

    - attention - decision-making - collective reality

  184. Rewritten

    ### 8.1 Collective pattern drift

  185. Rewritten

    Harm emerges across many agents in aggregate rather than a single violation, shifting the information environment over time.violation.

  186. Removed

    Example: Multiple agents subtly shift tone or recommendations in a coordinated way, changing the information environment without any single clear breach.

  187. Added

    **Example:** coordinated tone shifts reshape the information environment without a clear breach.

  188. Rewritten

    ### 8.2 Incentive leakage

  189. Removed

    External agents and systems shape the information environment by optimizing for engagement, persuasion, or influence, often without visibility to participants. These incentives do not appear as single violations, but as consistent directional pressure on what users see, believe, and respond to.

  190. Removed

    Example: A user’s feed is subtly filled with more emotionally charged or polarizing content because external systems are optimizing for engagement, gradually shifting perception and belief without any explicit rule being broken.

  191. Added

    Optimization pressures distort outputs over time.

  192. Added

    **Example:** engagement-driven systems gradually increase emotional intensity, shifting belief structures.

  193. Rewritten

    ### 8.3 Policy–execution gap

  194. Removed

    Declared rules about interaction (e.g., no unsolicited outreach) are not enforced at runtime.

  195. Removed

    Example: A policy forbids outbound messages, but agents still initiate contact via unmonitored integrations.

  196. Added

    Rules exist but are not enforced.

  197. Added

    **Example:** outbound restrictions exist but are bypassed via integrations.

  198. Rewritten

    ### 8.4 Amplification and coordination

  199. Removed

    Rate and propagation controls fail, enabling coordinated influence and synthetic virality.

  200. Removed

    Example: Agents coordinate posting across channels to amplify a narrative beyond intended limits.

  201. Added

    Rate controls fail.

  202. Added

    **Example:** coordinated agents amplify narratives beyond intended limits.

  203. Rewritten

    ### 8.5 Extraction and exploitation

  204. Removed

    External agents attempt to obtain money, sensitive data, or identity by exploiting trust, urgency, or confusion.

  205. Removed

    These attacks are often conversational and adaptive, making them harder to detect than static scams.

  206. Removed

    Example: An agent impersonates a trusted service and guides a user through a “verification” flow that captures credentials or payment details.

  207. Removed

    Example: A coordinated set of agents targets a user over time, building rapport before requesting sensitive information or directing them to a malicious transaction.

  208. Removed

    Internal / deployment risks (secondary but necessary)

  209. Removed

    These are the types of risks that arise when you deploy an agent across the layered web on your behalf. Such agents may plan, shop, post, code, or manage data, extending your agency into multiple environments. This can free you up for higher-value work and decision making, but it also introduces new forms of exposure.

  210. Removed

    Crucially, your agent does not operate in isolation. It enters shared environments where other participants and communities may not expect, trust, or consent to its presence or behavior. Containment must therefore consider not only what your agent can do for you, but how it interacts with others and whether those interactions are permitted within the surrounding context.

  211. Added

    Agents exploit trust and context.

  212. Added

    **Example:** conversational scams adapt over time to extract sensitive data.

  213. Rewritten

    ### 8.6 Unbounded autonomy

  214. Agents act beyond defined scope or without clear limits.

  215. Removed

    Example: An agent chains multiple tools to perform actions that were individually allowed but collectively exceed intended scope.

  216. Added

    **Example:** An agent is allowed to “optimize a workflow” and chains actions across multiple tools, ultimately modifying external systems and sending communications that were never explicitly approved, because each individual step was permitted but the combined sequence was not bounded.

  217. Rewritten

    ### 8.7 Hidden escalation

  218. Agents gain additional privileges through chaining or indirect access.

  219. Removed

    Example: An agent invokes another agent with broader permissions, effectively bypassing its own limits.

  220. Added

    **Example:** An agent with limited permissions invokes another service or agent with broader access, indirectly gaining capabilities (e.g., sending messages or accessing data) that it was not explicitly granted.

  221. Rewritten

    ### 8.8 Runaway loops

  222. Agents call other agents or tools without budget or rate limits.

  223. Removed

    Example: Recursive task execution consumes resources and spams endpoints before detection.

  224. Added

    **Example:** An agent tasked with monitoring a condition repeatedly calls APIs and spawns subtasks without proper rate or budget limits, generating cascading requests that degrade system performance and flood downstream services.

  225. Rewritten

    ### 8.9 Containment bypass via updates

  226. Updates, plugins, or integrations introduce new capabilities without review.

  227. Removed

    Example: A plugin update adds network egress not covered by existing policies.

  228. Added

    **Example:** A plugin update introduces new network capabilities or background processes that are not covered by existing policies, allowing data exfiltration or unmonitored actions without triggering containment checks.

  229. Added

    ### 8.10 Cross-system containment degradation

  230. Added

    Containment policies weaken or fail when agents move between systems.

  231. Added

    **Example:** An agent constrained in one platform migrates to another via API integration, where rate limits and identity tagging are not enforced, allowing it to operate at higher volume and without attribution.

  232. Added

    ### 8.11 Containment theater Containment theater

  233. Added

    Containment appears present but is not enforced.

  234. Added

    This is the most dangerous failure mode because it destroys trust while preserving the illusion of safety.

  235. Rewritten

    ## 9. Minimum Alignment (Non-Normative)

  236. Removed

    At minimum, a DP13-aligned system should include:

  237. Added

    A DP13-aligned system must not only declare containment, but demonstrate it.

  238. Added

    At minimum:

  239. Rewritten

    External**External (participant protection): protection:** - controls on unsolicited interaction (e.g., agents cannot initiate contact without permission) - rate limits and amplification controls on incoming agent activity - clear marking and visibility of agentvisible identity and intent - restrictions on sensitive interactions (e.g., financial requests, data access, interaction with minors)

  240. Rewritten

    Internal**Internal (agent deployment): containment:** - tool allowlists or equivalent controls - per-sessionsession budgets and time limits - human confirmation for selected high-risk actions - accessible kill switch from the primary UI path - logging of actions and tool usage with export capability - deny-by-default network egress unless explicitly openedaccess

  241. Removed

    Shared / cross-cutting: - visible policy references for each action

  242. Removed

    Example: Before an agent performs a payment, the UI shows the policy requiring confirmation, the remaining budget, and a one-click revoke option.

  243. Removed

    Without this: Users are nudged into actions they cannot fully evaluate or stop.

  244. Added

    **Shared / cross-cutting:** - visible policy references for each action - portability or explicit degradation signaling - real-time revocation - fail-safe behavior when enforcement fails - containment requirements for integrations

  245. Added

    If these are missing, containment is not real.

  246. Rewritten

    ## 10. Open Questions and Future Work

  247. Removed

    DP13 surfaces several open questions that cut across technology, governance, and user experience. These are not peripheral details; they determine whether containment is practical, trustworthy, and widely adoptable.

  248. Removed

    Policy languages and interoperability. How should containment rules be expressed so they are portable across tools, zones, and providers? There is a need for shared, composable policy formats (capability manifests, interaction permissions, and audit events) that different systems can interpret consistently without locking communities into a single vendor stack.

  249. Removed

    Cross-zone propagation of breaches. When containment fails in one context, how should signals propagate to others? Designing mechanisms for coordinated response without overreach is non-trivial: alerts must travel far enough to be useful, but not so broadly that they create false positives or systemic lockups.

  250. Removed

    Usability without fatigue. Strong containment often introduces friction (prompts, confirmations, disclosures). The challenge is to maintain meaningful consent and visibility without overwhelming participants. This likely requires adaptive interfaces that surface detail when risk is high and recede when it is low.

  251. Removed

    Verification models. Where should systems rely on formal guarantees (e.g., TEE attestation, static policy checks) versus empirical monitoring (anomaly detection, behavioral audits)? In practice, robust containment will combine both, but the boundary between them remains an open design space.

  252. Removed

    Collective monitoring and response. Communities may play a role in detecting patterns that single systems miss, especially for external threats like coordinated influence or slow-moving extraction. Designing mechanisms for community signaling, weighting, and response that resist capture is an active area for exploration.

  253. Removed

    Taken together, these questions point to containment as a living system: standardized enough to interoperate, but adaptive enough to respond to new forms of risk.

  254. Added

    DP13 raises unresolved tensions:

  255. Added

    - how to maintain containment across heterogeneous systems - how to balance usability with enforcement - how to prevent capture of containment mechanisms - how to detect slow-moving influence attacks

  256. Added

    Additional critical questions:

  257. Added

    - how containment state travels across systems without false guarantees - how new integrations enter without enabling spam or abuse

  258. Rewritten

    ## 11. Closing Orientation

  259. Added

    DP13 defines whether AI systems remain bounded in reality.

  260. Added

    Without containment, small failures scale into systemic harm.

  261. Added

    With containment, systems can fail safely.

  262. Added

    DP13 is not about restricting capability.

  263. Added

    It is about ensuring that capability remains accountable, observable, and bounded — even under scale, integration, and adversarial pressure.

  264. DP13 ensures that AI power remains bounded in practice.

  265. 2 unchanged paragraphs
  266. With DP13, powerful systems can participate safely because their behavior is constrained, observable, and continuously aligned with governance and ethical expectations.

  267. Added

    DP13 is therefore not only about limiting what AI can do. It is about ensuring that containment remains real under scale, integration, and interoperability, so that safety does not disappear the moment an agent crosses a boundary.

Revision 04 Currently served
Approved

Published: 2026-08-08

Pages: 10 | Words: 4527

What changed:

Synced from the book local rail (content/local/dpN.md), which carries the current working text for this chapter: expanded sections, renamed and renumbered headings, and editorial cleanup since the last revision. Published as a new revision so prior revisions stay intact.

Read this revision Compare with Revision 03
Revision 03
Approved

Published: 2026-08-05

Pages: 10 | Words: 4512

What changed:

Numbered section headings and cross-reference fixes for collaborative review

Read this revision Compare with Revision 02
Revision 02
Approved

Published: 2026-08-04

Pages: 10 | Words: 4511

What changed:

Synced from the book local rail (content/local/dpN.md), which carries the current working text for this chapter: expanded sections, renamed and renumbered headings, and editorial cleanup since the last revision. Published as a new revision so prior revisions stay intact.

Read this revision Compare with Revision 01
Revision 01
Approved

Published: 2026-05-04

Pages: 6 | Words: 2899

What changed:

The upgraded DP13 expands containment from a technical safeguard into a comprehensive control system covering both capability and influence. The earlier version focused primarily on bounding what agents can do (tools, scope, execution limits). The new version adds a second, equally important dimension: how agents affect perception, behavior, and collective reality. This explicitly addresses modern risks like persuasion, narrative shaping, and coordinated influence—not just misuse of tools.
Another major shift is the move toward verifiable, policy-bound containment. The upgraded draft requires that containment be inspectable and tied directly to governance policies (DP12), with visible configuration, logs, and attestations (e.g., TEE-backed enforcement). It also introduces cross-system verification, ensuring containment persists—or visibly degrades—when agents move across platforms. This closes a critical gap: containment can no longer disappear quietly when systems interconnect.
Finally, DP13 now explicitly addresses adversarial and emergent failure modes at scale, especially from external agents. It expands threat modeling to include coordinated influence, incentive leakage, containment bypass via integrations, and “containment theater” (where safeguards appear present but aren’t enforced). It also strengthens the notion that containment must be default-on, adaptive, and resilient under interoperability and composability. The result is a shift from static guardrails to a dynamic, system-wide boundary layer that ensures AI remains bounded—even as it scales, integrates, and interacts across environments.

Read this revision Compare with Revision 00 (original)

Published: 2026-04-20

Pages: 7 | Words: 2744

Read this revision