"An AI that can suggest a hundred file moves is useful. An AI that can execute a hundred file moves is a loaded gun. Waygate keeps the safety on."
The Obvious Future, and Its Trap
It's easy to imagine the next step: you ask Pippa to reorganize a messy folder, and she figures out the moves. The tempting — and dangerous — design is to let her do them: hand the AI a direct path to the filesystem so it can execute its plan. That's the moment a helpful assistant becomes a way to lose data at scale, because now the riskiest actor in the system is the one improvising. Waygate is built so that future never arrives in that shape.
Propose, Validate, Apply
The boundary is three clean roles. Pippa may propose — produce a typed operation plan, a concrete suggestion of what to do. Waygate validates that plan exactly like any other: same apply-time revalidation, same collision handling, same journaling, same needsReview on uncertainty. And Dad applies it explicitly — a human decision to run it. The AI never holds a direct mutation path. It advises; the engine checks; the human commits. Judgment enters the system as a proposal, never as an action.
Why the Boundary Doesn't Move for AI
This is the 'no parallel Pippa' invariant extended to its sharpest case. Everywhere else in the family, Pippa is the brain and the apps are surfaces; here, even when Pippa's judgment is genuinely useful for a file task, she does not get to bypass the one engine, the journal, or the human's explicit apply. An AI proposal is just another client of the same safety machinery every drag and menu command uses. The smarter the assistant gets, the more it matters that the boundary between advice and action stays exactly where it is.