惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
小众软件
小众软件
The Cloudflare Blog
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
美团技术团队
WordPress大学
WordPress大学
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
GbyAI
GbyAI
B
Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Microsoft CEO Nadella Argues Learning Loops Beat Picking ...
Sandy Carter · 2026-06-15 · via Forbes - Innovation
Salon Viva Technology 2018, Startup connect : Day One

Nadella argues that a learning loop is more powerful than an LLM. (Photo by Chesnot/Getty Images)

Getty Images

Microsoft CEO Satya Nadella just articulated something most enterprises miss about their own AI future: the real competition isn't which model you pick. It's whether your organization learns from what it builds.

Here's the concept.

A learning loop is a system that gets better every time it's used, not because you upgraded the software, but because the system captured what happened, learned from it, and improved.

Think of a surgeon. Her first surgeries take eight hours each. By surgery 500, four hours. She didn't get a new brain; her brain learned patterns, optimized movements, anticipated complications. The knowledge stayed in the system.

Most enterprise AI doesn't work that way.

You deploy Claude or ChatGPT in a workflow. It answers questions. But tomorrow, when you ask the same thing slightly differently, it remembers nothing about your business.

You have access to a smarter general model. That's a tool, not a learning loop.

The difference in humans in the loop vs the learning loop.

Sandy Carter

Why Microsoft Says Human In The Loop Falls Short

For two years, enterprises have been told the answer is "human in the loop." Someone approves the AI's output.

A compliance officer checks it. A manager says yes or no. But human approval is a checkpoint, not learning. The factory doesn't improve; you just hired someone expensive to stand at the end of the line rejecting bad products. You're paying for quality control, not competitive advantage.

Nadella's point is different. What if, instead of checking AI output, your organization captured every interaction, every correction, every outcome, and fed it back so the system got better at your business specifically? That's a learning loop.

How A Learning Loop Actually Works

Picture a sales team whose AI agent drafts proposals. Without a learning loop, the AI drafts 100 proposals and reps edit 80 of them, because it missed your pricing model or your customers' real pain points. Next month, same problem. The AI has no institutional memory.

With a learning loop, the system captures every edit. Why did Sarah change the bundle? What objection does Tom always address first? After 500 proposals, the system has learned your company's actual sales logic, not generic patterns. Proposal 501 needs fewer edits. Proposal 1,000 barely needs any. You've built proprietary intellectual property competitors can't download from anyone's website.

Microsoft's Argument That Learning Loops Create Moat

This is why Nadella wrote his X memo. Don't compete on model selection, he argues; everyone has Claude, GPT, and Gemini. Compete on learning loops that encode your judgment, workflows, and expertise into AI that improves with use. He reinforces this with a warning against "token-maxing," the reflex to throw the most powerful model at every task. The advantage comes from the system wrapped around the model, not the model's raw horsepower.

Microsoft's stake is clear. It wants enterprises building those loops on Azure: fine-tuning there, storing proprietary data there, investing effort that makes switching expensive. The framing conveniently shifts the conversation from "who has the best model" (where Microsoft depends on partners like OpenAI) to "who built the smartest system" (where Microsoft sells the infrastructure).

Where Microsoft's Rivals Disagree

Not everyone buys the learning-loop thesis.

OpenAI supports the broadest fine-tuning methods today, yet its larger bet is simpler: keep making the base model so good you don't need elaborate loops. Just write better prompts. Faster to deploy, less governance headache.

Anthropic leans on Projects, retrieval workflows, and constitutional AI rather than broad fine-tuning; as of early 2026 its fine-tuning was limited to older Claude models. The bet is that enterprises value control, safety, and governance over retraining weights. (Note: The Fable LLM from Anthropic was just locked down.)

The open-source path, using LoRA and parameter-efficient fine-tuning on models like Llama, offers independence but hands you the operational burden of running and securing your own infrastructure.

And the pragmatists ask why build a learning loop at all when you can call an API, pay per token, and upgrade automatically with zero overhead.

The Catch-22 Microsoft Glosses Over

Building a real learning loop means solving three hard problems at once. Infrastructure: pipelines to capture training data from live usage, fine-tune on it, deploy the result, and monitor that you didn't make things worse. Data governance: turning proprietary conversations and workflows into clean, compliant, machine-readable training data, where most teams spend weeks and discover the data was garbage. Discipline: continuous evaluation to confirm the model actually improved on your outcomes rather than memorizing your data. Enterprise consultant Kumar Gauraw has documented the pattern repeatedly: teams rush to fine-tune, rent expensive GPUs, and discover a better-written prompt would have solved it in an afternoon.

Regulation complicates it further. Anthropic's Dario Amodei recently proposed FAA-style oversight of frontier models, with independent audits before deployment. That's manageable for OpenAI or Google with their compliance teams; it's harder for a mid-market enterprise running continuous fine-tuning on proprietary data. The burden may favor centralized labs over distributed enterprise loops.

Why Microsoft's Bet Is Still Worth Watching

Despite the catch-22, Nadella's core insight holds: companies that build proprietary learning loops early gain an advantage that's hard to replicate.

Not because the technology is magic, but because the loop encodes institutional knowledge into systems that improve with each use. That's building an asset, not buying access to a smarter model.

The real question isn't whether learning loops work. It's whether your organization can afford the infrastructure, the governance, and the discipline to build one, or whether you're better off waiting for models to get so capable that loops become unnecessary.

That's a strategic choice about what kind of company you want to be. Nadella thinks the answer is obvious. But he's arguing for a Microsoft-friendly vision, not a universal enterprise truth.