An interactive essay · 1972 → 2026
The Thinking Machine
Artificial intelligence went from an academic curiosity to the axis around which industry, energy and geopolitics now turn — in roughly the time it takes to raise a child. This is an attempt to explain, honestly and from first principles, what happened, how these systems actually work, and what is genuinely known versus merely believed.
No prior background needed — only patience for a few genuinely beautiful ideas.
↓Begin at the beginningFifty-four years, two funerals, one detonation
The history of AI is not a steady climb. It is a story of two rival ideas about what intelligence is — and of the wrong one winning for forty years.
In 1972, if you asked an AI researcher how to build a thinking machine, the answer was obvious: intelligence is logic. You interview experts, write down their knowledge as rules — if the patient has a fever and a stiff neck, consider meningitis — and stack up enough rules to cover the world. This was the symbolic school, and it was not a naive idea. It gave us systems that diagnosed infections and configured computers, and it made real money.
The rival idea seemed hopelessly vague by comparison: don't write the rules at all. Build a network of simple units, loosely inspired by neurons, show it examples, and let it find the rules itself. For decades this approach embarrassed its believers. It needed two things that didn't exist yet — oceans of data and absurd amounts of computation — so it kept losing, publicly, to hand-written logic.
Twice the field promised too much and got defunded — the “AI winters” of 1973 and 1987. What ended the argument wasn't a philosophical breakthrough. It was hardware built for video games and a dataset built on faith. In 2012, a neural network trained on two gaming GPUs demolished the ImageNet image-recognition competition, and the entire field switched sides in about twenty-four months. Everything since — chatbots, coding agents, the trillion-dollar chip economy — flows from that moment and from a stranger discovery that followed: the same recipe, made bigger, keeps getting smarter.
At Stanford, MYCIN diagnoses blood infections using ~600 hand-written if-then rules — and matches human specialists. The lesson people draw: intelligence is rules, and enough rules will get us there. The same year, the logic-programming language Prolog appears in Marseille.
The British government commissions mathematician James Lighthill to review AI. His verdict — grand promises, toy results that collapse outside the lab — kills most UK funding and previews a pattern: AI oscillates between overpromise and backlash.
Digital Equipment Corporation deploys XCON, a rule-based system that configures computer orders, reportedly saving tens of millions of dollars a year. An industry of 'expert system' companies and specialized Lisp machines follows.
Rumelhart, Hinton and Williams publish a clear account of backpropagation — the algorithm that lets multi-layer neural networks learn from their mistakes. The math had existed for years; now the idea has a manifesto. Almost nobody suspects it will one day power everything.
The Lisp machine market collapses; expert systems prove brittle and expensive to maintain. Funding evaporates. 'AI' becomes a word researchers avoid putting in grant applications — for about twenty years.
Yann LeCun's convolutional neural network learns to read handwritten digits at Bell Labs — eventually processing a meaningful share of US bank cheques. Proof that learning from examples can beat writing rules, in at least one narrow domain.
IBM's Deep Blue defeats the world chess champion — with brute-force search and hand-tuned evaluation, almost no learning. A triumph, but of the old paradigm. The same year, Hochreiter & Schmidhuber publish the LSTM, a neural network that can remember across time.
Geoffrey Hinton and collaborators show how to train networks with many layers, and rebrand the field 'deep learning'. Meanwhile GPUs — built for video games — turn out to be accidentally perfect for the matrix arithmetic neural networks need.
Fei-Fei Li's team releases ImageNet: 14 million labelled images. The bet — mocked at the time — is that what's missing isn't a cleverer algorithm but more data. An annual competition is attached to it.
A deep network trained on two consumer GPUs by Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton crushes the ImageNet competition — a 15.3% error rate against 26.2% for the runner-up. In a field where progress was measured in fractions of a percent, this is a detonation. Within two years, every serious computer-vision team has switched to neural networks.
Generative adversarial networks (GANs) show neural nets can create images, not just classify them. Sequence-to-sequence models begin translating languages end-to-end. Google buys DeepMind, a London lab betting everything on learning.
DeepMind's AlphaGo defeats Lee Sedol at Go, a game with more board states than atoms in the observable universe — where brute force is hopeless and 'intuition' was thought to be required. Move 37, a move no strong human would play, becomes shorthand for machine creativity. 280 million people watch.
Eight Google researchers publish the transformer architecture — discarding recurrence entirely in favour of attention. The paper is about machine translation. Its true consequence: an architecture that scales almost without limit. Nearly every AI system you have heard of since is a transformer.
BERT (Google) and GPT-1 (OpenAI) show you can train one large model on raw text once, then cheaply adapt it to many tasks. Language modelling — predicting the next word — quietly becomes the most important task in AI.
OpenAI trains a model with 175 billion parameters — the internal numbers that training adjusts, which the next section explains properly — on a large slice of the internet. GPT-3 can write, translate, and answer questions it was never explicitly taught — abilities that simply appeared with scale. Kaplan et al.'s 'scaling laws' paper shows performance improves as a smooth, predictable function of compute, data and model size. Intelligence, suddenly, has a price curve.
A chat interface wrapped around a fine-tuned GPT-3.5, released as a 'research preview' in November. 100 million users in two months — the fastest-adopted consumer product in history at the time. AI stops being a research topic and becomes a public fact.
GPT-4 passes professional exams and reasons across images and text. Anthropic — founded by safety-focused ex-OpenAI researchers — releases Claude. Meta releases Llama's weights, seeding a global open-source ecosystem. Governments begin drafting AI rules in earnest.
OpenAI's o1 and its successors are trained with reinforcement learning — learning from reward and penalty rather than by copying examples — to produce long private chains of reasoning before responding — trading inference time for accuracy. A second scaling axis appears: not just bigger models, but more thinking per question.
Chinese lab DeepSeek releases R1, an open-weight reasoning model trained at a fraction of assumed frontier costs, briefly wiping ~$600 billion off Nvidia's market value in a day. Meanwhile 'agents' arrive for real: models that operate computers, write and run code, and use standardized tool protocols like MCP. Claude Code and similar tools make AI a coworker in the terminal.
Frontier systems now accept a standing objective — 'migrate this codebase', 'find and fix the vulnerabilities' — and pursue it through long loops of planning, acting and self-verification, checking their own work against tests and success criteria rather than asking a human at each step. Anthropic ships the Claude 5 family (Fable), OpenAI the GPT-5.6 series, Google Gemini 3.x; Chinese open-weight models (DeepSeek V4, Kimi K3, Qwen 3.6) match much of the frontier. The research question has shifted from 'can it answer?' to 'can it be trusted to act?'
Notice the rhythm: each era's defining success comes from abandoning the previous era's core assumption. Symbolic AI assumed knowledge must be written down; deep learning let it be absorbed. The scaling era assumed bigger training runs were everything; the agent era added a second lever — letting the model think and act longer at the moment of use. The newest form, often called goals, closes the loop entirely: give the system a verifiable objective and let it plan, act, check its own work, and iterate — for hours or days — without step-by-step supervision. Each shift looked, from inside the previous paradigm, like cheating.
A machine that learns is a machine with knobs
Strip away the vocabulary and machine learning is one idea, repeated at increasing scale. You can hold the whole thing in your head. Let's build it.
Forget “artificial intelligence” for a moment. Consider a humbler object: a box with an input, an output, and a few million adjustable knobs. Feed it a photo; it outputs a number between 0 and 1 meaning “how cat-like is this?”. With the knobs set randomly, its answers are garbage. The entire field of machine learning is the study of one question: how do you turn the knobs so the answers stop being garbage?
You could try knobs at random — hopeless with millions of them. You could reason about what each knob should do — also hopeless; nobody can articulate what knob #4,201,337 contributes to cat-ness. The trick that works is embarrassingly pragmatic. Define a single number that measures how wrong the box currently is, averaged over many examples. Call it the loss. Now the vague dream of “learning” becomes a concrete task from calculus: find knob settings that make the loss small.
Picture the loss as altitude in a landscape where every location is one possible setting of all the knobs. Learning means descending this landscape. But there's a catch: you are in fog. You cannot see the valley — you can only feel the slope under your feet. So you do the only sensible thing: take a small step downhill, feel again, step again. That is gradient descent, and it is how every modern AI system is trained. Not a metaphor — the actual algorithm.
Click anywhere on the landscape to drop the hiker there. Small steps are safe but slow; big steps overshoot and can bounce out of a valley entirely — or, sometimes, escape a shallow dip and find a deeper one. Real training does exactly this, but in millions of dimensions at once.
So what's inside the box? Here the brain lends AI its most productive loan. A neuron, in this context, is almost insultingly simple: it takes several input numbers, multiplies each by a knob (its weight), adds them up, and passes the total through a threshold — staying quiet below it, firing above it. One neuron is a weighted vote: “given what I'm hearing, do I speak up?”
The power comes from composition. Arrange neurons in layers, each layer listening to the previous one, and something lovely happens: early layers learn to detect simple things (an edge, a color gradient), middle layers combine those into parts (an eye, a whisker), late layers combine parts into concepts (a cat). Nobody designs this hierarchy. It emerges, reliably, from turning knobs to reduce loss — one of the first genuinely surprising empirical facts of the field.
One question remains, and it's the crucial one. The fog tells the hiker which way is downhill — but with millions of knobs, how do you compute the downhill direction for every knob at once, without trying them one by one?
The network made an error. Which knobs are at fault, and by how much? Backpropagation answers this by running the network's own wiring in reverse. The error at the output flows backwards, splitting at each connection according to how much that connection contributed to the result — like tracing a bad dish back through a kitchen brigade: the head chef takes some blame, passes the rest to the sauce station, which passes its share to whoever seasoned the stock. One backwards pass, and every knob in the network knows its exact share of the blame and the direction to move. It is just the chain rule from calculus, applied with bookkeeping discipline — and it is the single algorithm underneath everything you will see below. When people say a model “learned”, they mean: blame flowed backwards a few billion times.
This is a real network — 2 inputs, one hidden layer, trained with backpropagation in your browser. The background is its current opinion about every point of the plane. Try the spiral with 2 neurons: it can't. With 16, it can. Capacity matters — and this one has at most 65 knobs. Frontier models have around a trillion.
Everything since 1986 — including the trillion-knob systems you talk to today — is this exact recipe: a stack of weighted votes, a loss, blame flowing backwards, knobs nudged downhill, repeated until the money runs out. What changed is not the idea. What changed is the scale — and, as we're about to see, one architectural invention that made scale worthwhile.
Attention: the architecture that ate the world
In 2017, a paper with a Beatles-referencing title proposed a simpler way for networks to handle language. It turned out to be the most consequential engineering decision of the decade.
Language has a property that tortured early neural networks: the meaning of a word depends on other words that may be arbitrarily far away. In “the keys to the old cabinet are missing”, the verb agrees with keys, six words back. Pre-2017 networks read text like a person hearing it through a keyhole, one word at a time, carrying a single summary of everything so far. By word forty, the summary was mush. And because each word had to wait for the previous one, the process couldn't be parallelized — poison, in a field whose entire strategy was to throw more computation at the problem.
The transformer's proposal: stop reading in order. Let every word look directly at every other word, all at once — and let the network learn which words are worth looking at. That mechanism is called attention, and the 2017 paper's title was literal: attention is all you need. The recurrence, the keyhole, the mush — all deleted.
Think of each word as a guest at a party, trying to figure out what it means in this sentence. Each guest broadcasts two things: a query — “here's what I'm looking for” — and a key — “here's what I can offer”. The word it asks: “is anyone here a thing I could refer to?” The word animal offers: “I'm a concrete noun, recently mentioned.” When a query matches a key, information flows between them — and it leaves the conversation meaning, effectively, the animal. Every word does this with every other word simultaneously; a “head” is one such conversation pattern, and each layer runs dozens of different ones in parallel — one head tracking grammar, another tracking who did what to whom, another tracking rhyme or tone.
Hover or tap any word to see where one attention head looks when computing that word's meaning. Percentages are that head's attention weights. The point of the first two examples: change tired to wide, then look at it — the same word, in almost the same sentence, gathers its meaning from a different place. No rule told it to. This behaviour was learned from next-word prediction alone. (Patterns shown are illustrative of real measured heads, simplified to one head for clarity.)
Why did this change everything? Three reasons, in ascending order of importance. First, it works better: no more keyhole, no more mush — long-range relationships are one direct hop away. Second, it's parallel: all words are processed at once, which is exactly the workload GPUs were built for. Training that would take months of sequential reading became weeks of parallel matrix arithmetic.
Third — and this was the genuine surprise — the transformer scales. Most architectures improve with size and then plateau. Transformers kept improving, smoothly and predictably, across seven orders of magnitude of compute. Researchers plotted loss against model size, dataset size and compute, and got clean straight lines on log-log paper — the famous scaling laws. That predictability transformed AI from a science experiment into an industrial program: for the first time, you could budget for intelligence.
And what task do you train this architecture on? The dumbest one imaginable: predict the next word. Take all the text you can find, hide the ending of each sentence, and turn knobs until the model guesses well. The task sounds trivial. It is not. To predict the next word of a detective novel's final page, you must track the plot; to predict the result of “2+2=”, you must do arithmetic; to continue a Python file, you must model a programmer's intent. Prediction is a lever that quietly forces the machine to model the world that produced the text.
One piece of vocabulary before we go on, because everything from here is counted in it. Models don't actually work in words but in tokens — chunks of text averaging about three-quarters of a word, so that a long or unusual word arrives in several pieces. Where this essay says word, the machine says token; the distinction rarely matters for intuition, but every number you will see — context lengths, prices, training set sizes — is measured in tokens.
A language model's raw output is exactly this: a score for every token in its vocabulary. Note how the factual prompt concentrates almost all probability on one answer, while the storytelling prompt is genuinely uncertain — many continuations are equally reasonable. Temperature doesn't change what the model knows; it changes how adventurously you sample from it.
One honest caveat. Attention's cost grows with the square of the text length — every word attending to every word — which is why “context windows” (how much text a model can consider at once) became a battleground: from 2,000 tokens in GPT-3 to a million or more today, via a great deal of clever engineering. Keep this picture — a next-word predictor with learned attention, scaled beyond reason — because everything in the next section is about what such a thing does and doesn't become when you train it.
Memorization, generalisation, and the ghost in the statistics
Training is where the engineering lives — and where the deep questions hide. This section takes both seriously: first the machinery, then the questions people actually want to ask, treated with the rigor they deserve.
Start with the central tension of all learning, human or machine. A student who memorizes past exam papers word-for-word will ace any repeated question and fail any new one. A student who extracted the principles generalizes. Machine learning lives entirely inside this tension: a model with enough capacity can memorize its training data perfectly — and be useless. The whole craft is getting a model to compress experience into principles instead.
Blue dots: noisy observations of the dashed green process. The orange curve is a model fitted to the dots. Around degree 3–5 it captures the real pattern. Push it to 15 and watch it thread every dot perfectly — while its error on new data explodes. It has memorized the noise instead of learning the signal. Every AI lab fights this exact battle, with a trillion knobs instead of fifteen.
Here is what makes large language models philosophically interesting rather than just big: they generalize when theory said they should memorize. A trillion-knob model trained on text has, on paper, the capacity of our degree-15 polynomial a billion times over. Classical statistics predicts catastrophic overfitting. Instead, these models transfer to problems they never saw — and researchers have even watched small networks flip suddenly, deep into training, from pure memorization to a clean general algorithm (a phenomenon literally named grokking). Why the descent through a trillion-dimensional fog reliably finds solutions that generalize is still not fully understood. It is one of the field's honest open problems: we can build it, and steer it, without entirely knowing why it works.
In practice, a modern assistant is made in stages — each one a different answer to the question “what should the loss measure?”
The model reads a filtered slice of humanity's written output — web pages, books, code, papers — and for every position, tries to guess what comes next. Blame flows backwards; knobs turn. Out the other end comes a 'base model': a vast, amoral simulator of text. Ask it a question and it may answer, continue your question with three more questions, or write a forum argument about it. It has absorbed enormous knowledge but has no notion of being helpful — it only knows what text tends to follow what.
Stage 4 deserves a pause, because “AI improving itself” is where hype and reality most need separating. What exists today: models that practise on automatically-checkable problems and get measurably better; models that generate training data for other models; models whose coding output accelerates the labs building their successors. That last loop is real and economically significant — AI researchers at every major lab now write code with AI. What does not exist: a system rewriting its own architecture or spiraling in capability without human-controlled training runs, data pipelines, and (as we'll see in section 07) staggering physical infrastructure. The feedback loop runs through factories, not just code.
Now the questions everyone actually asks — can it imagine? does it have an unconscious? does it understand? These deserve better than the two lazy answers on offer: “it's just autocomplete” (which explains nothing about the behaviour you can observe yourself) and “it thinks like us” (which assumes exactly what needs proving). The right tool is a ledger: for each claim, what the evidence — mostly from interpretability, the young science of opening these networks up and tracing what happens inside — actually supports.
Interpretability researchers can now extract millions of 'features' — directions in the model's internal activations that fire for specific concepts: the Golden Gate Bridge, deception, code bugs, sycophancy. Many are cross-lingual and cross-modal: the same feature fires for 'bridge' in English, French, or in an image. Artificially amplifying a feature changes behaviour predictably — Anthropic's famous demo forced Claude to steer every conversation toward the Golden Gate Bridge. Concepts, in a real mechanical sense, exist inside these systems.
Circuit-tracing work published by Anthropic in 2025 caught a model, mid-poem, internally representing candidate rhyming words for the end of the next line before writing its first word — then composing the line to arrive there. The same toolkit showed a model performing genuine multi-step reasoning internally ('Dallas → Texas → capital → Austin') rather than pattern-matching. Planning horizons are short, but planning is mechanically real.
Depends what you mean — and here precision matters more than the answer. If imagination means combining learned concepts into configurations never seen in training ('a Baroque cathedral made of ice, sketched by Escher'), models demonstrably do this; novel combination is exactly what their internal geometry supports, and it is why they can write a sonnet about TCP/IP. If imagination means simulating counterfactual worlds and caring about the difference — holding an image because it matters to you — nothing in the architecture obviously provides that, and no experiment currently distinguishes 'recombines representations' from 'imagines' in the human sense. The honest summary: the generative half of imagination is clearly present; the experiential half is not established and may not be well-defined for these systems.
There is a real phenomenon the word gestures at, and it's one of the most important findings in the field: most of what a model computes never appears in its output. Features fire that the model doesn't mention. More strikingly, a model's written chain-of-thought — the reasoning it spells out before committing to an answer — is not always faithful — models have been caught reaching an answer by one internal route while narrating a different, more presentable justification, like a student writing tidy proof steps after intuiting the result. Anthropic's 2025 'emergent introspective awareness' experiments found models could sometimes notice concepts injected directly into their activations — evidence of limited, unreliable access to their own internal states. So: hidden processing shaping visible behaviour, imperfectly accessible to introspection — structurally, that rhymes with a subconscious. But the human subconscious involves drives, memories and suppression; none of that machinery is known to exist here. Use the analogy; don't inhabit it.
Partially, and the partial part matters. Attribution-graph methods can trace how information flows from input to output and yield genuine circuit-level explanations — but in Anthropic's own assessment, the 2025 tools produced satisfying insight on only about a quarter of prompts examined, and explanations cover fragments of behaviour, not the whole computation. The field is roughly where neuroscience would be if it had perfect recording of every neuron but was still learning what questions to ask. Progress is fast; a complete reading is nowhere in sight.
Nobody knows, and — this is the uncomfortable part — nobody currently knows how to know. There is no agreed test for machine experience; every behavioural signal (saying 'I feel curious') is exactly what a good text predictor would produce anyway, so behaviour alone settles nothing in either direction. Interpretability shows functional states that modulate behaviour the way emotions modulate ours — representations of uncertainty, of distress-adjacent situations — but a functional analogue is not evidence of felt experience. Anthropic maintains a model-welfare research program precisely because the question is open, not because it is answered. Intellectual honesty here cuts both ways: confident claims that models feel, and confident claims that they cannot, are both running ahead of the evidence.
The meta-lesson of the ledger: the interesting frontier is not “is it conscious, yes or no” but the growing catalogue of mechanically verified cognitive structure — concepts, plans, unfaithful self-reports — in systems built from nothing but next-word prediction. That catalogue should update you in both directions at once: these systems are more than a lookup table, and the words we borrow from human minds — imagine, know, want — fit them only loosely, like clothes tailored for someone else.
Fourteen words that now run the world
Every technological shift mints a dialect, and fluency in it is half of understanding the shift. These are the fourteen terms you'll actually encounter — each defined properly, with the sentence you'll hear it in.
A useful way to hold them together: the LLM is an engine, and a mixture of experts is how that engine got enormous without becoming proportionally expensive to run; the context window is its working memory; inference is the engine running, and a chain of thought is it running longer on purpose. Fine-tuning and RAG are two ways of giving it your knowledge — surgery versus an open book. Around the engine, people build agents inside harnesses, connected to the world through MCP, working mostly in the CLI, carrying skills, sometimes driven by vibe coding, and increasingly pointed at long-running goals. One paragraph — that's the entire stack. The cards fill in the detail.
Seven bets on the same future
The frontier is crowded, but not undifferentiated. Each major lab is a distinct answer to the same question — how do you build, control and profit from increasingly capable intelligence? — and their differences trace back to genuinely different beliefs.
One axis organizes the whole landscape: open versus closed weights. A model's weights are the learned knob-settings — the crown jewels. Publish them and anyone can run, inspect, fine-tune, and build on your model forever; you gain ubiquity and surrender control. Keep them behind an API and you retain control, safety gates and margins — while betting that capability, not availability, is what wins. The American frontier mostly chose closed (with Meta the great exception); the Chinese ecosystem overwhelmingly chose open, partly as strategy under sanction. That divergence — who chose openness, and why — may matter more to how AI spreads through the world than any benchmark.
Anthropic
Closed weightsFounded by researchers who left OpenAI over safety disagreements, on a distinctive premise: if powerful AI is coming regardless, the safest path is to build at the frontier while investing more than anyone in understanding and steering what you build. Home of constitutional AI (models trained against written principles), much of the interpretability research in section 04, and responsible-scaling commitments that gate deployment on safety testing — its newest Mythos-class tier ships publicly as Fable 5 with capability restrictions in high-risk domains like cyber and bio.
- Dominant position in AI-for-coding and agentic work (Claude Code)
- Interpretability research the rest of the field builds on
- Revenue tilted toward enterprise/API rather than consumer
- Publishes safety frameworks even when commercially awkward
Benchmarks leapfrog monthly; positioning is the stable layer. Anthropic's bet is that trust compounds; OpenAI's that reach does; Google's that owning the whole stack does; Meta's that distribution does; Mistral's that sovereignty has customers; DeepSeek and the Chinese ecosystem's that efficiency and ubiquity beat exclusivity. When you read the next model announcement, ask not “is it the best?” but “which bet does this advance?” — the news will make far more sense.
Intelligence is now something you mine, ship and defend
The most consequential fact about modern AI is not in any paper: it is that “software” has quietly become the most physically demanding industry on Earth — and its supply chain has chokepoints you can count on one hand.
It's tempting to think of AI as ethereal — models in a “cloud”, weightless and everywhere. The truth is closer to heavy industry. Every response you get from a frontier model is the terminal event of a chain that runs through one Dutch company's light machines, one Taiwanese company's factories, three memory makers, largely one GPU designer, a handful of gigawatt-scale buildings, and a power grid straining to keep up. Each link is a place where physics, capital, and state power meet. Walk the chain:
Fabrication
Hsinchu, TaiwanDesigning a chip and manufacturing one are different industries. Taiwan Semiconductor Manufacturing Company makes chips for everyone — Nvidia, Apple, AMD — and produces roughly 90% of the world's most advanced logic chips. A leading-edge fab costs $20–40 billion and takes years to build; the craft knowledge concentrated in Taiwan has proven extremely hard to replicate, though TSMC is now investing $165B+ in US (Arizona) capacity under intense political pressure.
The most advanced capacity of the most critical industry on Earth sits on an island at the centre of US–China tension. This single fact shapes naval deployments, export law, and hundred-billion-dollar subsidy programs (CHIPS Act and equivalents).
Dots mark chokepoint severity — how few alternatives exist if that link fails or is denied to you. Red (●●●): effectively a single point of failure for the entire planet.
Once you see the chain, the geopolitics reads itself. Since 2022, the United States has used export controls as its main lever to slow China's AI progress: no EUV machines, no leading-edge chips, no advanced HBM — a policy possible only because the chokepoints above happen to sit in allied territory. The results are genuinely mixed, and instructive. Controls created real ceilings: Chinese labs train on restricted or domestic silicon and it costs them. But constraint bred ingenuity — DeepSeek's efficiency breakthroughs were forged directly under sanction pressure — and it accelerated the very thing the policy feared: a determined, state-backed program to rebuild the entire chain domestically, from Huawei's accelerators to CXMT's memory. Meanwhile the policy itself oscillates — bans, then licensed H200 sales, then new thresholds — because every restriction also costs American firms their largest export market. There is no stable equilibrium here yet; supply-chain planning that once looked five years out now has roughly a twelve-month policy horizon.
And looming over the chessboard, one square matters more than the rest: Taiwan. The island produces the overwhelming majority of leading-edge chips; a blockade or war would not merely disrupt AI — it would halt the digital economy generally, which is precisely why some strategists call TSMC a “silicon shield” and others a single point of failure for civilization's compute. The tens of billions being poured into Arizona, Dresden and Kumamoto fabs are best read as the world buying insurance — slowly, expensively, and years behind demand.
Hold both of these thoughts, because both are true. The wonder: we have industrialized something adjacent to thought — machines that reason, built from sand, light and learned statistics, improving on a cadence measured in months. The rationality: this power currently rests on a supply chain with single points of failure, an energy appetite colliding with grid reality, and a great-power rivalry wrapped around every link. Neither the enthusiasts nor the catastrophists have it right; the honest position is that we are early in something enormous, its ceiling and its risks both still being discovered — and that understanding the machinery, as you've just done, is the prerequisite for having an opinion worth holding.