AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “francois-chollet--x”

GridTimelineEvolution
49+ results
Research

Expedia recently moved its ranking models to a state-of-the-art Keras 3 setup. Results: 30% faster training, and inference latency decreased…

DGX agent

Expedia recently moved its ranking models to a state-of-the-art Keras 3 setup. Results: 30% faster training, and inference latency decreased by 70%. Read their writeup about the upgrade: https://mediu

researchfrancois-chollet--x
12 Aug 2026
Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Research

Coding isn't yet another application domain -- it's the meta-skill required for AI to automatically develop its own training material, via s…

DGX agent

Coding isn't yet another application domain -- it's the meta-skill required for AI to automatically develop its own training material, via symbolic world models. That's how the RSI loop actually kicks

researchfrancois-chollet--x
10 Aug 2026
Model Releases

The reports of the demise of Google are greatly exaggerated. I wouldn't underestimate them

DGX agent

François Chollet commented that claims the demise of Google were greatly exaggerated, cautioning against undervaluation. According to a Polymarket report, Sergey Brin is expected to take direct oversi

model-releasesfrancois-chollet--x
8 Aug 2026
Research

In the era of base LLM scaling (2022-2024), I believed the LLM line of research would reach a capability plateau (as later seen with base LL…

DGX agent

In the era of base LLM scaling (2022-2024), I believed the LLM line of research would reach a capability plateau (as later seen with base LLMs). In late 2024, after the o3 test-time compute demo, I ch

researchfrancois-chollet--x
7 Aug 2026
Model Releases

Outstanding cost-to-performance from DeepSeek GPT-5.6 Luna (Max) performance for a 1/4th of the cost on ARC-AGI

DGX agent

Outstanding cost-to-performance from DeepSeek GPT-5.6 Luna (Max) performance for a 1/4th of the cost on ARC-AGI DeepSeek V4 Flash from @deepseek_ai on ARC-AGI (Verified): - ARC-AGI-2: 61.4%, 0.04/task

model-releasesfrancois-chollet--x
7 Aug 2026
Agents

This might be a good time to mention my recent keynotes titled: 'Agentic AI is Neurosymbolic AI'

DGX agent

This might be a good time to mention my recent keynotes titled: 'Agentic AI is Neurosymbolic AI' I would have assumed it was fairly obvious, but in case it's not: a million-line codebase (also known a

agentsfrancois-chollet--x
7 Aug 2026
Agents

With agentic AI, workflows are increasingly CPU hungry. The share of cognition moving to the CPU keeps increasing.

DGX agent

With agentic AI, workflows are increasingly CPU hungry. The share of cognition moving to the CPU keeps increasing. Scoop: AWS engineers have been told to conserve CPU compute to make sure the cloud gi

agentsfrancois-chollet--x
7 Aug 2026
Agents

An accurate characterization of the arc of AI is that it is shaped by two trends: 1. Moving more and more logic to a neural model for tasks …

DGX agent

An accurate characterization of the arc of AI is that it is shaped by two trends: 1. Moving more and more logic to a neural model for tasks where training data can be densely sampled (e.g. the shift f

agentsfrancois-chollet--x
6 Aug 2026
Research

For a very long time most high-performing AI models were end-to-end neural models; vector input -> vector output, with only ultra-thin symbo…

DGX agent

For a very long time most high-performing AI models were end-to-end neural models; vector input -> vector output, with only ultra-thin symbolic preprocessing and postprocessing layers (e.g. label deco

researchfrancois-chollet--x
6 Aug 2026
Research

I would have assumed it was fairly obvious, but in case it's not: a million-line codebase (also known as a 'harness'), running at inference …

DGX agent

I would have assumed it was fairly obvious, but in case it's not: a million-line codebase (also known as a 'harness'), running at inference time, orchestrating thousands of calls to a neural network f

researchfrancois-chollet--x
6 Aug 2026
Agents

Outlook where frontier AI is headed next 18 months: The AI reasoning training + harness loop works if you can produce enough data and reason…

DGX agent

Outlook where frontier AI is headed next 18 months: The AI reasoning training + harness loop works if you can produce enough data and reasoning traces (via verifiers). Proven with code and math result

agentsfrancois-chollet--x
6 Aug 2026
Model Releases

We re-tested GPT-5.6 Luna from @OpenAI on ARC-AGI (Verified) following its recent 80% price reduction: - ARC-AGI-2: 59.6%, $0.18/task - ARC-…

DGX agent

We re-tested GPT-5.6 Luna from @OpenAI on ARC-AGI (Verified) following its recent 80% price reduction: - ARC-AGI-2: 59.6%, 0.18/task - ARC-AGI-1: 90.7%, 0.07/task The new results match Luna's original

model-releasesfrancois-chollet--x
6 Aug 2026
Research

To address the limits of deep learning and avoid stalling, the field of AI started by applying patch (1), which started being demoed 9 month…

DGX agent

To address the limits of deep learning and avoid stalling, the field of AI started by applying patch (1), which started being demoed 9 months later in December 2024 and has now become completely ubiqu

researchfrancois-chollet--x
2 Aug 2026
Model Releases

Quick reminder of what's ok vs not ok with harnesses used for playing ARC-AGI-3: 1. Not okay: harnesses that were custom-made to solve the b…

DGX agent

Quick reminder of what's ok vs not ok with harnesses used for playing ARC-AGI-3: 1. Not okay: harnesses that were custom-made to solve the benchmark or that contain knowledge about the benchmark forma

model-releasesfrancois-chollet--x
30 Jul 2026
Tutorials

One of the least explored questions in AI is how to build rich open-ended environments for learning. Benchmarks evaluate intelligence, envir…

DGX agent

One of the least explored questions in AI is how to build rich open-ended environments for learning. Benchmarks evaluate intelligence, environments shape it. iLands is interesting because it doesn't j

tutorialsfrancois-chollet--x
27 Jul 2026
Research

Really interesting concept -- instead of optimizing against static benchmarks or internally generated reward models, agents are evaluated th…

DGX agent

Really interesting concept -- instead of optimizing against static benchmarks or internally generated reward models, agents are evaluated through real economic interactions. Using an external market a

researchfrancois-chollet--x
27 Jul 2026
Agents

Super impressed with what Harvinder and Suman have built at @airtap_ai. They've essentially turned SMS into a headless agentic execution lay…

DGX agent

Super impressed with what Harvinder and Suman have built at @airtap_ai. They've essentially turned SMS into a headless agentic execution layer for your mobile apps. You just text it to run errands, an

agentsfrancois-chollet--x
14 Jul 2026
Model Releases

Standard RL benchmarks are episodic and stationary, so they don't capture the the characteristics of real-world deployment. Morpheus is a ne…

DGX agent

Standard RL benchmarks are episodic and stationary, so they don't capture the the characteristics of real-world deployment. Morpheus is a new benchmark for continual learning that provides persistent

model-releasesfrancois-chollet--x
13 Jul 2026
Agents

It's mind-blowing how fast agentic coding has progressed in the past 6 month. It's a completely different world now.

DGX agent

François Chollet observes that agentic coding systems have made dramatic progress over a six-month period, representing a significant shift in the landscape of AI-assisted development. The post reflec

agentsfrancois-chollet--x
10 Jul 2026
Model Releases

GPT-5.6 Sol sets a new SOTA on ARC-AGI-3: 7.8% Sol is the first verified frontier model to ever beat an ARC-AGI-3 game It is the best model …

DGX agent

GPT-5.6 Sol achieved a breakthrough by becoming the first verified frontier AI model to surpass performance on ARC-AGI-3, scoring 7.8% and setting a new state-of-the-art benchmark. ARC-AGI (Abstractio

model-releasesfrancois-chollet--x
9 Jul 2026
Tutorials

While the writing style of LLMs is still as recognizable as ever, a new trend is that humans have started organically writing like them, too…

DGX agent

While the writing style of LLMs is still as recognizable as ever, a new trend is that humans have started organically writing like them, too (which makes sense: of course you would end up imitating th

tutorialsfrancois-chollet--x
9 Jul 2026
Tutorials

ARC Prize 2026: ARC-AGI-3 Milestone #1 Winners Congratulations to the three winners who open-sourced their top-scoring ARC-AGI-3 solutions: …

DGX agent

ARC Prize 2026: ARC-AGI-3 Milestone #1 Winners Congratulations to the three winners who open-sourced their top-scoring ARC-AGI-3 solutions: 1. @tufalabs - 1.21%, 25K 2. Reki - .867%, 7.5K 3. Md Boktia

tutorialsfrancois-chollet--x
7 Jul 2026
Research

All of reality is programmable. You just have to figure out how. And the way to do that is to model it.

DGX agent

Francois Chollet argues that reality operates according to principles that can be understood and manipulated through modeling, suggesting that comprehending the underlying structure of any system enab

researchfrancois-chollet--x
6 Jul 2026
Research

Marginal cost is not a detail. It is the whole thing. Imagine going to an airline, and they tell you, 'yes, we can get you to 75% of these t…

DGX agent

Marginal cost is not a detail. It is the whole thing. Imagine going to an airline, and they tell you, 'yes, we can get you to 75% of these top destinations' -- great, but how much does it cost for eac

researchfrancois-chollet--x
6 Jul 2026
Model Releases

Reporting benchmark results as a scalar number, e.g. '75% on XYZ' is completely meaningless at this point. You should always report efficien…

DGX agent

Reporting benchmark results as a single scalar percentage is insufficient for meaningful evaluation of model performance. Comprehensive benchmark reporting should include efficiency metrics alongside

model-releasesfrancois-chollet--x
6 Jul 2026
Research

In the future, there will be 'Latent Space Archaeologists' who investigate the model weights of the 21st century to reconstruct a long extin…

DGX agent

Francois Chollet proposes a speculative future concept where 'Latent Space Archaeologists' will study the trained weights of 21st-century AI models as historical artifacts to reconstruct extinct knowl

researchfrancois-chollet--x
5 Jul 2026
Research

America is where anything is possible

DGX agent

This post likely reflects on American ideals of opportunity and possibility, discussing the cultural narrative that America enables people to pursue diverse ambitions and achieve goals regardless of b

researchfrancois-chollet--x
4 Jul 2026
Research

That's a great speech that captures the essence of American exceptionalism. It is not based on innate superiority, power or wealth, but rath…

DGX agent

That's a great speech that captures the essence of American exceptionalism. It is not based on innate superiority, power or wealth, but rather on the fact that the outcasts of the world could set foot

researchfrancois-chollet--x
4 Jul 2026
Research

The only long term bottlenecks are information and energy.

DGX agent

Francois Chollet argues that information and energy are the fundamental long-term constraints on technological and civilizational progress, rather than physical materials or other resources. This pers

researchfrancois-chollet--x
4 Jul 2026
Research

In retrospect... Yep

DGX agent

In retrospect... Yep One very important thing to understand about the future: the economics of AI are about to change completely. We'll soon be in a world where you can turn test-time compute into com

researchfrancois-chollet--x
3 Jul 2026
Research

One way to live 400 years is to do (and experience) 5x more things per day

DGX agent

This post explores a philosophical perspective on subjective time perception, suggesting that by engaging in more diverse activities and novel experiences daily, one can psychologically expand their l

researchfrancois-chollet--x
3 Jul 2026
Research

The jobs of the future will require high adaptability and creativity, focusing on complex problem framing rather than repetitive execution o…

DGX agent

Future jobs will prioritize adaptability and creativity over routine task execution, with emphasis on complex problem-framing skills. This reflects how automation and AI are shifting labor demands tow

researchfrancois-chollet--x
3 Jul 2026
Research

This is the sort of early prediction you can make when you pay close attention to ARC-AGI scores

DGX agent

Francois Chollet discusses how careful observation of ARC-AGI benchmark performance can enable early predictions about AI system capabilities and progress. The post likely highlights patterns or trend

researchfrancois-chollet--x
3 Jul 2026
Research

Even right now, many workflows are morphing into LRM-guided harnessess that manipulate symbolic programs. Which is a crude, but currently-ac…

DGX agent

Francois Chollet discusses how current workflows are increasingly incorporating Large Reasoning Models (LRMs) as control systems that direct symbolic programs and tools, representing a pragmatic but i

researchfrancois-chollet--x
2 Jul 2026
Research

Eventually, much of AI will converge towards intuition-guided symbolic world modeling, i.e. deep learning-guided program synthesis. It is in…

DGX agent

Eventually, much of AI will converge towards intuition-guided symbolic world modeling, i.e. deep learning-guided program synthesis. It is inevitable. Symbolic modeling lets a system construct a compac

researchfrancois-chollet--x
2 Jul 2026
Research

Unsurprisingly, all of the strong contenders on ARC-AGI-3 so far use this type of approach.

DGX agent

François Chollet observed that all leading contenders on the ARC-AGI-3 benchmark employ a similar methodological approach, suggesting a convergence in techniques for solving abstract reasoning tasks.

researchfrancois-chollet--x
2 Jul 2026
Model Releases

ARC-AGI-3 is built different, it has dumbfounded almost all regular attempts so far because it's so much harder than anything that came befo…

DGX agent

ARC-AGI-3 is built different, it has dumbfounded almost all regular attempts so far because it's so much harder than anything that came before. It has no rules, it's agentic and has no explicit goals,

model-releasesfrancois-chollet--x
1 Jul 2026
Model Releases

Cross-agent feedback loops are incredibly effective -- for a reason. Check out what @leon2mcp and team at @Bloome_im are building in this sp…

DGX agent

Cross-agent feedback loops are incredibly effective -- for a reason. Check out what @leon2mcp and team at @Bloome_im are building in this space: http://bloome.im Bloome lets you pull Claude, ChatGPT,

model-releasesfrancois-chollet--x
1 Jul 2026
Research

On the pod: 'Constrained Adaptive Rejection Sampling' with @ucsd_cse professor @lorisdanto. Hear how symbolic AI experts have navigated the …

DGX agent

On the pod: 'Constrained Adaptive Rejection Sampling' with @ucsd_cse professor @lorisdanto. Hear how symbolic AI experts have navigated the LLM era and why the future of AI code generation depends on

researchfrancois-chollet--x
1 Jul 2026
Research

The current wave of AI technology will not lead to mass unemployment. In fact, its impact on the labor market should be minimal, consisting …

DGX agent

François Chollet argues that the current wave of AI technology will not cause mass unemployment and predicts its impact on the labor market will be minimal. The post likely discusses economic and labo

researchfrancois-chollet--x
1 Jul 2026
Research

This will hopefully unlock a new wave of better entries. Check it out!

DGX agent

This post by Keras creator François Chollet appears to reference a new development or tool intended to improve the quality of knowledge base entries or documentation. Without access to the specific co

researchfrancois-chollet--x
1 Jul 2026
Research

Only Art and Science raise humanity to the sublime. But the magic isn't in the output. It's in the process of creation and discovery, and th…

DGX agent

François Chollet argues that art and science elevate humanity through the creative and discovery processes themselves, rather than through their final outputs or products. He emphasizes that the trans

researchfrancois-chollet--x
27 Jun 2026
Research

A good chunk of Tokyo is also reclaimed from the bay, a process that continues to this day but has slowed down significantly (peak was in th…

DGX agent

A good chunk of Tokyo is also reclaimed from the bay, a process that continues to this day but has slowed down significantly (peak was in the 1960s-1970s alongside other major infrastructure buildups)

researchfrancois-chollet--x
26 Jun 2026
Tutorials

Autonomy isn't the ability to act without human supervision. It's the ability to *learn* without human bottlenecks in the process. A system …

DGX agent

Autonomy isn't the ability to act without human supervision. It's the ability to *learn* without human bottlenecks in the process. A system that is fully dependent on human training data and RL enviro

tutorialsfrancois-chollet--x
26 Jun 2026
Research

If you wanted to do the same in SF, you could start by extending Treasure Island. Obviously the value of that new land would be considerably…

DGX agent

If you wanted to do the same in SF, you could start by extending Treasure Island. Obviously the value of that new land would be considerably less than in SF proper. Perhaps 10x less. It would be econo

researchfrancois-chollet--x
26 Jun 2026
Model Releases

If your benchmark relies on a static dataset or sampling from a static distribution densely known at training time, then it is fundamentally…

DGX agent

If your benchmark relies on a static dataset or sampling from a static distribution densely known at training time, then it is fundamentally measuring memorization/retrieval. Which might be fine if yo

model-releasesfrancois-chollet--x
26 Jun 2026
Research

This is also why a lot of land reclamation in Tokyo bay first takes the form of fully-separated islands: you don't want to disrupt establish…

DGX agent

This post discusses Tokyo Bay's land reclamation practices, specifically explaining why initial reclamation projects are constructed as isolated islands rather than connected to existing land—a strate

researchfrancois-chollet--x
26 Jun 2026
Agents

Agentic coding forces you to design clean interfaces and document them well. An agent cannot read the implicit mental model shared by your e…

DGX agent

Agentic coding forces you to design clean interfaces and document them well. An agent cannot read the implicit mental model shared by your engineering team, it can only read your API contracts and doc

agentsfrancois-chollet--x
25 Jun 2026
← Previous
1
Next →
169 results
← Previous
1234
Next →