AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

Martin Casado: AI Is the First Abstraction Layer to Take Over Human Thinking

In an a16z interview, Casado argued that unlike compute, networking, and storage, AI offloads reasoning itself

세 사람이 원형 테이블에 앉아 팟캐스트를 녹화하고 있다

이미지: @a16z (X) · METAL LAB 편집

Summary

  • Martin Casado told a16z that AI is the first human-level abstraction layer in computing history
  • He noted that earlier layers only handed off resources like compute, networking, and storage, while reasoning and logic always stayed with humans
  • He pointed to a key difference, using Makefile as an analogy: you can define the final output, but the path and time it takes to get there stay unpredictable
Video from the source
발언자
마틴 카사도
발표 계정
a16z(X)
발행 시점
2026-08-25(현지시간)
핵심 주장
AI는 추론·논리 자체를 위임하는 최초의 컴퓨팅 추상화
비교 대상
컴퓨트·네트워크·스토리지 (기존 자원형 추상화)
사용 비유
Makefile — 최종 상태만 정의, 도달 경로는 시스템이 처리
핵심 표현
모델에게 기도하듯 맡긴다

In an interview published by venture capital firm a16z on August 25 (local time), Martin Casado described AI as an entirely new kind of abstraction layer — the first of its kind in the history of computing. Every layer computers have stacked on top of one another until now — compute, networking, storage — followed the same pattern: humans defined the problem, and machines crunched through those resources to produce an answer. With AI, he says, that order itself is starting to break down.

A human hands off a problem to two different places. The arrow toward traditional computing layers is a solid, bidirectional line, showing that you can trace back from the result to its cause. The arrow toward AI is a dotted, one-directional line, illustrating Casado's point that while the goal can be defined, the computational path and time it takes remain untraceable.

"We've handed off resources before, but never thinking itself"

Casado pointed out that throughout the history of computer science, humans have never actually delegated reasoning or logic to a machine. Compute, networking, and storage were always "resources" — humans posed a high-level problem, and the machine computed the answer, but the work of understanding and judging that problem stayed on the human side. He says our relationship with AI today is different: we're now asking for answers before we've even fully worked out what the question is.

We know the destination, but not the road there

His go-to analogy is Makefile, the software build tool. With Makefile, you define what the final output should look like, and the system handles the rest of the process — and he says that's exactly what using AI feels like today. But there's a crucial difference. No matter how high you stacked previous abstraction layers, you could always trace back deterministically to see exactly what was happening underneath. With AI, he argues, when you ask a question and wait for an answer, you can't clearly map out how long the computation will take or what path it took to reach that answer. As Casado put it in the a16z interview, "You pray to the model with the right words, and eventually something useful comes out."

이미지: @a16z (X)

Half a century of stacking layers — why this one's different

Casado says his entire career has been a process of moving the computing stack up one layer at a time — programming languages on top of assembly, operating systems on top of hardware, the cloud on top of servers. But all of these layers shared one thing in common: no matter how high you climbed, you were still working with deterministic systems that could be mapped back down to the layer below. In his view, even the internet and search never really took the job of defining the problem away from humans. What's happening with AI right now, he keeps emphasizing, breaks from that pattern entirely.

CategoryTraditional computing abstractionAI abstraction (Casado's view)
What humans hand offCompute, networking, storageReasoning and logic itself
Predictability of outcomeDeterministically traceable down to lower layersFinal state is known, but the path to it is not
Computation timeGenerally estimableHard to bound
AnalogyHigher layers map precisely onto lower layersLike Makefile — define the goal, and the system handles the rest

A similar question, seen from a different angle

Casado isn't the only one asking whether AI actually thinks. Mathematicians we've covered before have made a similar point. Fields Medal winner Timothy Gowers and mathematician Peter Sarnak have argued that LLMs are good at combining existing methods and exploring many paths at once, but lack the intuition to pick out productive paths within a vast search space. Google DeepMind's Tom Zahavy reached a similar conclusion in a paper arguing that "LLMs can't jump." Casado's idea of "praying and handing off thinking" and the mathematicians' description of "a calculator that can't generate new ideas" are, in the end, two different vantage points on the same phenomenon.

Editor's take

What's really interesting about Casado's argument isn't the conclusion that "this is different" — it's how he arrives at it. He apparently set out to explain AI as just the next natural layer on the computing stack, and talked himself into "no, this is actually different" partway through. Earlier layers — programming languages, the cloud, whatever — could always be traced back down to estimate computation time and path, no matter how high you climbed. The moment you hand work off to an LLM, he's saying, that traceability just breaks. That's not the kind of thing a VC says for effect — it's an observation that only someone who's actually built systems would make.

There's a concrete lesson here for anyone working with this stuff today. Plenty of teams are handing tasks off to AI agents and simply expecting the output to come out a certain way, but there's still no real way to control the computation time or the intermediate path it takes to get there. Hand a batch job to an agent, and you genuinely don't know if it'll take five minutes or fifty, or whether it'll wander off down some unexpected path along the way. For companies here adopting agentic AI for real work, the order of operations matters: don't just look at output quality — first decide how much of this path uncertainty you can actually tolerate. The more standardized and repetitive the task, the lower that risk; the more judgment a task requires, the higher it gets.

Expect this debate to grow louder in the coming weeks. As more agents start planning and executing tasks on their own, more people are likely to agree with Casado's core point: the outcome may be predictable, but the process to get there isn't.

Comments