A verification-first AI research platform for 120+ institutional firms
Institutional analysts would not trust an AI that could not show its math. Research platforms shipped in 2024 led with the chat interface and treated grounding as a feature; the result was answers analysts could not defend in an investment committee.
Built the verification layer before the chat interface — the opposite of how most teams shipped. Filings, transcripts, and live market data are ingested into a Financial Knowledge Graph. Queries route through agentic workflows on LangGraph (supervisor + swarm orchestration with deterministic handoffs) that verify every numerical claim against source tables before delivery, with grounding-chunk citations on every paragraph and contradiction detection across filings and timeframes. Per-firm policy is injected at the orchestrator layer; refusal triggers fire on low-grounding or stale sources.
- LangGraph supervisor/swarm orchestration
- Financial Knowledge Graph
- Hierarchical RAPTOR RAG
- Hybrid BM25 + embedding retrieval
- Cross-encoder reranker
- Multi-stage numeric reconciliation
- Citation-coverage scoring
- Multi-provider fallback routing
