Skip to main content

Facilitating the Facilitators - The Case for Production Workflow Managers

· 6 min read

Production Workflow Manager: A liaison who designs, manages, and optimizes production workflows and tool configurations, allowing for fluid collaboration between creative, production, and technical teams.

Introduction

"The envoy to pipeline from production."

Most of us accept that the primary role of a VFX vendor-side production team is to facilitate the activities of artists working on a project. The tangible goal-posts then, can be summed up as: keeping an artist's main focus on what's happening between their read and write nodesnot tracking creative look approvals, change orders, linking assets, scheduling, relaying notes, and so on...

A good producer needs to have a set of tools at their disposal to enlist, support, and deliver the work of these artists. These tools should also help make sure producers and coordinators can utilize all available data tracked in whatever production resources available. Enter the Production Workflow Manager. Some put this under Production Manager, others Production Pipeline Lead, at some shops coordinators do this, or TDs, but this person's role is to facilitate the facilitators — and it's my opinion that this should be a dedicated role as the envoy to pipeline from production. Essentially someone who works to build, teach, and support workflows that bolster the work of production professionals.

Top 10 Apps New to Me in 2025 (SO FAR)

· One min read

In order of usage frequency:

  1. Resilio Active Everywhere 📡 - Distributing data made easy, sync solution that packs a punch.
  2. MinIO 🦩 - open-source object storage server written in Go, designed for private cloud infrastructure.
  3. Kiri Engine 🗿 - Incredible photogrametry and LiDAR scanning from your phone.
  4. Rustdesk 🖥️ - Remote Desktop written in Rust.
  5. Markdown Here Ⓜ️ - Markdown plugin for Thuderbird email client.
  6. Tailscale 🛜 - Modern, cross-platform and FOSS VPN mesh tool.
  7. Comfy UI 🎨 - Interface for generating images with AI.
  8. Invoice Ninja 🥷 - Snappy, well designed FOSS invoicing program.
  9. JuiceFS ♾️ - FOSS application to mount cloud storage locally. Importantly works with MinIO as well as S3 for AWS Deadline Cloud.
  10. OBS 📺 - High performance real-time video capturing.

Honorable mentions (🦃Turnkey🔑 platforms):

  • Arch Platform Technologies 🏛️ - Intensely configurable cloud workstations designed for VFX.
  • [Re]design Artst Anywhere 🌎 - Cloud solution for workstations with Flow PTR integrations.
  • Studio Monkey 🐒 - Tools for managing productions.

Tailscale Meets The Nucbox M6

· 3 min read

The Genius of Meshes

I recently stumbled upon a very cool FOSS tool called Tailscale. Tailscale is a secure and easy-to-use VPN that allows you to connect to a network remotely — like from an airplane or in my case, often from China.

Something specifically interesting about Tailscale is that it uses a mesh network topology, which means that every device on the network is connected to every other device. This allows for quick and reliable communication between devices, even if they are behind firewalls. On top of that, Tailscale gives you a pretty sweet user interface, making it easy to set up and authenticate with, certainly easier than opening up ports and forwarding stuff. Tailscale is built on top of WireGuard which is their cryptographic foundation for secure peer-to-peer connections. There's a bunch more that they do with smartly storing keys and how they exchange, but essentially, there's no single point of failure (or bottlenecking), and the scalability factor of this particular type of distributed mesh is huge too (but they let you select "exit nodes" where you can funnel traffic specifically if you still want stuff to go through a chosen node).

Overhauling ShotGrid Statuses With Webhooks

· 3 min read

I overhauled the status workflow here at Baked Studios. I thought I’d share for those curious about how some studios manage statuses. We’ve linked Version statuses to Task statuses to Shot Statuses. The thinking behind this is as follows: Shot Statuses are an overview status — used for clients and producers. Task statuses are used by Coordinators and Artists to communicate well, task status, and then version statuses are used mainly for the review process by Artists and Supervisors. Since people bid shots, track tasks, and review versions — this all seems to make sense to me.

Often, you'll find that the status of a task is contingent on the status of a version linked to that task. And the status of a shot, contingent on the statuse of a task linked to that shot. So we linked everything up using SG's webhooks interface and a service hosted on firebase. Here's the general mapping we use with some categories to help make sense of things:

webhooks

🤖Here's the full repo for the webhooks service👾

Top 10 Apps New to Me in 2024

· 2 min read

In order of usage frequency:

  1. Arc 🎨 - A creative new take on the web browser
  2. Thunderbird 🐦 - Lightweight, configurable email client - free and open-source from Mozilla
  3. BitWarden 🔐 - Modern, cross-platform and open-source password/secrets manager
  4. Bear 🐻 - Note taking and documentation writing markdown App
  5. Zed 🔳 - Open source high performance GPU accelerated collaborative code editor
  6. Suite 🚀 - Mounted cloud storage at lightning speeds
  7. Parallels ‼️ - Local VMs and cross platform integrations on your mac
  8. Signal 🛜 - WhatsApp substitute - letting me get away from meta in 2025
  9. MASV 🛸 - Lightweight, well designed file share platform for sending massive files (slack integration ++)
  10. Spacedrive 🪐 - A promising cross-platform file manager that packs a huge punch

Honorable mentions:

  • Compressor 🗜️ - Apple’s Media Encoder - allowed me to leave adobe in 2024
  • Pixelmator Pro 🖌️ - Photoshop/Illustrator replacement - also let me leave adobe in 2024
  • ChatGPT 🤖 - LLM AI who’s lovely to talk to - but the app needs much more love
  • DaVinci Resolve 🖲️ - Not new to most people - but this also allowed me to leave adobe in 2024 - deserves a mention just for that
  • DaisyDisk 🌼 - Awesome graphical disk space utility for Mac (late to the game on sunburst diagrams)

File Streaming? Could be Suite

· 7 min read
note

The following was written in 2024 some info may be outdated. In particular, Resilio Active Everywhere has since added their own file streaming solutions. I still think Suite works best for small to medium sized studios, however on larger projects and particularly with hybrid workflows, modern Resilio is a great option.

This is an overview of how remote VFX workflows can be improved by adopting Suite Studios.

Introduction

At the core of every VFX workflow is thoughtful consideration of who the users are. Typically this includes artists, TDs, coordinators, supervisors and producers. A good remote workflow, that does right by these users, needs the following qualities...

USDZ Cookie

· One min read

Simple and fun way to access decades worth of techno dev from Apple and Pixar:

Export a model or animation out of Maya with the USD plugin. Can drag and drop into Apple’s “Reality Converter” if you’d like to tweak. And that’s it, you should have a file that’s openable in AR.

Cookie

Tidbyt Status Monitor

· 3 min read

I'm excited to share a cool integration I put together. Here's the documentation for creating a Tidbyt status monitor using Python and a strange mysterious language called Starlark. Tidbyts are these small, wall-powered displays that can be used to show information on your desk or anywhere else you want to keep track of cool stuff.

🤖Find the REPO here on GitHub🟪