Nick Vasilescu
๐ค SpeakerAppearances Over Time
Podcast Appearances
Oh, I don't know any business that I can reach out to that I can automate stuff for.
A great place to start is Upwork because there's jobs on Upwork that are literally posted.
They're asking you, they're like, I want to pay $500,000, $1,500,000, $3,000, $20,000 for this AI workflow.
I spawned a sub, it went viral on Twitter.
I spawned sub agents to go find all these jobs and then build out little demos for each of them.
And then we picked the best one and okay, let's apply for that proposal with that.
So that's a little tidbit there on Upwork and all of that.
Yeah, and I think it's good to treat it as a starting point.
If you can save time preparing a proposal for a job on Upwork, it's like, what is that worth?
And if you could do just 100x volume, what is that worth?
So there's a couple things on that of the parallelization of work with open clause.
So there's like, could you have 10 open clause working on a given task?
And it breaks up that tasks into 10 subtasks.
And so each open clause does one of those subtasks.
That's one way of having parallelization.
But another way is to have 10 open clause working on the same task, just 10 different instances of it.
And that was kind of like what I was doing here.
It's, you know, four different instances of the one open clause, you know, or four different open clause doing the same thing of looking up different jobs and Upwork that they can apply to.