It took 80 days to build, but I just shipped a UXP plugin called VertForge that crops clips at the 50% mark of the sequence (regardless of size or position). It also saves motion settings to 1 of 6 tabs that can later be paste back. I’m about to release the update that includes cropping at 1/3.

I used chatGPT to get a panel loading in the dev app, and scripted some basic button functions. But quickly ran into many issues around documentation and API calls like everyone else is talking about… Sorry, the following is a brain dump.
You can set up a project and feed all the SDK headers as a foundation.
You can state the problem and ask it to create a probe button to search for undocumented calls. (know that you might build around something that breaks on the next update)
You can also tell it to ask GREG (grep in terminal, (a typo inside joke that stuck)) and it will give you places to poke on your machine.
To start, get a panel with one piece of functionality, add from there, LLMs aren’t very good at doing 20 features at once. They’re great at making a PRD, but not executing it all in one go, at least in my experience.
I had a working panel with ChatGPT and then moved to Claude… it has changed the game. I use the chat window to explain problems and think about solutions, and then co-worker has access to a folder on my desktop that has my manifest, js, html… once it confirms changes I reload the plugin and test.
Tell it to load up with console logs ahead of time, unless you’re confident. I don’t know code, so errors I just had to paste back to the LLM and ask what it meant.
About a dozen times I was told by both models that what I was doing wasn’t possible, particularly around multicam and changing angles automatically. I pushed back, or thought of a new way to execute the same thing, and it always turned out that it WAS possible.
If you get stuck, ask it to summarize the issue and then take that to a new chat window or new model completely… I noticed it would get stuck in a loop and switching to a new AI made it more enthusiastic about solving the problem. Problems it couldn’t solve earlier.
One last (shameless) plug… for my plugin. Video Quick Fix is the service business I’ve built over the last decade, and we’re just getting into software, because I’m a new dad want to stop selling my time so I have more time with my kids… If you try the plugin and have feedback, you can send me a message and I’ll gladly give you an extended license key.
Good luck out there! And may your auto save always bring your life stability.
