AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
All
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “francois-chollet--x”

GridTimelineEvolution
169 results
Research

I'd say cognitive friction is even more than just a regularizer: it's an incentive to find the right interface abstractions, and in turn goo…

DGX agent

I'd say cognitive friction is even more than just a regularizer: it's an incentive to find the right interface abstractions, and in turn good abstractions are what enables compounding over time. Piles

researchfrancois-chollet--x
19 Apr 2026
Blog
X Post
Paper
YouTube
Reddit
GitHub
Clear filters
Applications

There's no doubt that the world can consume tokens as fast as they're produced, even in the most maximalist infrastructure buildup scenarios…

DGX agent

There's no doubt that the world can consume tokens as fast as they're produced, even in the most maximalist infrastructure buildup scenarios imaginable. That's not the question. The question is whethe

applicationsfrancois-chollet--x
19 Apr 2026
Research

Unlimited demand for something doesn't necessarily mean it is viable as a business, much less as an economy-wide all-in bet.

DGX agent

Unlimited demand for a product or service does not guarantee business viability or economic sustainability, as other critical factors such as cost structure, scalability, profitability, and resource c

researchfrancois-chollet--x
19 Apr 2026
Research

Constraints are the catalyst of invention. An infinite search space leads to paralysis. The most creative inventions happen when you are for…

DGX agent

Constraints are the catalyst of invention. An infinite search space leads to paralysis. The most creative inventions happen when you are forced to solve a problem within appropriately narrow constrain

researchfrancois-chollet--x
18 Apr 2026
Research

The quality of your thinking is a multiplier for the amount of progress you make at each iteration. But the dominant factor behind success i…

DGX agent

The quality of thinking acts as a multiplier on progress made during iterative work, but iteration frequency itself is the primary driver of success. This insight from AI researcher François Chollet e

researchfrancois-chollet--x
18 Apr 2026
Research

There's a bit of a 2010s PHP vs Go flavor in there.

DGX agent

Francois Chollet compares programming language philosophies between PHP and Go, likely discussing design trade-offs, developer experience, or use cases that differentiate the two languages. The compar

researchfrancois-chollet--x
18 Apr 2026
Research

When looking at deep learning profiles, one of the most obvious tells between a mediocre and great candidate is whether they list PyTorch or…

DGX agent

Francois Chollet discusses a hiring signal for identifying high-quality deep learning candidates based on their choice of machine learning frameworks, suggesting PyTorch proficiency (or lack thereof)

researchfrancois-chollet--x
18 Apr 2026
Research

You cannot think your way to a perfect design. Only building and testing, over many iterations, can reveal the flaws in your mental model an…

DGX agent

You cannot think your way to a perfect design. Only building and testing, over many iterations, can reveal the flaws in your mental model and provide the feedback you need to create the best design po

researchfrancois-chollet--x
18 Apr 2026
Tutorials

The same is of course true of software -- to solve a problem in a scalable manner requires a lot more work and a lot more code compared to a…

DGX agent

This post discusses how software development, like other engineering disciplines, requires substantially more effort and code when building scalable solutions compared to quick prototypes or one-off i

tutorialsfrancois-chollet--x
16 Apr 2026
Research

There's a broadly held misconception in AI that methods that scale well are simple methods -- even, that simple methods usually scale. This …

DGX agent

There's a broadly held misconception in AI that methods that scale well are simple methods -- even, that simple methods usually scale. This is completely wrong. Pretty much none of the truly simple me

researchfrancois-chollet--x
16 Apr 2026
Research

Any smart human giving it real effort should score >90% on ARC-AGI-3

DGX agent

ARC-AGI-3 is a new benchmark iteration designed so that any intelligent human applying genuine effort should achieve greater than 90% accuracy, maintaining the benchmark's core principle that tasks mu

researchfrancois-chollet--x
15 Apr 2026
Model Releases

ARC-AGI-3 has the lowest human bar of any AI benchmark out there. Almost all benchmarks require specialized knowledge that make them inacces…

DGX agent

ARC-AGI-3 has the lowest human bar of any AI benchmark out there. Almost all benchmarks require specialized knowledge that make them inaccessible to 99%+ of humans (like, say SWE-Bench). ARC-AGI-3 is

model-releasesfrancois-chollet--x
15 Apr 2026
Research

To score 100% on a game, you just need to beat the median action efficiency of an unfiltered pool of random people. Easy if you're a bit sma…

DGX agent

Francois Chollet makes the observation that achieving a perfect score on certain AI benchmark games or tasks only requires surpassing the median performance of an unfiltered random population sample,

researchfrancois-chollet--x
15 Apr 2026
Research

ARC-AGI-3 Human Baseline Dataset Today we're open-sourcing the ARC-AGI-3 Human Baseline. This is the most exhaustive human testing study in …

DGX agent

ARC-AGI-3 Human Baseline Dataset Today we're open-sourcing the ARC-AGI-3 Human Baseline. This is the most exhaustive human testing study in the ARC-AGI series Every environment was solved by at least

researchfrancois-chollet--x
14 Apr 2026
Research

In order to make sure ARC-AGI-3 games were solvable by humans we tested over 450 people If a game was too hard we either revised it or tosse…

DGX agent

In order to make sure ARC-AGI-3 games were solvable by humans we tested over 450 people If a game was too hard we either revised it or tossed it completely For maximum transparency we just open source

researchfrancois-chollet--x
14 Apr 2026
Research

Simply retrieving a reasoning trace looks a lot like human reasoning, until it's time to navigate uncharted territory. If you memorized all …

DGX agent

Simply retrieving a reasoning trace looks a lot like human reasoning, until it's time to navigate uncharted territory. If you memorized all reasoning traces of humans from 10,000 BC, you could automat

researchfrancois-chollet--x
14 Apr 2026
Research

The role of memorization and knowledge is to cache & reuse past cognitive work. It should be leveraged as a way to speed up cognition, not a…

DGX agent

Francois Chollet argues that memorization and knowledge function as a cache for previously completed cognitive work, allowing it to be reused efficiently rather than recomputed. The purpose of storing

researchfrancois-chollet--x
14 Apr 2026
Research

Good design is the art of packing 1,000 'hows' into a single 'what'. Good design is compression: making the numerator trend towards infinity…

DGX agent

Francois Chollet, AI researcher and creator of Keras, argues that good design is fundamentally an act of compression — distilling an enormous number of implementation decisions, constraints, and consi

researchfrancois-chollet--x
11 Apr 2026
Hardware

The power of JAX

DGX agent

The power of JAX Introducing gyaradax 🐉: A JAX solver for local flux-tube gyrokinetics with custom CUDA kernels for acceleration. This entire code was vibecoded by @ggalletti_ and me in a month. Valid

hardwarefrancois-chollet--x
10 Apr 2026
Research

The reason symmetry is so important in physics is because symmetry is a highly effective compression operator. If a system is invariant unde…

DGX agent

The reason symmetry is so important in physics is because symmetry is a highly effective compression operator. If a system is invariant under some symmetry, you only need to explain one axis of it. Sc

researchfrancois-chollet--x
10 Apr 2026
Research

Science needs a way to process models that are only 'mostly correct' in terms of their predictions, but are very compressive (high ratio bet…

DGX agent

Science needs a way to process models that are only 'mostly correct' in terms of their predictions, but are very compressive (high ratio between predictive power and model complexity). They are likely

researchfrancois-chollet--x
9 Apr 2026
Research

Simplicity is a very strong signal of model quality. Galileo's heliocentric model was directionally correct, but its predictive power was qu…

DGX agent

Simplicity is a very strong signal of model quality. Galileo's heliocentric model was directionally correct, but its predictive power was quite bad compared to the much older Ptolemaic model, because

researchfrancois-chollet--x
9 Apr 2026
Research

We should view the history of physics as a long-running program synthesis task. Kepler and Newton were searching the space of possible symbo…

DGX agent

We should view the history of physics as a long-running program synthesis task. Kepler and Newton were searching the space of possible symbolic models to find the simplest one that would best satisfy

researchfrancois-chollet--x
9 Apr 2026
Model Releases

The new model from Meta is already looking like a disappointment: overoptimized for public benchmark numbers at the detriment of everything …

DGX agent

The new model from Meta is already looking like a disappointment: overoptimized for public benchmark numbers at the detriment of everything else. Knowing how to evaluate models in a way that correlate

model-releasesfrancois-chollet--x
8 Apr 2026
Model Releases

Join the ARC Prize team -- help us build ARC-AGI-4 and ARC-AGI-5

DGX agent

Join the ARC Prize team -- help us build ARC-AGI-4 and ARC-AGI-5 Platform Engineer - Benchmark Lead ARC Prize Foundation is hiring a senior engineer to build our benchmark platform * Expand ARC-AGI-3

model-releasesfrancois-chollet--x
7 Apr 2026
← Previous
1234
Next →