Build Briefing — Content Delivered, Architecture Confirmed
These decisions are locked in from your input-form responses and our architecture review. No further action needed.
You delivered a substantial corpus — everything we need to build a deeply knowledgeable sales bot. Here's what we received and how we'll use it.
pie title Content by Word Count
"NAAP 30-Day Modules" : 214000
"Facilitator Training" : 309000
"Marketing Transcripts" : 10000
"Sales & Ad Copy" : 5000
"Guidebook" : 20000
| Content Segment | Files | Volume | Bot Usage |
|---|---|---|---|
| NAAP 30-Day Modules | 31 transcripts | ~214K words | Core knowledge base — methodology depth |
| Facilitator Training | 6 transcripts | ~309K words | Expertise demonstration — "how it works" |
| Marketing Videos | 10 transcripts | ~10K words | Sales voice — objection handling, hooks |
| Scripts & Ad Copy | 5 documents | ~5K words | Prospect-facing language patterns |
| NAAP Guidebook | 1 reference | ~20K words | Methodology reference — 3 core principles |
| Presentations | 3 PPTX (236 slides) | 105 w/ notes | Visual framework for concept cards |
| YouTube Videos | 10 URLs | ~6.5 hours | Live delivery patterns, Q&A handling |
These decisions are blocking specific parts of the build. Your responses will directly shape the MVP experience.
sequenceDiagram
participant L as LaMonte
participant F as Input Form
participant B as Build Pipeline
participant MVP as Sales Bot MVP
L->>F: Submit 5 decisions
F->>B: Event date → CTA design
F->>B: Domain → QR code generation
F->>B: Voice → System prompt tuning
F->>B: CTA targets → Intent routing
B->>MVP: Build with all parameters
Note over MVP: March 25 target
The sales bot uses a 4-layer knowledge retrieval system trained on all your content. When a prospect asks a question, the bot searches your content four different ways simultaneously, then generates a grounded response using only verified FLY methodology.
Mobile-first design. Prospects scan a QR code at your events and land directly in the conversation. No app download, no login — instant engagement.
Semantic meaning + topic relationships + exact keyword matching + intelligent fusion. Finds the right answer from 558K words in milliseconds.
Bot detects whether the prospect is curious, skeptical, interested in pricing, or ready to commit — and adjusts its response strategy accordingly.
Every response is validated against your actual content. The bot will never make up claims about NAAP or FLY — only verified methodology.
sequenceDiagram
participant P as Prospect
participant BOT as FLY Sales Bot
participant INT as Intent Classifier
participant S as Semantic Search
(meaning match)
participant G as Graph Search
(topic connections)
participant K as Keyword Search
(exact phrases)
participant RRF as Fusion Engine
participant LLM as Response Generator
participant VAL as Grounding Check
P->>BOT: "How does FLY help with anxiety?"
BOT->>INT: Classify intent
Note over INT: Intent: methodology_question
INT->>S: Search by meaning (50%)
INT->>G: Search by topic links (35%)
INT->>K: Search exact terms (15%)
S->>RRF: 5 relevant passages
G->>RRF: 4 related passages
K->>RRF: 2 exact matches
RRF->>LLM: Top 8 passages (deduplicated)
LLM->>VAL: Draft response
VAL->>VAL: Verify against NAAP principles
VAL->>BOT: Validated response
BOT->>P: Grounded answer + concept card
Six parallel workstreams, all active. Content ingestion and infrastructure provisioning are happening now — your content is being processed into the knowledge base today.
sequenceDiagram
participant SRC as Your Content
(53 docs + 10 videos)
participant PROC as Processing
(text + video extraction)
participant VAULT as Knowledge Vault
(analysis + tagging)
participant PROD as Production Database
(search-ready)
participant BOT as Sales Bot
(live on web)
SRC->>PROC: DOCX transcripts (558K words)
SRC->>PROC: PPTX slides (236 slides)
SRC->>PROC: YouTube videos (6.5 hours)
PROC->>VAULT: Tagged documents
(principle, exercise,
question, story, testimonial)
VAULT->>VAULT: Entity mapping
Topic clustering
Relationship discovery
VAULT->>PROD: Optimized chunks
+ search metadata
+ graph edges
PROD->>BOT: 4-layer retrieval
ready for queries
Note over BOT: QR code access
at live events
gantt
title FLY Sales Bot MVP — March 2026
dateFormat YYYY-MM-DD
tickInterval 1week
section Content
DOCX + PPTX ingestion :active, ing, 2026-03-11, 3d
YouTube extraction :active, yt, 2026-03-11, 4d
Schema optimization :schema, after ing, 3d
section Infrastructure
Railway provisioning :active, infra, 2026-03-11, 2d
Database + Redis setup :db, after infra, 2d
Production ingestion :prod, after schema, 2d
section Agent
LangGraph core build :agent, 2026-03-14, 5d
Intent classification :intent, after agent, 2d
Sales voice tuning :voice, after intent, 2d
section Frontend
Chat UI + artifacts :fe, 2026-03-16, 4d
CTA integration :cta, after fe, 2d
QR code + domain :qr, after cta, 1d
section Launch
Integration testing :crit, test, 2026-03-23, 2d
MVP Deploy :crit, milestone, deploy, 2026-03-25, 0d