LIVE NEWS
  • Trump dangles $500 ACA refund checks, but legal basis is unclear
  • Guest post: How extreme heat is ‘creeping’ from summer into autumn and spring
  • Musk threatens to sue filmmaker Alex Gibney for defamation : NPR
  • 25 Years After 9/11, What Makes a Good Counterterrorism Strategy?
  • Twenty-five years after 9/11, strategic shocks mustn’t cloud strategic thinking
  • Infectious diseases will seed new ground as the planet warms — here’s where they’ll spread
  • India crypto takedowns target 15 platforms
  • NFL’s Rams and 49ers head to Australia in international expansion
Prime Reports
  • Home
  • Popular Now
  • Crypto
  • Cybersecurity
  • Economy
  • Geopolitics
  • Global Markets
  • Politics
  • See More
    • Artificial Intelligence
    • Climate Risks
    • Defense
    • Healthcare Innovation
    • Science
    • Technology
    • World
Prime Reports
  • Home
  • Popular Now
  • Crypto
  • Cybersecurity
  • Economy
  • Geopolitics
  • Global Markets
  • Politics
  • Artificial Intelligence
  • Climate Risks
  • Defense
  • Healthcare Innovation
  • Science
  • Technology
  • World
Home»Artificial Intelligence»Andrew Ng Just Released OpenWorker: An Open-Source, Local-First Desktop AI Coworker That Returns Finished Deliverables Instead of Chat
Artificial Intelligence

Andrew Ng Just Released OpenWorker: An Open-Source, Local-First Desktop AI Coworker That Returns Finished Deliverables Instead of Chat

primereportsBy primereportsJuly 24, 2026No Comments2 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Andrew Ng Just Released OpenWorker: An Open-Source, Local-First Desktop AI Coworker That Returns Finished Deliverables Instead of Chat
Share
Facebook Twitter LinkedIn Pinterest Email






Andrew Ng has announced OpenWorker, an open-source desktop agent that produces finished work rather than conversation. OpenWorker asks the user for an outcome, not a prompt: a polished document, a Slack reply containing the actual numbers, an updated calendar, a triaged inbox. It then breaks that outcome into steps, works across local files and connected apps, and checks in before anything consequential.

The architecture is four layers, and all of them run on your machine

The repository contains 119 Python files (~32,400 lines) under coworker/, 149 TypeScript/TSX files under surfaces/gui/, and 78 backend test modules.

The stack breaks down as follows:

  • Desktop shell — a Tauri 2 native window wrapping a React 18 UI. The bundle identifier is com.openworker.desktop, and the shell supervises the Python server itself.
  • Local agent server — Python 3.10+ on FastAPI and uvicorn, binding to 127.0.0.1:8765 by default. The example config caps a turn at 12 model↔tool iterations.
  • Capability and connector layer — vetted local tools (files, git, ripgrep-backed search, shell, todo) plus hosted integrations plus MCP.
  • Model router — one interface over native, OpenAI-compatible, reseller and local providers.

The engine is built on aisuite, Andrew Ng’s provider-agnostic LLM library.


‘+l.d+’

    ‘+l.u.map(function(u){return ‘

  • ‘+u+’
  • ‘}).join(”)+’

‘;
d.addEventListener(‘click’,function(){var was=d.classList.contains(‘on’);lay.querySelectorAll(‘.layer’).forEach(function(x){x.classList.remove(‘on’)});if(!was)d.classList.add(‘on’);sz();});
lay.appendChild(d);});
function facet(items,idx,chipEl,rowEl,render){
var cats=[];items.forEach(function(it){if(cats.indexOf(it[idx])<0)cats.push(it[idx])});
var sel=”All”;
function chips(){chipEl.innerHTML=”;[‘All’].concat(cats).forEach(function(c){
var n=c===’All’?items.length:items.filter(function(i){return i[idx]===c}).length;
var b=document.createElement(‘button’);b.className=”chip”+(c===sel?’ on’:”);
b.innerHTML=c+’‘+n+’‘;
b.addEventListener(‘click’,function(){sel=c;chips();rows();sz();});chipEl.appendChild(b);});}
function rows(){rowEl.innerHTML=”;items.filter(function(i){return sel===’All’||i[idx]===sel}).forEach(function(i){
var d=document.createElement(‘div’);d.className=”row”;d.innerHTML=render(i);rowEl.appendChild(d);});}
chips();rows();}
facet(MODELS,0,document.getElementById(‘mchips’),document.getElementById(‘mrows’),function(m){
return ‘‘+(m[3]?’Vision + PDF’:’Tools only’)+’‘;});
facet(CONN,0,document.getElementById(‘cchips’),document.getElementById(‘crows’),function(c){
return ‘

‘+c[1]+’

‘+c[0]+’‘;});
var mxb=document.getElementById(‘mxb’);
MX.forEach(function(r){var tr=document.createElement(‘tr’);
tr.innerHTML=’

'+r[0]+'

‘+r.slice(1).map(function(c){return ‘

‘+c[0]+’

‘}).join(”);
mxb.appendChild(tr);});
function sz(){try{parent.postMessage({owEmbed:’ow1′,height:R.offsetHeight+40},’*’)}catch(e){}}
if(window.ResizeObserver)new ResizeObserver(sz).observe(R);
window.addEventListener(‘load’,sz);setTimeout(sz,120);sz();
})();

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleA healthier global diet could cut farm emissions by 85%
Next Article Kenmore Air plane crashes off Sucia Island in San Juans; 11 rescued – The Seattle Times
primereports
  • Website

Related Posts

Artificial Intelligence

Claude did best on a new benchmark for ‘agents that build agents’. It still passed fewer than a quarter of the tests.

September 10, 2026
Artificial Intelligence

Dell Says AI Will Drive 75 Percent Of Datacenter Demand By 2030

September 8, 2026
Artificial Intelligence

OpenAI launches GPT-6 Astra and says welcome to the “AGI era”

September 7, 2026
Add A Comment
Leave A Reply Cancel Reply

Top Posts

Threat of further violence looms after Mexican cartel rampage

February 25, 2026116 Views

‘Two-sided risk’ Medicare Advantage plans improve patient outcomes

February 24, 202673 Views

An $18bn settlement – and Zuckerberg barely blinked. The tech titans must be stripped of their power, and soon | Jonathan Freedland

August 28, 202626 Views
Stay In Touch
  • Facebook
  • YouTube
  • TikTok
  • WhatsApp
  • Twitter
  • Instagram
Latest Reviews

Subscribe to Updates

Get the latest tech news from FooBar about tech, design and biz.

PrimeReports.org
Independent global news, analysis & insights.

PrimeReports.org brings you in-depth coverage of geopolitics, markets, technology and risk – with context that helps you understand what really matters.

Editorially independent · Opinions are those of the authors and not investment advice.
Facebook X (Twitter) LinkedIn YouTube
Key Sections
  • World
  • Crypto
  • Cybersecurity
  • Geopolitics
  • Artificial Intelligence
  • Popular Now
All Categories
  • Artificial Intelligence
  • Climate Risks
  • Crypto
  • Cybersecurity
  • Defense
  • Economy
  • Geopolitics
  • Global Markets
  • Healthcare Innovation
  • Politics
  • Popular Now
  • Science
  • Technology
  • World
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
  • Disclaimer
  • Cookie Policy
  • DMCA / Copyright Notice
  • Editorial Policy

Sign up for Prime Reports Briefing – essential stories and analysis in your inbox.

By subscribing you agree to our Privacy Policy. You can opt out anytime.
Latest Stories
  • Trump dangles $500 ACA refund checks, but legal basis is unclear
  • Guest post: How extreme heat is ‘creeping’ from summer into autumn and spring
  • Musk threatens to sue filmmaker Alex Gibney for defamation : NPR
© 2026 PrimeReports.org. All rights reserved.
Privacy Terms Contact

Type above and press Enter to search. Press Esc to cancel.