Real incident — April 2026 — production database deleted in 9 seconds

Govern your AI agents
before they govern you.

An ungoverned agent has no scope boundary, no proof obligation, and no audit trail. The VDSC Validator enforces a signed value contract on every agent before it touches production. L1–L6 gates. L6 Security Gate absolute. OMG standard submission August 2026.

L6 Gate · Production Destroyed · April 2026
"The AI agent — running inside Cursor with Claude — deleted the entire Railway production database. Nine seconds. No contract. No scope boundary. No one to stop it."
PocketOS incident · Cursor + Claude + Railway · No VDSC contract in place · L6 has no bypass — it would have blocked this class of failure at the contract layer.
164x
ROI multiple documented
Metrix Inc. — canonical proof point
98%
Network transfer reduction
Measured benchmark
85%
AI token exposure reduction
LOC proxy — estimated
44
Validator tests passing
@valuelogics/vdsc-validate

L1 through L6 before deployment.

The first five catch structural, domain, and compliance issues. L6 is the security gate — it has no bypass. An agent that fails L6 never reaches production. Ever.

L1
Structural Integrity
Schema valid. All required AAEI fields present. fib_id unique. Contract well-formed JSON against the VDSC specification.
VDSC-L1-001 through L1-004
L2
Semantic Coherence
Problem statement, BAU measure, PS measure, and delta are internally consistent. Role maps to a known accountability domain.
VDSC-L2-001 through L2-006
L3
ROI Commitment
delta > 0. At least one goal measure defined. Projected value logic present. The agent is committed to a measurable outcome.
VDSC-L3-001 through L3-004
L4
DriftWatch Config
on_track and at_risk thresholds set. emitActual() referenced in proof block. Monthly check-in cadence configured. Measurement is automated.
VDSC-L4-001 through L4-003
L5
Proof Chain
SHA-256 anchor present. ROI Replay URL generated. Proof-of-value reference links back to fib_id. Chain is cryptographically verifiable.
VDSC-L5-001 through L5-004
L6
Security Gate — Absolute
Scans all emitted artifacts for secrets, API keys, credentials, and connection strings. Enforces blast-radius boundary. Flags destructive actions without human approval gate. L6 has no bypass. Fail means block. The PocketOS incident (April 2026) was an L6 failure — no contract, no boundary, no stop.
VDSC-L6-001 · Rule 14 · safeResponse()
🏛 OMG Standard Submission — Target: August 17, 2026

AI Accountability Evidence Interchange

The AAEI standard defines 8 public fields for evidence portability across AI systems. Submitted to the Object Management Group — prior art clock started June 26, 2026. v1.1 adds three ESG evidence fields. Two-layer architecture: AAEI is public. The VDSC semantic contract layer is private.

Field
Type
Description Version
role
string
Who the contract serves v1.0
problem_statement
string
Problem being addressed v1.0
bau_measure
decimal
Baseline (before) measurement v1.0
ps_measure
decimal
Post-solution measurement v1.0
delta
decimal
Measured or projected improvement v1.0
fib_id
string
Unique contract identifier v1.0
sha256_hash
string
Immutable proof anchor v1.0
lifecycle_mode
enum
saas / full / agency v1.0
energy_proxy_pct
decimal
Runtime compute energy proxy v1.1 NEW
token_reduction_pct
decimal
AI token exposure reduction v1.1 NEW
network_reduction_pct
decimal
Network transfer reduction v1.1 NEW
Public — OMG Standard
AAEI Evidence Fields
11 fields — evidence portability
Prior art clock: June 26, 2026
OMG submission: August 17, 2026
Apache 2.0 after Change Date
Anyone can read and implement
github.com/ValueLogicsAI/valuelogics-vdsc
Private — Trade Secret
VDSC Semantic Contract
Semantic accountability layer
Role → Problem → BAU → Delta → Proof
No formulas. No atoms. Evidence only.
BUSL 1.1 · Change Date 2030-06-21
PP1–PP9 provisionals — Gearhart Law
NDA required · [email protected]
The architecture

AAEI says what was measured — the public evidence record. VDSC says who made the commitment and why it matters. The KV value map (never disclosed) contains the measurement methodology. Three separate layers. One immutable proof chain.

ESG evidence — measured and defensible.

The ValueLogics platform reduces software energy exposure across seven lifecycle dimensions simultaneously. AI token cost is a lifecycle energy component — not a separate metric. Together they drive the composite 50–90%+ estimate.

E
Environmental
98.1%

Network transfer reduction — measured

17.1% runtime compute proxy — measured

99.7% package footprint reduction — measured

50–90%+ lifecycle energy — composite

S
Social
85–92%

AI token exposure reduction — estimated

272 developer hours saved per platform

Less code = less context = fewer tokens

~$2,400/yr AI cost saved per business

G
Governance
L1–L6

VDSC contract on every agent

SHA-256 immutable proof chain

OMG AAEI standard — August 2026

44/44 validator tests passing

Seven lifecycle energy loads — all reduced simultaneously
17%
Runtime compute
Measured
98%
Network transfer
Measured
99%
Package / build
Measured
92%
Storage / files
Measured
85%
AI token ops
Estimated
80%+
Debug cycles
Estimated
50–90%
Composite total
Range

Three documented results.

These are the only three proof points we cite publicly. All others are client-confidential.

>1,000%
Metrix Inc.
$3.2M ROI over 36 months. Documented. 164x multiple. The reference implementation for the ROI atom methodology.
66%
EXTOL International
Supply chain process improvement. Measured against baseline. VDSC contract locked before implementation began.
84%
GoldPoint / WebROI
Code surface reduction — March 2022. The original proof that business logic compression produces measurable LDR gains.

Calculate your ungoverned agent exposure.

Every AI agent running without a VDSC contract is a liability without a scope boundary. Enter your numbers to see your exposure.

Annual ungoverned exposure
Token savings (85% est.)
Incident risk reduced
ROI multiple

Generate your first VDSC contract.

Fill in the fields below. Get a valid AAEI-compliant contract JSON in 30 seconds. Paste it into your deployment pipeline. L1–L6 gates run automatically.


Install the gate. Ship with proof.

npm install @valuelogics/vdsc-validate
# or
bun add @valuelogics/vdsc-validate
import { VDSCValidator } from '@valuelogics/vdsc-validate';

const v = new VDSCValidator();
const result = v.validate(contract);

if (!result.passed) {
  // L6 blocks deploy — no exceptions
  throw new Error(result.errors.join('\n'));
}

// All gates passed — ship it
await deployAgent(agent, contract);
1
Generate your contract using the form above or author a value_map.kv.json with your business problem, BAU measure, PS measure, and delta.
2
Add to your CI/CD pipeline. The validator runs L1–L6 on every build. L6 failures block deployment automatically.
3
Deploy with a proof chain. Every agent execution emits to ROI Hub. DriftWatch monitors actual vs projected monthly.
4
Share your ROI Replay. 90 days after first check-in, a SHA-256 verified replay URL generates. Send it to your board.
License
BUSL 1.1 · Change Date 2030-06-21 → Apache 2.0
Patent provisionals PP1–PP9 via Gearhart Law, Summit NJ
github.com/ValueLogicsAI/valuelogics-vdsc
Less to author. More proof.

Your agents are running.
Are they governed?

The VDSC Validator enforces a signed value contract before any agent touches production. L1–L6 gates. SHA-256 proof chain. OMG standard. 10 minutes to install.

Talk to Us → View on GitHub