02. Non-Goals
1. MVP will not include
- Remote Gateway / WebUI remote control
- Cloud accounts and multi-device sync
- Full IDE (LSP, debugger, multi-file editor workspace)
- A from-scratch agent loop replacing pi
- Full plugin marketplace at day one
- Mobile clients
- Multi-user auth systems
- Billing/subscription modules
- Computer Use browser takeover
- Unconfirmed full-disk high privilege mode
- Non-English as the primary source language
- A second planner Agent, planner service, planner model, or separate permission profile for Plan
- Treating Plan as a strict read-only security sandbox or auto-approving a scheduled Plan run
2. Not optimized yet
- Minimal package size extremes
- Complex animation systems
- Complete multi-locale coverage at launch
- Pixel-perfect multi-platform polish
- Massive history search performance
3. Not success criteria
- Clone every ChatGPT Desktop feature
- Clone WorkBuddy enterprise integrations
- Clone LiveAgent gateway stack
4. Architecture options deferred/rejected for MVP
| Option | Why |
|---|---|
| Tauri shell | Electron route is frozen |
| Renderer-side agent loop | Security and lifecycle risk |
| Remote-first design | Conflicts with local-first MVP |
| Marketplace before local plugin runtime | Premature expansion |
| Rewrite pi agent engine in Rust immediately | Too costly; keep pi engine |