We built OpenCut AI because we were tired of video editors that phone home. CapCut sends data to ByteDance. Descript uploads everything to AWS. Runway is cloud-only and credits-based. We wanted an editor that stays on your hardware.
With Toronto Tech Week still fresh in mind, I am reflecting on the events I attended and what made some stand out more than others.
Here are some of my thoughts:
Careful curation of attendees is super powerful as it helps gather people with similar interests in the same room and spark great discussions. I witnessed events that did this very well and those events were much more valuable for me to attend.
Many events allowed you to work out while networking which is a great habit stacking if you enjoy both things. I found myself joining 2 founders runs throughout the week and had a memorable time. From the other events I saw on offer there was something for everyone from pilates to paddle.
I also enjoyed events that promoted discussion and sharing rather than just passively listening to a lineup of speakers demo their products. For example, one event hosted a science fair where product builders could demo their product in a room between the main presentations, where attendees could approach the tables with the products they want to interact with.
Spent a chunk of Saturday on this and felt obligated to share.
The setup: Claude Code wrote a clean, working function that passed every test. Looked perfect. Pushed to staging. Production crashed.
The bug: the agent had quietly used a deprecated method that worked in tests because of a mock. The mock didn't trigger the deprecation warning. The agent had no way to know it was using something on its way out.