Skip to content

Roadmap

tmdavid edited this page Aug 16, 2026 · 1 revision

Roadmap

v0.1 — Core (shipped August 2026)

  • 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

v0.2 — Extensions (in progress)

  • 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

Future

  • 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.

Clone this wiki locally