Mike: Open-Source Legal AI with Self-Hosting, Multi-Model Support

Mike is an open-source legal AI platform positioned as a drop-in replacement for Harvey and Legora. It provides the same feature set without enterprise contracts or per-seat pricing; you only pay the model API costs. The codebase is fully auditable and forkable.
Core Features
- Assistant: Chat interface that reads uploaded documents, cites verbatim, runs multi-step workflows, and drafts/edits contracts end-to-end. Supports plugging in Claude or Gemini keys for full model control.
- Projects: Matter-scoped workspaces that maintain full context across conversations and documents (credit agreements, SPAs, leases, diligence packs).
- Tabular Review: Spreadsheet-style extraction across hundreds of documents in parallel. Every cell is cited back to a page and quote — no hallucinations.
- Workflows: Save proven prompts as reusable templates (CP checklists, credit agreement summaries, change-of-control reviews). Juniors can run them in one click firm-wide.
Why Open Source
- Zero license cost, no vendor lock-in, no rising per-seat fees.
- Self-hostable by design — documents stay within your infrastructure for compliance, data residency, and privilege control.
- Fork, extend with practice-specific workflows, integrate your DMS, or wire in your own citation engine.
- Audit every line: no black boxes around prompt construction, citation parsing, or data flow.
Start in the cloud or clone the repo. Available as a hosted product or to self-deploy from source.
📖 Read the full source: HN AI Agents
👀 See Also

Reverse-engineering UniFi inform protocol for multi-tenant routing
The UniFi inform protocol sends device data to controllers via HTTP POST on port 8080 every 10 seconds. The first 40 bytes of each packet contain unencrypted device MAC addresses, enabling routing without decryption.

AgenticStore MCP: Python Toolkit for Claude Desktop with 27 Local Tools
AgenticStore MCP is an open-source Python toolkit that replaces multiple MCP servers with a single installation, giving Claude Desktop 27 local tools including persistent memory, web search, and repo auditing without requiring Docker or Node.js configuration.

Claude IDE Bridge: Open-source tool gives Claude AI direct access to your code editor
Claude IDE Bridge is an open-source, MIT-licensed tool that connects Claude AI directly to your code editor, allowing it to view open files, unsaved changes, and errors live rather than through pasted code snippets. The tool currently works with VS Code and Windsurf.

Bifrost AI Gateway: Open-Source Tool Addresses AI Infrastructure Gaps
Bifrost is an open-source Go-based LLM gateway that provides automatic failover between providers, budget caps that reject requests, audit logging, and hooks for evaluation. Benchmarks show it's ~50x faster than LiteLLM at high throughput.