Local-first by default
Processing stays on the user’s machine whenever possible. Remote services should exist because a user or team explicitly needs them, not because the product silently depends on data exhaust.
- No silent background export of work activity.
- Logs should be transparent and locally inspectable.
- Cloud features should be additive, not hidden dependencies.