diff --git a/docs/presentations/assets/mmd/platform-pipeline.mmd b/docs/presentations/assets/mmd/platform-pipeline.mmd
new file mode 100644
index 0000000..f20ff97
--- /dev/null
+++ b/docs/presentations/assets/mmd/platform-pipeline.mmd
@@ -0,0 +1,19 @@
+%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1B1B1B", "primaryBorderColor": "#D6002A", "primaryTextColor": "#fff", "secondaryColor": "#fff", "secondaryBorderColor": "#D6002A", "secondaryTextColor": "#1B1B1B", "tertiaryColor": "#F0F0F0", "clusterBkg": "#F0F0F0", "lineColor": "#1B1B1B", "fontFamily": "\"Akkurat Pro\", \"Helvetica Neue\", \"Arial\", sans-serif"}}}%%
+
+flowchart LR
+ A["Contract"] --> B["Resolver"]
+ B --> C["Adapter"]
+ C --> D["Checkov
(static code)"]
+ D --> E["Terraform
plan"]
+ E --> F["Wiz
(on plan)"]
+ F --> G["Confidence
signal"]
+ G --> H{"Stage
gate"}
+ H -->|"dev: autonomous"| I["Apply"]
+ H -->|"qa/prod/dr: attested"| I
+ I --> J["Evidence +
Ledger"]
+classDef accent fill:#1B1B1B,color:#fff,stroke:#D6002A,stroke-width:2px
+classDef supporting fill:#fff,color:#1B1B1B,stroke:#D6002A,stroke-width:1px
+classDef decision fill:#D6002A,color:#fff,stroke:#1B1B1B,stroke-width:2px
+class D,E,F,G,J accent
+class H decision
+class A,B,C,I supporting
\ No newline at end of file
diff --git a/docs/presentations/assets/mmd/telemetry-live-ops.mmd b/docs/presentations/assets/mmd/telemetry-live-ops.mmd
new file mode 100644
index 0000000..22d2e2d
--- /dev/null
+++ b/docs/presentations/assets/mmd/telemetry-live-ops.mmd
@@ -0,0 +1,17 @@
+%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1B1B1B", "primaryBorderColor": "#D6002A", "primaryTextColor": "#fff", "secondaryColor": "#fff", "secondaryBorderColor": "#D6002A", "secondaryTextColor": "#1B1B1B", "tertiaryColor": "#F0F0F0", "clusterBkg": "#F0F0F0", "lineColor": "#1B1B1B", "fontFamily": "\"Akkurat Pro\", \"Helvetica Neue\", \"Arial\", sans-serif"}}}%%
+
+flowchart TB
+ A["Platform
components"] --> B["CloudEvents
envelope"]
+ B --> C["Event log"]
+ B --> D["Decision
ledger"]
+ B --> E["Run records"]
+ C --> F["Collector"]
+ D --> F
+ E --> F
+ F --> G["Cold store"]
+ G --> H["PowerBI
views"]
+ H --> I["Live ops
dashboard"]
+classDef accent fill:#1B1B1B,color:#fff,stroke:#D6002A,stroke-width:2px
+classDef supporting fill:#fff,color:#1B1B1B,stroke:#D6002A,stroke-width:1px
+class B,F,G,H,I accent
+class A,C,D,E supporting
\ No newline at end of file
diff --git a/docs/presentations/assets/png/platform-pipeline.png b/docs/presentations/assets/png/platform-pipeline.png
new file mode 100644
index 0000000..142fda3
Binary files /dev/null and b/docs/presentations/assets/png/platform-pipeline.png differ
diff --git a/docs/presentations/assets/png/telemetry-live-ops.png b/docs/presentations/assets/png/telemetry-live-ops.png
new file mode 100644
index 0000000..759153e
Binary files /dev/null and b/docs/presentations/assets/png/telemetry-live-ops.png differ
diff --git a/docs/presentations/nova-autonomous-cloud-delivery.html b/docs/presentations/nova-autonomous-cloud-delivery.html
index 78a4a2d..46365e3 100644
--- a/docs/presentations/nova-autonomous-cloud-delivery.html
+++ b/docs/presentations/nova-autonomous-cloud-delivery.html
@@ -1,482 +1,124 @@
-
Nova — The No-Humans Infrastructure Platform