The Open-Source Worker That Makes AI Models Do the Work
Andrew Ng's OpenWorker is a way to turn any model into a worker — one that gets a task, figures out what it needs to do, and runs it on its own. You feed it a prompt, it thinks about the problem, and it calls whatever tools are available: code, web search, image generation, the works. It's not a chatbot you talk to; it's a worker you send to a desk.
The thing that makes it worth looking at is the approach. Instead of fine-tuning a model for one job, OpenWorker lets you compose workers from the models you already have — one for writing, one for debugging, one for research. They run in parallel, each one focused. You get the results back. No single model has to be perfect; you just need the right ones for the job.
This is the kind of open-source tool that quietly reshapes how we build with AI. It's not a new model; it's a new way of using the models we already have. And it's free.
Why this matters for us: the workers are open, so the people who write the code, run the side business, or build the next tool — not just the big labs — can use them without paying the rent.
“A new way of using the models we already have.”