All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m15s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 37s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 33s
New slide with 6 risks and concrete mitigations: 1. AI Commoditization — Layer 2-6 moat, not Layer 1 2. US Platform Expansion — EU-only infrastructure, CLOUD Act barrier 3. Team/Key-Person Risk — Documentation, ESOP, early legal hire 4. Slow Customer Acquisition — Consulting revenue bridge, channel strategy 5. Regulatory Changes — Enlarges market, RAG indexes in days 6. Liquidity Risk — Organic growth, Pre-Seed BW option Key quote: "We don't compete with AI. We compete with teams that use AI better than we do." Presenter script added for the risks slide. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
667 B
TypeScript
38 lines
667 B
TypeScript
import { SlideId } from './types'
|
|
|
|
export const SLIDE_ORDER: SlideId[] = [
|
|
'intro-presenter',
|
|
'executive-summary',
|
|
'cover',
|
|
'problem',
|
|
'solution',
|
|
'usp',
|
|
'regulatory-landscape',
|
|
'product',
|
|
'how-it-works',
|
|
'market',
|
|
'business-model',
|
|
'traction',
|
|
'competition',
|
|
'team',
|
|
'financials',
|
|
'the-ask',
|
|
'cap-table',
|
|
'customer-savings',
|
|
'ai-qa',
|
|
'annex-assumptions',
|
|
'annex-architecture',
|
|
'annex-gtm',
|
|
'annex-regulatory',
|
|
'annex-engineering',
|
|
'annex-aipipeline',
|
|
'annex-sdk-demo',
|
|
'annex-strategy',
|
|
'annex-finanzplan',
|
|
'annex-glossary',
|
|
'risks',
|
|
'legal-disclaimer',
|
|
]
|
|
|
|
export const TOTAL_SLIDES = SLIDE_ORDER.length
|