-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
tmdavid edited this page Aug 16, 2026
·
1 revision
- Transcript ingestion (paste, Name:text, WebVTT)
- Worker pipeline: normalize → tag → analyze
- Human review of AI highlights
- Conversation notes with optimistic concurrency
- Library, conversation, explore, synthesis, and insights UI
- Session auth and admin-managed taxonomy
- SQLite/PostgreSQL schema + Alembic migrations
- Production Docker/Fly config + rotating SQLite backups
- Hypotheses board — state falsifiable beliefs, auto-link evidence for/against
- Contact memory — track people across conversations, see their full signal history
- Audio/video upload — Whisper transcription, drop a recording instead of a transcript
- Local LLM backend — Ollama + qwen3:8b, zero API cost option
- Digest emails — weekly summary of new evidence by hypothesis
- Google Meet integration (Drive API polling)
- MCP server for external clients
- Team collaboration (multiple users, shared reviews)
- Hosted/managed option
See Task-Plan for implementation detail and Getting-Started to run locally.