WTF Notes of hitesh

Sandbox to no sandbox

We started with a no friction workflow builder and then with time and feedback we pivoted to something as Tasks for AI Agents.

The agents simply pass you the details resulting in workflow on the fly.. which further builds the final task to perform.

Until now this was all dependent on sandbox to run the codegen. For instance, your code can be a DSL to union data between Stripe and hubspot to give you premium customers or something.

But we are now making a general workflow algorithm that won't need the codegen at all. We will have all the DSL in place to perform the intersection/ union/ match etc data between the different integrations like gmail + salesforce + github etc. etc.

This is still an early experiment but if this works as expected, we will only need to add oauth providers to scale things.

WTF.