🐦 Twitter Post Details

Viewing enriched Twitter post

@karpathy

An attempt to explain (current) ChatGPT versions. I still run into many, many people who don't know that: - o3 is the obvious best thing for important/hard things. It is a reasoning model that is much stronger than 4o and if you are using ChatGPT professionally and not using o3… https://t.co/1bQz0frqIc

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1929597620969951434/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "ChatGPT versions",
      "reasoning model",
      "professional use"
    ],
    "entities": [],
    "summary": "The tweet discusses the superiority of the o3 version of ChatGPT for professional use over the 4o version.",
    "language": "en",
    "processed_at": "2025-08-07T11:05:31.657756"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1929597620969951434",
              "sortIndex": "1953502765829324800",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1929597620969951434",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjozMzgzNjYyOQ==",
                            "rest_id": "33836629",
                            "affiliates_highlighted_label": {},
                            "has_graduated_access": true,
                            "is_blue_verified": true,
                            "profile_image_shape": "Circle",
                            "legacy": {
                              "can_dm": true,
                              "can_media_tag": true,
                              "created_at": "Tue Apr 21 06:49:15 +0000 2009",
                              "default_profile": false,
                              "default_profile_image": false,
                              "description": "Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets 🧠🤖💥",
                              "entities": {
                                "description": {
                                  "urls": []
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "karpathy.ai",
                                      "expanded_url": "https://karpathy.ai",
                                      "url": "https://t.co/0EcFthjJXM",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 19046,
                              "followers_count": 1360650,
                              "friends_count": 1000,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 17237,
                              "location": "Stanford",
                              "media_count": 803,
                              "name": "Andrej Karpathy",
                              "normal_followers_count": 1360650,
                              "pinned_tweet_ids_str": [
                                "1617979122625712128"
                              ],
                              "possibly_sensitive": false,
                              "profile_banner_url": "https://pbs.twimg.com/profile_banners/33836629/1407117611",
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1296667294148382721/9Pr6XrPB_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "karpathy",
                              "statuses_count": 9661,
                              "translator_type": "none",
                              "url": "https://t.co/0EcFthjJXM",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1929597620969951434"
                        ],
                        "editable_until_msecs": "1748890497000",
                        "is_edit_eligible": true,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "1324511",
                        "state": "EnabledWithCount"
                      },
                      "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                      "note_tweet": {
                        "is_expandable": true,
                        "note_tweet_results": {
                          "result": {
                            "id": "Tm90ZVR3ZWV0OjE5Mjk1OTc2MjA3OTM4ODg3NzA=",
                            "text": "An attempt to explain (current) ChatGPT versions.\n\nI still run into many, many people who don't know that:\n- o3 is the obvious best thing for important/hard things. It is a reasoning model that is much stronger than 4o and if you are using ChatGPT professionally and not using o3 you're ngmi.\n- 4o is different from o4. Yes I know lol. 4o is a good \"daily driver\" for many easy-medium questions. o4 is only available as mini for now, and is not as good as o3, and I'm not super sure why it's out right now.\n\nExample basic \"router\" in my own personal use:\n- Any simple query (e.g. \"what foods are high in fiber\"?) => 4o (about ~40% of my use)\n- Any hard/important enough query where I am willing to wait a bit (e.g. \"help me understand this tax thing...\") => o3 (about ~40% of my use)\n- I am vibe coding (e.g. \"change this code so that...\") => 4.1 (about ~10% of my use)\n- I want to deeply understand one topic - I want GPT to go off for 10 minutes, look at many, many links and summarize a topic for me. (e.g. \"help me understand the rise and fall of Luminar\"). => Deep Research (about ~10% of my use). Note that Deep Research is not a model version to be picked from the model picker (!!!), it is a toggle inside the Tools. Under the hood it is based on o3, but I believe is not fully equivalent of just asking o3 the same query, but I am not sure. \n\nAll of this is only within the ChatGPT universe of models. In practice my use is more complicated because I like to bounce between all of ChatGPT, Claude, Gemini, Grok and Perplexity depending on the task and out of research interest.",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [],
                              "user_mentions": []
                            },
                            "richtext": {
                              "richtext_tags": [
                                {
                                  "from_index": 109,
                                  "to_index": 111,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 295,
                                  "to_index": 297,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 316,
                                  "to_index": 318,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 581,
                                  "to_index": 609,
                                  "richtext_types": [
                                    "Italic"
                                  ]
                                },
                                {
                                  "from_index": 616,
                                  "to_index": 618,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 716,
                                  "to_index": 749,
                                  "richtext_types": [
                                    "Italic"
                                  ]
                                },
                                {
                                  "from_index": 758,
                                  "to_index": 760,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 810,
                                  "to_index": 834,
                                  "richtext_types": [
                                    "Italic"
                                  ]
                                },
                                {
                                  "from_index": 843,
                                  "to_index": 847,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                },
                                {
                                  "from_index": 1011,
                                  "to_index": 1058,
                                  "richtext_types": [
                                    "Italic"
                                  ]
                                },
                                {
                                  "from_index": 1065,
                                  "to_index": 1078,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                }
                              ]
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 11599,
                        "bookmarked": false,
                        "created_at": "Mon Jun 02 17:54:57 +0000 2025",
                        "conversation_id_str": "1929597620969951434",
                        "display_text_range": [
                          0,
                          280
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/1bQz0frqIc",
                              "expanded_url": "https://x.com/karpathy/status/1929597620969951434/photo/1",
                              "id_str": "1929588499562614785",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "3_1929588499562614785",
                              "media_url_https": "https://pbs.twimg.com/media/GsdGhFcb0AE7zYb.jpg",
                              "type": "photo",
                              "url": "https://t.co/1bQz0frqIc",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 643,
                                      "y": 483,
                                      "h": 153,
                                      "w": 153
                                    },
                                    {
                                      "x": 1237,
                                      "y": 703,
                                      "h": 197,
                                      "w": 197
                                    },
                                    {
                                      "x": 607,
                                      "y": 303,
                                      "h": 325,
                                      "w": 325
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 376,
                                      "y": 283,
                                      "h": 89,
                                      "w": 89
                                    },
                                    {
                                      "x": 725,
                                      "y": 412,
                                      "h": 115,
                                      "w": 115
                                    },
                                    {
                                      "x": 355,
                                      "y": 177,
                                      "h": 190,
                                      "w": 190
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 213,
                                      "y": 160,
                                      "h": 50,
                                      "w": 50
                                    },
                                    {
                                      "x": 410,
                                      "y": 233,
                                      "h": 65,
                                      "w": 65
                                    },
                                    {
                                      "x": 201,
                                      "y": 100,
                                      "h": 108,
                                      "w": 108
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 843,
                                      "y": 634,
                                      "h": 201,
                                      "w": 201
                                    },
                                    {
                                      "x": 1622,
                                      "y": 922,
                                      "h": 259,
                                      "w": 259
                                    },
                                    {
                                      "x": 796,
                                      "y": 398,
                                      "h": 427,
                                      "w": 427
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1094,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 641,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 363,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1434,
                                "width": 2684,
                                "focus_rects": [
                                  {
                                    "x": 123,
                                    "y": 0,
                                    "w": 2561,
                                    "h": 1434
                                  },
                                  {
                                    "x": 826,
                                    "y": 0,
                                    "w": 1434,
                                    "h": 1434
                                  },
                                  {
                                    "x": 914,
                                    "y": 0,
                                    "w": 1258,
                                    "h": 1434
                                  },
                                  {
                                    "x": 1185,
                                    "y": 0,
                                    "w": 717,
                                    "h": 1434
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 2684,
                                    "h": 1434
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1929588499562614785"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": []
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/1bQz0frqIc",
                              "expanded_url": "https://x.com/karpathy/status/1929597620969951434/photo/1",
                              "id_str": "1929588499562614785",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "3_1929588499562614785",
                              "media_url_https": "https://pbs.twimg.com/media/GsdGhFcb0AE7zYb.jpg",
                              "type": "photo",
                              "url": "https://t.co/1bQz0frqIc",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 643,
                                      "y": 483,
                                      "h": 153,
                                      "w": 153
                                    },
                                    {
                                      "x": 1237,
                                      "y": 703,
                                      "h": 197,
                                      "w": 197
                                    },
                                    {
                                      "x": 607,
                                      "y": 303,
                                      "h": 325,
                                      "w": 325
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 376,
                                      "y": 283,
                                      "h": 89,
                                      "w": 89
                                    },
                                    {
                                      "x": 725,
                                      "y": 412,
                                      "h": 115,
                                      "w": 115
                                    },
                                    {
                                      "x": 355,
                                      "y": 177,
                                      "h": 190,
                                      "w": 190
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 213,
                                      "y": 160,
                                      "h": 50,
                                      "w": 50
                                    },
                                    {
                                      "x": 410,
                                      "y": 233,
                                      "h": 65,
                                      "w": 65
                                    },
                                    {
                                      "x": 201,
                                      "y": 100,
                                      "h": 108,
                                      "w": 108
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 843,
                                      "y": 634,
                                      "h": 201,
                                      "w": 201
                                    },
                                    {
                                      "x": 1622,
                                      "y": 922,
                                      "h": 259,
                                      "w": 259
                                    },
                                    {
                                      "x": 796,
                                      "y": 398,
                                      "h": 427,
                                      "w": 427
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 1094,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 641,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 363,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1434,
                                "width": 2684,
                                "focus_rects": [
                                  {
                                    "x": 123,
                                    "y": 0,
                                    "w": 2561,
                                    "h": 1434
                                  },
                                  {
                                    "x": 826,
                                    "y": 0,
                                    "w": 1434,
                                    "h": 1434
                                  },
                                  {
                                    "x": 914,
                                    "y": 0,
                                    "w": 1258,
                                    "h": 1434
                                  },
                                  {
                                    "x": 1185,
                                    "y": 0,
                                    "w": 717,
                                    "h": 1434
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 2684,
                                    "h": 1434
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1929588499562614785"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 13653,
                        "favorited": false,
                        "full_text": "An attempt to explain (current) ChatGPT versions.\n\nI still run into many, many people who don't know that:\n- o3 is the obvious best thing for important/hard things. It is a reasoning model that is much stronger than 4o and if you are using ChatGPT professionally and not using o3… https://t.co/1bQz0frqIc",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 264,
                        "reply_count": 646,
                        "retweet_count": 1668,
                        "retweeted": false,
                        "user_id_str": "33836629",
                        "id_str": "1929597620969951434"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "Tweet"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1929603584028545212",
              "sortIndex": "1953502765829324790",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929603584028545212-tweet-1929603584028545212",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929603584028545212",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzc5MTI0MzE1Mjc1MjAyNTYz",
                                  "rest_id": "1379124315275202563",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon Apr 05 17:30:44 +0000 2021",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "‘°~•※∴『 Everything AI @Every | AI, Data, Education, Games, Robotics | Created AI Diplomacy | Built @getsalt_ai | Be kind & build powerful tools  』∴※•~°’",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "alxai.com",
                                            "expanded_url": "https://alxai.com",
                                            "url": "https://t.co/lLHcDyPLvY",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 40646,
                                    "followers_count": 3180,
                                    "friends_count": 2926,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 76,
                                    "location": "",
                                    "media_count": 884,
                                    "name": "alex duffy",
                                    "normal_followers_count": 3180,
                                    "pinned_tweet_ids_str": [
                                      "1930653096071635112"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1379124315275202563/1743617219",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1907250164156465152/NJeB2MBR_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "alxai_",
                                    "statuses_count": 4165,
                                    "translator_type": "none",
                                    "url": "https://t.co/lLHcDyPLvY",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929603584028545212"
                              ],
                              "editable_until_msecs": "1748891919000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "83421",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 278,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:18:39 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                82
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/pP9UHOEc26",
                                    "expanded_url": "https://x.com/alxai_/status/1929603584028545212/photo/1",
                                    "id_str": "1929603521642385408",
                                    "indices": [
                                      83,
                                      106
                                    ],
                                    "media_key": "3_1929603521642385408",
                                    "media_url_https": "https://pbs.twimg.com/media/GsdULfDWUAALgZ6.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/pP9UHOEc26",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 1387,
                                            "y": 722,
                                            "h": 83,
                                            "w": 83
                                          },
                                          {
                                            "x": 1556,
                                            "y": 444,
                                            "h": 98,
                                            "w": 98
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 892,
                                            "y": 464,
                                            "h": 53,
                                            "w": 53
                                          },
                                          {
                                            "x": 1001,
                                            "y": 285,
                                            "h": 63,
                                            "w": 63
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 505,
                                            "y": 263,
                                            "h": 30,
                                            "w": 30
                                          },
                                          {
                                            "x": 567,
                                            "y": 161,
                                            "h": 35,
                                            "w": 35
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 1387,
                                            "y": 722,
                                            "h": 83,
                                            "w": 83
                                          },
                                          {
                                            "x": 1556,
                                            "y": 444,
                                            "h": 98,
                                            "w": 98
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 920,
                                        "w": 1864,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 592,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 336,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 920,
                                      "width": 1864,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1643,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 920,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 807,
                                          "h": 920
                                        },
                                        {
                                          "x": 2,
                                          "y": 0,
                                          "w": 460,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1864,
                                          "h": 920
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929603521642385408"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/pP9UHOEc26",
                                    "expanded_url": "https://x.com/alxai_/status/1929603584028545212/photo/1",
                                    "id_str": "1929603521642385408",
                                    "indices": [
                                      83,
                                      106
                                    ],
                                    "media_key": "3_1929603521642385408",
                                    "media_url_https": "https://pbs.twimg.com/media/GsdULfDWUAALgZ6.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/pP9UHOEc26",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 1387,
                                            "y": 722,
                                            "h": 83,
                                            "w": 83
                                          },
                                          {
                                            "x": 1556,
                                            "y": 444,
                                            "h": 98,
                                            "w": 98
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 892,
                                            "y": 464,
                                            "h": 53,
                                            "w": 53
                                          },
                                          {
                                            "x": 1001,
                                            "y": 285,
                                            "h": 63,
                                            "w": 63
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 505,
                                            "y": 263,
                                            "h": 30,
                                            "w": 30
                                          },
                                          {
                                            "x": 567,
                                            "y": 161,
                                            "h": 35,
                                            "w": 35
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 1387,
                                            "y": 722,
                                            "h": 83,
                                            "w": 83
                                          },
                                          {
                                            "x": 1556,
                                            "y": 444,
                                            "h": 98,
                                            "w": 98
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 920,
                                        "w": 1864,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 592,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 336,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 920,
                                      "width": 1864,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1643,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 920,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 807,
                                          "h": 920
                                        },
                                        {
                                          "x": 2,
                                          "y": 0,
                                          "w": 460,
                                          "h": 920
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1864,
                                          "h": 920
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929603521642385408"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 971,
                              "favorited": false,
                              "full_text": "@karpathy Not as in depth but I like this visual, helps our clients internalize it https://t.co/pP9UHOEc26",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 8,
                              "reply_count": 13,
                              "retweet_count": 45,
                              "retweeted": false,
                              "user_id_str": "1379124315275202563",
                              "id_str": "1929603584028545212"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1929603584028545212-tweet-1929603908739256468",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929603908739256468",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMzgzNjYyOQ==",
                                  "rest_id": "33836629",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Apr 21 06:49:15 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets 🧠🤖💥",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "karpathy.ai",
                                            "expanded_url": "https://karpathy.ai",
                                            "url": "https://t.co/0EcFthjJXM",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 19046,
                                    "followers_count": 1360650,
                                    "friends_count": 1000,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 17237,
                                    "location": "Stanford",
                                    "media_count": 803,
                                    "name": "Andrej Karpathy",
                                    "normal_followers_count": 1360650,
                                    "pinned_tweet_ids_str": [
                                      "1617979122625712128"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/33836629/1407117611",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1296667294148382721/9Pr6XrPB_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "karpathy",
                                    "statuses_count": 9661,
                                    "translator_type": "none",
                                    "url": "https://t.co/0EcFthjJXM",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929603908739256468"
                              ],
                              "editable_until_msecs": "1748891996000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "55070",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 20,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:19:56 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                8,
                                45
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "1379124315275202563",
                                    "name": "alex duffy",
                                    "screen_name": "alxai_",
                                    "indices": [
                                      0,
                                      7
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 349,
                              "favorited": false,
                              "full_text": "@alxai_ Like! Basically a good image summary.",
                              "in_reply_to_screen_name": "alxai_",
                              "in_reply_to_status_id_str": "1929603584028545212",
                              "in_reply_to_user_id_str": "1379124315275202563",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 4,
                              "retweet_count": 2,
                              "retweeted": false,
                              "user_id_str": "33836629",
                              "id_str": "1929603908739256468"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1929603584028545212-cursor-showmore-825076309",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTimelineCursor",
                        "__typename": "TimelineTimelineCursor",
                        "value": "DAABCwABAAAAMEVtUEM2d0FBQUFRL2dHSk4wdkdwL0FBQUFBSWF4MVE4ZDFlUXZCckhWSWdSbTlDVQgAAgAAAAYKAAMax1Q8d1eQvA8ABAoAAAACGsdUPHdXkLwax1SIEZvQlAAA",
                        "cursorType": "ShowMore",
                        "displayTreatment": {
                          "actionText": "Show replies"
                        }
                      },
                      "clientEventInfo": {
                        "component": "cursor",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929606807107862706"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929600703472795788",
              "sortIndex": "1953502765829324780",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929600703472795788-tweet-1929600703472795788",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929600703472795788",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo2MDQ0Mjcy",
                                  "rest_id": "6044272",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Mon May 14 21:53:51 +0000 2007",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Climate and clean energy investor. Author of 5 books. Energy & Environment co-chair @SingularityU. Trying to build a better world.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "planetary.vc",
                                            "expanded_url": "http://planetary.vc",
                                            "url": "https://t.co/cSIbD0RBnr",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 139419,
                                    "followers_count": 52658,
                                    "friends_count": 7926,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 1933,
                                    "location": "Seattle",
                                    "media_count": 1285,
                                    "name": "Ramez Naam",
                                    "normal_followers_count": 52658,
                                    "pinned_tweet_ids_str": [
                                      "1857065416033489063"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/6044272/1413676585",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1897785621802061824/N9bBY8w6_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "ramez",
                                    "statuses_count": 53425,
                                    "translator_type": "none",
                                    "url": "https://t.co/cSIbD0RBnr",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1519203789559021570",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929600703472795788"
                              ],
                              "editable_until_msecs": "1748891232000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "41430",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 11,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:07:12 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                92
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 121,
                              "favorited": false,
                              "full_text": "@karpathy Interesting! I use o4-mini a lot. I find it nearly as good as o3, and much faster.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 5,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "6044272",
                              "id_str": "1929600703472795788"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1929600703472795788-tweet-1929603170365485416",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929603170365485416",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMzgzNjYyOQ==",
                                  "rest_id": "33836629",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Apr 21 06:49:15 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets 🧠🤖💥",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "karpathy.ai",
                                            "expanded_url": "https://karpathy.ai",
                                            "url": "https://t.co/0EcFthjJXM",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 19046,
                                    "followers_count": 1360650,
                                    "friends_count": 1000,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 17237,
                                    "location": "Stanford",
                                    "media_count": 803,
                                    "name": "Andrej Karpathy",
                                    "normal_followers_count": 1360650,
                                    "pinned_tweet_ids_str": [
                                      "1617979122625712128"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/33836629/1407117611",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1296667294148382721/9Pr6XrPB_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "karpathy",
                                    "statuses_count": 9661,
                                    "translator_type": "none",
                                    "url": "https://t.co/0EcFthjJXM",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929603170365485416"
                              ],
                              "editable_until_msecs": "1748891820000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "38617",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 17,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:17:00 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                7,
                                286
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "6044272",
                                    "name": "Ramez Naam",
                                    "screen_name": "ramez",
                                    "indices": [
                                      0,
                                      6
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 127,
                              "favorited": false,
                              "full_text": "@ramez Got it! I think I make the decision of whether something is important (and I'm willing to wait) or not that important (and I just want to get a fast sense) and that basically determines if I go to o3 or 4o. It's conceptually easy to just make a binary decision. I'll try it more!",
                              "in_reply_to_screen_name": "ramez",
                              "in_reply_to_status_id_str": "1929600703472795788",
                              "in_reply_to_user_id_str": "6044272",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 16,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "33836629",
                              "id_str": "1929603170365485416"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1929600703472795788-cursor-showmore-1238614472",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTimelineCursor",
                        "__typename": "TimelineTimelineCursor",
                        "value": "DAABCwABAAAAMEVtUEM2d0FBQUFNL2dHSk4wdkdwL0FBQUFBSWF4MVBjSnhveGFCckhVWjNJMXdDTQgAAgAAAAYKAAMax1GdyNcAjA8ABAoAAAACGsdRncjXAIwax1PcJxoxaAAA",
                        "cursorType": "ShowMore",
                        "displayTreatment": {
                          "actionText": "Show replies"
                        }
                      },
                      "clientEventInfo": {
                        "component": "cursor",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929603866712010842"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929599101567373638",
              "sortIndex": "1953502765829324770",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929599101567373638-tweet-1929599101567373638",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929599101567373638",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo5MDAyMzgwMg==",
                                  "rest_id": "90023802",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Sat Nov 14 21:22:06 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Knowledge seeker | Strategist | Enterprise Architect | Tech Consultant | AI & Web3 Researcher | Mentor & OSS advocate | Looking to bring a positive impact 😊…",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "msharafh.me",
                                            "expanded_url": "https://www.msharafh.me",
                                            "url": "https://t.co/YEpcOjyzAI",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1109,
                                    "followers_count": 205,
                                    "friends_count": 1084,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 2,
                                    "location": "Saudi Arabia, Riyadh",
                                    "media_count": 6,
                                    "name": "Mo ShaRaf (sharaf.eth)",
                                    "normal_followers_count": 205,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1035094086754201600/LD6LMVHK_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "MSharafH",
                                    "statuses_count": 670,
                                    "translator_type": "none",
                                    "url": "https://t.co/YEpcOjyzAI",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1490076854132293633",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929599101567373638"
                              ],
                              "editable_until_msecs": "1748890850000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "33302",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 12,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:00:50 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                262
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 47,
                              "favorited": false,
                              "full_text": "@karpathy I am using them almost in the same context and scenarios, but what I liked the most is o3 very sophisticated model.\nOne more thing, I’ve used perplexity for deep research along with Grok, perplexity is the best in deep research especially with deep lab",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 2,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "90023802",
                              "id_str": "1929599101567373638"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1929599101567373638-tweet-1929600512384745801",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929600512384745801",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMzgzNjYyOQ==",
                                  "rest_id": "33836629",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Apr 21 06:49:15 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Building @EurekaLabsAI. Previously Director of AI @ Tesla, founding team @ OpenAI, CS231n/PhD @ Stanford. I like to train large deep neural nets 🧠🤖💥",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "karpathy.ai",
                                            "expanded_url": "https://karpathy.ai",
                                            "url": "https://t.co/0EcFthjJXM",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 19046,
                                    "followers_count": 1360650,
                                    "friends_count": 1000,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 17237,
                                    "location": "Stanford",
                                    "media_count": 803,
                                    "name": "Andrej Karpathy",
                                    "normal_followers_count": 1360650,
                                    "pinned_tweet_ids_str": [
                                      "1617979122625712128"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/33836629/1407117611",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1296667294148382721/9Pr6XrPB_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "karpathy",
                                    "statuses_count": 9661,
                                    "translator_type": "none",
                                    "url": "https://t.co/0EcFthjJXM",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929600512384745801"
                              ],
                              "editable_until_msecs": "1748891187000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "28633",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 38,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:06:27 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                274
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "90023802",
                                    "name": "Mo ShaRaf (sharaf.eth)",
                                    "screen_name": "MSharafH",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 151,
                              "favorited": false,
                              "full_text": "@MSharafH I really like Perplexity and use it for anything \"search-like\", though other LLM providers now include search. It's fast and works great, and is also very useful for quick summaries of whatever trending topics there are. (I'm an investor fyi, but &lt;3 for reals).",
                              "in_reply_to_screen_name": "MSharafH",
                              "in_reply_to_status_id_str": "1929599101567373638",
                              "in_reply_to_user_id_str": "90023802",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 9,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "33836629",
                              "id_str": "1929600512384745801"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929600512384745801"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929599441683861930",
              "sortIndex": "1953502765829324760",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929599441683861930-tweet-1929599441683861930",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929599441683861930",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMjQ5Nw==",
                                  "rest_id": "12497",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Wed Nov 15 13:18:50 +0000 2006",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Creator @datasetteproj, co-creator Django. PSF board. Hangs out with @natbat. He/Him. Mastodon: https://t.co/t0MrmnJW0K Bsky: https://t.co/OnWIyhX4CH",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "fedi.simonwillison.net/@simon",
                                            "expanded_url": "https://fedi.simonwillison.net/@simon",
                                            "url": "https://t.co/t0MrmnJW0K",
                                            "indices": [
                                              96,
                                              119
                                            ]
                                          },
                                          {
                                            "display_url": "simonwillison.net",
                                            "expanded_url": "http://simonwillison.net",
                                            "url": "https://t.co/OnWIyhX4CH",
                                            "indices": [
                                              126,
                                              149
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "simonwillison.net",
                                            "expanded_url": "https://simonwillison.net/",
                                            "url": "https://t.co/p4R0XiEYEc",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 60443,
                                    "followers_count": 113102,
                                    "friends_count": 5523,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 3216,
                                    "location": "San Francisco, CA",
                                    "media_count": 3620,
                                    "name": "Simon Willison",
                                    "normal_followers_count": 113102,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/12497/1642751752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000261649705/be9cc55e64014e6d7663c50d7cb9fc75_normal.jpeg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "simonw",
                                    "statuses_count": 57478,
                                    "translator_type": "regular",
                                    "url": "https://t.co/p4R0XiEYEc",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1470303726019637249",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 958,
                                        "name": "Entrepreneur",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929599441683861930"
                              ],
                              "editable_until_msecs": "1748890931000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "44976",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 97,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:02:11 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                290
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 570,
                              "favorited": false,
                              "full_text": "@karpathy I've been defaulting to o4-mini-high for a lot of things - I'm finding it difficult to distinguish between it and o3, and it's faster (and less likely to be rate limited)\n\no3 and o4-mini are both spectacular at running their new search tool so o4-mini is my new default for search",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 1,
                              "reply_count": 21,
                              "retweet_count": 9,
                              "retweeted": false,
                              "user_id_str": "12497",
                              "id_str": "1929599441683861930"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929599441683861930"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929611612400595205",
              "sortIndex": "1953502765829324750",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929611612400595205-tweet-1929611612400595205",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929611612400595205",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMzg0NDMwODQ=",
                                  "rest_id": "338443084",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Jul 19 15:56:30 +0000 2011",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Lead Engineer at @AIPRMcorp (https://t.co/fepyWfV4kA) and @lrt_co (https://t.co/p7LEvIKduG), building AIPRM for ChatGPT & Claude. Signal @ btibor.91",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "AIPRM.com",
                                            "expanded_url": "http://AIPRM.com",
                                            "url": "https://t.co/fepyWfV4kA",
                                            "indices": [
                                              29,
                                              52
                                            ]
                                          },
                                          {
                                            "display_url": "LinkResearchTools.com",
                                            "expanded_url": "http://LinkResearchTools.com",
                                            "url": "https://t.co/p7LEvIKduG",
                                            "indices": [
                                              67,
                                              90
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "blaho.me",
                                            "expanded_url": "https://www.blaho.me/",
                                            "url": "https://t.co/7BZ4PQiOup",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 40147,
                                    "followers_count": 29130,
                                    "friends_count": 2088,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 648,
                                    "location": "Vienna, Austria",
                                    "media_count": 3524,
                                    "name": "Tibor Blaho",
                                    "normal_followers_count": 29130,
                                    "pinned_tweet_ids_str": [
                                      "1798054372238332406"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/338443084/1690270841",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1682731537349967873/z5eukaD2_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "btibor91",
                                    "statuses_count": 11562,
                                    "translator_type": "none",
                                    "url": "https://t.co/7BZ4PQiOup",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929611612400595205"
                              ],
                              "editable_until_msecs": "1748893833000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "21837",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
                            "note_tweet": {
                              "is_expandable": true,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5Mjk2MTE2MTIzMDQxNTg3MjA=",
                                  "text": "I think this won't work well for most users with Plus because of the rate limits\n\nInstead, I'd suggest something like\n\n- 4.1-mini for simple questions, since it's almost unlimited\n\n- 4o when 4.1-mini isn't good enough for general questions, and 4.1 for coding\n\n- continue with o4-mini, then o4-mini-high if results aren't still good enough, and then o3 if needed for more complex tasks\n\n- o1-pro isn't available for Plus, so for really difficult or research questions, use the deep research\n\n-  4.5 was pretty much unusable with Plus last time I checked, due to heavy limits\n\nAfter a while, you'll get a feel for picking the right model based on your needs, expectations, and how fast you want results",
                                  "entity_set": {
                                    "hashtags": [],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 46,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:50:33 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                287
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 152,
                              "favorited": false,
                              "full_text": "@karpathy I think this won't work well for most users with Plus because of the rate limits\n\nInstead, I'd suggest something like\n\n- 4.1-mini for simple questions, since it's almost unlimited\n\n- 4o when 4.1-mini isn't good enough for general questions, and 4.1 for coding\n\n- continue with…",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 1,
                              "reply_count": 15,
                              "retweet_count": 7,
                              "retweeted": false,
                              "user_id_str": "338443084",
                              "id_str": "1929611612400595205"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929611612400595205"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929598882683465782",
              "sortIndex": "1953502765829324740",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929598882683465782-tweet-1929598882683465782",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929598882683465782",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo4MDA4NTQwOTYyMTk0NzE4NzI=",
                                  "rest_id": "800854096219471872",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/hyperbolic_labs",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1937931768394555392/DchrUxq2_bigger.jpg"
                                      },
                                      "description": "Hyperbolic",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Nov 22 00:11:10 +0000 2016",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Co-founder & CTO @hyperbolic_labs 🧑‍🍳 fun AI systems. Previously PhD @uwcse 🤖",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "yuchenjin.github.io",
                                            "expanded_url": "https://yuchenjin.github.io/",
                                            "url": "https://t.co/i4moxD2Mss",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 80306,
                                    "followers_count": 52590,
                                    "friends_count": 512,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 580,
                                    "location": "another Galaxy",
                                    "media_count": 1673,
                                    "name": "Yuchen Jin",
                                    "normal_followers_count": 52590,
                                    "pinned_tweet_ids_str": [
                                      "1796963544883409044"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/800854096219471872/1714238368",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1319081238439751681/kCcqnwoF_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Yuchenj_UW",
                                    "statuses_count": 10557,
                                    "translator_type": "none",
                                    "url": "https://t.co/i4moxD2Mss",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929598882683465782"
                              ],
                              "editable_until_msecs": "1748890798000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "13019",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 5,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 17:59:58 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                180
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 99,
                              "favorited": false,
                              "full_text": "@karpathy GPT-4.5 has been dramatically worse at creative writing than it was initially released.\n\nEvery time a company silently upgrades/weakens their model, I lost a dear friend.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 5,
                              "retweet_count": 3,
                              "retweeted": false,
                              "user_id_str": "800854096219471872",
                              "id_str": "1929598882683465782"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929598882683465782"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929602224218644985",
              "sortIndex": "1953502765829324730",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929602224218644985-tweet-1929602224218644985",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929602224218644985",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo1NTc5MDI2MDM=",
                                  "rest_id": "557902603",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Thu Apr 19 17:34:53 +0000 2012",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Computer Vision @ 🤗. Ex head of Software, Firmware Engineering at a Canadian 🦄. Currently building ML, AI systems or investing in startups that do it better.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "rwightman.com",
                                            "expanded_url": "http://rwightman.com/",
                                            "url": "https://t.co/h3OckviQUt",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3976,
                                    "followers_count": 22408,
                                    "friends_count": 1269,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 360,
                                    "location": "Vancouver, BC",
                                    "media_count": 133,
                                    "name": "Ross Wightman",
                                    "normal_followers_count": 22408,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/557902603/1472251747",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/769304549135880192/gUzKgYuk_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "wightmanr",
                                    "statuses_count": 4818,
                                    "translator_type": "none",
                                    "url": "https://t.co/h3OckviQUt",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929602224218644985"
                              ],
                              "editable_until_msecs": "1748891595000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "13413",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "note_tweet": {
                              "is_expandable": true,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5Mjk2MDIyMjQxMzg5NDg2MDg=",
                                  "text": "Right now I flip between Claude 4 Opus (usually), sometimes Gemini 2.5 Pro for the coding drugery, both helpful once you know limits. I throw some more challenging design, algorithmic things to o3. It often impresses, but it's a bit of an ass and too exhausting to argue with for regular tasks. Now that Claude has search & deep research, I flip between Opus 4 and o3 for search and deep research tasks. I've found both pretty useful for investment analysis, non-coding questions with some meat. Perplexity meanwhile has dropped off my radar.",
                                  "entity_set": {
                                    "hashtags": [],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  },
                                  "richtext": {
                                    "richtext_tags": []
                                  },
                                  "media": {
                                    "inline_media": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 11,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:13:15 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                290
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 41,
                              "favorited": false,
                              "full_text": "@karpathy Right now I flip between Claude 4 Opus (usually), sometimes Gemini 2.5 Pro for the coding drugery, both helpful once you know limits. I throw some more challenging design, algorithmic things to o3. It often impresses, but it's a bit of an ass and too exhausting to argue with for…",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 2,
                              "retweet_count": 2,
                              "retweeted": false,
                              "user_id_str": "557902603",
                              "id_str": "1929602224218644985"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929602224218644985"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929597994732552297",
              "sortIndex": "1953502765829324720",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929597994732552297-tweet-1929597994732552297",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929597994732552297",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODcwNjE2MTEwODY3MTM2NTEy",
                                  "rest_id": "1870616110867136512",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/getyieldnow",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1948061539417612289/8LzXM1qp_bigger.jpg"
                                      },
                                      "description": "yieldnow",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Sat Dec 21 23:43:40 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "cs • @getyieldnow",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 37100,
                                    "followers_count": 890,
                                    "friends_count": 880,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 15,
                                    "location": "tensors",
                                    "media_count": 1078,
                                    "name": "Fate",
                                    "normal_followers_count": 890,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1870616110867136512/1747507976",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1921102912043802624/XhLz6DFI_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "madhav1",
                                    "statuses_count": 6785,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929597994732552297"
                              ],
                              "editable_until_msecs": "1748890586000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "2150",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 17:56:26 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                66
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 34,
                              "favorited": false,
                              "full_text": "@karpathy when Andrej himself says you're ngmi, you are cooked bro",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1870616110867136512",
                              "id_str": "1929597994732552297"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929597994732552297"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929613466475659662",
              "sortIndex": "1953502765829324710",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929613466475659662-tweet-1929613466475659662",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929613466475659662",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo4NzQ5ODc1MTI4NTAxMjg4OTc=",
                                  "rest_id": "874987512850128897",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Wed Jun 14 13:50:54 +0000 2017",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "chief get-shit-done officer @huggingface | F1 fan | Here for @at_sofdog’s wisdom | *opinions my own",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "vaibhavs10.github.io",
                                            "expanded_url": "http://vaibhavs10.github.io",
                                            "url": "https://t.co/83qEAS8N0w",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 15643,
                                    "followers_count": 32541,
                                    "friends_count": 358,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 706,
                                    "location": "nvidia-smi",
                                    "media_count": 1641,
                                    "name": "Vaibhav (VB) Srivastav",
                                    "normal_followers_count": 32541,
                                    "pinned_tweet_ids_str": [
                                      "1749130868533207403"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/874987512850128897/1651638851",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509901130670747666/JFlrSzB4_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "reach_vb",
                                    "statuses_count": 9663,
                                    "translator_type": "none",
                                    "url": "https://t.co/83qEAS8N0w",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1465412846041321480",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 1055,
                                        "name": "Software developer/Programmer/Software engineer",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": false,
                                    "bitcoin_handle": "3KWWoany3tM1FMwQgEwRShJ3jHF72rKBqY"
                                  },
                                  "super_follow_eligible": true
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929613466475659662"
                              ],
                              "editable_until_msecs": "1748894275000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "6115",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 2,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:57:55 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                137
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 33,
                              "favorited": false,
                              "full_text": "@karpathy Daily driver these days is Gemini 2.5 Pro and sometimes Claude Sonnet 4\n\nFor simple brainstorming/ creative writing DeepSeek v3",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "874987512850128897",
                              "id_str": "1929613466475659662"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929613466475659662"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1935309114697036064",
              "sortIndex": "1953502765829324700",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1935309114697036064-tweet-1935309114697036064",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1935309114697036064",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo4NjU2MjIzOTU=",
                                  "rest_id": "865622395",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Sun Oct 07 02:06:16 +0000 2012",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "ML/AI researcher & former stats professor turned LLM research engineer. Author of \"Build a Large Language Model From Scratch\" (https://t.co/O8LAAMRzzW).",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "amzn.to/4fqvn0D",
                                            "expanded_url": "https://amzn.to/4fqvn0D",
                                            "url": "https://t.co/O8LAAMRzzW",
                                            "indices": [
                                              127,
                                              150
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "sebastianraschka.com",
                                            "expanded_url": "https://sebastianraschka.com",
                                            "url": "https://t.co/HrtQQ5tgJl",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 21972,
                                    "followers_count": 347739,
                                    "friends_count": 1039,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 4244,
                                    "location": "",
                                    "media_count": 1932,
                                    "name": "Sebastian Raschka",
                                    "normal_followers_count": 347739,
                                    "pinned_tweet_ids_str": [
                                      "1946549778319339931"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/865622395/1742309979",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1661187442043486209/a3E4t1eV_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "rasbt",
                                    "statuses_count": 18031,
                                    "translator_type": "none",
                                    "url": "https://t.co/HrtQQ5tgJl",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1487642811856007168",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "",
                                    "cash_app_handle": "SebastianRaschka",
                                    "ethereum_handle": "",
                                    "venmo_handle": "Sebastian-Raschka"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1935309114697036064"
                              ],
                              "editable_until_msecs": "1750252223000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "7559",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 3,
                              "bookmarked": false,
                              "created_at": "Wed Jun 18 12:10:23 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                145
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 28,
                              "favorited": false,
                              "full_text": "@karpathy I haven’t used ChatGPT in about 1.5 months, and I could swear o3 got worse while 4o got way better. 🤔\nOr maybe my expectations shifted?",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 5,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "865622395",
                              "id_str": "1935309114697036064"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1935309114697036064"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929761215582220678",
              "sortIndex": "1953502765829324690",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929761215582220678-tweet-1929761215582220678",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929761215582220678",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNDQyOTA2OTU4",
                                  "rest_id": "1442906958",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Mon May 20 05:29:58 +0000 2013",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "CEO  @youdotcom\nMP @aixventuresHQ\n\nBefore: Stanford Adj Prof in AI/NLP, Chief Scientist at Salesforce, MetaMind",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "socher.org",
                                            "expanded_url": "http://www.socher.org",
                                            "url": "https://t.co/XGzuiLr1Em",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 18649,
                                    "followers_count": 111751,
                                    "friends_count": 1057,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 2241,
                                    "location": "",
                                    "media_count": 1087,
                                    "name": "Richard Socher",
                                    "normal_followers_count": 111751,
                                    "pinned_tweet_ids_str": [
                                      "1923098655768314363"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1442906958/1722972486",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1232361282759610368/YYxndVmI_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "RichardSocher",
                                    "statuses_count": 5250,
                                    "translator_type": "none",
                                    "url": "https://t.co/XGzuiLr1Em",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1481364816807743497",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "card": {
                              "rest_id": "https://t.co/50DgGwhrzf",
                              "legacy": {
                                "binding_values": [
                                  {
                                    "key": "description",
                                    "value": {
                                      "string_value": "When using OpenAI’s own o3-mini model as the LLM judge, o3-mini chose ARI’s output over OpenAI Deep Research nearly 4 out of 5 times. Learn how you.com's ARI Enterprise is redefining quality and...",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "domain",
                                    "value": {
                                      "string_value": "home.you.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "vanity_url",
                                    "value": {
                                      "scribe_key": "vanity_url",
                                      "string_value": "home.you.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "title",
                                    "value": {
                                      "string_value": "Benchmarking ARI: 76% Win Rate Over OpenAI Deep Research, According to OpenAI's Model",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "card_url",
                                    "value": {
                                      "scribe_key": "card_url",
                                      "string_value": "https://t.co/50DgGwhrzf",
                                      "type": "STRING"
                                    }
                                  }
                                ],
                                "card_platform": {
                                  "platform": {
                                    "audience": {
                                      "name": "production"
                                    },
                                    "device": {
                                      "name": "Android",
                                      "version": "12"
                                    }
                                  }
                                },
                                "name": "summary_large_image",
                                "url": "https://t.co/50DgGwhrzf",
                                "user_refs_results": []
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929761215582220678"
                              ],
                              "editable_until_msecs": "1748929501000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "5762",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 8,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 04:45:01 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                117
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [
                                  {
                                    "display_url": "home.you.com/articles/o3-mi…",
                                    "expanded_url": "https://home.you.com/articles/o3-mini-judges-ari-enterprise-winner-over-openai-deep-research",
                                    "url": "https://t.co/50DgGwhrzf",
                                    "indices": [
                                      94,
                                      117
                                    ]
                                  }
                                ],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 20,
                              "favorited": false,
                              "full_text": "@karpathy If you ask o3 which deep research agent produces better outputs, it picks ydc -&gt;\nhttps://t.co/50DgGwhrzf",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 4,
                              "retweeted": false,
                              "user_id_str": "1442906958",
                              "id_str": "1929761215582220678"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929761215582220678"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929611959906807826",
              "sortIndex": "1953502765829324680",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929611959906807826-tweet-1929611959906807826",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929611959906807826",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozOTgwNzM1NTkw",
                                  "rest_id": "3980735590",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Sat Oct 17 16:21:57 +0000 2015",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Reporting AI nonsense. A future news media, driven by virtual assistants 🤖",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "linktr.ee/testingcatalog",
                                            "expanded_url": "https://linktr.ee/testingcatalog",
                                            "url": "https://t.co/CxHJ5xSio7",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 72573,
                                    "followers_count": 30880,
                                    "friends_count": 998,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 816,
                                    "location": "Berlin, Germany",
                                    "media_count": 8037,
                                    "name": "TestingCatalog News 🗞",
                                    "normal_followers_count": 30880,
                                    "pinned_tweet_ids_str": [
                                      "1951969257140502660"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/3980735590/1731778741",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1899962463115751424/i-6MBWau_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "testingcatalog",
                                    "statuses_count": 23275,
                                    "translator_type": "none",
                                    "url": "https://t.co/CxHJ5xSio7",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1462149641328373767",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 580,
                                        "name": "Media & News Company",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "",
                                    "ethereum_handle": "0xC2F463b1Cd6b84f8213E552B08eA2fD175b02913",
                                    "patreon_handle": ""
                                  },
                                  "super_follow_eligible": true
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929611959906807826"
                              ],
                              "editable_until_msecs": "1748893916000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "7728",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 5,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:51:56 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                89
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 27,
                              "favorited": false,
                              "full_text": "@karpathy 4.1 feels better at writing than 4.5 tbh. 4.5 falls under \"do not use\" for me 👀",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 3,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "3980735590",
                              "id_str": "1929611959906807826"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929611959906807826"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929601625808597378",
              "sortIndex": "1953502765829324670",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929601625808597378-tweet-1929601625808597378",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929601625808597378",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozNDQ4Mjg0MzEz",
                                  "rest_id": "3448284313",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Fri Sep 04 12:59:26 +0000 2015",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Building with AI agents @dair_ai • Prev: Meta AI, Galactica LLM, Elastic, PaperswithCode, PhD • I share insights on how to build with AI Agents ⬇️",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "dair-ai.thinkific.com",
                                            "expanded_url": "https://dair-ai.thinkific.com/",
                                            "url": "https://t.co/JBU5beHQNs",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 31674,
                                    "followers_count": 258909,
                                    "friends_count": 643,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 4291,
                                    "location": "",
                                    "media_count": 3763,
                                    "name": "elvis",
                                    "normal_followers_count": 258909,
                                    "pinned_tweet_ids_str": [
                                      "1953152163078635748"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/3448284313/1565974901",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/939313677647282181/vZjFWtAn_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "omarsar0",
                                    "statuses_count": 15298,
                                    "translator_type": "regular",
                                    "url": "https://t.co/JBU5beHQNs",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1460724937073770505",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": false,
                                    "cash_app_handle": "£elvisomarsaravia"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929601625808597378"
                              ],
                              "editable_until_msecs": "1748891452000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "6379",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 6,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:10:52 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                99
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 21,
                              "favorited": false,
                              "full_text": "@karpathy Related to ChatGPT, I would add \"o3 + search\" for high-quality, quick web search results.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "3448284313",
                              "id_str": "1929601625808597378"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929601625808597378"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929719610489950689",
              "sortIndex": "1953502765829324660",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929719610489950689-tweet-1929719610489950689",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929719610489950689",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMDU5NjE0NDQ4MTU4MDM1OTY4",
                                  "rest_id": "1059614448158035968",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/hyperbolic_labs",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1937931768394555392/DchrUxq2_bigger.jpg"
                                      },
                                      "description": "Hyperbolic",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Nov 06 01:12:25 +0000 2018",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Co-founder and CEO @Hyperbolic_Labs. ex-@avax & ex-@citsecurities. Finished Math PhD in 2yrs @UCBerkeley. Math Olympiad Gold Medalist. Highest honor @PKU1898",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "hyperbolic.ai",
                                            "expanded_url": "http://hyperbolic.ai",
                                            "url": "https://t.co/NUdiRgQGY1",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6693,
                                    "followers_count": 15839,
                                    "friends_count": 1367,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 186,
                                    "location": "California, USA",
                                    "media_count": 397,
                                    "name": "Jasper",
                                    "normal_followers_count": 15839,
                                    "pinned_tweet_ids_str": [
                                      "1946335438228361372"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1059614448158035968/1748916241",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1929721010049503232/dCqfpEMX_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "zjasper666",
                                    "statuses_count": 4301,
                                    "translator_type": "none",
                                    "url": "https://t.co/NUdiRgQGY1",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1743504636991131967",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929719610489950689"
                              ],
                              "editable_until_msecs": "1748919582000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "2346",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 5,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 01:59:42 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                121
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/goHzvyjfCy",
                                    "expanded_url": "https://x.com/zjasper666/status/1929719610489950689/photo/1",
                                    "id_str": "1929719561492090881",
                                    "indices": [
                                      122,
                                      145
                                    ],
                                    "media_key": "3_1929719561492090881",
                                    "media_url_https": "https://pbs.twimg.com/media/Gse9t5Lb0AEjFkr.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/goHzvyjfCy",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1052,
                                        "w": 2036,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 620,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 351,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1052,
                                      "width": 2036,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1879,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1052,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 923,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 526,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2036,
                                          "h": 1052
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929719561492090881"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/goHzvyjfCy",
                                    "expanded_url": "https://x.com/zjasper666/status/1929719610489950689/photo/1",
                                    "id_str": "1929719561492090881",
                                    "indices": [
                                      122,
                                      145
                                    ],
                                    "media_key": "3_1929719561492090881",
                                    "media_url_https": "https://pbs.twimg.com/media/Gse9t5Lb0AEjFkr.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/goHzvyjfCy",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1052,
                                        "w": 2036,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 620,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 351,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1052,
                                      "width": 2036,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1879,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1052,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 923,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 526,
                                          "h": 1052
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2036,
                                          "h": 1052
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929719561492090881"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 20,
                              "favorited": false,
                              "full_text": "@karpathy o4-mini-high is the best in terms of math and science. I used it to solve a lot of PhD level topology problems. https://t.co/goHzvyjfCy",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 2,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1059614448158035968",
                              "id_str": "1929719610489950689"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929719610489950689"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929599375124070711",
              "sortIndex": "1953502765829324650",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929599375124070711-tweet-1929599375124070711",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929599375124070711",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNjQ0NzM5OTc0MDI4MzE2Njcy",
                                  "rest_id": "1644739974028316672",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Sat Apr 08 16:32:29 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "founder mode / AI & America / https://t.co/OHfYZO9Z3s / BjCmA9ZYwJ1BwusMGaSxe4pgaa9gfXTtdyX27NYEpump",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "bonepaint.com",
                                            "expanded_url": "http://www.bonepaint.com",
                                            "url": "https://t.co/OHfYZO9Z3s",
                                            "indices": [
                                              30,
                                              53
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "bonepaint.com",
                                            "expanded_url": "https://www.bonepaint.com",
                                            "url": "https://t.co/b9lxYHP0g2",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 232322,
                                    "followers_count": 39428,
                                    "friends_count": 7028,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 210,
                                    "location": "Cape Canaveral, FL",
                                    "media_count": 10185,
                                    "name": "bone",
                                    "normal_followers_count": 39428,
                                    "pinned_tweet_ids_str": [
                                      "1953138018258157783"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1644739974028316672/1700901960",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1930107533319905280/GcEi1jtf_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "boneGPT",
                                    "statuses_count": 58557,
                                    "translator_type": "none",
                                    "url": "https://t.co/b9lxYHP0g2",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": false
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929599375124070711"
                              ],
                              "editable_until_msecs": "1748890915000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "3825",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:01:55 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                33
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 20,
                              "favorited": false,
                              "full_text": "@karpathy When do you use Gemini?",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 2,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1644739974028316672",
                              "id_str": "1929599375124070711"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929599375124070711"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929899778953097586",
              "sortIndex": "1953502765829324640",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929899778953097586-tweet-1929899778953097586",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929899778953097586",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3ODg1MzM5MzU4ODYwNzc5NTI=",
                                  "rest_id": "788533935886077952",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Wed Oct 19 00:15:15 +0000 2016",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Research Scientist at Google DeepMind. Interested in Bayesian Machine Learning.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "cs.ubc.ca/~murphyk/",
                                            "expanded_url": "https://www.cs.ubc.ca/~murphyk/",
                                            "url": "https://t.co/VrW1Ar1VnX",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3727,
                                    "followers_count": 59575,
                                    "friends_count": 523,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 526,
                                    "location": "",
                                    "media_count": 93,
                                    "name": "Kevin Patrick Murphy",
                                    "normal_followers_count": 59575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1346948649603846145/eFBHivR2_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "sirbayes",
                                    "statuses_count": 985,
                                    "translator_type": "none",
                                    "url": "https://t.co/VrW1Ar1VnX",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929899778953097586"
                              ],
                              "editable_until_msecs": "1748962537000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "3071",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 13:55:37 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                60
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 15,
                              "favorited": false,
                              "full_text": "@karpathy How can AI people be so bad at naming products? :(",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "788533935886077952",
                              "id_str": "1929899778953097586"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929899778953097586"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929696051575116167",
              "sortIndex": "1953502765829324630",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929696051575116167-tweet-1929696051575116167",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929696051575116167",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzQwNjM2NQ==",
                                  "rest_id": "17406365",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Sat Nov 15 11:17:54 +0000 2008",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "teaching computers how to see @moondreamai",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "vikhyat.net",
                                            "expanded_url": "https://vikhyat.net",
                                            "url": "https://t.co/zBNBVIR3WM",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 37437,
                                    "followers_count": 20351,
                                    "friends_count": 778,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 261,
                                    "location": "Seattle",
                                    "media_count": 2501,
                                    "name": "vik",
                                    "normal_followers_count": 20351,
                                    "pinned_tweet_ids_str": [
                                      "1937623384705433667"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/17406365/1739877668",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664559115581145088/UMD1vtMw_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "vikhyatk",
                                    "statuses_count": 13029,
                                    "translator_type": "regular",
                                    "url": "https://t.co/zBNBVIR3WM",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929696051575116167"
                              ],
                              "editable_until_msecs": "1748913965000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "2878",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 00:26:05 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                109
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 12,
                              "favorited": false,
                              "full_text": "@karpathy o4-mini-high has replaced my use of google -- it's more eager to use the search tool compared to o3",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "17406365",
                              "id_str": "1929696051575116167"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929696051575116167"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929600509633024346",
              "sortIndex": "1953502765829324620",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929600509633024346-tweet-1929600509633024346",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929600509633024346",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNDYxMzA1ODkwODkyNTcwNjI4",
                                  "rest_id": "1461305890892570628",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/heypocketai",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1916114073600589824/Atfv8shH_bigger.jpg"
                                      },
                                      "description": "Pocket",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Thu Nov 18 12:11:02 +0000 2021",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "together, we build an intelligent future.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "lnk.bio/slowdeveloper",
                                            "expanded_url": "https://lnk.bio/slowdeveloper",
                                            "url": "https://t.co/ABrvXEjz8c",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 5813,
                                    "followers_count": 48013,
                                    "friends_count": 2874,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 967,
                                    "location": "Important Links",
                                    "media_count": 3312,
                                    "name": "Haider.",
                                    "normal_followers_count": 48013,
                                    "pinned_tweet_ids_str": [
                                      "1911511055949611298"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1461305890892570628/1735727378",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1748789269949276161/PcVsAEz5_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "slow_developer",
                                    "statuses_count": 28823,
                                    "translator_type": "none",
                                    "url": "https://t.co/ABrvXEjz8c",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1468571399723753474",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": false
                                  },
                                  "super_follow_eligible": true
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929600509633024346"
                              ],
                              "editable_until_msecs": "1748891186000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "13013",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:06:26 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                61
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 12,
                              "favorited": false,
                              "full_text": "@karpathy what happened to gpt-4.5 , they did something to it",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 3,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1461305890892570628",
                              "id_str": "1929600509633024346"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929600509633024346"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929652107906339305",
              "sortIndex": "1953502765829324610",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929652107906339305-tweet-1929652107906339305",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929652107906339305",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoyMDYxOTU3MDU=",
                                  "rest_id": "206195705",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Fri Oct 22 13:26:23 +0000 2010",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI x Healthcare | ❤️ #opensource | e/acc 🇫🇷",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "huggingface.co/MaziyarPanahi",
                                            "expanded_url": "https://huggingface.co/MaziyarPanahi",
                                            "url": "https://t.co/6r6GnF0GiY",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 33116,
                                    "followers_count": 7964,
                                    "friends_count": 667,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 191,
                                    "location": "",
                                    "media_count": 2063,
                                    "name": "Maziyar PANAHI",
                                    "normal_followers_count": 7964,
                                    "pinned_tweet_ids_str": [
                                      "1945591450084774193"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/206195705/1752959812",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1756405705517514752/PLsfNQNg_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "MaziyarPanahi",
                                    "statuses_count": 19545,
                                    "translator_type": "none",
                                    "url": "https://t.co/6r6GnF0GiY",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1454737063635521536",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929652107906339305"
                              ],
                              "editable_until_msecs": "1748903488000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1167",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 21:31:28 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                264
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 12,
                              "favorited": false,
                              "full_text": "@karpathy I agree with most of these, except using o3 only for hard and important questions. I've used o3 for all my web searches! It's magical! The way it searches in its thinking trace until it finds everything I need is like a faster, more direct Deep Research.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "206195705",
                              "id_str": "1929652107906339305"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929652107906339305"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929598345401475253",
              "sortIndex": "1953502765829324600",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929598345401475253-tweet-1929598345401475253",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929598345401475253",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzgyNDc4NQ==",
                                  "rest_id": "17824785",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Wed Dec 03 01:25:53 +0000 2008",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "building something new\n\nprev founder/cto https://t.co/5tC2DJmqRc, also @heap @theblacktux @coffeembagel @yale",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "champify.io",
                                            "expanded_url": "http://champify.io",
                                            "url": "https://t.co/5tC2DJmqRc",
                                            "indices": [
                                              41,
                                              64
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "dlo.me",
                                            "expanded_url": "https://dlo.me/",
                                            "url": "https://t.co/LeGWsxJrC2",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 41414,
                                    "followers_count": 3525,
                                    "friends_count": 1051,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 150,
                                    "location": "Austin, TX",
                                    "media_count": 2840,
                                    "name": "Dan Loewenherz",
                                    "normal_followers_count": 3525,
                                    "pinned_tweet_ids_str": [
                                      "1918719619407196262"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/17824785/1521123330",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1941138561337643009/uAT1qata_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "dwlz",
                                    "statuses_count": 35017,
                                    "translator_type": "none",
                                    "url": "https://t.co/LeGWsxJrC2",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1470157469120929795",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 958,
                                        "name": "Entrepreneur",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": false,
                                    "bitcoin_handle": "bc1qn97xjrte42jz4apdl4dm8pgxan4k0hsk6un7ng"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929598345401475253"
                              ],
                              "editable_until_msecs": "1748890670000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "2743",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 2,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 17:57:50 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                222
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 11,
                              "favorited": false,
                              "full_text": "@karpathy Wow, my model selection tree is literally identical to yours! The one difference is that I predominantly use the Anthropic models (Sonnet/Opus 4) for anything coding related. IMO they perform way better than 4.1.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "17824785",
                              "id_str": "1929598345401475253"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929598345401475253"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929615855479918828",
              "sortIndex": "1953502765829324590",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929615855479918828-tweet-1929615855479918828",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929615855479918828",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo1NjQ3NzM3MjI=",
                                  "rest_id": "564773722",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Fri Apr 27 17:15:16 +0000 2012",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "I love the better @danqing. Co-founder / CEO of @lumahq. I write about crypto, China and design.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "danliu.xyz",
                                            "expanded_url": "https://danliu.xyz",
                                            "url": "https://t.co/0owNHyX1GI",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1983,
                                    "followers_count": 8016,
                                    "friends_count": 44,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 171,
                                    "location": "Dynamic Island, HI",
                                    "media_count": 237,
                                    "name": "Dan Liu",
                                    "normal_followers_count": 8016,
                                    "pinned_tweet_ids_str": [
                                      "1576997489529344001"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/564773722/1528781262",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1335874168131239937/AvVAQuMO_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "danqing_liu",
                                    "statuses_count": 1488,
                                    "translator_type": "none",
                                    "url": "https://t.co/0owNHyX1GI",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929615855479918828"
                              ],
                              "editable_until_msecs": "1748894845000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "6487",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 19:07:25 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                164
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 11,
                              "favorited": false,
                              "full_text": "@karpathy why is it that nobody has an \"auto\" mode that figures out which underlying model to use (like in the flow chart) and sends the query to the correct model?",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 8,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "564773722",
                              "id_str": "1929615855479918828"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929615855479918828"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929614061953585343",
              "sortIndex": "1953502765829324580",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929614061953585343-tweet-1929614061953585343",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929614061953585343",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo1MjQ0MTE2Mg==",
                                  "rest_id": "52441162",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/Rebellionair3",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1697645380740034567/2GcYMCWS_bigger.jpg"
                                      },
                                      "description": "Rebellionaire",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Tue Jun 30 16:29:14 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Rebellionaire | World-first, unique, balanced Tesla research | AI & Technology | NVIDIA | 🔋🕵🏻‍♂️",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "rebellionaire.com",
                                            "expanded_url": "http://www.rebellionaire.com",
                                            "url": "https://t.co/4qUniBsdhm",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 62521,
                                    "followers_count": 41661,
                                    "friends_count": 259,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 539,
                                    "location": "Teslanaires check this out…",
                                    "media_count": 3775,
                                    "name": "Bradford Ferguson",
                                    "normal_followers_count": 41661,
                                    "pinned_tweet_ids_str": [
                                      "1953111022044160384"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/52441162/1746053259",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1917195229477707776/mzDXTlcV_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "bradsferguson",
                                    "statuses_count": 50384,
                                    "translator_type": "none",
                                    "url": "https://t.co/4qUniBsdhm",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {},
                                  "super_follow_eligible": true
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929614061953585343"
                              ],
                              "editable_until_msecs": "1748894417000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "4462",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 19:00:17 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                242
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 5,
                              "favorited": false,
                              "full_text": "@karpathy Right now, I’m a bit addicted to the puzzle game Blue Prince. o4-mini-high is 100% on the logic problems in the “parlor game” where at least one box is lying and at least one box is telling the truth, pick the box with the treasure.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "52441162",
                              "id_str": "1929614061953585343"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929614061953585343"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929600243550622168",
              "sortIndex": "1953502765829324570",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929600243550622168-tweet-1929600243550622168",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929600243550622168",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzY1MDc4Mg==",
                                  "rest_id": "13650782",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Feb 19 01:09:13 +0000 2008",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "CTO @ Aligned Outcomes - business process digital twins for rapid holistic improvement initiatives. Past: CEO @PrintToPeer (Techstars ’15).",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 285894,
                                    "followers_count": 4475,
                                    "friends_count": 5337,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 216,
                                    "location": "Calgary, Alberta",
                                    "media_count": 3728,
                                    "name": "Tom Bielecki",
                                    "normal_followers_count": 4475,
                                    "pinned_tweet_ids_str": [
                                      "1371955773434044419"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/13650782/1496957377",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/753767705967079425/oZnW7oYF_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "tombielecki",
                                    "statuses_count": 40040,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1486912915936407553",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 477,
                                        "name": "Professional Services",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929600243550622168"
                              ],
                              "editable_until_msecs": "1748891122000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "911",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:05:22 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                275
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 7,
                              "favorited": false,
                              "full_text": "@karpathy I switch between o3 and 4o in conversations and find that this improves 4o responses and makes them more coherent document-like. o3 is smart but uses too many rapid fire acronyms and short turns of phrase without elaboration and making logical connections in prose.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "13650782",
                              "id_str": "1929600243550622168"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929600243550622168"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929620463279354241",
              "sortIndex": "1953502765829324560",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929620463279354241-tweet-1929620463279354241",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929620463279354241",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo4MzE4MDUy",
                                  "rest_id": "8318052",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": false,
                                    "created_at": "Tue Aug 21 00:19:43 +0000 2007",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Achiever. Thinker. Wanker. Hobbyist Photographer @binsnappen. Dad @whitesandtabby. Cofounder @paystack. Stan @kikimordi. No.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "ezra.wtf",
                                            "expanded_url": "http://ezra.wtf",
                                            "url": "https://t.co/C9iIzeccUK",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 70597,
                                    "followers_count": 83319,
                                    "friends_count": 527,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 270,
                                    "location": "Lagos, Nigeria",
                                    "media_count": 1455,
                                    "name": "Ezra 'God' Olubi",
                                    "normal_followers_count": 83319,
                                    "pinned_tweet_ids_str": [
                                      "1908550199137481139"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/8318052/1589054147",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1327966865155624960/4w__BVsB_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "0x",
                                    "statuses_count": 67807,
                                    "translator_type": "none",
                                    "url": "https://t.co/C9iIzeccUK",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1773998448292880650",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 1069,
                                        "name": "Poet",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929620463279354241"
                              ],
                              "editable_until_msecs": "1748895943000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1938",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "quoted_status_result": {
                              "result": {
                                "__typename": "Tweet",
                                "rest_id": "1926195232359497999",
                                "has_birdwatch_notes": false,
                                "core": {
                                  "user_results": {
                                    "result": {
                                      "__typename": "User",
                                      "id": "VXNlcjo4MzE4MDUy",
                                      "rest_id": "8318052",
                                      "affiliates_highlighted_label": {},
                                      "has_graduated_access": true,
                                      "is_blue_verified": true,
                                      "profile_image_shape": "Circle",
                                      "legacy": {
                                        "can_dm": false,
                                        "can_media_tag": false,
                                        "created_at": "Tue Aug 21 00:19:43 +0000 2007",
                                        "default_profile": false,
                                        "default_profile_image": false,
                                        "description": "Achiever. Thinker. Wanker. Hobbyist Photographer @binsnappen. Dad @whitesandtabby. Cofounder @paystack. Stan @kikimordi. No.",
                                        "entities": {
                                          "description": {
                                            "urls": []
                                          },
                                          "url": {
                                            "urls": [
                                              {
                                                "display_url": "ezra.wtf",
                                                "expanded_url": "http://ezra.wtf",
                                                "url": "https://t.co/C9iIzeccUK",
                                                "indices": [
                                                  0,
                                                  23
                                                ]
                                              }
                                            ]
                                          }
                                        },
                                        "fast_followers_count": 0,
                                        "favourites_count": 70597,
                                        "followers_count": 83319,
                                        "friends_count": 527,
                                        "has_custom_timelines": true,
                                        "is_translator": false,
                                        "listed_count": 270,
                                        "location": "Lagos, Nigeria",
                                        "media_count": 1455,
                                        "name": "Ezra 'God' Olubi",
                                        "normal_followers_count": 83319,
                                        "pinned_tweet_ids_str": [
                                          "1908550199137481139"
                                        ],
                                        "possibly_sensitive": false,
                                        "profile_banner_url": "https://pbs.twimg.com/profile_banners/8318052/1589054147",
                                        "profile_image_url_https": "https://pbs.twimg.com/profile_images/1327966865155624960/4w__BVsB_normal.jpg",
                                        "profile_interstitial_type": "",
                                        "screen_name": "0x",
                                        "statuses_count": 67807,
                                        "translator_type": "none",
                                        "url": "https://t.co/C9iIzeccUK",
                                        "verified": false,
                                        "want_retweets": false,
                                        "withheld_in_countries": []
                                      },
                                      "professional": {
                                        "rest_id": "1773998448292880650",
                                        "professional_type": "Creator",
                                        "category": [
                                          {
                                            "id": 1069,
                                            "name": "Poet",
                                            "icon_name": ""
                                          }
                                        ]
                                      },
                                      "tipjar_settings": {}
                                    }
                                  }
                                },
                                "unmention_data": {},
                                "edit_control": {
                                  "initial_tweet_id": "1926194044843012586",
                                  "edit_control_initial": {
                                    "edit_tweet_ids": [
                                      "1926194044843012586",
                                      "1926195232359497999"
                                    ],
                                    "editable_until_msecs": "1748079021000",
                                    "is_edit_eligible": true,
                                    "edits_remaining": "4"
                                  }
                                },
                                "previous_counts": {
                                  "bookmark_count": 2,
                                  "favorite_count": 2,
                                  "quote_count": 0,
                                  "reply_count": 0,
                                  "retweet_count": 0
                                },
                                "is_translatable": false,
                                "views": {
                                  "count": "35814",
                                  "state": "EnabledWithCount"
                                },
                                "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                                "note_tweet": {
                                  "is_expandable": true,
                                  "note_tweet_results": {
                                    "result": {
                                      "id": "Tm90ZVR3ZWV0OjE5MjYxOTUyMzIxMzcyNTY5NjA=",
                                      "text": "safe to say o3 will be relentless in trying to solve puzzles you throw at it. today's challenge was to find the correlation between xolubi and 0x18fc1529.\n\no3: tried every permutation it could muster and solved it in 8m 15s.\n\nclaude opus 4 (thinking): confidently made a wrong assumption based on memory without doing the math to confirm. asked for help twice.\n\ngemini 2.5 pro: refused to reason and concluded the correlation must be based on something known to just me while using flowery phrases like \"the enigma of 18fc1529\", \"a story of shifting identity\", etc. 🤦‍♀️",
                                      "entity_set": {
                                        "hashtags": [],
                                        "symbols": [],
                                        "timestamps": [],
                                        "urls": [],
                                        "user_mentions": []
                                      },
                                      "richtext": {
                                        "richtext_tags": [
                                          {
                                            "from_index": 156,
                                            "to_index": 158,
                                            "richtext_types": [
                                              "Bold"
                                            ]
                                          },
                                          {
                                            "from_index": 160,
                                            "to_index": 225,
                                            "richtext_types": [
                                              "Italic"
                                            ]
                                          },
                                          {
                                            "from_index": 226,
                                            "to_index": 250,
                                            "richtext_types": [
                                              "Bold"
                                            ]
                                          },
                                          {
                                            "from_index": 252,
                                            "to_index": 360,
                                            "richtext_types": [
                                              "Italic"
                                            ]
                                          },
                                          {
                                            "from_index": 362,
                                            "to_index": 376,
                                            "richtext_types": [
                                              "Bold"
                                            ]
                                          },
                                          {
                                            "from_index": 378,
                                            "to_index": 565,
                                            "richtext_types": [
                                              "Italic"
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                "quotedRefResult": {
                                  "result": {
                                    "__typename": "Tweet",
                                    "rest_id": "1924499083718168601"
                                  }
                                },
                                "legacy": {
                                  "bookmark_count": 51,
                                  "bookmarked": false,
                                  "created_at": "Sat May 24 08:35:05 +0000 2025",
                                  "conversation_id_str": "1926195232359497999",
                                  "display_text_range": [
                                    0,
                                    277
                                  ],
                                  "entities": {
                                    "hashtags": [],
                                    "media": [
                                      {
                                        "display_url": "pic.x.com/duJRani9W4",
                                        "expanded_url": "https://x.com/0x/status/1926195232359497999/photo/1",
                                        "ext_alt_text": "[screenshot from chatgpt desktop app]\n\nquestion: my twitter handle started out as xolubi, then i changed it to 0x18fc1529 before eventually shortening it to 0x. can you tell the correlation between the second and the original?\n\nresponse below\n—\nyep - “0x18fc1529” is just xolubi written in a geek-ier dialect:\n\nletter ⇒ alphabet position (a=1) ⇒ two digit hex ⇒ after the little “squeeze”\n\nx ⇒ 24 ⇒ 18 ⇒ 18\n0 ⇒ 15 ⇒ 0f ⇒ f\nl ⇒ 12 ⇒ 0c ⇒ c\nu ⇒ 21 ⇒ 15 ⇒ 15\nb ⇒ 2 ⇒ 02 ⇒ 2\ni ⇒ 9 ⇒ 09 ⇒ 9\n\n1. map each letter to its alphabet index\n2. write each in index in hex, two digits per letter ⇒ 18 0f 0c 15 02 09\n3. drop any leading “0” nibble for the single-digit values and repack the stream in bytes ⇒ 18 fc 15 29\n4. stick the usual hex literal in front ⇒ 0x18fc1529\n\nso the middle handle is literally the original handle’s letters turned into their 1-26 numeric slots, crunched into four bytes of hex. when you later trimmed it down to just 0x, you kept the “hex-nerd” nod while dropping the payload.",
                                        "id_str": "1926194036546629632",
                                        "indices": [
                                          278,
                                          301
                                        ],
                                        "media_key": "3_1926194036546629632",
                                        "media_url_https": "https://pbs.twimg.com/media/Grs3RVTWcAA3IRl.jpg",
                                        "type": "photo",
                                        "url": "https://t.co/duJRani9W4",
                                        "ext_media_availability": {
                                          "status": "Available"
                                        },
                                        "features": {
                                          "large": {
                                            "faces": []
                                          },
                                          "medium": {
                                            "faces": []
                                          },
                                          "small": {
                                            "faces": []
                                          },
                                          "orig": {
                                            "faces": []
                                          }
                                        },
                                        "sizes": {
                                          "large": {
                                            "h": 1876,
                                            "w": 1964,
                                            "resize": "fit"
                                          },
                                          "medium": {
                                            "h": 1146,
                                            "w": 1200,
                                            "resize": "fit"
                                          },
                                          "small": {
                                            "h": 650,
                                            "w": 680,
                                            "resize": "fit"
                                          },
                                          "thumb": {
                                            "h": 150,
                                            "w": 150,
                                            "resize": "crop"
                                          }
                                        },
                                        "original_info": {
                                          "height": 1876,
                                          "width": 1964,
                                          "focus_rects": [
                                            {
                                              "x": 0,
                                              "y": 676,
                                              "w": 1964,
                                              "h": 1100
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1876,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1646,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 938,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1964,
                                              "h": 1876
                                            }
                                          ]
                                        },
                                        "allow_download_status": {
                                          "allow_download": true
                                        },
                                        "media_results": {
                                          "result": {
                                            "media_key": "3_1926194036546629632"
                                          }
                                        }
                                      }
                                    ],
                                    "symbols": [],
                                    "timestamps": [],
                                    "urls": [],
                                    "user_mentions": []
                                  },
                                  "extended_entities": {
                                    "media": [
                                      {
                                        "display_url": "pic.x.com/duJRani9W4",
                                        "expanded_url": "https://x.com/0x/status/1926195232359497999/photo/1",
                                        "ext_alt_text": "[screenshot from chatgpt desktop app]\n\nquestion: my twitter handle started out as xolubi, then i changed it to 0x18fc1529 before eventually shortening it to 0x. can you tell the correlation between the second and the original?\n\nresponse below\n—\nyep - “0x18fc1529” is just xolubi written in a geek-ier dialect:\n\nletter ⇒ alphabet position (a=1) ⇒ two digit hex ⇒ after the little “squeeze”\n\nx ⇒ 24 ⇒ 18 ⇒ 18\n0 ⇒ 15 ⇒ 0f ⇒ f\nl ⇒ 12 ⇒ 0c ⇒ c\nu ⇒ 21 ⇒ 15 ⇒ 15\nb ⇒ 2 ⇒ 02 ⇒ 2\ni ⇒ 9 ⇒ 09 ⇒ 9\n\n1. map each letter to its alphabet index\n2. write each in index in hex, two digits per letter ⇒ 18 0f 0c 15 02 09\n3. drop any leading “0” nibble for the single-digit values and repack the stream in bytes ⇒ 18 fc 15 29\n4. stick the usual hex literal in front ⇒ 0x18fc1529\n\nso the middle handle is literally the original handle’s letters turned into their 1-26 numeric slots, crunched into four bytes of hex. when you later trimmed it down to just 0x, you kept the “hex-nerd” nod while dropping the payload.",
                                        "id_str": "1926194036546629632",
                                        "indices": [
                                          278,
                                          301
                                        ],
                                        "media_key": "3_1926194036546629632",
                                        "media_url_https": "https://pbs.twimg.com/media/Grs3RVTWcAA3IRl.jpg",
                                        "type": "photo",
                                        "url": "https://t.co/duJRani9W4",
                                        "ext_media_availability": {
                                          "status": "Available"
                                        },
                                        "features": {
                                          "large": {
                                            "faces": []
                                          },
                                          "medium": {
                                            "faces": []
                                          },
                                          "small": {
                                            "faces": []
                                          },
                                          "orig": {
                                            "faces": []
                                          }
                                        },
                                        "sizes": {
                                          "large": {
                                            "h": 1876,
                                            "w": 1964,
                                            "resize": "fit"
                                          },
                                          "medium": {
                                            "h": 1146,
                                            "w": 1200,
                                            "resize": "fit"
                                          },
                                          "small": {
                                            "h": 650,
                                            "w": 680,
                                            "resize": "fit"
                                          },
                                          "thumb": {
                                            "h": 150,
                                            "w": 150,
                                            "resize": "crop"
                                          }
                                        },
                                        "original_info": {
                                          "height": 1876,
                                          "width": 1964,
                                          "focus_rects": [
                                            {
                                              "x": 0,
                                              "y": 676,
                                              "w": 1964,
                                              "h": 1100
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1876,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1646,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 938,
                                              "h": 1876
                                            },
                                            {
                                              "x": 0,
                                              "y": 0,
                                              "w": 1964,
                                              "h": 1876
                                            }
                                          ]
                                        },
                                        "allow_download_status": {
                                          "allow_download": true
                                        },
                                        "media_results": {
                                          "result": {
                                            "media_key": "3_1926194036546629632"
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "favorite_count": 141,
                                  "favorited": false,
                                  "full_text": "safe to say o3 will be relentless in trying to solve puzzles you throw at it. today's challenge was to find the correlation between xolubi and 0x18fc1529.\n\no3: tried every permutation it could muster and solved it in 8m 15s.\n\nclaude opus 4 (thinking): confidently made a wrong… https://t.co/duJRani9W4",
                                  "is_quote_status": true,
                                  "lang": "en",
                                  "possibly_sensitive": false,
                                  "possibly_sensitive_editable": true,
                                  "quote_count": 2,
                                  "quoted_status_id_str": "1924499083718168601",
                                  "quoted_status_permalink": {
                                    "url": "https://t.co/q2w1SU0Qve",
                                    "expanded": "https://twitter.com/0x/status/1924499083718168601",
                                    "display": "x.com/0x/status/1924…"
                                  },
                                  "reply_count": 9,
                                  "retweet_count": 21,
                                  "retweeted": false,
                                  "user_id_str": "8318052",
                                  "id_str": "1926195232359497999"
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 19:25:43 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                182
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 6,
                              "favorited": false,
                              "full_text": "@karpathy every now and then, i like throwing an obscure problem at o3 and watch its thought process as it inevitably arrives at the right answer. this is a recent one i shared here.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": true,
                              "lang": "en",
                              "quote_count": 0,
                              "quoted_status_id_str": "1926195232359497999",
                              "quoted_status_permalink": {
                                "url": "https://t.co/EVE0sSppni",
                                "expanded": "https://twitter.com/0x/status/1926195232359497999",
                                "display": "x.com/0x/status/1926…"
                              },
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "8318052",
                              "id_str": "1929620463279354241"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929620463279354241"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929598912366596460",
              "sortIndex": "1953502765829324550",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929598912366596460-tweet-1929598912366596460",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929598912366596460",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTA4NTA2NzcxMTczOTIwNzY4",
                                  "rest_id": "1508506771173920768",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Mon Mar 28 18:10:43 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "emdash enjoyer",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 56014,
                                    "followers_count": 18150,
                                    "friends_count": 760,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 155,
                                    "location": "Israel",
                                    "media_count": 15927,
                                    "name": "meowbooks —",
                                    "normal_followers_count": 18150,
                                    "pinned_tweet_ids_str": [
                                      "1953006517944283269"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1508506771173920768/1754236879",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1952037021817700352/_Say0_zW_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "untitled01ipynb",
                                    "statuses_count": 36251,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929598912366596460"
                              ],
                              "editable_until_msecs": "1748890805000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1988",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 18:00:05 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                65
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 5,
                              "favorited": false,
                              "full_text": "@karpathy what’s the model that does your post formatting?  yikes",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1508506771173920768",
                              "id_str": "1929598912366596460"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929598912366596460"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929734566711066762",
              "sortIndex": "1953502765829324540",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929734566711066762-tweet-1929734566711066762",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929734566711066762",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMTMwODgxMzg0NjE1MDcxNzQ0",
                                  "rest_id": "1130881384615071744",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Tue May 21 17:01:47 +0000 2019",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Multi-award winning Hepatologist.\nUpcoming author (Harper Collins India).\nhttps://t.co/HGQLjyEYUb\nhttps://t.co/8lHqoHPoRN",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "instagram.com/theliverdr",
                                            "expanded_url": "https://www.instagram.com/theliverdr",
                                            "url": "https://t.co/HGQLjyEYUb",
                                            "indices": [
                                              74,
                                              97
                                            ]
                                          },
                                          {
                                            "display_url": "en.wikipedia.org/wiki/Cyriac_Ab…",
                                            "expanded_url": "https://en.wikipedia.org/wiki/Cyriac_Abby_Philips",
                                            "url": "https://t.co/8lHqoHPoRN",
                                            "indices": [
                                              98,
                                              121
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "youtube.com/c/TheLiverDoc",
                                            "expanded_url": "https://youtube.com/c/TheLiverDoc",
                                            "url": "https://t.co/16zuYDO7Bz",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 76065,
                                    "followers_count": 311284,
                                    "friends_count": 840,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 867,
                                    "location": "Kochi",
                                    "media_count": 9696,
                                    "name": "TheLiverDoc",
                                    "normal_followers_count": 311284,
                                    "pinned_tweet_ids_str": [
                                      "1925735777910059014"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1130881384615071744/1742262196",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1928826658745671680/oXx1lqgb_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "theliverdr",
                                    "statuses_count": 58225,
                                    "translator_type": "none",
                                    "url": "https://t.co/16zuYDO7Bz",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1505501174849409029",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 584,
                                        "name": "Medical & Health",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929734566711066762"
                              ],
                              "editable_until_msecs": "1748923148000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1697",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 02:59:08 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                43
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  },
                                  {
                                    "id_str": "76965578",
                                    "name": "Arif Hussain Theruvath",
                                    "screen_name": "arifhussaintm",
                                    "indices": [
                                      10,
                                      24
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 4,
                              "favorited": false,
                              "full_text": "@karpathy @arifhussaintm for your interest.",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1130881384615071744",
                              "id_str": "1929734566711066762"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929734566711066762"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929910219179442224",
              "sortIndex": "1953502765829324530",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929910219179442224-tweet-1929910219179442224",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929910219179442224",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMDI3NDMxMTM0",
                                  "rest_id": "3027431134",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Feb 10 00:02:32 +0000 2015",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Quaternion Process Theory, Artificial (Intuition, Fluency, Empathy), Patterns for (Generative, Reason, Agentic) AI\nhttps://t.co/fhXw0zjxXp",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "intuitionmachine.gumroad.com",
                                            "expanded_url": "https://intuitionmachine.gumroad.com/",
                                            "url": "https://t.co/fhXw0zjxXp",
                                            "indices": [
                                              115,
                                              138
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "medium.com/intuitionmachi…",
                                            "expanded_url": "https://medium.com/intuitionmachine",
                                            "url": "https://t.co/83wyxztwcn",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 54057,
                                    "followers_count": 38320,
                                    "friends_count": 4892,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 1249,
                                    "location": "Arlington, VA",
                                    "media_count": 7164,
                                    "name": "Carlos E. Perez",
                                    "normal_followers_count": 38320,
                                    "pinned_tweet_ids_str": [
                                      "1930575250988675403"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/3027431134/1581553000",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1740015728105832448/fRPNehGE_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "IntuitMachine",
                                    "statuses_count": 108879,
                                    "translator_type": "none",
                                    "url": "https://t.co/83wyxztwcn",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1529914987589816338",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {},
                                  "super_follow_eligible": true
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929910219179442224"
                              ],
                              "editable_until_msecs": "1748965026000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "767",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 4,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 14:37:06 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                13
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/3IC3P0AeW4",
                                    "expanded_url": "https://x.com/IntuitMachine/status/1929910219179442224/photo/1",
                                    "id_str": "1929910208756645888",
                                    "indices": [
                                      14,
                                      37
                                    ],
                                    "media_key": "3_1929910208756645888",
                                    "media_url_https": "https://pbs.twimg.com/media/GshrHBlXAAAEA2X.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/3IC3P0AeW4",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1472,
                                        "w": 1590,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1111,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 630,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1472,
                                      "width": 1590,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 310,
                                          "w": 1590,
                                          "h": 890
                                        },
                                        {
                                          "x": 118,
                                          "y": 0,
                                          "w": 1472,
                                          "h": 1472
                                        },
                                        {
                                          "x": 299,
                                          "y": 0,
                                          "w": 1291,
                                          "h": 1472
                                        },
                                        {
                                          "x": 854,
                                          "y": 0,
                                          "w": 736,
                                          "h": 1472
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1590,
                                          "h": 1472
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929910208756645888"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/3IC3P0AeW4",
                                    "expanded_url": "https://x.com/IntuitMachine/status/1929910219179442224/photo/1",
                                    "id_str": "1929910208756645888",
                                    "indices": [
                                      14,
                                      37
                                    ],
                                    "media_key": "3_1929910208756645888",
                                    "media_url_https": "https://pbs.twimg.com/media/GshrHBlXAAAEA2X.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/3IC3P0AeW4",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1472,
                                        "w": 1590,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1111,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 630,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1472,
                                      "width": 1590,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 310,
                                          "w": 1590,
                                          "h": 890
                                        },
                                        {
                                          "x": 118,
                                          "y": 0,
                                          "w": 1472,
                                          "h": 1472
                                        },
                                        {
                                          "x": 299,
                                          "y": 0,
                                          "w": 1291,
                                          "h": 1472
                                        },
                                        {
                                          "x": 854,
                                          "y": 0,
                                          "w": 736,
                                          "h": 1472
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1590,
                                          "h": 1472
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1929910208756645888"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 4,
                              "favorited": false,
                              "full_text": "@karpathy Ha! https://t.co/3IC3P0AeW4",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "und",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "3027431134",
                              "id_str": "1929910219179442224"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929910219179442224"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929614259736166447",
              "sortIndex": "1953502765829324520",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929614259736166447-tweet-1929614259736166447",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929614259736166447",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzQ0MDU1NDEwMTA4MDgwMTI4",
                                  "rest_id": "1744055410108080128",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Sun Jan 07 17:56:48 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "be not afraid of greatness",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 40539,
                                    "followers_count": 2020,
                                    "friends_count": 1289,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 29,
                                    "location": "",
                                    "media_count": 341,
                                    "name": "prinz",
                                    "normal_followers_count": 2020,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1744055410108080128/1735715333",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1874359541720092672/ciOMFG2x_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "deredleritt3r",
                                    "statuses_count": 4410,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929614259736166447"
                              ],
                              "editable_until_msecs": "1748894464000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "222",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 19:01:04 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                152
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 4,
                              "favorited": false,
                              "full_text": "@karpathy I don't code, so my easy routine is:\n\n- o3 for difficult questions or things that require thinking/research\n\n- 4o for simple factual questions",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1744055410108080128",
                              "id_str": "1929614259736166447"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929614259736166447"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929598292159353150",
              "sortIndex": "1953502765829324510",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929598292159353150-tweet-1929598292159353150",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929598292159353150",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjozMTg3OTUyOTU5",
                                  "rest_id": "3187952959",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Thu May 07 16:19:21 +0000 2015",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Posts about AI, tech and innovation | AI art hobbyist | excited for robots 🤖 | e/acc is real | BUILDING in artificial intelligence",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "medium.com/@prashantgupta…",
                                            "expanded_url": "https://medium.com/@prashantgupta17",
                                            "url": "https://t.co/ulDlehICbc",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 18388,
                                    "followers_count": 9075,
                                    "friends_count": 1240,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 495,
                                    "location": "",
                                    "media_count": 5570,
                                    "name": "Prashant",
                                    "normal_followers_count": 9075,
                                    "pinned_tweet_ids_str": [
                                      "1924884738550202767"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/3187952959/1492590524",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/774963136013017089/YAOOL05__normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Prashant_1722",
                                    "statuses_count": 29425,
                                    "translator_type": "none",
                                    "url": "https://t.co/ulDlehICbc",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929598292159353150"
                              ],
                              "editable_until_msecs": "1748890657000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "864",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 02 17:57:37 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                162
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 3,
                              "favorited": false,
                              "full_text": "@karpathy Most important summary for anyone looking to demystify the ChatGPT weird model naming. Wonder if o3 can help suggest simpler names for upcoming versions",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "3187952959",
                              "id_str": "1929598292159353150"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929598292159353150"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1929926179185967334",
              "sortIndex": "1953502765829324500",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1929926179185967334-tweet-1929926179185967334",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1929926179185967334",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo0NTQ0NzQ4Njc=",
                                  "rest_id": "454474867",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Wed Jan 04 01:30:56 +0000 2012",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Cali girl next door👙, scientist, full time passenger princess 👑 insta:laurenblakeee More of me⬇️",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "onlyfans.com/laurenblake",
                                            "expanded_url": "https://www.onlyfans.com/laurenblake",
                                            "url": "https://t.co/BfmFPxuVsV",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 2662,
                                    "followers_count": 15094,
                                    "friends_count": 53,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 50,
                                    "location": "Los Angeles, CA",
                                    "media_count": 330,
                                    "name": "Lauren Blake",
                                    "normal_followers_count": 15094,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/454474867/1743451860",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1906801629040635904/AzH2KCkN_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "thelaurenblakee",
                                    "statuses_count": 1573,
                                    "translator_type": "none",
                                    "url": "https://t.co/BfmFPxuVsV",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1929926179185967334"
                              ],
                              "editable_until_msecs": "1748968832000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "304",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "note_tweet": {
                              "is_expandable": true,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5Mjk5MjYxNzkxMDYzMTIxOTI=",
                                  "text": "Extremely helpful breakdown — especially for folks still conflating 4o and o4 🤯. Love the “router” structure you use; it’s practical and speaks to how nuanced prompt-model pairing has become. Also appreciate the Deep Research callout — definitely underutilized but so powerful for longform understanding. 🧠💡#ChatGPT #AIWorkflows #ModelMatters #PromptEngineering",
                                  "entity_set": {
                                    "hashtags": [
                                      {
                                        "indices": [
                                          307,
                                          315
                                        ],
                                        "text": "ChatGPT"
                                      },
                                      {
                                        "indices": [
                                          316,
                                          328
                                        ],
                                        "text": "AIWorkflows"
                                      },
                                      {
                                        "indices": [
                                          329,
                                          342
                                        ],
                                        "text": "ModelMatters"
                                      },
                                      {
                                        "indices": [
                                          343,
                                          361
                                        ],
                                        "text": "PromptEngineering"
                                      }
                                    ],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  },
                                  "richtext": {
                                    "richtext_tags": []
                                  },
                                  "media": {
                                    "inline_media": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jun 03 15:40:32 +0000 2025",
                              "conversation_id_str": "1929597620969951434",
                              "display_text_range": [
                                10,
                                287
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "33836629",
                                    "name": "Andrej Karpathy",
                                    "screen_name": "karpathy",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@karpathy Extremely helpful breakdown — especially for folks still conflating 4o and o4 🤯. Love the “router” structure you use; it’s practical and speaks to how nuanced prompt-model pairing has become. Also appreciate the Deep Research callout — definitely underutilized but so powerful…",
                              "in_reply_to_screen_name": "karpathy",
                              "in_reply_to_status_id_str": "1929597620969951434",
                              "in_reply_to_user_id_str": "33836629",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "454474867",
                              "id_str": "1929926179185967334"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1929926179185967334"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-bottom-1953502765829324499",
              "sortIndex": "1953502765829324499",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxw8alj__tELAAIAAAGIRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUNJYXgxdUp0NXN4QlJySWVhS0JHMERtR3NockhvYVdRREFheDEwNVp4ZUJqaHJIVHRBVldsREtHc2RSY1VzYXdVa2F4MUowaUZaeGdockhUeWNiVndCcEdzZFQzQ2NhTVdnYXgxR2R5TmNBakJySFV2L2NXeUg1R3NkUUtNL1dFVVlheDh0ZFA1c0FpaHJIVVRLelY1SFlHc2RQL01LWFVXd2F4MDlzVzF2UlBockhWRHgzVjVDOEdzZW9WYjZiMFljYXgwOTR3TllndFJySFhmSVpHa0F2R3NkZHhBeFhrTDhheDJPV2VSY3hnUnJibVdMWUY3RWdHc2RRYUlFV0FUY2F4MXZhb0pjd0VockhVSGdBVzlHcUdzZTl3dnRiMGVFYXg0QmVUOWRSNlJySFQvWFpWckEyR3Nmam1ld2FzWVlheUdHZnVKcXhjaHJIWDJXaTE1RHNHc2RSY0tjVzBWb2F4MVNJRVp2UWxBPT0IAAMAAAACAAA",
                "cursorType": "Bottom"
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        }
      ],
      "metadata": {
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}