Intelligence Platform
A collect → analyze → know → govern pipeline. Four products, each a capability layer with a hard boundary — designed for privacy and consent by construction.
The pipeline
Scout
OSINT / data collection — 133 legal-gated source adapters (passive / active / auth-probe tiers) → normalized records.
Learn morePrism
Analysis & correlation — entity resolution, link analysis, enrichment, scoring over collected data.
Learn moreCortex
Knowledge base + RAG — pgvector store with OKF / Obsidian / Google ingestion and retrieval-augmented answering.
Learn moreAegis
Identity / PII / consent plane — k-anonymity breach monitoring, SSI / ZK identity, consent + audit ledger.
Learn morePlatform-wide decisions
- Free-first. Prefer free-tier / open-source before paid.
- Supabase-Postgres. Postgres is the datastore of record; pgvector for Cortex.
- Python-MCP. Collectors/tools are Python MCP servers, not bespoke services.
- Passive-first. Collection defaults to passive; active/auth-probe are opt-in, gated by Aegis.
Built on
Dependencies, not new products.
Airlock
Credential custody (KMS) for source API keys
Superlayer
Storage control-plane for raw + processed data
pseudonym-app
Identity provider (OIDC persona identity)
Switchboard
AI routing for Prism / Cortex inference
pseudo_rag
Cortex retrieval substrate
In planning
All four products are planning stubs. Each gets its own /project-architect pass to lock architecture before build.