Developing Tank vs Custom Scripts
Custom scripts are a legitimate solution for assistant editors with the technical skills to build them. A well-written Python or Javascript or terminal commands that parses an EDL, populates a tracker, and emails a PDF on export is impressive and genuinely useful. The problem isn't that scripts don't work - it's that they work until they don't, and the failure usually happens at the worst possible moment.
Show conditions change. The editor moves from one sequence naming convention to another. A new show has a different marker color scheme. Avid updates and the export format shifts slightly. Each of these is a debugging session that falls on whoever wrote the script - often the same person who needs to be finishing the cut, prepping dailies, or pulling a VFX turnover.
Custom scripts also don't transfer well. A workflow one AE built for one show doesn't automatically work when a new AE takes over or when the show's post supervisor changes the delivery specs. There's no shared version history, no UI for the editor to review, and often no documentation.
Developing Tank started as the answer to maintaining too many one-off scripts. It reads AVB, AAF, EDL, and ALE files natively, processes VFX detection and change tracking automatically, and outputs EDL, AVB, CSV, and PDF from a single workflow without requiring anyone to write or maintain code. The marker rules that drive VFX detection live in the project settings, so they're visible, editable, and consistent across every sequence upload.
If you have scripts that are stable and you trust them, keep using them. If you spend meaningful time per show maintaining, debugging, or rewriting automation that should just work, Developing Tank is designed to replace that maintenance burden with a repeatable workflow.
| Feature | Developing Tank | Custom Scripts |
|---|---|---|
| Auto-detect VFX from files | Yes | No |
| All data entry is manual | No | Frequently needs to be cleaned up before being usable. |
| Rebuild per show | No | Yes - every time a workflow changes |
| Programming Required | No | Yes |
| Web-based | Yes | No |
| Team collaboration | Yes | Only if they know how to use the script |
| Generates EDL files | Yes | Only if you first write and maintain a script |
| Change detection | Yes | Only if you first write and maintain a script |
| Target user | Assistant Editor | Assistant Editor |
The Verdict
If you keep rewriting scripts for every show or frequently fixing broken functions, it may be time for a more stable workflow. Developing Tank reduces script-maintenance overhead and consolidates tracking plus output steps in one place.