From 0ad6a88c4b17d142c22a7319689f0ef714848525 Mon Sep 17 00:00:00 2001 From: Jon Chery Date: Wed, 5 Aug 2026 01:58:59 +0000 Subject: [PATCH] docs(P5): render unified deck to HTML (Step 3 of 4-step deck process) ---ci--- project: acdl phase: 5 milestone: v1.17 status: complete ---/ci--- --- .../nova-no-humans-platform.html | 796 ++++++++++++++++++ 1 file changed, 796 insertions(+) create mode 100644 docs/presentations/nova-no-humans-platform.html diff --git a/docs/presentations/nova-no-humans-platform.html b/docs/presentations/nova-no-humans-platform.html new file mode 100644 index 0000000..cc8c50d --- /dev/null +++ b/docs/presentations/nova-no-humans-platform.html @@ -0,0 +1,796 @@ +Nova — The No-Humans Infrastructure Platform
+
Nova — The No-Humans Infrastructure Platform
+ +

Nova — The No-Humans Infrastructure Platform

+

Shifting from Operational Overhead to Strategic Value

+

v1.17 — Strategic Direction, Leadership Metrics & Unified Story

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 1 — Arc Preview

+

This deck proves Nova is the no-humans infrastructure platform — and shows you the metrics that make the claim defensible.

+

Today: 18 capabilities verified, 0 consumer estates in production.

+

The 5-act arc:

+
    +
  1. Problem — why the operator is the bottleneck
  2. +
  3. Vision — Nova's strategic direction (NORTH_STAR)
  4. +
  5. How — the pipeline, Decision Ledger, attestation gates
  6. +
  7. Proof — grounded metrics that make the claim defensible
  8. +
  9. Roadmap — deferred metrics with unblock paths + the ask
  10. +
+

Benefit: you leave knowing which claims are proven today, which are pipeline-ready, and which are deferred with a documented unblock path — no marketing, just grounded evidence.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 2 — The No-Humans Imperative

+

Why the operator is the bottleneck — and why removing them from operations (not accountability) is the imperative.

+
    +
  • The cost of humans-in-the-loop: L1/L2 ops hours, escalation latency, the trust gap
  • +
  • The operator is the bottleneck: provisioning takes days, not minutes
  • +
  • The attestation model: autonomy in operations, human at stage gates
  • +
  • Cites docs/NO_HUMANS_THESIS.md
  • +
+

Benefit: you now know the problem framing — autonomy in operations, human at stage gates, is the path forward.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 3 — Nova's Vision

+
+

Infrastructure operations become invisible. Every environment provisioned, every incident healed, every risk remediated — by an autonomous system whose trustworthiness is provable, not promised. Human attestation remains required at stage gates — QA signs off for production, SRE greenlights based on operational readiness — but the operator is never in the loop of normal operations.

+
+
    +
  • Autonomy in operations, not in accountability
  • +
  • Cites docs/NO_HUMANS_THESIS.md
  • +
+

Benefit: you now know the destination — invisible operations with provable trust, not promised trust.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 4 — Strategic Objectives + Anti-Goals

+

4 Strategic Objectives:

+
    +
  1. Zero-touch operations — autonomy as the default, not the demo
  2. +
  3. Provable trust in AI decisions — Decision Ledger, confidence scoring, circuit breakers
  4. +
  5. Compounding, quantifiable ROI — each quarter must reduce spend, free hours, avoid downtime
  6. +
  7. Default substrate for agentic consumption — the platform AI agents reach for first
  8. +
+

5 Anti-Goals (what Nova is NOT):

+
    +
  1. Not a hyperscaler competitor
  2. +
  3. Not a general-purpose AI platform
  4. +
  5. Not removing humans from accountability
  6. +
  7. Not for legacy, untagged, or freeform infrastructure
  8. +
  9. Not sold to operators
  10. +
+

Benefit: you now know the scope boundaries — Nova is purpose-built for infrastructure operations, sold to leadership on outcomes.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 5 — 12–18 Month Targets

+

Current-milestone targets (grounded/derived):

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DomainTargetStatus
MTTR (p95)< 60sgrounded
Cloud Spend Reduction≥ 25%partial (CUR deferred D-096)
L1/L2 Ops Hours Avoided≥ 70%derived (N internal runs)
Platform ROI≥ 250%derived (formula; N=0 caveat)
Decision Ledger Coverage100%grounded
Attestation Coverage100%grounded
+

Post-Pilot targets (pipeline grounded; 0 consumers today):

+ + + + + + + + + + + + + + + + + + + + + + + + + +
DomainTargetStatus
Touchless Resolution Rate≥ 99%partial
Human Escalation Frequency< 0.1%partial
AI Decision Accuracy≥ 99.5%partial
+

Deferred: Predictive vs Reactive ≥3:1 Planned · Drift Auto-Reversal ≥95% Planned

+

Benefit: you now know the destination numbers — and which are measurable today vs deferred honestly.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 6 — The Platform Pipeline

+

How intent becomes verified infrastructure without an operator.

+

Contract → Resolver → Adapter → Terraform Plan → Checkov (Policy) → Confidence Signal → HITL Gate → Apply → Evidence

+
    +
  • Dev: autonomous (no HITL gate)
  • +
  • qa/prod/dr: attested (human sign-off required)
  • +
  • Grounded in run_platform.sh + contract_resolver.py + confidence_signal.py
  • +
+

Benefit: you now know the path from intent to evidence — and where the human appears (stage gates only).

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 7 — The Decision Ledger

+

Every AI decision captured with confidence, alternatives, and outcome.

+
    +
  • outbox_writer.py → SQLite append-only hash-chain table
  • +
  • ai.decision.made: decision_id=run_id, chosen_action=band, confidence=score, alternatives=perInput, human_override=HITL block
  • +
  • attestation.recorded: qa/prod/dr sign-offs
  • +
  • D-121, D-122, D-132. Honors D-083 (no S3 Object Lock/JWS — local hash-chain)
  • +
+

D-122 honesty: Nova's "AI" is the confidence-gated policy engine (confidence_signal + HITL gate), not an LLM planner. The Decision Ledger captures this real decision path — not a fabricated "AI agent."

+

Benefit: you now know why 'autonomous' is defensible — every decision is immutable, queryable, and accountable. And you know exactly what 'AI' means here: a confidence-gated policy engine, not a black-box LLM.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 8 — The 8-Concern Attestation Matrix

+

Designed controls that keep humans at stage gates.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ConcernEnvFreshnessType
functional_correctnessqa24hoperator-supplied
performance_baselineqa7doperator-supplied
security_postureqa24hoperator-supplied
operational_readinessprod30doperator-supplied
incident_responseprod90doperator-supplied
capacity_costprod30doperator-supplied
resilience_dr_drillprod180doperator-supplied
dr_region_deploydr180doperator-supplied
+
    +
  • Offline-testable concerns run for real; operator-supplied concerns accept signed evidence
  • +
  • Separation-of-duties on prod
  • +
  • Grounded in attestation_matrix.py + hitl_gates.py
  • +
+

Benefit: you now know the gate model — autonomy in operations, human in accountability, by design.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 9 — Telemetry Architecture

+

How Nova instruments itself — CloudEvents envelope, cold store, PowerBI export.

+

Platform → CloudEvents 1.0 → metrics/events.jsonl + metrics/decision_ledger.db + metrics/runs/ → Collector → metrics/nova_metrics.db (SQLite cold store) → metrics/powerbi/ (CSV/JSON) → PowerBI

+
    +
  • D-120 (Nova-native), D-125 (hybrid), D-126 (cold-only)
  • +
  • Planned: Hot-path (live ops dashboard) — D-126
  • +
+

Benefit: you now know that every metric in this deck is traceable to a real emitted event — the architecture IS the trust substrate. When a CFO asks 'where does this number come from?', the answer is a file path, not a Slack thread.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 10 — Capability Health + Confidence Distribution

+

Grounded proof: capability health and confidence distribution from real runs.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
StatusCount
Verified18
Skipped4
Broken0
Decayed0
+
    +
  • 4 Skipped = live-AWS caps (CAP-013..016), honestly skipped (D-096 teardown), not a failure
  • +
  • Source: .ciagent/REGRESSION_REPORT.json
  • +
+

Benefit: you now know the platform is verified — 18 capabilities pass, 4 are honestly skipped, 0 broken.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 11 — Decision Ledger + Attestation Coverage

+

Trust metrics — both 100%.

+
    +
  • Decision Ledger Coverage: 100% of platform runs emit ai.decision.made with outcome backfill
  • +
  • Attestation Coverage: 100% of prod/dr promotions attested by a human
  • +
  • AI Decision Accuracy: decisions not followed by apply.failed/incident within 5min
  • +
  • Trust snapshot: metrics/TRUST_SNAPSHOT.md with chain-integrity verdict
  • +
  • Planned: Tamper-Evident Ledger Checkpoints (D-083)
  • +
+

Benefit: you now know the trust is provable — not a marketing claim, a queryable record.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 12 — Zero-Touch Efficiency

+

Touchless resolution, human escalation, and MTTR.

+
    +
  • Touchless Resolution Rate: runs without operational HITL block ÷ total (attestation gates excluded)
  • +
  • Human Escalation Frequency: operational HITL blocks only (confidence-driven; attestation sign-offs excluded)
  • +
  • MTTR (platform-run): apply.failed → successful retry (D-131)
  • +
+

Post-Pilot caveat: computed on N internal runs today; production-denominator activates when a pilot estate runs.

+

Benefit: you now know the zero-touch efficiency is measurable — the pipeline works today on internal runs, and the denominator expands to production estates when a pilot activates.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 13 — Cost & ROI

+

Cost estimates and the ROI formula — with honest caveats.

+
    +
  • Cost Estimates via Infracost: pre-apply, grounded (reads plan JSON, offline)
  • +
  • ROI formula: Platform ROI = (FTE hours saved × blended rate + cloud savings + avoided downtime) ÷ platform op cost
  • +
  • N=0 caveat: "Computed on N internal runs today; production-denominator activates post-pilot. The formula is grounded; the production numbers are not yet."
  • +
  • Planned: Live CUR Reconciliation (D-096)
  • +
+

Benefit: you now know the ROI formula — and you know it's computed on internal runs today, not fabricated production numbers.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 14 — What's Deferred — and Why

+

Honesty about what isn't measured yet.

+

To be clear: these deferrals are measurement infrastructure, not whether the platform runs without humans. The platform IS autonomous in operations. What's deferred is the evidence pipeline for certain metrics — not the autonomy itself.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#Deferred MetricBlocking Decision
1Live Infrastructure HealthD-096
2Live Outbox Write RateD-096
3Tamper-Evident Ledger CheckpointsD-083
4Onboarding Funnel (granted)D-113/D-114/D-119
5Drift Auto-ReversalD-096 + no scheduler
6Live CUR ReconciliationD-096
7SLA / Unplanned DowntimeD-096
8Predictive vs Reactivefuture emitter
+

Benefit: you now know the boundaries — what Nova measures today, and exactly what blocks the rest. The autonomy is real; the measurement gaps are documented.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 15 — Roadmap to the North Star

+

The path from v1.17's grounded metrics to the 12–18 month targets.

+
    +
  • Each deferred metric → blocking decision → unblock requirement → candidate milestone
  • +
  • Hot-path activation (post-D-096, Nova-native only, D-120)
  • +
  • Re-evaluation triggers: D-096 lift, D-083 lift, onboarding-grant lift
  • +
+

From docs/METRICS_DEFERRED_ROADMAP.md.

+

Benefit: you now know the path — every deferred metric has an unblock requirement and a candidate milestone. Nothing is hand-waved; everything has a plan.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+

Slide 16 — Recap + Ask

+

The 5-act recap + the business decision.

+

Recap:

+
    +
  • Problem: operator is the bottleneck; autonomy in operations, human at stage gates
  • +
  • Vision: invisible operations with provable trust (NORTH_STAR)
  • +
  • How: pipeline + Decision Ledger + 8-concern attestation matrix
  • +
  • Proof: 18V+4S, 100% ledger coverage, 100% attestation, grounded ROI formula
  • +
  • Roadmap: deferred metrics have unblock paths
  • +
+

The ask: "Approve a pilot estate to activate the production-denominator metrics (Touchless Resolution, Human Escalation, AI Decision Accuracy), and approve the tamper-evident ledger build-out (D-083 lift) to move from local hash-chain to S3 Object Lock + JWS. These two decisions move Nova from 'pipeline-ready' to 'production-proven.'"

+

Benefit: you leave with a clear business decision to make — approve a pilot + the ledger build-out — and the confidence that every claim in this deck is grounded, derived, or honestly deferred.

+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+ +

Appendix A1 — Metrics Glossary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KPIDefinitionStatus
Touchless Resolution Rateruns without operational HITL block ÷ totalpartial (Post-Pilot)
Human Escalation Frequencyoperational HITL blocks ÷ totalpartial (Post-Pilot)
AI Decision Accuracydecisions not followed by failure within 5minpartial (Post-Pilot)
MTTR (p95)apply.failed → successful retrygrounded
Confidence-Gate Halt Rateruns with band=block ÷ totalgrounded
Provisioning Lead Timerun.completed − run.startedgrounded
Deployment Frequencycount(run.completed) per daygrounded
Cost Savings (Infracost)sum(delta_usd where delta < 0)partial (CUR deferred)
FTE Hours Savedrun count × manual baseline × ratederived (N=0 caveat)
Platform ROI(labor + cloud + avoided downtime) ÷ op costderived (N=0 caveat)
Decision Ledger Coveragedecisions with outcome ÷ totalgrounded
Attestation Coverageprod/dr attested ÷ total prod/drgrounded
Policy Compliance Rate1 − failed_assets ÷ totalgrounded
+
Act %{page}/5 — v1.17
+
+
+
Nova — The No-Humans Infrastructure Platform
+ +

Appendix A2 — Operating Model & Cost

+
    +
  • Cost figures from COST.md: $0.001883 over 8 days, ~$0.007/month, S3-dominated, zero BAU compute
  • +
  • Zero-cost steady state: all resources torn down post-v1.11 (D-096); the platform runs offline
  • +
  • References the pre-mortem (PRE_MORTEM.md: v1.10 decay root cause + structural mitigations)
  • +
+

Benefit: you now know the operating cost is negligible — and the structural mitigation that prevents decay.

+
Act %{page}/5 — v1.17
+
+
\ No newline at end of file