From f7441ccba586007b25f6600971e135c4d18efd66 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 20 Apr 2026 18:05:45 +0200 Subject: [PATCH] feat(pitch-deck): Compliance Optimizer as 4th MOAT on USP slide + competitor fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit USP Slide: - 4 MOAT cards (was 3): added "Compliance Optimizer" "Not just allowed/forbidden but the maximum permissible configuration of every AI use case. Deterministic constraint optimization." - Killer quote: "Everyone can say what is forbidden. Almost no one can say how far you can go without breaking it. That is our product." - Grid: 3 cols → 2x2 for better readability Executive Summary: - Competitors: removed Invest column, larger font (9px → 10px) Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/slides/USPSlide.tsx | 24 ++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pitch-deck/components/slides/USPSlide.tsx b/pitch-deck/components/slides/USPSlide.tsx index 5d15122..57bdd67 100644 --- a/pitch-deck/components/slides/USPSlide.tsx +++ b/pitch-deck/components/slides/USPSlide.tsx @@ -161,7 +161,7 @@ export default function USPSlide({ lang }: USPSlideProps) {

{de ? 'Unser MOAT' : 'Our MOAT'}

-
+
@@ -184,6 +184,17 @@ export default function USPSlide({ lang }: USPSlideProps) { : 'Instead of point-in-time audits: validation on every change (code, infrastructure, processes) with auditable evidence in real time.'}

+ +
+ +

Compliance Optimizer

+
+

+ {de + ? 'Nicht nur „erlaubt/verboten", sondern die maximal zulässige Ausgestaltung jedes KI-Use-Cases. Deterministische Constraint-Optimierung zeigt den Sweet Spot zwischen Regulierung und Innovation — ersetzt 20-200k EUR Anwaltskosten.' + : 'Not just "allowed/forbidden" but the maximum permissible configuration of every AI use case. Deterministic constraint optimization shows the sweet spot between regulation and innovation — replaces EUR 20-200k in legal fees.'} +

+
@@ -197,6 +208,17 @@ export default function USPSlide({ lang }: USPSlideProps) {
+ + {/* Killer Quote */} + +
+

+ {de + ? '„Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie du maximal weit gehen kannst, ohne es zu brechen. Das ist unser Produkt."' + : '"Everyone can say what is forbidden. Almost no one can say how far you can go without breaking it. That is our product."'} +

+
+
) }