A Boundary Stated as a Prohibition
Most architectural boundaries are described by what each side owns. This one is written the other way round, as a prohibition on one side: the brain must never learn video. No scenes. No beats. No speech composition. No subtitle timing. None of it, ever, regardless of how small the piece is or how convenient it would be to put it there.
Stating a boundary as a prohibition rather than an allocation is a deliberate move, and it is worth understanding why. "The workshop owns video" is true and useless — it tells you nothing when somebody proposes a tiny helper on the other side, because a tiny helper does not feel like taking ownership of video. "The caller never learns video" answers that proposal directly. The size of the piece is not a defense.
What the Caller Is Allowed to Be
The permitted surface is deliberately almost nothing: a button, a single-line text field, and one endpoint that packages a pointer into a message. Under a hundred lines total. It knows the name of a pipeline and the identifier of a thing. It does not know what a pipeline does, what stages exist, what a plate is, or that rendering involves pictures at all.
Notice what that buys. The caller can be maintained by someone who has never opened the workshop. The workshop can restructure its entire internals — rename every stage, change the render format, replace the speech provider — without the caller noticing, because the caller's model of the workshop is a single string and an identifier. That is not an accident of the design; it is the design.
The Erosion Path Is Always the Same
Boundaries like this rarely fail in one dramatic decision. They fail through a sequence where every individual step is reasonable. Someone wants a preview thumbnail on the calling side, so a little image logic lands there. Then a duration estimate, which requires knowing something about segments. Then a progress indicator, which requires knowing the stage list. Each step is defensible on its own and the destination is a caller that has quietly learned video, at which point there are two implementations of the same knowledge and they will drift.
The written prohibition exists to make step one visible, because step one is the only one anybody could have stopped. By step three the cost of reversing is high enough that the boundary is gone in practice even if the document still claims otherwise.