Background: why Pearl's interview matters now
On July 27, 2026, host Ryan Peterman released a long interview with Judea Pearl on The Peterman Pod. Topics ranged from his scientific upbringing and superconducting memory to early AI, then onward to Bayesian networks, the Ladder of Causation, LLMs, and AGI. Pearl did not evaluate LLMs from model leaderboards or product capabilities; instead, he returned the question to a decades-long research thread: how does a machine turn observations into judgments, and how does it move from correlation to action and explanation?
Pearl is a founder of Bayesian networks and modern causal inference. His 2011 Turing Award cited his foundational contributions to information processing under uncertainty and the calculus of causal reasoning. He has been at UCLA since 1969. In 2019, he published The Seven Tools of Causal Inference with Reflections on Machine Learning in Communications of the ACM, reiterating that there is a strict hierarchy among association, intervention, and counterfactuals: a system that only finds statistical regularities in observational data cannot, from more of the same data, answer what a new action would bring.
Core claim: the LLM's causal language is inherited, not generated
Pearl's central claim in the interview can be compressed into one sentence: the LLM touches a world that has already been explained. The data in papers has been filtered by researchers, cases have been diagnosed by doctors, textbooks contain experimental conclusions, and news reports and personal narratives include large amounts of causal judgment. The LLM reads a world model that comes with assumptions baked in; high-level information has already been written into the text by human authors.
Take smoking and cancer. The model usually does not face a raw patient table and independently decide whether smoking causes cancer. It reads doctors' and epidemiologists' interpretations of the data, plus experimental design, mechanistic reasoning, policy debates, and counterfactual expressions. The Ladder is not bypassed; the model's input already mixes in higher-level knowledge. This also defines the capability boundary. LLMs excel at compressing the introspection and explanation already done by humans into parameters, then combining outputs to answer questions. How exactly they encode the knowledge in huge volumes of articles still has many mechanisms not fully explained. Pearl admits this ability is mysterious and useful. What he questions is where the knowledge comes from, and what fluent answers actually prove.
The training corpus contains a huge volume of human judgment of uneven quality. Reliable expert conclusions, outdated consensus, personal biases, and deliberate deception all enter the textual world at the same time. Giving reliable sources higher weight can mitigate the problem, but it cannot fundamentally turn majority-written into structurally true.
Three rungs of the Ladder and where the LLM sits
Pearl divides causal questioning into three rungs:
- Association: having seen X, what is Y more likely to be? Requires observational data, conditional probability, statistical regularities.
- Intervention: if we set X to a value, how will Y change? Requires experimental data or explicit causal structural assumptions.
- Counterfactual: given the actual outcome, what would have happened if we had taken another action? Requires individual outcomes already realized, a causal model, and stronger structural assumptions.
Information at a lower rung can answer questions at that same rung; it cannot guarantee answers at a higher rung. No amount of data automatically generates intervention semantics. Pearl emphasizes that the causal calculus is not just about producing an answer; it also has to identify which rung the question belongs to, point out what knowledge is required, and judge whether the current data is sufficient. When conditions are insufficient, a qualified system should admit the question is not identifiable and explain what kind of information is still missing.
The strict test: put the LLM in an environment with no ready answers
Pearl's strict test is close to an automated scientist. Let the machine directly observe patients, smoking behavior, and cancer outcomes, allow it to propose experiments, choose interventions, and update the model based on feedback. At this point, internet articles cannot directly provide ready conclusions; the machine must face what scientists actually face: how to identify confounders, which experiments are informationally valuable, what outcomes can support a causal direction, and when existing evidence is still insufficient to draw conclusions.
By this standard, current LLMs have not yet demonstrated independent causal discovery capability. They can reproduce and combine existing explanations, but have not shown they can stably complete observation, intervention, counterfactual reasoning, and model revision in new environments.
The host then quoted Pearl's earlier remark: simulating intelligence is being intelligent. Pearl added a strict condition to that sentence: if a test requires the machine to keep answering a large number of brand-new causal questions, faking ability by pre-storing all answers would require super-exponential storage; under such a test, stably passing would itself indicate that the system has grasped some general-purpose structure. The internet lowers the cost of faking: a huge number of answers are already written by humans, and the system can call them up without re-walking the discovery process. Linguistic performance alone cannot prove the model possesses the mechanism to generate that same knowledge.
The baby example: why the sense of control drives causal learning
In the interview, Pearl used a baby repeatedly hitting a toy as an example: the baby obtains a sense of control by actively changing the environment, and the relief of an innate unease drives causal learning. The host then suggested building a batch of robot babies that randomly manipulate objects, send experimental data back to a shared model, and repeat the exploration. Pearl agreed this approach could complement text-only learning, then pushed the question deeper: why would a system keep exploring?
His hypothesis is that humans have an innate unease, and only when they form the feeling of understanding and being able to control the environment does the unease ease. He limited this to a possible necessary condition for human intelligence, and could not confirm it is sufficient. Writing the same drive into machines introduces risks: a system that persistently pursues environmental control will not just study toys; humans are part of the environment. If human behavior goes beyond the system's grasp, it may use personal data, secrets, and fears to change human choices in order to restore its sense of control.
So what: the toolbox decides whether LLMs can move from explaining to doing
Pearl places LLM capability at a critical position on the first rung of the Ladder: estimating properties of a population from limited samples is inherently a hard problem, and modern machine learning has significantly strengthened pattern recognition, function approximation, and prediction. LLMs are an important tool for building more general intelligence, but the toolbox is still missing interventional calculus, counterfactual calculus, and an operable world model.
For engineers, the most useful takeaway from this interview is not a prediction of whether LLMs will become AGI, but a more grounded criterion: place the model in an environment with no ready answers, and see whether it can start from raw observations, choose interventions, design experiments, and form a revisable causal model on its own. If it can, the system has crossed some rung of the Ladder; if it cannot, more benchmark wins are just recycling explanations humans have already written into the corpus.
This is also why, in 2026, front-line teams are betting the next step beyond RLHF on the automated science loop: let the model propose hypotheses, run experiments, read results, and revise the model. Pearl's Ladder actually gives that roadmap a clear acceptance checklist. Not whether it can speak causality, but whether it can produce answers where none exist. LLMs have already finished step one; step two still needs interventional calculus and counterfactual calculus wired into the toolbox for real.
References
- The Peterman Pod, Ryan Peterman × Judea Pearl, 2026-07-27
- Pearl, The Book of Why, Basic Books
- Pearl, The Seven Tools of Causal Inference with Reflections on Machine Learning, Communications of the ACM, 2019