🐦 Twitter Post Details

Viewing enriched Twitter post

@fchollet

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 methods in ML scale well. SVM, kNN, random forests are some of the simplest methods out there, and they don't scale at all. Meanwhile "train a transformer via backprop and gradient descent" is a very high-entropy method, easily 10x more complex than random forest fitting. But it scales very well. Further, given a simple method that doesn't scale, it is usually the case that you alter it to make it scale by adding a lot of complication. For instance, take a simple a simple combinatorial search-based method (not scalable at all) -- you can make it scale by adding deep learning guidance (which blows up complexity). Scalability usually belongs to high-entropy, complex systems.

📊 Media Metadata

{
  "score": 0.42,
  "score_components": {
    "author": 0.09,
    "engagement": 0.0,
    "quality": 0.12,
    "source": 0.135,
    "nlp": 0.05,
    "recency": 0.025
  },
  "scored_at": "2026-04-16T08:36:29.078470",
  "import_source": "api_import",
  "source_tagged_at": "2026-04-16T08:36:29.078481",
  "enriched": true,
  "enriched_at": "2026-04-16T08:36:29.078484"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2044695036470689971",
  "url": "https://x.com/fchollet/status/2044695036470689971",
  "twitterUrl": "https://twitter.com/fchollet/status/2044695036470689971",
  "text": "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.\n\nPretty much none of the truly simple methods in ML scale well. SVM, kNN, random forests are some of the simplest methods out there, and they don't scale at all. Meanwhile \"train a transformer via backprop and gradient descent\" is a very high-entropy method, easily 10x more complex than random forest fitting. But it scales very well.\n\nFurther, given a simple method that doesn't scale, it is usually the case that you alter it to make it scale by adding a lot of complication. For instance, take a simple a simple combinatorial search-based method (not scalable at all) -- you can make it scale by adding deep learning guidance (which blows up complexity). Scalability usually belongs to high-entropy, complex systems.",
  "source": "Twitter for iPhone",
  "retweetCount": 2,
  "replyCount": 1,
  "likeCount": 13,
  "quoteCount": 0,
  "viewCount": 621,
  "createdAt": "Thu Apr 16 08:30:59 +0000 2026",
  "lang": "en",
  "bookmarkCount": 5,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "2044695036470689971",
  "displayTextRange": [
    0,
    274
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "fchollet",
    "url": "https://x.com/fchollet",
    "twitterUrl": "https://twitter.com/fchollet",
    "id": "68746721",
    "name": "François Chollet",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/2006806326140350470/Kd5oZv-f_normal.jpg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/68746721/1463719109",
    "description": "",
    "location": "United States",
    "followers": 643952,
    "following": 826,
    "status": "",
    "canDm": false,
    "canMediaTag": false,
    "createdAt": "Tue Aug 25 17:09:25 +0000 2009",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 10787,
    "hasCustomTimelines": true,
    "isTranslator": false,
    "mediaCount": 1492,
    "statusesCount": 25231,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [
      "2036861192619384989"
    ],
    "profile_bio": {
      "description": "Co-founder @ndea. Co-founder @arcprize. Creator of Keras and ARC-AGI. Author of 'Deep Learning with Python'.",
      "entities": {
        "description": {
          "user_mentions": [
            {
              "id_str": "",
              "indices": [
                11,
                16
              ],
              "name": "",
              "screen_name": "ndea"
            },
            {
              "id_str": "",
              "indices": [
                29,
                38
              ],
              "name": "",
              "screen_name": "arcprize"
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "fchollet.com",
              "expanded_url": "https://fchollet.com/",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/6miFIZS7Li"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {},
  "card": null,
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "urls": [],
    "user_mentions": []
  },
  "quoted_tweet": null,
  "retweeted_tweet": null,
  "isLimitedReply": false,
  "communityInfo": null,
  "article": null
}