diff --git a/src/app/(marketing)/executive-summary/page.tsx b/src/app/(marketing)/executive-summary/page.tsx
index ca06cad..c24081f 100644
--- a/src/app/(marketing)/executive-summary/page.tsx
+++ b/src/app/(marketing)/executive-summary/page.tsx
@@ -50,6 +50,24 @@ const differentiators = [
},
];
+const MOAT =
+ "The privacy promise is easy to claim. The execution is not. Medscribe runs a fine-tuned medical model entirely on the phone, built and measured rather than bolted on.";
+
+const moat = [
+ {
+ title: "A model tuned for this job",
+ body: "A compact, multi-task model handles label scanning, structured extraction, and safe medication Q&A on the device. Fine-tuning lifted prescription-label field extraction from 0% to 97% in evaluation.",
+ },
+ {
+ title: "Safety you can measure",
+ body: "Each release is scored against a held-out set for grounding and safe refusals. Unsafe-prompt refusals reached 100% after tuning, so “defers to a clinician” is a tested behavior, not a hope.",
+ },
+ {
+ title: "Context that compounds",
+ body: "Real visit transcripts, a real medication list, and bundled drug facts fuse into one local record, value that grows with use and is hard to replicate without the same on-device capture.",
+ },
+];
+
const scenarios = [
{
title: "The ER that doesn't know you",
@@ -172,6 +190,27 @@ export default function ExecutiveSummaryPage() {
+ {/* Under the hood */}
+
+ Under the hood
+