PrometheusRoot
Blog Links Prometheans 100+ AI Books AI Companies Why are you here?
← Prometheans 100+
×
Francois Chollet
builder
ResearcherEngineerOpen source
X / Twitter Website GitHub Wikipedia
kerasarcbenchmarkstensorflowreasoning

Recognition

TIME 100 AI 2024

Related

builder Jeff Dean
← Prometheans 100+ Francois Chollet
TIME 100 AI 2024

Ndea co-founder, AGI researcher, Keras creator

Francois Chollet

Co-founder — Ndea Founder — ARC Prize Senior Staff Engineer (left November 2024) — Google
Listen — profile
0:00 / 4:04

Profile

François Chollet is the rare AI figure who has shaped the field twice, in opposite directions. First as a builder: in March 2015, while working on computer vision problems, he released Keras — a Python API that made neural networks feel like Lego bricks instead of tensor algebra homework. It worked. Keras became the on-ramp for an entire generation of developers, got absorbed into TensorFlow as its official high-level API, and in its Keras 3 rewrite became framework-agnostic, running on top of JAX, TensorFlow, or PyTorch. If you learned deep learning between 2016 and 2022, you almost certainly typed model.add(Dense(...)) at some point. That was him. He also wrote Xception, the depthwise-separable-convolution architecture that quietly became a workhorse in production vision stacks.

Then, as a critic. Chollet’s second act is the argument that the thing he helped popularize is not, by itself, the road to general intelligence. His 2019 paper On the Measure of Intelligence reframed intelligence not as skill but as skill-acquisition efficiency — how fast a system picks up something genuinely new, relative to its priors and experience. A chess engine that crushes grandmasters isn’t intelligent; it’s a very good chess-shaped memory. To operationalize this he built ARC, the Abstraction and Reasoning Corpus: small colored-grid puzzles that any child solves in seconds and that GPT-3 scored a flat 0% on. In 2024 he and Zapier co-founder Mike Knoop turned it into the ARC Prize, seeding it with $1M of their own money. It has since become the benchmark frontier labs are most afraid to publish badly on.

In November 2024, after more than nine years at Google as a Senior Staff Engineer, Chollet left. In January 2025 he and Knoop launched Ndea, an AGI research lab that has since raised roughly $43M from Y Combinator (as a W2026 company), Coatue, Menlo Ventures, Factorial Capital and others. The thesis is specific and contrarian: intelligence comes from fusing deep learning’s pattern intuition with discrete program synthesis — searching the space of programs, guided by learned priors — rather than from another order of magnitude of transformer parameters. Ndea has roughly fifteen people, no product, and multi-year pure-research runway. That is either admirable discipline or an expensive way to be right too late, and Chollet would tell you he’s fine with the bet.

What makes him worth following if you’re learning AI today is that he is intellectually honest in public. When OpenAI’s o3 scored 75.7% on ARC-AGI’s semi-private set (and 87.5% in a high-compute configuration) in December 2024, Chollet — the loudest skeptic of LLM scaling — called it a genuine breakthrough, then explained precisely why it didn’t contradict him: o3 was doing deep-learning-guided program search at test time, not bigger pretraining. He also shortened his own AGI timeline publicly in 2025 rather than defending an old position. Meanwhile ARC-AGI-2 has proven far more resistant than v1 — ARC Prize’s own 2025 analysis put the top verified commercial model at 37.6% and the winning Kaggle entry at 24% — and ARC-AGI-3, the interactive agentic benchmark launched in March 2026, sits at 100% for humans and under 1% for frontier AI. For a developer, that gap is the most useful number in the field: it tells you exactly where today’s models stop being intelligent and start being retrieval.

Books

Deep Learning with Python, Third Edition
Deep Learning with Python, Third Edition
2025 ●
A full rewrite for the Keras 3 / generative era, with new chapters on transformers, building your own GPT-style LLM, and diffusion models — still the best first deep learning book for working programmers.
Deep Learning with Python, Third Edition

Deep Learning with Python, Third Edition

François Chollet, Matthew Watson — 2025

A complete rewrite of the bestselling original covering deep learning fundamentals and contemporary techniques. The third edition features expanded coverage of generative AI, transformers, and diffusion models, alongside practical applications in image classification, time series forecasting, text generation, and large language models.

Publisher
Manning Publications
Pages
648
ISBN
9781633436589
Published
2025
More →
Deep Learning with Python, Second Edition
Deep Learning with Python, Second Edition
2021 ●
The 2021 edition that taught deep learning to a generation of engineers; worth reading for its clarity on the universal ML workflow even now that the third edition exists.
Deep Learning with Python, Second Edition

Deep Learning with Python, Second Edition

François Chollet — 2021

Introduces deep learning using Python and Keras with practical techniques for implementing applications including image classification, timeseries forecasting, text classification, machine translation, and neural style transfer. Written by the creator of Keras for readers with intermediate Python skills.

Publisher
Manning Publications
Pages
504
ISBN
9781617296864
Published
2021
More →
📖
Deep Learning with R, Second Edition
The same curriculum ported to R, co-authored with Tomasz Kalinowski and J.J. Allaire, for the statistics and data-science crowd.

Key Articles & Papers

On the Measure of Intelligence 2019 — The philosophical foundation of everything Chollet has done since: intelligence is skill-acquisition efficiency, not skill. Read this before arguing about AGI with anyone. Xception: Deep Learning with Depthwise Separable Convolutions 2016 — One of the most-cited CVPR papers ever, and the architecture that showed you can beat Inception V3 with better-used parameters rather than more of them. OpenAI o3 Breakthrough High Score on ARC-AGI-Pub 2024 — Chollet's own analysis of the result that broke his benchmark — a model of how to update publicly without abandoning your thesis. ARC-AGI-2: A New Challenge for Frontier AI Reasoning Systems 2025 — The redesigned benchmark that resists brute-force program search and still separates human-easy from AI-hard. ARC-AGI-3: A New Challenge for Frontier Agentic Intelligence 2026 — Interactive, instruction-free game environments that test whether an agent can explore and infer goals on its own. Humans 100%, frontier AI under 1%. ARC Prize 2025: Technical Report 2026 — The best single survey of what actually works on ARC — test-time training, synthetic data, evolutionary program search, refinement loops. ARC Prize 2024: Technical Report 2024 — Documents the 2024 shift to test-time adaptation, the year the ARC needle finally moved. The limitations of deep learning 2017 — Written by the creator of Keras at the height of the deep learning boom — the essay that predicted the wall the field would eventually hit. The future of deep learning 2017 — The companion piece, arguing for models as programs and for blending learning with algorithmic search. Almost a decade later, this is Ndea's business plan. The implausibility of intelligence explosion 2017 — His case against recursive self-improvement and the foom scenario — the sharpest technical counterweight to fast-takeoff arguments.

Videos

YouTube video
YouTube video
YouTube video
YouTube video
YouTube video

Controversies

Is ARC-AGI really an AGI test? Chollet and Knoop have been accused of overselling ARC as a measure of general intelligence when the definition of AGI is itself contested — some OpenAI staff have argued that by a “better than most humans at most tasks” standard, AGI already exists. Critics on both sides have also charged goalpost-moving: when v1 fell, v2 arrived; when v2 started cracking, v3 arrived. Chollet’s counter is that this is the point — his stated finish line is that AGI has arrived when building tasks that are easy for humans and hard for AI becomes impossible. Reasonable people disagree about whether that’s rigorous or unfalsifiable.

The o3 verification question. The December 2024 o3 result was run on a semi-private evaluation set in collaboration with OpenAI rather than by a fully independent third party, and o3 was tuned on ARC’s public training set. Chollet disclosed both facts, but contemporaneous reporting flagged the benchmark’s design flaws and the absence of independent replication. ARC-AGI-2’s evaluation protocol was tightened partly in response.

The scaling wars. Chollet spent years as the field’s most prominent “LLMs will not scale to AGI” voice, a position that put him in frequent public conflict with scaling advocates and made him an occasional ally of Gary Marcus. When reasoning models began clearing ARC-AGI-1 and he shortened his AGI timeline, some read it as a quiet concession that scaling won. His own framing — that test-time search and program synthesis, not pretraining scale, produced the jump — is defensible, but it’s fair to note he has been more right about the mechanism than about the pace.

Spotify Podcasts

How François Chollet Is Building A New Path To AGI
How François Chollet Is Building A New Path To AGI
Y Combinator Startup Podcast
2026
François Chollet: The ARC Prize & How We Get to AGI
François Chollet: The ARC Prize & How We Get to AGI
Y Combinator Startup Podcast
2025
Francois Chollet - ARC reflections - NeurIPS 2024
Francois Chollet - ARC reflections - NeurIPS 2024
Machine Learning Street Talk (MLST)
2025
Pattern Recognition vs True Intelligence - Francois Chollet
Pattern Recognition vs True Intelligence - Francois Chollet
Machine Learning Street Talk (MLST)
2024
280 | François Chollet on Deep Learning and the Meaning of Intelligence
280 | François Chollet on Deep Learning and the Meaning of Intelligence
Sean Carroll's Mindscape: Science, Society, Philosophy, Culture, Arts, and Ideas
2024
Francois Chollet — Why the biggest AI models can't solve simple puzzles
Francois Chollet — Why the biggest AI models can't solve simple puzzles
Dwarkesh Podcast
2024
#51 Francois Chollet - Intelligence and Generalisation
#51 Francois Chollet - Intelligence and Generalisation
Machine Learning Street Talk (MLST)
2021
#120 – François Chollet: Measures of Intelligence
#120 – François Chollet: Measures of Intelligence
Lex Fridman Podcast
2020
Francois Chollet - On the Measure of Intelligence
Francois Chollet - On the Measure of Intelligence
Machine Learning Street Talk (MLST)
2020
François Chollet: Keras, Deep Learning, and the Progress of AI
François Chollet: Keras, Deep Learning, and the Progress of AI
Lex Fridman Podcast
2019

YouTube

YouTube video
2025
YouTube video
2024
YouTube video
2020
YouTube video
2019

Related People

builder Jeff Dean
© 2026 PrometheusRoot