Fundscout

Production-grade AI platform (WeCommit SBIR) that automates federal SBIR/STTR grant discovery and proposal generation for small businesses. Features persistent deep agent conversation memory, real-time multi-user document editing via Yjs CRDTs + Hocuspocus WebSockets, and custom Gemini model routing.
Key Contributions & Technical Impact
- Architected a 5-layer middleware deep agent stack (Todo, Filesystem, SubAgent, Skills, Memory) using LangGraph and PostgreSQL checkpointing.
- Built custom GeminiRoutingModel supporting runtime Gemini 2.5 Pro vs Flash model selection and dynamic thinking budgets.
- Engineered custom streaming protocols mapping LangGraph event streams to Vercel AI SDK DataStreamContext (<3s for 50KB proposals).
- Integrated real-time collaborative document editing utilizing Yjs CRDT + Hocuspocus WebSockets (<100ms sync latency).
- Developed custom Tiptap 3 rich-text editor extensions for inline artifact embeds, code rendering, and real-time AI content injection.
- Resolved async PostgreSQL pooling bottlenecks by implementing automated retry states with exponential backoff, raising uptime to 99.2%.




