Andrew Ng releases OpenWorker, an open-source desktop AI agent
Andrew Ng released OpenWorker, an MIT-licensed desktop AI agent that runs a local Python agent server under a Tauri shell. It supports 30 curated tool-calling models plus fully local Ollama models, and gates every write, shell command, and off-machine action behind a typed risk engine. Unlike chat-based assistants, it returns finished deliverables rather than conversational replies.
Why it matters: This adds to a growing category of 'agentic coworker' tools that execute multi-step tasks locally rather than just chatting, and the built-in risk-gating for file, shell, and network actions addresses a real safety gap in autonomous agents. Coming from Andrew Ng, a widely followed figure in applied AI, it's likely to influence how other open-source agent frameworks approach permissioning.