ShootMesh-AI: A Transparent “Production Office” for Staged Film-and-TV Days
How I modeled department proposals, a merge policy, and an audit ledger without hiding the coordination rules TL;DR I built a small Python proof of concept called ShootMesh-AI that behaves like a m...

Source: DEV Community
How I modeled department proposals, a merge policy, and an audit ledger without hiding the coordination rules TL;DR I built a small Python proof of concept called ShootMesh-AI that behaves like a miniature production office for a synthetic shooting day. Separate modules pretend to be scheduling, locations, safety, and equipment voices. Each one proposes actions when a staged incident appears. A coordinator applies a deterministic merge policy with an explicit priority order, and a ledger records what was chosen and how many minutes the plan slipped. The runnable code prints an ASCII table to the terminal and writes two charts to disk. From my perspective, the interesting part is not cleverness for its own sake; it is inspectability. I can read the policy, replay the ledger, and explain why a particular department “won” a merge at a particular step. The repository is public for learning, and the article is written as a personal experiment rather than as on-set guidance or employer-backe