Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
11–20 of 70 posts
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#12How are you folks handling the "uploading your source" to trigger for the workflows to work on your cloud offering? One thing that I find Temporal always wins over is that the workers live on your cloud/server so you aren't required to upload anything to them. Any plans to tackle this in the future?
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#13Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#14> use cases like compute-heavy tasks such as generating videos using AI (Icon.com), real-time computer use (Scrapybara), AI enrichment pipelines (Pallet, Centralize), and vibe coding tools (Hero UI, Magic Patterns, Capy.ai)
Okay, but aren't these websites using Trigger to schedule remarketing slop? Like adding you to Slack, sending you an email on day 1, sending you an email on day 7, etc... How exactly is it being used to power applications? You know what the difference is.
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#15Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#16Can you say more about "we found that most developers struggled to write reliable code with implicit determinism". What were some of the common mistakes you were seeing?
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#17I like Trigger but it's a lot of complexity... > use cases like compute-heavy tasks such as generating videos using AI (Icon.com), real-time computer use (Scrapybara), AI enrichment pipelines (Pallet, Centralize), and vibe coding tools (Hero UI, Magic Patterns, Capy.ai) Okay, but aren't these websites using Trigger to schedule remarketing slop? Like adding you to Slack, sending you an email on day 1, sending you an e…
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#18Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#19Congrats on the launch guys. It's been inspiring to see you iterate on the original idea and get more capable in each version. Can you say more about "we found that most developers struggled to write reliable code with implicit determinism". What were some of the common mistakes you were seeing?
Re: Launch HN: Trigger.dev (YC W23) – Open-source platform to build reliable AI apps
#20One thing I did notice though from looking through the examples is this:
Uncaught errors automatically cause retries of tasks using your settings. Plus there are helpers for granular retrying inside your tasks.
This feels like one of those gotchas that is absolutely prone to benign refactoring causing huge screwups, or at least someone will find they pinged a pay for service 50x by accident without realising.
ergonomics like your helper of await retry.onThrow feel like a developer friendly default "safe" approach rather than just an optional helper, though granted it's not as magic feeling when you're trying convert eyeballs into users.