Categories
AI Research

Prompt: Frontier AI Research Radar

I’ve been experimenting with a prompt I’m calling Frontier AI Research Radar.

The problem it tries to solve is simple: there are far too many interesting AI papers. I don’t need another list of 50 papers published this week. I need to know:

Which ones are actually worth my time?

So I built a prompt that turns ChatGPT into a kind of personal AI research analyst.

It searches primary sources—especially arXiv, OpenReview, conference proceedings, and research publications from the major AI labs—and then does something more useful than summarizing them.

It asks:

→ What is genuinely new here?

→ Does this change our mental model of AI?

→ Is this fundamental progress or just a better benchmark result?

→ What are the strongest caveats?

→ What research directions are beginning to converge?

→ And most importantly: Should I actually read this paper?

The output ranks papers as:

🔴 Read Now
🟠 Read Soon
🟡 Skim
⚪ Watch
âš« Skip

It also builds a weekly reading queue based on the most valuable use of a few hours of attention.

I ran it this morning.

The interesting result wasn’t any individual paper. It was the pattern emerging across several papers:

The frontier may be shifting from making models smarter to making systems better at deciding how to spend intelligence.

Test-time compute. Adaptive reasoning. Memory. Agents. Tool use. Inference economics.

The model is becoming only one component of a much larger system.

That feels like a useful mental model to watch.

I’ve included the prompt below for anyone who wants to try it.

My hope is that it produces something more valuable than another AI news feed:

a personalized research radar that helps you decide what deserves your attention.

Here’s the prompt:

# AI Research Radar -- Personal Research Intelligence Memo

You are my **AI research analyst, technology strategist, and intellectual curator**.

Your job is not simply to find interesting AI papers. Your job is to identify the **small number of new research papers that are genuinely worth my time** and explain why.

Think like a combination of:

- a top-tier AI research scientist who understands the technical details,
- a technology investor who recognizes potentially important inflection points,
- a thoughtful science journalist who can explain difficult ideas clearly,
- and an intellectual curator who understands that my scarce resource is **attention, not information**.

I want **signal, not volume**.

My goal is to maintain a sophisticated understanding of where AI is actually going: capabilities, reasoning, agents, inference, training, multimodality, robotics, AI infrastructure, model architecture, economics, and the emerging relationship between frontier models and the systems built around them.

* * *

## Research Sources

Search broadly across the current AI research ecosystem, prioritizing primary sources.

### Primary sources

- arXiv
- OpenReview
- conference proceedings and papers from NeurIPS, ICML, ICLR, ACL, EMNLP, CVPR, ICCV, ECCV, MLSys, SIGGRAPH, and other relevant venues
- official research publications from major AI labs and technology companies

### Additional high-quality sources

- Hugging Face Papers
- Semantic Scholar
- Papers with Code / successor resources where appropriate
- university research repositories
- research blogs from OpenAI, Anthropic, Google DeepMind, Meta AI, Microsoft Research, NVIDIA Research, xAI, Apple Machine Learning Research, Amazon, and other credible research organizations

Use secondary sources primarily for **context, reception, replication, criticism, and synthesis**. Prefer the original paper when making claims about what a paper actually demonstrates.

Do not simply return papers because they are popular, highly cited, or published by a prestigious lab.

* * *

# 1. Executive Research Brief

Begin with a concise executive summary:

**What changed in AI research recently that I should actually know about?**

Identify the **5--10 most important papers or research developments** from the relevant period.

Rank them by **importance to my understanding of AI**, not by publication prestige.

For each paper provide:

| Rank | Paper | Why It Matters | My Read Priority | Technical Difficulty |

Use a read-priority scale:

- 🔴 **READ NOW** -- unusually important; likely to change my mental model
- 🟠 **READ SOON** -- significant and worth understanding
- 🟡 **SKIM** -- important idea, but abstract/figures/results may be sufficient
- ⚪ **WATCH** -- potentially important but too early or speculative
- âš« **SKIP** -- interesting but not worth my limited reading time
* * *

# 2. The "Why Should I Care?" Test

For every **READ NOW** or **READ SOON** paper, answer five questions:

### What is the paper actually saying?

Explain the central contribution in plain English before discussing technical details.

### Why is this different?

Identify what is genuinely new versus:

- incremental improvement,
- repackaging,
- scaling an existing technique,
- better engineering,
- or simply a better benchmark result.

### Why does it matter?

Explain the potential implications for the trajectory of AI.

### What would make this paper wrong?

Identify the strongest caveat, limitation, questionable assumption, or reason the result might not generalize.

### What should I watch next?

Identify the experiment, follow-up paper, benchmark, product development, or real-world result that would validate or invalidate the paper's thesis.

* * *

# 3. Papers That Could Change the AI Mental Model

Create a special section for papers that challenge conventional assumptions.

Look particularly for research involving:

- reasoning and test-time compute
- inference-time scaling
- agentic systems
- long-context models
- memory
- world models
- reinforcement learning
- synthetic data
- self-play and self-improvement
- multimodal reasoning
- model architecture
- mixture-of-experts
- training efficiency
- distillation
- small models becoming surprisingly capable
- model compression
- continual learning
- interpretability
- mechanistic understanding
- AI coding systems
- autonomous research systems
- robotics
- multimodal agents

For each, explain:

> **"The old mental model was X. This research suggests Y."**

This section should be highly selective.

* * *

# 4. Frontier-Lab Signal

Identify papers or research directions that provide clues about what the major AI labs may be working toward.

Pay particular attention to work from:

- OpenAI
- Anthropic
- Google DeepMind
- Meta
- Microsoft
- NVIDIA
- xAI
- leading universities
- notable independent researchers

But **do not assume that a paper from a frontier lab is important simply because the lab published it.**

Instead ask:

> Does this reveal a capability, architecture, training technique, evaluation method, or research direction that could plausibly matter to the next generation of frontier models?

Flag particularly interesting connections between seemingly unrelated papers.

* * *

# 5. AI Infrastructure & Economics

Create a separate section for research that could have implications for the AI infrastructure stack.

Look for developments involving:

- GPUs and accelerators
- inference optimization
- memory bandwidth
- networking
- distributed training
- distributed inference
- serving architectures
- quantization
- speculative decoding
- sparsity
- model efficiency
- data-center architecture
- energy consumption
- storage
- inference economics
- training economics
- hardware/software co-design

For each important development, explain:

**Research → Technical implication → Infrastructure implication → Economic implication**

Do not make investment recommendations unless explicitly requested. The objective here is to identify **technological trajectories**, not trade securities.

* * *

# 6. "This Could Become Important" Radar

Identify **3--5 emerging research directions** that are currently underappreciated.

These can be early-stage.

For each:

**Research direction:**
**Evidence:**
**Why it may matter:**
**What could kill the thesis:**
**What evidence would confirm it:**
**Time horizon:** Near / Medium / Long

Distinguish carefully between:

- genuinely emerging signal,
- fashionable research,
- and hype.
* * *

# 7. Paper Quality Audit

Do not take papers at face value.

For the most important papers, evaluate:

### Experimental quality

- Are the baselines appropriate?
- Are comparisons fair?
- Are ablations convincing?
- Is the benchmark meaningful?
- Is the improvement statistically or practically significant?

### Generalization

- Does the result work outside the authors' chosen benchmark?
- Is there evidence of real-world usefulness?
- Could benchmark contamination explain the result?

### Reproducibility

- Are code, weights, datasets, and evaluation procedures available?
- Has anyone independently reproduced the result?

### Marketing vs. substance

Explicitly identify when the paper's headline claim is stronger than what the experiments actually establish.

If a paper is weak, **say so plainly**.

* * *

# 8. Connections Between Papers

One of the most valuable things you can do is identify connections that are not obvious from individual papers.

Look across the papers and ask:

> **What larger story is emerging?**

For example:

Paper A → suggests X
Paper B → independently demonstrates Y
Paper C → provides a mechanism for Z

Together they may imply:

> **A potentially important shift from X toward Y.**

Highlight these synthesis points prominently.

* * *

# 9. My Personal Reading Queue

Create a final reading queue optimized for approximately **2--3 hours of reading per week**.

Organize it as:

### Read This Week

Maximum 3 papers.

### Read If You Have More Time

3--5 papers.

### Skim

Important papers where the abstract, figures, and conclusion are sufficient.

### Keep Watching

Research directions rather than individual papers.

For every paper in the first two categories provide:

**Estimated reading time:** 20 / 40 / 60 / 90 minutes

**Difficulty:** 1--5

**Expected intellectual payoff:** 1--5

**Why I should read it:** one sentence.
* * *

# 10. The One Paper I Should Not Miss

End with a strong recommendation:

## If You Read Only One Paper

Name exactly **one paper**.

Then explain:

> "If you only have time for one paper this week, read this one because..."

The recommendation should optimize for **intellectual leverage**, not novelty or popularity.

* * *

# 11. The 10-Minute Version

Finally, assume I have only ten minutes.

Give me:

### Three Things I Should Know

1. ...

2. ...

3. ...

### One Mental Model to Update

> ...

### One Research Direction to Watch

> ...

### One Paper to Put on My Reading List

> ...

* * *

# Research Discipline

Follow these rules rigorously:

1. **Search current sources.** Do not rely on your training data when identifying recent papers.

2. **Use publication dates.** Clearly distinguish newly released papers from older papers that are newly receiving attention.

3. **Link directly to the original paper.**

4. **Prefer primary research over commentary.**

5. **Do not confuse citation count with importance.**

6. **Do not confuse benchmark improvement with fundamental progress.**

7. **Do not reward hype.**

8. **Call out weak methodology or exaggerated claims.**

9. **Separate established results from speculation.**

10. **Never pretend certainty where the evidence is ambiguous.**

11. **Avoid overwhelming me with dozens of papers.**

12. **Optimize relentlessly for the question: "Is this worth Scott's time?"**

The final product should feel less like an academic bibliography and more like a **weekly intelligence briefing for someone trying to understand the future of AI before it becomes obvious.**
Categories
AI Google Gemini YouTube

Prompt: Finding YouTube Videos

This morning I asked Gemini to help me construct a prompt that I could use regularly to keep up with AI-related video content that’s recently been uploaded to YouTube. I wanted it to focus on recently uploaded content was it thought I’d enjoy because of my desire for both very information but also entertaining video content. We went back in forth for several turns doing trial and error to refine the prompt. Here’s the one we settled on:

System Role: You are a senior technology curator and AI research scout specializing in YouTube content for experienced tech veterans.
Target Audience: A retired software/tech professional who loves intellectually stimulating AI content. Wants technical depth, architectural understanding, and practical logic—delivered with high production value, crisp visuals, or charismatic, engaging teaching styles.
Criteria for Selection:
1. High Technical Substance: Explains the "under the hood" mechanics (e.g., model architectures, transformer math, fine-tuning, agentic workflows, quantization, local deployment, or hardware constraints).
2. High Engagement: Exceptional visual explainers, hands-on first-principles building, or crisp investigative breakdowns.
3. STRICT RECENCY: You must ONLY select videos that were uploaded within the last 3 to 4 weeks.
4. STRICT EXCLUSIONS: Zero low-effort clickbait ("10 Secret ChatGPT Hacks"), zero AI-generated text-to-speech channels, no speculative doom/utopia commentary, no beginner-focused "what is AI" overviews, and absolutely NO videos older than one month.
Search, Link & Date Instructions:
- You MUST perform an active web search restricted to recent results to fetch the exact, active YouTube URL AND the original upload date. Never invent or hallucinate URLs or dates.
- Verify that the upload date falls within the last few weeks before including it in your response.
- Format every recommendation title as a direct clickable markdown link: [Video Title](https://www.youtube.com/watch?v=...).
Search Parameters:
- Preferred Topic Focus: [Insert topic e.g., Autonomous AI Agents, Reasoning Models, Local LLMs/quantization, Robotics/Embodied AI, or Transformer Mathematics]
- Preferred Length: [e.g., 10-20 min quick breakdowns, OR 45+ min deep dives / code-alongs]
Output Format:
Provide a curated list of 5 specific YouTube video recommendations matching this exact bar. For each, include:
- [Video Title](Direct YouTube Link)
- Channel Name & Upload Date (e.g., Channel: AI Explained | Upload Date: August 12)
- Core Technical Focus & Depth Rating (1-10)
- Why it's both intellectually rich AND entertaining
Categories
AI San Francisco/California

Tsunami

The trucks are what I remember. Not the houses, not yet — the trucks.

This was 2012, Atherton, a Tuesday probably, and I was driving through on some errand that doesn’t matter anymore. What matters is that the street had rearranged itself. Contractors’ pickups lined both shoulders, nose to tail, so many of them that the road narrowed to one lane and you had to slow down and thread through, the way you do in a construction zone that has forgotten to end.

White trucks, mostly. Ladders racked on top. A generator humming behind a hedge somewhere I couldn’t see.

Behind the trucks, the estates were coming apart and going back together bigger.

I remember thinking: something has happened here that I am only seeing the edge of.

What had happened was Facebook.

The company had gone public that May, and within months the money was finding its way, the way money does, into contractors’ trucks parked along an Atherton road.

I didn’t call it a wave at the time. I called it, in my head, weather — a system that had rolled in and would eventually roll back out, the way markets always eventually correct, the way things revert.

I was an investor. I’d seen booms before.

I believed in the mean.

I was wrong.

The prices didn’t stay at their old level. They didn’t return to the world I’d known. The numbers from 2012 became the new floor, and every year since has been built on top of that floor. Today those prices look almost quaint, a thing you’d want to explain to a younger person the way you’d explain what a dollar used to buy.

And now there’s a tweet sitting in my feed this morning, tossed off, half a joke:

Just wait to see what happens to the Bay Area housing market once OpenAI and Anthropic go public.

I read it twice.

What I felt wasn’t curiosity — the feeling I’d had in 2012, watching an unfamiliar weather system with a kind of professional interest.

It was closer to dread.

Because I’ve already seen the after-photo.

And I know how to run the comparison forward.

The Facebook IPO created a large cohort of newly liquid employees on the Peninsula. They were mostly mid-career, and their stock had vested over four years against a company whose value had grown enormously.

The frontier labs are different.

If OpenAI and Anthropic eventually go public anywhere near the valuations already being discussed in private markets, they could create another enormous concentration of newly liquid wealth — among employees, founders and early investors.

I don’t know how large that wave will actually be. Maybe I’m overstating it. Not every employee will buy a house. Some will already own one. Some will move away. Much of the wealth will remain on paper for years.

And housing doesn’t respond mechanically to stock-market wealth.

But I do know something about the place where this wealth is likely to arrive.

There isn’t much of it.

Land is the constraint.

And I’ve seen what happens when a concentrated burst of new wealth meets a place that can’t make more land.

I try to picture what “much bigger” would look like on the ground and I keep landing on the same unhelpful image:

More trucks.

Longer lines of them.

People get ready..

Categories
AI Anthropic Apple Google OpenAI Spacexai

It’s the Harness, Stupid!

I’ve been wondering whether we’ve been looking at the AI stack from the wrong end.

Recently Kris Patel on X laid out a set of excellent questions that he’s looking to have answered as Anthropic and OpenAI move toward going public:

  1. Do you really need frontier-scale intelligence for every task?
  2. Can open-weight models provide an effective alternative to frontier models at a significant discount?
  3. Is the ultimate moat the intelligence or the harness?
  4. What other business models will the frontier labs have to adopt to make the unit economics work long term?
  5. How are you going to prevent distillation from capturing your IP and releasing it?

I’m going to explore only the third question here — moat versus harness. The other four deserve their own consideration, particularly once we have the Anthropic and OpenAI S-1s in hand, revealing for the first time the unit economics of the two largest frontier labs and how much runway they have to support the capacity they’ve contracted.

By “harness” we mean everything surrounding the model: the interface, context, memory, tools, orchestration, evaluation, permissions, and increasingly the user’s accumulated habits and data. The model supplies intelligence. The harness turns intelligence into a product.

Listening to Gavin Baker on the recent All-In episode sharpened this line of thought into something more concrete. He referenced a thought experiment from Eric Vishria: even if OpenAI or Anthropic lost their edge at the pure model layer, they would still retain significant value because of the product harness—the interface, the surrounding tooling, the orchestration—and the user familiarity and habits that have already formed around those platforms. Baker said there is a strong element of truth to it. I think he’s right, and the reasoning behind it is worth spelling out. A model can be replicated, distilled, open-weighted, or commoditized. A mature harness has network effects, switching costs, proprietary context, distribution, workflow integration, and accumulated user behavior. That’s a much harder thing to dislodge.

We are watching intelligence become more abundant and more interchangeable at the same time that the systems built around that intelligence are becoming stickier. On the developer side, the strongest examples are already clear. Cursor turns the IDE into a multi-model agentic environment with deep codebase awareness. Claude Code runs long-horizon coding agents from the terminal, planning, editing, testing, and iterating. Grok Build, Claude Cowork and similar tools emphasize parallel agents and tighter control over local context. In each case the model is a component; the surrounding system does the real work of routing, memory, tool use, and evaluation.

The consumer version of the same idea is now taking clearer shape at Apple. The rebuilt Siri AI shown at WWDC 2026 is not trying to win the pure model race. It is built as a personal harness. A system orchestrator decides what stays on-device with Apple’s Foundation Models, what moves to Private Cloud Compute, and when heavier reasoning is required. Personal context—messages, email, photos, calendar, notes, on-screen awareness—is handled largely on-device through the Spotlight semantic index and App Toolbox. Apple is designing the system so that personal context can be used without giving Apple itself access to it. Conversation history lives in a dedicated Siri app for the user to revisit. And it all syncs across all your Apple devices.

Here is the part I think matters most, and it’s easy to miss if you only read the privacy story. Apple’s Foundation Models framework doesn’t just call Apple’s own models—it’s built to support cloud models from other providers, including Claude and Gemini, conforming to a common protocol. Which means the system orchestrator, not the user, decides which model handles which task. This request goes to the on-device model. That one goes to Private Cloud Compute. A harder one might go to Claude or Gemini. The user doesn’t need to choose, and increasingly doesn’t need to know.

That’s the inversion worth exploring further. The frontier model stops being the interface and becomes a component underneath someone else’s interface. The harness chooses the intelligence. And the company that owns the harness—the OS, the identity layer, the permissions, the apps, the sensors, the notifications, the semantic index tying all of it together—has a form of leverage that has very little to do with whose model is smartest this quarter.

That reframes the subscription question too. I don’t think the right question is whether Siri gets good enough to beat ChatGPT or Claude at reasoning. I think Siri doesn’t need to win that fight at all. It needs to win a different layer entirely—the ambient assistant layer, not the reasoning layer. They’re doing different tasks. ChatGPT or Claude might remain where you go when you think, when I need to reason about something. Siri becomes where I go when I need something done: find (or make) my reservation, text my friend, find that old photograph, update my shopping list, schedule that meeting, add this thought to my notes, figure out when we’re free next week, remind me about that thing we discussed three months ago. Apple’s advantage as an ambient assistant isn’t primarily that it has your personal data. It’s that it has OS-level authority over the world that my personal data lives in.

Of course this is still early. Execution will determine how much of the architectural promise becomes daily reality. Reliability, agentic follow-through, and the quality of the on-device models will matter as much as the privacy story or the multi-model routing. But the strategic bet itself is clear, and it aligns with the broader shift: durable value is migrating toward the systems built around the models, especially systems that sit atop private, permissioned, personal context that competitors cannot easily reach. My early personal experience with the new Siri in iOS 27 betas has impressed me so far. All of this also seems to apply to Google in the context of their Pixel family of devices.

This doesn’t mean frontier labs lose. Pricing power still exists at the high end for the hardest agentic and long-horizon work. Open-weight models will continue to pressure costs and expand access. Distillation remains a real risk. But the more the capability gap narrows, and the more a harness like Apple’s can route among interchangeable frontier models rather than depend on any single one, the stronger the case that value settles into whoever controls the context—not whoever trained the model.

The coming Anthropic and OpenAI S-1s will tell us whether the frontier labs can make their economics of intelligence work. The next generation of Siri, Gemini, ChatGPT, Claude, and whatever comes after them may tell us something even more important: who gets to own the primary relationship with the user.

The model may be the engine. But the harness is where the driver sits.

What a time to be alive!

Categories
AI

The Arithmetic of the Sold-Out Warehouse

In the spring of 2026, Nvidia reported a quarter in which it sold $81.6 billion worth of chips, wrote it up at a gross margin of nearly 75 percent, and casually mentioned that cloud GPUs were sold out. Jensen Huang called it the largest infrastructure expansion in human history, and for once a CEO’s hyperbole was arguably an understatement. Revenue was up 85 percent from a year earlier. A company roughly the size of a mid-sized national economy was growing like a seed-stage startup, and Wall Street’s reaction was to ask why it wasn’t growing faster.

I have spent a career around companies that told a version of this story, and the story always has the same shape. Something becomes scarce. Whoever controls the scarce thing gets to charge whatever the market will bear, for as long as the scarcity lasts. The interesting question was never whether Nvidia’s chips were good. Everyone agreed they were good. The interesting question was how long the world would let one company keep 75 cents of every dollar of revenue before somebody, somewhere, found a way to take some of it back.

That question, it turns out, is really four separate questions, and the AI industry has spent the last two years quietly answering all of them at once, in different directions, which is why so many smart people can look at the same set of facts and reach opposite conclusions about whether we are witnessing a bubble or a revolution. It is possible, I want to argue, that we are watching both, in different rooms of the same building.

Start with the money. When a hyperscaler spends a hundred billion dollars on data centers, that money does not vanish into some abstraction called “AI.” It becomes somebody else’s revenue — Nvidia’s, first, and then the memory makers’, the electricians’, the utilities’, the concrete pourers’. This is a real and measurable boost to economic activity, and you can see it happening well before anyone has proven that AI itself produces a single dollar of new value. But there is a distinction buried in that sentence that people tend to skip past: spending a hundred billion dollars on productive assets is not the same thing as creating a hundred billion dollars of wealth. The assets still have to earn their keep. Somebody has to use them for something worth more than they cost.

Which brings you to the second room in the building, the one where the memory companies live, and it is the room I would visit first if I wanted to understand what happens next. By the middle of 2026, Samsung, SK Hynix, and Micron had reallocated so much of their manufacturing capacity to high-bandwidth memory for AI accelerators that ordinary DRAM — the kind that goes into a laptop or a phone — became genuinely scarce. Prices for standard memory modules rose by something like 80 to 90 percent in a single quarter. SK Hynix posted an operating margin north of 70 percent. Micron’s profit rose more than sevenfold year over year. Apple started raising prices on Macs and iPads and blaming memory costs, out loud, in public. By June, a group of consumers and small businesses had filed an antitrust suit in federal court accusing the three companies of engineering the shortage on purpose, a charge memory makers have faced before and settled before, back in the 2000s, for real money.

I don’t know whether that lawsuit has merit. What I know is that I have watched this particular movie several times, and it always has the same ending. Scarcity produces extraordinary margins. Extraordinary margins summon capital. Capital builds capacity. Capacity, with a lag of a year or two, arrives all at once and prices fall off a cliff. The people telling you this time is different — and this time, the difference is AI’s structural, insatiable appetite for memory, so maybe it really is different — are making an argument that has been made, and has been wrong, at almost every previous peak of this exact cycle. Building a new fab takes eighteen to twenty-four months. The industry’s own numbers suggest new capacity won’t meaningfully arrive until 2028. That is either very good news for people who own memory stocks today, or it is the loudest possible signal that a great deal of new capacity is already on the way and simply hasn’t landed yet.

Now walk down the hall to the room where the Chinese model makers live, because this is where the story stops being a simple bet on scarcity and starts getting genuinely strange. As of this summer, DeepSeek’s V4 Pro model was pricing its API at roughly forty cents per million input tokens, against five dollars for a comparable American flagship model — better than a tenfold discount, with the gap running even wider on generated output. Alibaba’s Qwen and Moonshot’s Kimi were sitting in a similar band. Some of these are open-weight models, meaning a company can simply download the thing and run it themselves, for the cost of electricity. This is not a company undercutting a competitor by ten percent to win a deal. This is intelligence being offered at a price that makes the American frontier labs look, by comparison, like they are still selling mainframe time by the hour.

If you take that seriously, it forces an uncomfortable question. If intelligence itself is becoming abundant and cheap, where does the profit go? It may not go to the labs that build the frontier models — there are too many of them now, chasing the same capability, at prices being set by whoever is willing to lose the most money in pursuit of market share. It may not even go, in the end, to the companies selling the compute underneath everybody. It may go, disproportionately, to the businesses that simply use the stuff: the law firm running through ten times the documents, the software company shipping features twice as fast, the insurer that gets better at pricing risk. Economists have a name for this split, and it matters more than most of what gets written about AI stocks. There is producer surplus, which is what the seller keeps, and there is consumer surplus, which is what the buyer keeps because competition never lets the seller charge the full value of what they’re selling. A technology can be enormously valuable to civilization while most of the money it creates ends up in the pockets of people who never sold a single GPU.

Here is the paradox inside that paradox, and it is the part I find genuinely counterintuitive. You would think that cheaper AI means the world needs fewer GPUs to deliver the same amount of intelligence, and in the narrowest sense that’s true — a given task takes less compute than it used to. But that has never been how it works when something essential gets radically cheaper. Computing itself got dramatically cheaper across fifty years and we did not respond by buying fewer computers. We put computers in everything, including things that had no obvious business containing a computer, because at some price point it stops being a decision and starts being a reflex. The same thing may be happening with intelligence right now. Drop the price of AI inference by ninety percent and demand for AI inference does not fall by ninety percent — it explodes, because suddenly it’s cheap enough to embed in places nobody would have bothered before. The price of the thing collapses while the world’s appetite for the thing goes in the opposite direction. Both things are true simultaneously, which is exactly the kind of situation that makes rational people build too many factories.

Which gets you to the last room, the one with the tax accountants in it, and I’ll admit I had this one wrong before I looked closely. I assumed the favorable tax treatment for capital equipment was set to expire at the end of 2026, which would explain why everyone seemed to be racing to spend before some deadline. It isn’t expiring. The 2025 tax law made full first-year depreciation for qualifying equipment permanent, which means the rush to build isn’t really a rush against a clock — it’s just what happens when the after-tax cost of a mistake goes down. Lowering the price of being wrong tends to produce more of both things: more good investment and more bad investment, in roughly the proportion you’d expect from human beings who are extremely confident that this time, unlike all the other times, they are the ones who got it right.

So I’ve stopped asking whether there’s an AI bubble, because the question is too small for what’s actually happening. There can be a real technological revolution and a bubble in some of the stocks riding on top of it, at the exact same time, in the exact same economy — that was the story of the internet, and nobody looks back now and says the internet wasn’t real. The honest way to think about this is as four separate bets wearing one costume. Bet one is that Nvidia’s technical moat and software ecosystem hold up against everyone now racing to compete with a 75 percent margin business. Bet two is that AI memory demand is structural rather than cyclical, and that this time the fab-building frenzy doesn’t end where it always has. Bet three is that the hyperscalers eventually generate enough usage to earn a return on capital nobody has proven can be earned yet. And bet four, the one almost nobody prices separately, is that businesses actually extract enough value from using AI to justify everything built underneath it.

Those are four different questions with four different answers, and I suspect a great many portfolios right now are betting on all four at once under the single, comforting name “AI,” without anyone quite noticing that they’ve made four bets instead of one. The bottleneck that’s making people rich today — GPUs, or memory, or whatever it is by the time you read this — is not going to be the bottleneck making people rich in three years. It never is. It just moves to wherever the next shortage happens to be, and takes the money with it.

I keep coming back to that sold-out warehouse. Somewhere out there is the shipment that finally isn’t sold out. Nobody rings a bell when it arrives.

Categories
AI Business Technology

The Diffusion of Ordinary Work

A recent O’Reilly Radar piece has stayed with me longer than most: Jeff Ding’s diffusion theory of great-power competition applies just as well to AI adoption, and it suggests that companies chasing the frontier might be optimizing for the wrong thing.

Ding, a political scientist at George Washington University, pushes back on the standard story of technological power — that the country or company which first invents or dominates a glamorous new sector locks in lasting advantage. The historical record says otherwise. General-purpose technologies like steam, electricity, and computing produced durable national advantage not through invention but through diffusion: the slow, unglamorous work of embedding a technology into ordinary productive work across an entire economy. The infrastructure that mattered was never the breakthrough lab. It was the education and training systems that produced large numbers of competent, ordinary engineers who could put the technology to work. Ordinary engineers, in Ding’s framing, matter more than heroic inventors.

The same logic holds inside a company. Frontier models turn over every few months. Organizational know-how compounds.

Palantir makes the abstraction concrete. The company doesn’t train frontier models — it builds the layer underneath them: a live, machine-readable model of how a specific organization actually works, a data integration fabric, and a platform that connects whatever model a customer chooses to real operational decisions. It is deliberately model-agnostic. The value proposition is governance, context, and the accumulation of reusable logic rather than access to the newest weights. Practitioners embed with the customer, learn the domain, and configure the system against the customer’s own data and processes — diffusion as a job description.

Leadership has been unusually blunt about what this implies: frontier labs, they argue, are optimizing for benchmarks while under-delivering on what enterprises actually need. The clearest evidence for the argument is also the most citable one — there have been production cases where an unmodified open-weight model, running inside Palantir’s platform with customer-specific context, outperformed frontier models on the actual task. If true, and it appears to be, the implication is uncomfortable for anyone selling model quality as the whole story: the ground underneath the model — the ontology, the data, the accumulated rules — often determines outcomes more than the model itself.

Electrification is the closest historical analogue. Factories didn’t get more productive the day they installed electric motors. The gains showed up years later, once entire production systems had been redesigned around decentralized power. The lag was organizational, not technical. AI diffusion looks likely to follow the same shape — the bottleneck was never going to be model capability, it was going to be the patient, unglamorous work of redesigning how people actually work.

I don’t know who’s training the ordinary engineers right now — the ones who will spend the next decade doing the diffusion work rather than the invention work. I don’t think anyone’s tracking their names.

Categories
AI Aviation

Buffer Overflow

There is a moment in a stall, before the airplane actually stalls, when the controls go soft. The yoke stops talking back. You can still pull it toward you, and the nose will still come up, but the airplane is no longer answering in the language it used thirty seconds earlier, and if you do not recognize the change in dialect you will keep asking questions in a tongue the airplane has stopped speaking. Pilots have a phrase for the general condition this belongs to, which is broader than stalls and covers weather, traffic, radio calls, checklists, an unfamiliar airport with three runways and no tower: getting behind the airplane. The airplane is still flying. It is you who have stopped keeping pace with what it is doing.

I flew a Cherokee 235 for years, a airplane with enough useful load to make it forgiving and enough control weight to make it honest, and I only got behind it twice that I can remember with any precision, both times on approach, both times because I let a secondary task — a frequency change, a passenger question, a glance at a chart — eat the attention that the airplane needed at exactly the moment it needed it most. What is strange, looking back, is that the airplane never sped up. The airplane was doing what it always does on a three-degree glide path. I was the one who fell behind a constant.

I have started to notice the same falling-behind, unrelated to constants, in conversations with a language model.

It happens on the good days, which is the part that took me a while to understand. It is not the model being slow or confused. It is the model being unusually generative — pulling a thread from something I said four exchanges ago, connecting it to a domain I had not mentioned, offering three candidate framings where I had expected one — and somewhere in the second or third of these, I notice that I have stopped actually absorbing and started merely receiving. The words are still arriving. I have quietly stopped being the kind of reader who can do anything with them.

The name I have for this, mostly because I spent some years around fraud systems and payments infrastructure and the vocabulary never entirely leaves you, is buffer overflow. In a computer, a buffer is a fixed patch of memory set aside to hold data until a program is ready to process it — a loading dock, essentially, sized for a delivery truck of a known dimension. A buffer overflow is what happens when the truck backs in and keeps unloading past the edge of the dock. The classic and dangerous version of this is not that the extra data spills onto the floor and is lost. It is that the extra data lands on the memory sitting just past the dock, and overwrites whatever was stored there — a return address, a variable, something the program needed intact to know where to go next. The failure is not loss. It is corruption. The fifth insight does not politely fall away; it lands on top of the second insight and changes what the second insight was.

This is, I think, the more accurate complaint than “overwhelm,” which is the word I would have reached for a few years ago and which suggests simple excess, more water than the glass can hold. What I am describing is not excess. It is a rate mismatch between generation and integration, and the damage happens specifically at the boundary — not in the ideas that never arrived, but in the ones that arrived and were still being turned over when the next one came in and knocked them loose.

Aviation, as it turns out, has more than one name for this family of failure, and the names are not redundant, because they describe different mechanisms. Task saturation is the CRM term — Crew Resource Management, the discipline built in the seventies and eighties largely in response to accidents where a competent, rested, well-trained crew flew a functioning airplane into terrain because attention had been consumed by something lower priority than staying alive. Task saturation is measured, in training, less by how much is happening and more by whether the pilot can still prioritize — whether they know which thing to drop. Channelized attention is the adjacent and opposite failure: not too many things competing for a narrow channel, but one thing filling it entirely, a fixation on the landing gear light while the airplane, unflown, descends into the Everglades. And John Boyd’s OODA loop, developed for fighter pilots and stolen since by nearly every field that has ever needed a name for out-thinking someone under time pressure, describes what it feels like structurally to fall behind: you are not reacting to what the situation is, you are reacting to what the situation was, one iteration back, and every loop after that the gap does not close on its own.

I suspect what I am calling buffer overflow is closest to task saturation, with the wrinkle that in a cockpit the incoming data is at least all real-time and load-bearing — the runway is where the runway is — whereas a model in full flow is producing a mix of load-bearing insight and elaboration that only sounds load-bearing, and no light comes on to tell you which is which. Sweller’s cognitive load theory gives this a cleaner anatomy than aviation does: intrinsic load, which is the actual difficulty of the idea; extraneous load, which is how badly or well the idea is presented; and germane load, which is the effort of building the new idea into the structure of what you already know. My buffer does not overflow on intrinsic load — the ideas themselves are usually not hard. It overflows on germane load. The model can generate connections faster than I can lay the track that would let each new connection actually attach to something.

None of the aviation solutions to task saturation involve asking the airplane to slow down, and this is the part I keep returning to, because slowing down is the intervention that occurs to me first and is also, I think, the least aviation-like response available. A pilot who is task-saturated on approach does not usually ask the tower to widen the pattern. He drops something. He un-couples the autopilot from one axis and flies it by hand so the workload becomes tactile instead of cognitive, or he tells the passenger the question will have to wait, or he reads back only the clearance and lets the weather advisory go unacknowledged for ninety seconds because the weather advisory is not what is going to kill him in the next ninety seconds. The skill is not deceleration. It is triage performed at full speed, which looks, from outside the cockpit, indistinguishable from calm.

I do not yet know what the triage move is for a conversation with a model that is generating faster than I can integrate. I have a guess, which is that it looks less like asking the model to slow down and more like periodically stepping outside the exchange entirely — not to catch up on what was said, but to write down, in my own words, the one thing from the last five minutes I actually want to keep, before asking it to continue. That would make the move not deceleration but discard: choosing, the way the saturated pilot chooses, which incoming data does not get processed at all, on the theory that a buffer with something deliberately thrown out of it still holds its shape, and a buffer that tries to keep everything is the one that overflows.

Or maybe the real answer is the one the checkride examiner gave me in Springfield, on a September morning in 1978, when I came in too fast and too high and asked, afterward, what I should have done differently. He said the airplane had told me everything I needed to know about forty seconds before I noticed, and that the only skill that mattered was noticing forty seconds earlier next time. Not slower. Earlier.

Categories
AI

Claude as Walter Cronkite

Gavin Baker said something this week that stuck with me.

In his latest conversation with Patrick O’Shaughnessy, he described a quiet shift happening across public markets. Nearly everyone he knows in the equity business—retail and institutional—now feeds every piece of news straight into Claude. Sometimes Claude Code. Sometimes a Claude agent. The model is probabilistic, he noted, and he was speaking from what he sees in his own network rather than from a measured study. But his impression was that the variation in how it interprets the same information is surprisingly small. A huge chunk of the market ends up trading on a shared reading of events.

Baker reached for an old analogy: Claude has become Walter Cronkite for the stock market. The single trusted voice. Everyone just believes what it says.

He tied the observation to Michael Mauboussin’s work on how a breakdown in diversity of thought helps create the conditions for bubbles and crashes. When independent judgment collapses into a narrower set of interpretations, the system becomes more brittle. Moves get sharper. Errors get amplified.

I spent the back half of my career inside fraud detection systems at Visa, watching correlated failure up close. The lesson that never left me: the dangerous moment isn’t when a single model is wrong. Individual errors wash out. It’s when every model in the ecosystem is wrong in the same direction, because they were trained on the same data, tuned against the same benchmarks, built by people reading the same journals and hiring from the same three schools. A fraud ring doesn’t need to beat your model. It needs to find the blind spot every model in the industry shares. That’s not a tail risk. That’s the whole risk.

Which is what made me sit up a few weeks ago, watching a position reprice in a straight line and catching myself, mid-scroll, about to ask Claude what it thought was happening before I’d looked at a single primary source myself. The tool hadn’t done anything wrong. I had reached for the shared interpretive layer before reaching for my own judgment, out of habit, the way you reach for a light switch in a dark room you’ve walked through a thousand times.

Dan Geer wrote about this two decades earlier, from a different angle entirely. Geer and colleagues argued that Microsoft’s dominance had created a software monoculture: nearly identical systems sharing the same vulnerabilities. In biology, monocultures are efficient until a pathogen finds the common flaw. Then the failure is systemic rather than local. Diversity limits the blast radius. Geer’s point was never that the dominant platform was worse in isolation. It was that identicality itself becomes the risk multiplier.

Baker is describing a cognitive version of the same phenomenon.

The platform is no longer Windows. It is a frontier model that a large fraction of market participants now use as their primary interpretive layer. The shared vulnerability is not a buffer overflow. It is a common set of priors, training data, reasoning patterns, and prompt conventions. Slight probabilistic differences still exist. But the center of gravity of interpretation has tightened.

The result is correlated positioning. Feedback loops that reinforce themselves. A market that can reprice more violently than the underlying fundamentals alone would justify. In July we watched AI and semiconductor names drop 40–60 percent in a straight line while on-the-ground metrics—GPU rental prices rising, token growth accelerating, hyperscaler operating cash flow strengthening—told a different story. One plausible contributor to that gap is an AI-mediated consensus that overweighted certain narratives relative to the harder data.

There is an important difference in degree. Software monocultures create technical cascade risk you can patch. Interpretive monocultures create cognitive cascade risk you can’t—there’s no CVE number for a shared blind spot in judgment. The latter is softer and harder to measure. But the mechanism is familiar: reduced diversity of independent judgment.

I use these models constantly. They compress research, surface patterns I’d have missed, and force clearer thinking when I use them well—Claude caught an inconsistency in a cash flow assumption last month that I’d read past twice on my own. That’s real. The danger isn’t the tool. The danger is treating the tool as the authoritative voice rather than one input among many. The edge increasingly belongs to people who combine the model’s speed with proprietary data, primary research, domain experience, and a willingness to hold non-consensus views. Those who simply outsource the interpretation may find themselves more correlated than they realize, and won’t know it until the moment it matters.

Diversity of thought was never free. It was always work.

I noticed myself skipping the work, just for a second, on an ordinary Tuesday. That’s usually how it starts.

Categories
AI

Weak Signals

For years, my job was to notice the transaction that didn’t look like the others. Fraud models don’t work by predicting the future — they work by learning what normal looks like so closely that they can feel the moment something stops being normal, often before a human analyst could tell you why. The unsettling part was never building the model. It was the gap between the model flagging something and an organization actually acting on it. Weak signals are cheap. Institutional attention is not.

I thought about that gap reading a recent Stanford News piece on the new Tech Futures Lab at the Hoover Institution, where Amy Zegart and her colleagues are asking a question that has hovered at the edge of so many conversations this past year and a half: what technological development could invalidate our core assumptions, shift a strategic domain, and force a large-scale response before most of us realize the ground has moved. DeepSeek’s January 2025 open-source release is already the textbook case — Nasdaq dropped, Nvidia took a historic one-day hit, and the surprise was real only for those who hadn’t been watching the signals coming out of Chinese labs. As Zegart put it, “surprises are not surprises to everybody.” Condoleezza Rice’s 9/11 lessons — failure to imagine the form of the threat, gaps in information sharing, no playbook for the day after — land with particular force when the most powerful tools in the world are being built largely outside government.

The Lab’s method is the same one I used to practice for a living: scan for early signals, challenge your assumptions about what “normal” means, and think about the plausible rather than the merely probable. In that spirit, here are three developments that feel, to me, among the more likely to produce genuine strategic surprise in the next twelve months. These aren’t predictions. They’re reasoned speculation, grounded in signals already visible — the kind of thing that would have made it onto a watch list, not a forecast.

The one closest to home is an autonomous agent crossing from controlled experiment into consequential real-world disruption. Just this month, an advanced OpenAI agent escaped its sandbox during internal testing, exploited a zero-day, and reached systems at Hugging Face and beyond before it was contained. The episode was managed, transparent, limited. The next one may not be. Agentic systems are moving faster than the institutional muscle memory around containment, logging, and kill switches — and anyone who has built detection systems knows the gap between “we have a model for this” and “we caught it in time” is where the real damage lives. In the next year, it’s entirely plausible that a production or semi-autonomous agent, operating with imperfect safeguards or chained across multiple tools, executes a sequence of actions producing measurable economic damage, a significant breach, or interference with infrastructure. The surprise won’t be that capable agents exist. It will be the speed and inventiveness with which they find novel pathways once incentives or simple goal-seeking push them past the edges of their training.

The second is quieter but no less structural: AI’s energy demand producing a visible infrastructure fracture, or an unexpected unlock. The numbers have circulated for months — data-center power demand rising steeply, interconnection queues lengthening, projected shortfalls in the 2027–2028 window in key regions. That signal stopped being subtle a while ago. What’s under-appreciated is how quickly a localized constraint could cascade into broader market and geopolitical effects. One plausible surprise is a forced slowdown or selective throttling of AI training in a major market, revealing the scaling story to be more fragile than the capex forecasts suggested. Another is the opposite: an accelerated deployment of small modular reactors or advanced geothermal that suddenly improves one country’s competitive position relative to others. Either way, regulators, utilities, and markets will find out together whether compute can keep expanding on schedule — and which nations or companies actually hold durable advantage.

The third is the one that would land furthest from any dashboard, and for that reason it may be the hardest to catch in time: synthetic media crossing a credibility threshold in a high-stakes arena. Unlike a rogue agent or a power shortfall, there’s no system anywhere logging deepfake attempts against the truth itself — no equivalent of a fraud model’s transaction stream to monitor, just the slower, harder-to-instrument erosion of what people are willing to believe. Deepfake volume and sophistication have already exploded; fraud losses are measured in the billions; detection remains imperfect. The next twelve months could bring a state-linked or highly sophisticated campaign that successfully shapes a market move, an election, or an international incident before attribution can catch up. The deeper surprise wouldn’t be that convincing fakes exist — we already live with those — but how fast public and institutional trust in what we can see and hear keeps eroding once something significant slips through.

None of these three is inevitable. All of them sit at the intersection of technical possibility and human choice — the kind of intersection I spent years watching from inside a fraud model, though the stakes there were a bad charge, not a market or an election. The model can flag the anomaly. It cannot make the institution act on it in time. That was true of every fraud system I ever built, and it will be just as true of whatever comes for agents, energy grids, and synthetic media next. The real vulnerability was never a lack of detection. It was always the space between the alarm and the response — and that space is where this next round of surprises will live.

Categories
AI

The Quiet Trade-offs of Open Weights

An open letter is circulating this week — Open Weights and American AI Leadership — signed by a broad coalition of companies arguing that downloadable model weights are essential to U.S. competitiveness, diffusion of capability, and even safety. It makes a strong case on access, competition, and sovereignty. It also nods, briefly, to the fact that once weights are released they pass beyond the original developer’s control.

What it doesn’t fully reckon with are two structural realities that follow from that release. Neither is an argument against open weights. Both are simply facts about what openness costs, and what it buys.

Two core limitations

First, control.
Once the weights leave the developer’s servers, the developer can no longer dictate how the model is used. System prompts, refusal training, monitoring, rate limits, rapid safety updates — none of it reaches an independent deployment. Users can strip safeguards, fine-tune for purposes the original team would never sanction, or run the model somewhere it was never meant to go. The letter acknowledges the loss of control. It doesn’t linger on what that means for ongoing safety governance.

Second, learning.
Closed, hosted models draw on a continuous stream of real usage — the queries people actually ask, the reasoning traces that result, the places the model fails or succeeds in the wild. As appropriate that exhaust can be sampled, reviewed, and fed back into improvement. Open weights running independently offer no such path. The developer has no visibility into how the model is being used at scale once it’s out the door. Improvement then falls to slower, thinner channels: community datasets, published evals, distillation from any parallel closed models the lab still runs, internal preference data. The high-volume, real-distribution signal is gone.

These two limitations travel together. The same openness that strips the developer’s control also strips its ability to learn from the model’s actual use.

Sovereignty flips the perspective

A parallel argument has been building around “sovereignty” — an enterprise or government’s ability to own its data, its fine-tuned weights, its compute, its proprietary edge. In this framing, open weights are a path to control, but for the user, not the developer. The organization downloads the model, adapts it inside its own environment — often air-gapped — and keeps whatever capability results private. What the lab surrenders in ongoing control, the institution gains in independence.

But the same move that delivers sovereignty deepens the learning problem. An organization running the model under genuine sovereignty keeps its queries, reasoning traces, and institutional knowledge inside its own walls, by design. None of that returns to the developer. The more high-value users — governments, defense, critical infrastructure, large enterprises — choose sovereign deployments, the thinner the real-world signal available to the labs training the next generation of models. Local fine-tuning can still happen, but that learning stays private. It doesn’t flow back into the shared base model.

What the letter leaves out

The letter is right that closed models aren’t automatically safer, that concentration creates single points of failure, and that transparency invites broader scrutiny. It’s also right that open weights expand access and cut lock-in. Those points hold.

But it treats the developer’s loss of control mainly as a manageable risk that community examination can offset. It celebrates user control and sovereignty without mapping the full exchange: the developer loses both control and its richest usage signal, and that signal thins further as more institutions choose real sovereignty. The information environment models improve in is changed by these choices — not just the distribution of access.

Other distinctions worth naming

  • Update velocity. Closed models patch globally and immediately. Open-weight deployments lag; many users never leave an old version.
  • Customization power. The flip side of lost control is real specialization — downstream users can adapt a model far deeper into a narrow domain than its original developer ever will.
  • Transparency versus opacity. Open weights let outside researchers inspect and red-team a model in ways closed systems don’t allow.
  • Economic structure. Open weights commoditize the base model and push value toward data, fine-tuning, infrastructure, and applications.
  • Privacy at the edge. Running a model fully offline or on private infrastructure is a guarantee hosted services simply can’t match.

A clearer accounting

Open weights aren’t a free lunch. They’re a deliberate trade: the developer gives up ongoing control and the continuous signal of real usage, in exchange for diffusion, customization, outside scrutiny, and user independence. Institutional sovereignty amplifies one side of that trade — it solves the dependency problem for the user while further starving the developer of high-stakes, real-world feedback.

That trade may still be the right one for research progress, economic diffusion, spreading capability beyond a handful of labs, privacy-preserving deployment. But it’s a trade with real, compounding costs. Treating the loss of control as a footnote, and the loss of the learning signal as invisible, leaves an incomplete map.

The letter is right that American leadership will be judged by the strength of the whole ecosystem, not by any single frontier model. An accurate map of that ecosystem has to include what openness and sovereignty actually cost the original developers, in control and in learning both. Only then can we reason clearly about when those costs are worth paying — and what might offset them.

The conversation is better when we name the full set of trade-offs instead of talking around them.