H
Howardism
Plate IIEntities中文HOWARDISM

Andrew Ng

PublishedJuly 9, 2026FiledEntityDomainEntitiesTagsEntityPersonAI EducationReading7 minSourceAI-synthesised

Founder of DeepLearning.AI and AI Fund, founding lead of Google Brain, co-founder of Coursera; writes The Batch, where his June 2026 letter set out the three-loop taxonomy of AI-native building and reframed the residual human contribution as a "context advantage" rather than taste — and in a July 2026 Washington Post interview argued open weights are a national-competitiveness instrument, called anti-open-model lobbying "false," and rejected distillation as the explanation for Chinese gains

Illustration for Andrew Ng

Sources#

Summary#

One of the most widely-read educators and practitioners in machine learning: founding lead of Google Brain, co-founder of Coursera, former Chief Scientist at Baidu, founder of DeepLearning.AI and Landing AI, managing general partner of AI Fund, and adjunct professor at Stanford. He writes The Batch, a weekly letter that is one of the field's highest-circulation practitioner venues. On X as @AndrewYNg.

The wiki knows him through a single June 2026 letter, cross-posted to X, on how he builds 0-to-1 products with coding agents.

The June 2026 letter#

Written as a response to "loop engineering" becoming a buzzphrase after Boris Cherny and Peter Steinberger went viral — the same two quotes Loop Engineering is built on. Ng's move is to point out that everyone is optimizing one loop while a product runs on three.

  • The Three Loops of AI-Native Building — the agentic coding loop (agent-closed, minutes), the developer feedback loop (human-closed, tens of minutes to hours), the external feedback loop (market-closed, hours to weeks). Each outer loop is one to two orders of magnitude slower than the one it contains. "These loops guide not just how I build software, but also how I decide what software to build."
  • Context Advantage, Not Taste — the letter's sharpest line, and a direct reframing of the wiki's central open question. "Many people describe this human contribution as 'taste,' but I prefer to think of it as humans having a context advantage, since that gives us a clearer path to helping AI systems get better… So long as the human knows something the AI does not, human-in-the-loop is needed."
  • QA was the job that went away. "Last year, a lot of developers (including me) were acting as the QA function for our coding agents… with coding agents much more able to test their own code, the amount of time we need to spend on this function has decreased significantly." The human was promoted out of QA, not removed from the loop. This runs against Verification as the New Bottleneck and against Faros's telemetry; the scope difference (personal 0-to-1 builds vs production orgs) is the likely reconciler.
  • Evals as a reaction, not a prophylactic. "If you find that the system repeatedly runs into certain problems, building a set of evals for the agent becomes useful." Cheaper and lazier than Cat Wu's "ten great evals" as the spec.
  • Engineers into product. "More engineers are starting to play a partial product management role… the hardest part is shaping the product vision and striking a balance between building and getting user feedback." A third independent report of Engineer PM Convergence, with a named failure mode: engineers over-run the loop they enjoy.

His running example is a typing-practice app he built for his daughter over a weekend, in which the coding agent worked unattended "for around an hour, using a web browser to check what it had built multiple times before getting back to me." An anecdote, not a measurement — everything in the letter is practitioner-opinion.

The July 2026 Washington Post interview#

A 30-minute conversation with James Hohmann for the Post's Building America series (China, Open Source & AI Competitiveness — Andrew Ng, published 2026-07-29) — the wiki's second Ng source, and a different register from the first. The June letter was a builder talking about his own loops; this is Ng making a policy argument, and it is by some distance the most combative he appears in this corpus.

  • Open Weights as Competitive Strategy — the substance, and its own page. "To sustain competitive advantage in America, one of the most important things we have to do is support and sustain open models." He accuses "a handful of businesses" of lobbying that open models are dangerous — "I think that's false" — while disclosing a conflict that points the other way: he is "the only person that both Sam and Dario have worked for" and says he wants OpenAI and Anthropic to succeed.
  • Distillation as attribution, rejected. "Vastly overstated" as an explanation for Chinese open-model gains, with a specific timing argument against the claim that Kimi K2 was distilled from Fable, plus a fairness symmetry he leaves deliberately open (every lab distilled the internet first).
  • OpenWorker — his open-source desktop agent with Rohit Prasad, announced days before this interview. Positioned against Claude's Cowork, ChatGPT and Gemini Antigravity as "a free open source version that anyone can use" rather than as a competitor on capability: "I'm actually excited about tools like…" names all three rivals approvingly. The distinguishing claim is the same one Cowork makes — output is finished work, not chat: "it can produce a finished polished document rather than just give me things to copy paste."
  • No job apocalypse, with software as the harbinger. "Software engineering job postings are up… the industry is healthy and growing," generalized to a prediction that most job categories will need new skills rather than fewer people. Directionally corroborated by Indeed's data in Firm AI-Spend Intensity and Headcount Growth and composition-blind in the way that page documents.
  • Agent-ready data as the underrated buildout. "Make your data fabric agent-ready" — agents access data far more often and more chaotically than humans, so the binding constraint is automated interfaces, not storage. His illustration is an authentication one: "I can't have it stop me every 60 seconds [and] have me type in the password." See Agent Identity and Authentication.
  • The application layer over the infrastructure layer. His Cisco analogy for where AI value accrues, recorded in AI Investment Story, Not Efficiency Story.

Everything in the interview is practitioner-opinion with no measurement offered, and the transcript is auto-captioned — one sentence bearing on the US/China capability gap is garbled and should not be quoted (flagged on the concept page).

Connections#

Sources#

  • Thread by @AndrewYNg — Andrew Ng, The Batch (2026-06-30), clipped from X (practitioner-opinion)
  • China, Open Source & AI Competitiveness — Andrew Ng — Andrew Ng interviewed by James Hohmann, Washington Post Live "Building America" (2026-07-29, 30:39), practitioner-opinion. Auto-caption transcript with ASR proper-noun corrections applied at ingest; one garbled sentence marked [sic]
§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 32
Related articles
  • The Three Loops of AI-Native Building

    Andrew Ng's nested-loop taxonomy for 0-to-1 products: the agentic coding loop (minutes, agent-closed), the developer fe…

  • Claude Code

    Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…

  • Boris Cherny

    Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…

  • Harness Shrinkage as Models Improve

    Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…

  • Verification as the New Bottleneck

    Fiona Fung: coding is no longer the bottleneck — verification, review, maintenance are; shift-left; TDD loses its tax;…