Research·August 17, 2026

DDC — Governed Transition Assurance for Agentic Systems

Research · Agentic systems · Software assurance · Private implementation

DDC is an engineering control plane for consequential AI-assisted software change.

As coding agents become capable of producing more change than a person can realistically inspect line by line, assurance cannot depend only on prompts, a plausible diff, or a passing test. DDC treats the change itself as a governed transition from one working system state to the next.

The goal is simple: keep the request, authority, applicable constraints, execution boundary, evidence, consequences, and recovery story separate enough that the transition can be reconstructed and challenged after the fact.


The problem DDC addresses

Agentic systems make implementation faster, but they also make it easier to collapse categories that should remain separate.

Request ≠ Authority
A person or model describing what should happen does not automatically create permission to cause that effect.

Data ≠ Authority
Documents, webpages, tickets, retrieved records, tool output, and model output can inform a decision. They do not become execution authority because they contain instruction-shaped text.

Execution ≠ Evidence
The fact that something ran does not prove that it was authorized, correct, complete, or safe.

Rollback ≠ Reversal
Restoring system state does not erase consequences that already escaped the controlled boundary.

Retry ≠ Recovery
A later successful attempt does not prove that the original failure was understood and repaired.

DDC is designed to preserve those boundaries instead of letting them collapse silently during autonomous work.


How it works

A consequential change is treated as a governed sequence:

Request → Authority → Preconditions → Execution Boundary → Proposed Change → Impact Analysis → Applicable Constraints → Authorization → Execution → Verification & Evidence → Consequences & Acceptance → Recovery & Learning

In practical terms, the platform:

  • identifies what is being changed and the prior state;
  • records the requested outcome separately from permission to act;
  • retrieves only the architectural context and prior evidence relevant to the change;
  • determines which constraints apply to that specific transition;
  • resolves execution authority to a scoped, authenticated source;
  • admits execution only through a bounded environment;
  • records attributable evidence without treating evidence as authority or truth;
  • verifies the result against the declared requirement and preserved constraints;
  • distinguishes reversible, conditionally reversible, compensatable, and irreversible effects;
  • keeps material failures open until they are diagnosed, reproduced, repaired, and independently re-verified;
  • preserves enough lineage to reconstruct why the successor state was allowed.

DDC does not try to replace coding agents, test frameworks, policy engines, security scanners, or sandboxes. It coordinates their contributions around the transition being governed.


Example

Suppose a browser extension's side panel stops opening.

A normal agent workflow might be:

inspect code → make a change → run a test → report success

A DDC-governed workflow asks additional questions:

  • What exact behavior is being restored?
  • Which files and actions are actually authorized?
  • Is network or publishing authority required, or should it remain unavailable?
  • Which architectural constraints apply to this change?
  • Did the fix run inside the admitted execution boundary?
  • Did an independent check verify that the side panel now works?
  • Were unrelated behaviors preserved?
  • If an earlier attempt failed, was that failure reproduced and the repair verified before closure?
  • Can the resulting state and supporting evidence be reconstructed later?

The individual techniques are not new. The difference is that they remain bound to the same governed transition rather than being scattered across chat history, CI output, tool logs, and operator memory.


Current standing

DDC Platform is an active alpha research platform with a private implementation.

A frozen implementation baseline has passed the project's internal release gate, hosted-runtime validation, adversarial security scenarios, and a recovery drill.

These results are internally generated validation evidence, not independent verification. Public claims remain limited to the properties and environments actually tested.

Independent security, technical/academic, and legal/license review are part of the publication process for the research paper.


What DDC does not claim

DDC does not claim:

  • that AI-generated software is automatically correct;
  • universal protection against prompt injection, malware, or compromised hosts;
  • that a signed or authenticated evidence source is necessarily truthful;
  • that rollback can erase consequences already observed outside the controlled boundary;
  • that internal test results constitute third-party audit evidence;
  • ISO/IEC 27001 certification;
  • that private DDC, Crystalline, or other implementation repositories are public or open source.

The implementation remains private. Public materials describe the architecture, research thesis, bounded validation evidence, and explicit limitations.


Standards posture

DDC Platform operates an information-security management and evidence framework designed to support alignment with ISO/IEC 27001:2022 and its applicable amendment.

This is an alignment posture, not a certification claim. Control effectiveness, sustained operating evidence, independent review, and any eventual conformity assessment remain separate matters.


Research status

Independent review in progress

The public research paper is being prepared under a governed publication process that separates:

technical completion ≠ independent verification ≠ publication authority

The public paper and evidence summary will be released after the review and final publication gate are complete.


Project boundary

Public: research thesis, architecture-level explanations, explicit claim boundaries, disclosure-reviewed evidence summaries, and final publication artifacts.

Private: DDC Platform implementation, private DDC/Crystalline runtime material, sensitive security mechanisms, exact defensive thresholds and routing logic, unpublished vulnerabilities, internal attack payloads, credentials, provider internals, and private research repositories.

White paper public ≠ DDC implementation public.


About

Valentyn Rukhaylo · Altru.dev
Code for Humanity

Corrections, research inquiries, and security-sensitive disclosures: hello@altru.dev

Valentyn Rukhaylo · Altru.dev

DDCagentic systemssoftware assurance
Community Response

Response & discussion

Thoughtful feedback is welcome. Comments are moderated to keep the discussion useful.

Quick feedback Was this update useful?
Privacy & moderation

Comments are moderated. Email is optional, stored privately, and never displayed publicly. A first-party browser token is pseudonymously hashed to limit repeat voting and abuse; this feature does not store your raw IP address. Removal requests can be sent to hello@altru.dev.

Discussion

Join the discussion

No published comments yet. Be the first to add a thoughtful response.

Your comment will appear after moderation.