Autonomous RFP Ingestion & First-Draft Pipeline
Senior estimating and precon teams spent 15–25 hours per tender reading 200+ page specification books and hand-keying Excel compliance matrices. Past winning qualifications were buried in old PDFs, causing rushed proposals, unpriced risk clauses, and disqualified bids.
A deterministic RFP ingestion engine that parses multi-document PDF packages, normalizes addenda revisions, auto-extracts every mandatory requirement into a structured compliance matrix, queries historical winning proposals in Supabase with vector embeddings, and drafts citation-locked responses with human sign-off gates.
- Deconstructs 200+ page solicitation specs into actionable matrices in under 4 minutes
- Vector retrieval matches project scope against verified historical winning bids
- Mandatory human-in-the-loop review checkpoints before final submission assembly
[+] Inspect Technical Architecture & Data Isolation
Storage & Vector Engine: Supabase PostgreSQL instance with pgvector extension. Bids and qualifications vectorized with text-embedding-3-small.
Model Orchestration: Vercel AI SDK managing Anthropic Claude 3.7 and Google Gemini 2.5 with operator default keys and workspace-level BYOK.
Security & Privacy: Zero Data Retention (ZDR) commercial API endpoints. Proprietary client RFP data is never used to train public foundation models.