🐦 Twitter Post Details

Viewing enriched Twitter post

@AndrewYNg

New Course: Post-training of LLMs Learn to post-train and customize an LLM in this short course, taught by @BanghuaZ, Assistant Professor at the University of Washington @UW, and co-founder of @NexusflowX. Training an LLM to follow instructions or answer questions has two key… https://t.co/ssqCqYqK4K

📊 Media Metadata

{
  "media": [
    {
      "type": "video",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1942952817049915596/media_0.mp4?",
      "filename": "media_0.mp4"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "LLM training",
      "course announcement",
      "customization"
    ],
    "entities": [
      "BanghuaZ",
      "University of Washington",
      "NexusflowX"
    ],
    "summary": "A new course on post-training and customizing LLMs is being offered by Assistant Professor BanghuaZ from the University of Washington.",
    "language": "en",
    "processed_at": "2025-08-07T10:11:17.573096"
  },
  "score": 0.652,
  "score_components": {
    "author": 0.09,
    "engagement": 0.16650038504363796,
    "quality": 0.18,
    "source": 0.09,
    "nlp": 0.1,
    "recency": 0.025
  },
  "scored_at": "2025-08-11T09:35:11.266347",
  "import_source": "batch_import_aug2025",
  "source_tagged_at": "2025-08-11T09:35:11.266358",
  "enriched": true,
  "enriched_at": "2025-08-11T09:35:11.266360"
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1942952817049915596",
              "sortIndex": "1953489105841029120",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1942952817049915596",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjoyMTY5Mzk2MzY=",
                            "rest_id": "216939636",
                            "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 Nov 18 03:39:11 +0000 2010",
                              "default_profile": false,
                              "default_profile_image": false,
                              "description": "Co-Founder of Coursera; Stanford CS adjunct faculty. Former head of Baidu AI Group/Google Brain. #ai #machinelearning, #deeplearning #MOOCs",
                              "entities": {
                                "description": {
                                  "urls": []
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "andrewng.org",
                                      "expanded_url": "http://www.andrewng.org",
                                      "url": "https://t.co/XidcMETENd",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 1632,
                              "followers_count": 1239439,
                              "friends_count": 1026,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 15681,
                              "location": "Palo Alto, CA",
                              "media_count": 421,
                              "name": "Andrew Ng",
                              "normal_followers_count": 1239439,
                              "pinned_tweet_ids_str": [
                                "1821206887913943110"
                              ],
                              "possibly_sensitive": false,
                              "profile_banner_url": "https://pbs.twimg.com/profile_banners/216939636/1483126470",
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/733174243714682880/oyG30NEH_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "AndrewYNg",
                              "statuses_count": 1909,
                              "translator_type": "none",
                              "url": "https://t.co/XidcMETENd",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1942952817049915596"
                        ],
                        "editable_until_msecs": "1752074624000",
                        "is_edit_eligible": true,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "118828",
                        "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": "Tm90ZVR3ZWV0OjE5NDI5NTI4MTY2NjgxODg2NzI=",
                            "text": "New Course: Post-training of LLMs\n\nLearn to post-train and customize an LLM in this short course, taught by @BanghuaZ, Assistant Professor at  the University of Washington @UW, and co-founder of @NexusflowX.\n\nTraining an LLM to follow instructions or answer questions has two key stages: pre-training and post-training. In pre-training, it learns to predict the next word or token from large amounts of unlabeled text. In post-training, it learns useful behaviors such as following instructions, tool use, and reasoning.\n\nPost-training transforms a general-purpose token predictor—trained on trillions of unlabeled text tokens—into an assistant that follows instructions and performs specific tasks. Because it is much cheaper than pre-training, it is practical for many more teams to incorporate post-training methods into their workflows than pre-training.\n\nIn this course, you’ll learn three common post-training methods—Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), and Online Reinforcement Learning (RL)—and how to use each one effectively. With SFT, you train the model on pairs of input and ideal output responses. With DPO, you provide both a preferred (chosen) and a less preferred (rejected) response and train the model to favor the preferred output. With RL, the model generates an output, receives a reward score based on human or automated feedback, and updates the model to improve performance.\n\nYou’ll learn the basic concepts, common use cases, and principles for curating high-quality data for effective training. Through hands-on labs, you’ll download a pre-trained model from Hugging Face and post-train it using SFT, DPO, and RL to see how each technique shapes model behavior.\n\nIn detail, you’ll:\n- Understand what post-training is, when to use it, and how it differs from pre-training.\n- Build an SFT pipeline to turn a base model into an instruct model.\n- Explore how DPO reshapes behavior by minimizing contrastive loss—penalizing poor responses and reinforcing preferred ones.\n- Implement a DPO pipeline to change the identity of a chat assistant.\n- Learn online RL methods such as Proximal Policy Optimization (PPO) and Group Relative Policy Optimization (GRPO), and how to design reward functions.\n- Train a model with GRPO to improve its math capabilities using a verifiable reward.\n\nPost-training is one of the most rapidly developing areas of LLM training. Whether you’re building a high-accuracy context-specific assistant, fine-tuning a model's tone, or improving task-specific accuracy, this course will give you experience with the most important techniques shaping how LLMs are post-trained today.\n\nPlease sign up here: https://t.co/efSt2FnVNS",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "timestamps": [],
                              "urls": [
                                {
                                  "display_url": "deeplearning.ai/short-courses/…",
                                  "expanded_url": "https://www.deeplearning.ai/short-courses/post-training-of-llms/",
                                  "url": "https://t.co/efSt2FnVNS",
                                  "indices": [
                                    2678,
                                    2701
                                  ]
                                }
                              ],
                              "user_mentions": [
                                {
                                  "id_str": "1028112376162205696",
                                  "name": "Banghua Zhu",
                                  "screen_name": "BanghuaZ",
                                  "indices": [
                                    108,
                                    117
                                  ]
                                },
                                {
                                  "id_str": "27103822",
                                  "name": "University of Washington",
                                  "screen_name": "UW",
                                  "indices": [
                                    172,
                                    175
                                  ]
                                }
                              ]
                            },
                            "richtext": {
                              "richtext_tags": [
                                {
                                  "from_index": 12,
                                  "to_index": 33,
                                  "richtext_types": [
                                    "Bold"
                                  ]
                                }
                              ]
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 1183,
                        "bookmarked": false,
                        "created_at": "Wed Jul 09 14:23:44 +0000 2025",
                        "conversation_id_str": "1942952817049915596",
                        "display_text_range": [
                          0,
                          280
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/ssqCqYqK4K",
                              "expanded_url": "https://x.com/AndrewYNg/status/1942952817049915596/video/1",
                              "id_str": "1942946816431177729",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "13_1942946816431177729",
                              "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1942946816431177729/img/AjAFHir3H33pbXRl.jpg",
                              "type": "video",
                              "url": "https://t.co/ssqCqYqK4K",
                              "additional_media_info": {
                                "monetizable": false
                              },
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "sizes": {
                                "large": {
                                  "h": 1080,
                                  "w": 1920,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 675,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 383,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1080,
                                "width": 1920,
                                "focus_rects": []
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "video_info": {
                                "aspect_ratio": [
                                  16,
                                  9
                                ],
                                "duration_millis": 172329,
                                "variants": [
                                  {
                                    "content_type": "application/x-mpegURL",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/pl/rqPxBj1ibJEcpD9a.m3u8?v=ec8"
                                  },
                                  {
                                    "bitrate": 256000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/480x270/3cs0cR-c2sFnjXwf.mp4"
                                  },
                                  {
                                    "bitrate": 832000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/640x360/xwc8TQZ1BRfRbGoo.mp4"
                                  },
                                  {
                                    "bitrate": 2176000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/1280x720/jaoAKqIe46fGs2ab.mp4"
                                  },
                                  {
                                    "bitrate": 10368000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/1920x1080/S4Qq_fe5caibIC_I.mp4"
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "13_1942946816431177729"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": [
                            {
                              "id_str": "1028112376162205696",
                              "name": "Banghua Zhu",
                              "screen_name": "BanghuaZ",
                              "indices": [
                                108,
                                117
                              ]
                            },
                            {
                              "id_str": "27103822",
                              "name": "University of Washington",
                              "screen_name": "UW",
                              "indices": [
                                172,
                                175
                              ]
                            },
                            {
                              "id_str": "1706556979425292288",
                              "name": "Nexusflow",
                              "screen_name": "NexusflowX",
                              "indices": [
                                195,
                                206
                              ]
                            }
                          ]
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/ssqCqYqK4K",
                              "expanded_url": "https://x.com/AndrewYNg/status/1942952817049915596/video/1",
                              "id_str": "1942946816431177729",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "13_1942946816431177729",
                              "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1942946816431177729/img/AjAFHir3H33pbXRl.jpg",
                              "type": "video",
                              "url": "https://t.co/ssqCqYqK4K",
                              "additional_media_info": {
                                "monetizable": false
                              },
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "sizes": {
                                "large": {
                                  "h": 1080,
                                  "w": 1920,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 675,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 383,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1080,
                                "width": 1920,
                                "focus_rects": []
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "video_info": {
                                "aspect_ratio": [
                                  16,
                                  9
                                ],
                                "duration_millis": 172329,
                                "variants": [
                                  {
                                    "content_type": "application/x-mpegURL",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/pl/rqPxBj1ibJEcpD9a.m3u8?v=ec8"
                                  },
                                  {
                                    "bitrate": 256000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/480x270/3cs0cR-c2sFnjXwf.mp4"
                                  },
                                  {
                                    "bitrate": 832000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/640x360/xwc8TQZ1BRfRbGoo.mp4"
                                  },
                                  {
                                    "bitrate": 2176000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/1280x720/jaoAKqIe46fGs2ab.mp4"
                                  },
                                  {
                                    "bitrate": 10368000,
                                    "content_type": "video/mp4",
                                    "url": "https://video.twimg.com/amplify_video/1942946816431177729/vid/avc1/1920x1080/S4Qq_fe5caibIC_I.mp4"
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "13_1942946816431177729"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 1483,
                        "favorited": false,
                        "full_text": "New Course: Post-training of LLMs\n\nLearn to post-train and customize an LLM in this short course, taught by @BanghuaZ, Assistant Professor at  the University of Washington @UW, and co-founder of @NexusflowX.\n\nTraining an LLM to follow instructions or answer questions has two key… https://t.co/ssqCqYqK4K",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 10,
                        "reply_count": 38,
                        "retweet_count": 327,
                        "retweeted": false,
                        "user_id_str": "216939636",
                        "id_str": "1942952817049915596"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "Tweet"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1942954933147603413",
              "sortIndex": "1953489105841029110",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942954933147603413-tweet-1942954933147603413",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942954933147603413",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoyOTYyNjcwMjM4",
                                  "rest_id": "2962670238",
                                  "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 Jan 07 09:02:53 +0000 2015",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Building @nanobrowser_ai|OSS Advocate sharing the journey, AI practice, & productivity hacks. | 8.3k+ Github Stars & growing!",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "github.com/nanobrowser/na…",
                                            "expanded_url": "https://github.com/nanobrowser/nanobrowser",
                                            "url": "https://t.co/VhlWF5FBBA",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 23473,
                                    "followers_count": 3909,
                                    "friends_count": 1543,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 103,
                                    "location": "Metaverse in Asia",
                                    "media_count": 442,
                                    "name": "casslin",
                                    "normal_followers_count": 3909,
                                    "pinned_tweet_ids_str": [
                                      "1897081751064973766"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/2962670238/1749698815",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1912844708239577088/Ar0wcNqN_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "thulynnn",
                                    "statuses_count": 15396,
                                    "translator_type": "none",
                                    "url": "https://t.co/VhlWF5FBBA",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1798565096165380492",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "3GdwSowgzCzvjVtPvZxYx7YomKirBdM9ZA"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942954933147603413"
                              ],
                              "editable_until_msecs": "1752075129000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "726",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:32:09 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                73
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 2,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX This can be actually really helpful!",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "2962670238",
                              "id_str": "1942954933147603413"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942954933147603413"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942962694421971080",
              "sortIndex": "1953489105841029100",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942962694421971080-tweet-1942962694421971080",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942962694421971080",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTI2ODUzNjAwMTgxNjUzNTA0",
                                  "rest_id": "1526853600181653504",
                                  "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 May 18 09:14:48 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "🧠 AI Educator | Career Coach | Founder\n📧 DM for Collaboration\n🚀 Want to Learn & Earn with AI?\n🤝 Join our 100k+ AI community & learn AI with 27+ Free Gifts👇",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "aiplanetx.com/subscribe",
                                            "expanded_url": "https://aiplanetx.com/subscribe",
                                            "url": "https://t.co/7KT8cVMfy4",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 66174,
                                    "followers_count": 60586,
                                    "friends_count": 395,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 99,
                                    "location": "Best AI & Tech Newsletter 👉",
                                    "media_count": 2930,
                                    "name": "Altiam Kabir",
                                    "normal_followers_count": 60586,
                                    "pinned_tweet_ids_str": [
                                      "1953083638838595859"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1526853600181653504/1736768914",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1810070054542917632/YCdjTXa9_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "altiamkabir",
                                    "statuses_count": 44197,
                                    "translator_type": "none",
                                    "url": "https://t.co/7KT8cVMfy4",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1790515508673966109",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942962694421971080"
                              ],
                              "editable_until_msecs": "1752076979000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "478",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 15:02:59 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                103
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX This course sounds like a game changer! Excited to see the impact.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1526853600181653504",
                              "id_str": "1942962694421971080"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942962694421971080"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942970402684211549",
              "sortIndex": "1953489105841029090",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942970402684211549-tweet-1942970402684211549",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942970402684211549",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTY2MTQzMDMzMzEzMjE0NDY5",
                                  "rest_id": "1566143033313214469",
                                  "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": "Sat Sep 03 19:16:29 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Master AI before it replaces you.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 2992,
                                    "followers_count": 109,
                                    "friends_count": 10,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": " Multiverse",
                                    "media_count": 121,
                                    "name": "Victor Ajayi",
                                    "normal_followers_count": 109,
                                    "pinned_tweet_ids_str": [
                                      "1950533795129573655"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1566143033313214469/1753957956",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1820459525213745152/1iNU0xA8_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "the_victorajayi",
                                    "statuses_count": 538,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1675780742368903169",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 718,
                                        "name": "Information Technology Company",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942970402684211549"
                              ],
                              "editable_until_msecs": "1752078817000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "981",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 15:33:37 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                315
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 3,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX I’ve been eager to deepen my understanding of post-training, and this course looks like the perfect opportunity.\nSFT, DPO, and RL are such powerful tools for shaping real-world AI behavior, can’t wait to explore how each one works in practice.\nThanks for making this accessible!",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1566143033313214469",
                              "id_str": "1942970402684211549"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942970402684211549"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942964035793944879",
              "sortIndex": "1953489105841029080",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942964035793944879-tweet-1942964035793944879",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942964035793944879",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODgxOTA1ODM3Mjg5MjEzOTUy",
                                  "rest_id": "1881905837289213952",
                                  "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 22 03:25:09 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "I build stuff. Tech enthusiast diving into AI & innovation to build a smarter, better world. Let's create the future! 🚀 #Tech #AI #Startups",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "vigyoti.ai",
                                            "expanded_url": "https://vigyoti.ai/",
                                            "url": "https://t.co/06W60L0Nx3",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 277,
                                    "followers_count": 190,
                                    "friends_count": 132,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 7,
                                    "location": "New Delhi",
                                    "media_count": 68,
                                    "name": "Dhiraj Khanna",
                                    "normal_followers_count": 190,
                                    "pinned_tweet_ids_str": [
                                      "1940628914675806691"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1881905837289213952/1751856895",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1942227074040619008/VECnNgZn_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Dhiraj_Vigyoti",
                                    "statuses_count": 793,
                                    "translator_type": "none",
                                    "url": "https://t.co/06W60L0Nx3",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1919636637426057305",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942964035793944879"
                              ],
                              "editable_until_msecs": "1752077299000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "551",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 15:08:19 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                309
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      88,
                                      97
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      117,
                                      120
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      125,
                                      136
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 2,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Wow, sounds really interesting! With insights from @BanghuaZ and the backing of @UW and @NexusflowX, it looks like a rare deep dive into post-training techniques that shape the future of AI. Looking forward to seeing how it transforms approaches to LLM instruction tuning.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1881905837289213952",
                              "id_str": "1942964035793944879"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942964035793944879"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943001295184629837",
              "sortIndex": "1953489105841029070",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943001295184629837-tweet-1943001295184629837",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943001295184629837",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoyNTgwOTg0Ng==",
                                  "rest_id": "25809846",
                                  "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 Mar 22 12:02:51 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Passionate about Tesla, SpaceX, xAI, and cutting-edge tech. Driving the future, exploring the cosmos, and amplifying human potential through innovation!",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 36371,
                                    "followers_count": 1950,
                                    "friends_count": 404,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 7,
                                    "location": "",
                                    "media_count": 1473,
                                    "name": "Wessel van Keulen",
                                    "normal_followers_count": 1950,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/25809846/1753353707",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1901035774075957251/0IJjmWBD_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "wesselvk",
                                    "statuses_count": 10458,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1840206825058381874",
                                    "professional_type": "Business",
                                    "category": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943001295184629837"
                              ],
                              "editable_until_msecs": "1752086182000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "508",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 17:36:22 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                56
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX One to sign up for!",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "25809846",
                              "id_str": "1943001295184629837"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943001295184629837"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953199498903873",
              "sortIndex": "1953489105841029060",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953199498903873-tweet-1942953199498903873",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942953199498903873",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo5MjI5MTA0Nw==",
                                  "rest_id": "92291047",
                                  "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 Nov 24 15:02:02 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "I'm a Purple Unicorn of Tech Leadership focused on helping companies that put people first—because people are the key to every company’s success.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "sousangroup.com",
                                            "expanded_url": "https://sousangroup.com",
                                            "url": "https://t.co/QW3iA9QPkd",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1596,
                                    "followers_count": 1813,
                                    "friends_count": 974,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 3,
                                    "location": "St Louis, MO",
                                    "media_count": 119,
                                    "name": "Tony Sousan",
                                    "normal_followers_count": 1813,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/92291047/1745350631",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1826661311305990144/sjlcToZf_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "tony3266",
                                    "statuses_count": 1787,
                                    "translator_type": "none",
                                    "url": "https://t.co/QW3iA9QPkd",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942953199498903873"
                              ],
                              "editable_until_msecs": "1752074715000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "466",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:25:15 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                163
                              ],
                              "entities": {
                                "hashtags": [
                                  {
                                    "indices": [
                                      152,
                                      163
                                    ],
                                    "text": "AIlearning"
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      37,
                                      47
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX @AndrewYNg, how do we effectively fine-tune LLMs for unique tasks? This course seems like a valuable opportunity.  #AIlearning",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "92291047",
                              "id_str": "1942953199498903873"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953199498903873"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942966950394732634",
              "sortIndex": "1953489105841029050",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942966950394732634-tweet-1942966950394732634",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942966950394732634",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzg5NjAzNTQyOTQ2MjQ2NjU4",
                                  "rest_id": "1789603542946246658",
                                  "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": "Sun May 12 10:28:49 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Data Scientist",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 147,
                                    "followers_count": 456,
                                    "friends_count": 339,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Twitter ",
                                    "media_count": 435,
                                    "name": "Nimaano",
                                    "normal_followers_count": 456,
                                    "pinned_tweet_ids_str": [
                                      "1898422481939206172"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1789607906117050368/uB2Vsa86_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Nimaano_",
                                    "statuses_count": 4500,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942966950394732634"
                              ],
                              "editable_until_msecs": "1752077994000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "24",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 15:19:54 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                53
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "1320305509505863680",
                                    "name": "Anwar",
                                    "screen_name": "SisyphusOfSands",
                                    "indices": [
                                      37,
                                      53
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX @SisyphusOfSands",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "qam",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1789603542946246658",
                              "id_str": "1942966950394732634"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942966950394732634"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943915537509106035",
              "sortIndex": "1953489105841029040",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943915537509106035-tweet-1943915537509106035",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943915537509106035",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoyMjU3MzIxOTU4",
                                  "rest_id": "2257321958",
                                  "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": "Sun Dec 22 05:36:44 +0000 2013",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "💪 Agency over Intelligence\n🔮 Be clear, step-by-step, iterate\n💖 Make something people love",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "c6k.app",
                                            "expanded_url": "https://c6k.app",
                                            "url": "https://t.co/NgKVKDORr7",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 7453,
                                    "followers_count": 5865,
                                    "friends_count": 424,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 94,
                                    "location": "",
                                    "media_count": 942,
                                    "name": "Rick Yu",
                                    "normal_followers_count": 5865,
                                    "pinned_tweet_ids_str": [
                                      "1869948614774231237"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/2257321958/1627207933",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1426678535893110784/F310H9tA_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "cosmtrek",
                                    "statuses_count": 6033,
                                    "translator_type": "none",
                                    "url": "https://t.co/NgKVKDORr7",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1642899641665732610",
                                    "professional_type": "Creator",
                                    "category": []
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "bc1q2lft4ag9nnd38s63xqyal8z0h2t66q8frkqekl"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943915537509106035"
                              ],
                              "editable_until_msecs": "1752304155000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": true,
                            "views": {
                              "count": "158",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Sat Jul 12 06:09:15 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                67
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX 刚看完挺不错,科普了 post training 的主流方案",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "zh",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "2257321958",
                              "id_str": "1943915537509106035"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943915537509106035"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943132687490830705",
              "sortIndex": "1953489105841029030",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943132687490830705-tweet-1943132687490830705",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943132687490830705",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzI1MjIyMzk=",
                                  "rest_id": "132522239",
                                  "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 Apr 13 13:34:56 +0000 2010",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Morgenstund hat Gold im Mund In God, Dharma, Wisdom, AI, Love and Action I Trust 逍遥齐物",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "geraldrobert.com",
                                            "expanded_url": "https://www.geraldrobert.com",
                                            "url": "https://t.co/dNY6ihg9Np",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1091,
                                    "followers_count": 21,
                                    "friends_count": 163,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 11,
                                    "location": "Switzerland",
                                    "media_count": 45,
                                    "name": "Gerard Sun 🇺🇸",
                                    "normal_followers_count": 21,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/132522239/1732488052",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1927493451869720576/FAZXq34b_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "gerardsun",
                                    "statuses_count": 529,
                                    "translator_type": "none",
                                    "url": "https://t.co/dNY6ihg9Np",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943132687490830705"
                              ],
                              "editable_until_msecs": "1752117509000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "395",
                              "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": "Tm90ZVR3ZWV0OjE5NDMxMzI2ODc0MDI2NzIxMjg=",
                                  "text": "Finally understand the difference between pre-training and post-training—and how SFT, DPO, and RL can actually shape model behavior. Excited to try hands-on labs with Hugging Face models and learn from @BanghuaZ and @NexusflowX.\n\nLet’s gooo 💻📚\n#AIlearning #LLM #MachineLearning #AIbeginners #NLP #PostTraining #HuggingFace #Upskilling",
                                  "entity_set": {
                                    "hashtags": [
                                      {
                                        "indices": [
                                          244,
                                          255
                                        ],
                                        "text": "AIlearning"
                                      },
                                      {
                                        "indices": [
                                          256,
                                          260
                                        ],
                                        "text": "LLM"
                                      },
                                      {
                                        "indices": [
                                          261,
                                          277
                                        ],
                                        "text": "MachineLearning"
                                      },
                                      {
                                        "indices": [
                                          278,
                                          290
                                        ],
                                        "text": "AIbeginners"
                                      },
                                      {
                                        "indices": [
                                          291,
                                          295
                                        ],
                                        "text": "NLP"
                                      },
                                      {
                                        "indices": [
                                          296,
                                          309
                                        ],
                                        "text": "PostTraining"
                                      },
                                      {
                                        "indices": [
                                          310,
                                          322
                                        ],
                                        "text": "HuggingFace"
                                      },
                                      {
                                        "indices": [
                                          323,
                                          334
                                        ],
                                        "text": "Upskilling"
                                      }
                                    ],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": [
                                      {
                                        "id_str": "1028112376162205696",
                                        "name": "Banghua Zhu",
                                        "screen_name": "BanghuaZ",
                                        "indices": [
                                          202,
                                          211
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 02:18:29 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                315
                              ],
                              "entities": {
                                "hashtags": [
                                  {
                                    "indices": [
                                      281,
                                      292
                                    ],
                                    "text": "AIlearning"
                                  },
                                  {
                                    "indices": [
                                      293,
                                      297
                                    ],
                                    "text": "LLM"
                                  },
                                  {
                                    "indices": [
                                      298,
                                      314
                                    ],
                                    "text": "MachineLearning"
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      239,
                                      248
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      253,
                                      264
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Finally understand the difference between pre-training and post-training—and how SFT, DPO, and RL can actually shape model behavior. Excited to try hands-on labs with Hugging Face models and learn from @BanghuaZ and @NexusflowX.\n\nLet’s gooo 💻📚\n#AIlearning #LLM #MachineLearning…",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "132522239",
                              "id_str": "1943132687490830705"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943132687490830705"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943175760509837363",
              "sortIndex": "1953489105841029020",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943175760509837363-tweet-1943175760509837363",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943175760509837363",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzkyNTU3NTg5MTE0MzQ3NTIw",
                                  "rest_id": "1792557589114347520",
                                  "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": "Mon May 20 14:07:19 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Pioneering AI-driven software innovation | Empowering businesses with #digitaltransformation & cocreate’s next-gen solutions | #AI #TechInnovation",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "colate.io",
                                            "expanded_url": "https://colate.io/",
                                            "url": "https://t.co/fkH0M7MVrU",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 95,
                                    "followers_count": 96,
                                    "friends_count": 260,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "united kingdom",
                                    "media_count": 217,
                                    "name": "Colate",
                                    "normal_followers_count": 96,
                                    "pinned_tweet_ids_str": [
                                      "1943301684526223408"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1792557589114347520/1747065464",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1794679693469245440/QdVrk-7S_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "ColateAi",
                                    "statuses_count": 269,
                                    "translator_type": "none",
                                    "url": "https://t.co/fkH0M7MVrU",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1912442506069045280",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 998,
                                        "name": "Technology Solutions Company",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943175760509837363"
                              ],
                              "editable_until_msecs": "1752127778000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "84",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 05:09:38 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                94
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Post-training LLMs can really enhance their capabilities.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1792557589114347520",
                              "id_str": "1943175760509837363"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943175760509837363"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942959970372538464",
              "sortIndex": "1953489105841029010",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942959970372538464-tweet-1942959970372538464",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942959970372538464",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTcwNzA4MzcwODUxNzk0OTUx",
                                  "rest_id": "1570708370851794951",
                                  "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 Sep 16 09:37:24 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "🟣 AI Educator | Talk about AI, SaaS and Growth\n🦾120K+ Followers Across All Socials\n✉️ DM for Collaboration\n🧠 Built a 100K+ AI Community 👇",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "aiplanetx.com",
                                            "expanded_url": "http://www.aiplanetx.com",
                                            "url": "https://t.co/dEIgR0o2v1",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 40242,
                                    "followers_count": 39773,
                                    "friends_count": 3203,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 28,
                                    "location": "Best AI & Tech Newsletter 👉",
                                    "media_count": 1377,
                                    "name": "Anthara Fairooz",
                                    "normal_followers_count": 39773,
                                    "pinned_tweet_ids_str": [
                                      "1952318501513015784"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1570708370851794951/1737415907",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1881290870613495808/5hmf5UCi_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "anthara_ai",
                                    "statuses_count": 22073,
                                    "translator_type": "none",
                                    "url": "https://t.co/dEIgR0o2v1",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1880447344975704575",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 1042,
                                        "name": "Content Creator",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942959970372538464"
                              ],
                              "editable_until_msecs": "1752076330000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "432",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:52:10 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                116
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Excited to learn post-training methods for LLMs! Sounds like a valuable course.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1570708370851794951",
                              "id_str": "1942959970372538464"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942959970372538464"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953190313587025",
              "sortIndex": "1953489105841029000",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953190313587025-tweet-1942953190313587025",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942953190313587025",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzczODU3MTk4MzQ4NjQwMjU2",
                                  "rest_id": "1773857198348640256",
                                  "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": "Fri Mar 29 23:38:28 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "At Cloud NERD Publications, we're on a mission to revolutionize the digital realm of authorship and publishing.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "cloudnerd.one",
                                            "expanded_url": "https://cloudnerd.one",
                                            "url": "https://t.co/ABpIr0QUl5",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 441,
                                    "followers_count": 39,
                                    "friends_count": 64,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Saint Petersburg, FL",
                                    "media_count": 1,
                                    "name": "CloudNERD",
                                    "normal_followers_count": 39,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1773857198348640256/1723858651",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1773857286663868416/BNCXR-Zt_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "cloudnerdone",
                                    "statuses_count": 450,
                                    "translator_type": "none",
                                    "url": "https://t.co/ABpIr0QUl5",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1773859567937495522",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 144,
                                        "name": "Education",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942953190313587025"
                              ],
                              "editable_until_msecs": "1752074713000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "296",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:25:13 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                137
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX This sounds like an incredible opportunity for anyone looking to deepen their understanding of LLMs.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1773857198348640256",
                              "id_str": "1942953190313587025"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953190313587025"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953202619502969",
              "sortIndex": "1953489105841028990",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953202619502969-tweet-1942953202619502969",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942953202619502969",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzMyMzg2OTcx",
                                  "rest_id": "1332386971",
                                  "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": "Sat Apr 06 20:01:08 +0000 2013",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "CTO | Research Assistant | Data Scientist | Machine Learning Engineer | Help Businesses Monetizing Data",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "mlubbad.com",
                                            "expanded_url": "https://mlubbad.com",
                                            "url": "https://t.co/xaGGyiiSgO",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 14147,
                                    "followers_count": 453,
                                    "friends_count": 486,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 7,
                                    "location": "Turkey",
                                    "media_count": 59,
                                    "name": "Mohammed Lubbad, PhD",
                                    "normal_followers_count": 453,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1332386971/1730964221",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1854424752095477778/XaNwKo3z_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "engmlubbad",
                                    "statuses_count": 15192,
                                    "translator_type": "none",
                                    "url": "https://t.co/xaGGyiiSgO",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942953202619502969"
                              ],
                              "editable_until_msecs": "1752074716000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "329",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:25:16 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                172
                              ],
                              "entities": {
                                "hashtags": [
                                  {
                                    "indices": [
                                      161,
                                      172
                                    ],
                                    "text": "AITraining"
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Customizing LLMs is crucial, but what about ethical considerations in deployment? This balance will shape future success. 🤔 #AITraining",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1332386971",
                              "id_str": "1942953202619502969"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953202619502969"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942955463135338698",
              "sortIndex": "1953489105841028980",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942955463135338698-tweet-1942955463135338698",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942955463135338698",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo1MDA5NDE4NjE=",
                                  "rest_id": "500941861",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Thu Feb 23 16:40:59 +0000 2012",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Head of GenAI, working on GenAI enterprise adoption frameworks",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 41,
                                    "followers_count": 106,
                                    "friends_count": 272,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "",
                                    "media_count": 8,
                                    "name": "Sudhir Gajre",
                                    "normal_followers_count": 106,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656059425948418049/zfMuor0u_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "SudhirGajre",
                                    "statuses_count": 307,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942955463135338698"
                              ],
                              "editable_until_msecs": "1752075255000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "236",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:34:15 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                281
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 2,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Andrew, admittedly haven’t looked at the course materials yet. But I would suggest adding some discussion on the boundaries and limitations of context engineering.  In my mind post-training should be considered only after you have exhausted CE.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "500941861",
                              "id_str": "1942955463135338698"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942955463135338698"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943292831998550060",
              "sortIndex": "1953489105841028970",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943292831998550060-tweet-1943292831998550060",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943292831998550060",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTQyODk1MDc5MjU5MzIwMzIw",
                                  "rest_id": "1942895079259320320",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Wed Jul 09 10:35:28 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "The world’s first Agentic Operating System (OS) designed exclusively for banks and financial institutions.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "kemba.io",
                                            "expanded_url": "https://kemba.io/",
                                            "url": "https://t.co/B0QPXCnIhz",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 27,
                                    "followers_count": 6,
                                    "friends_count": 91,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "San Francisco, CA",
                                    "media_count": 4,
                                    "name": "Kemba",
                                    "normal_followers_count": 6,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1942895079259320320/1752059655",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1942895570638471168/Qi4oxGQ8_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Kemba20250127",
                                    "statuses_count": 225,
                                    "translator_type": "none",
                                    "url": "https://t.co/B0QPXCnIhz",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1942899493130932530",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 192,
                                        "name": "Financial Services",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943292831998550060"
                              ],
                              "editable_until_msecs": "1752155690000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "state": "Enabled"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 12:54:50 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                41
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Well",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1942895079259320320",
                              "id_str": "1943292831998550060"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943292831998550060"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942962616852164862",
              "sortIndex": "1953489105841028960",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942962616852164862-tweet-1942962616852164862",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942962616852164862",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODkyOTMwODQ4NzMyOTMwMDQ4",
                                  "rest_id": "1892930848732930048",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Fri Feb 21 13:34:44 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Taiwan Literature Award, 300,000 words of philosophical criticism, first English paper certified by WOSC2024 Oxford Annual Conference.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3,
                                    "followers_count": 59,
                                    "friends_count": 71,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "\\",
                                    "media_count": 1,
                                    "name": "Consciousness is logic",
                                    "normal_followers_count": 59,
                                    "pinned_tweet_ids_str": [
                                      "1908006487303270804"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1892930848732930048/1744237004",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1934900941301702656/4Dldio73_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "logicThink11031",
                                    "statuses_count": 859,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942962616852164862"
                              ],
                              "editable_until_msecs": "1752076961000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "221",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 15:02:41 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                193
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX In theory, it can fill the gaps in LLMs, but in essence, it is still an effort to refine the grid (similar to the concept of calculus approaching infinity).",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1892930848732930048",
                              "id_str": "1942962616852164862"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942962616852164862"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1946226611071721575",
              "sortIndex": "1953489105841028950",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1946226611071721575-tweet-1946226611071721575",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1946226611071721575",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzY0OTY2OTA2OTIzNTM2Mzk4",
                                  "rest_id": "1364966906923536398",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Thu Feb 25 15:54:43 +0000 2021",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Universal\nApproximator @uselessai_in || curious about things || data & AI || freelance Tech Blogs",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "theshresthshukla.medium.com",
                                            "expanded_url": "http://theshresthshukla.medium.com",
                                            "url": "https://t.co/JIF0nSIPxT",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 36924,
                                    "followers_count": 370,
                                    "friends_count": 2283,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 2,
                                    "location": "Delhi-NCR/Lucknow",
                                    "media_count": 271,
                                    "name": "Shresth Shukla (UselessAI.in)",
                                    "normal_followers_count": 370,
                                    "pinned_tweet_ids_str": [
                                      "1941688468255670551"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1364966906923536398/1735054557",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698192369986973697/2c-pTnVm_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "callmeshuklaji",
                                    "statuses_count": 4080,
                                    "translator_type": "none",
                                    "url": "https://t.co/JIF0nSIPxT",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1689467812245651965",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1946226611071721575"
                              ],
                              "editable_until_msecs": "1752855157000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "11",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://bhindi.io\" rel=\"nofollow\">Bhindi</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Fri Jul 18 15:12:37 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                70
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Customizing LLMs is the new black",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1364966906923536398",
                              "id_str": "1946226611071721575"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1946226611071721575"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943037126460768424",
              "sortIndex": "1953489105841028940",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943037126460768424-tweet-1943037126460768424",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943037126460768424",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNjExOTM4Mw==",
                                  "rest_id": "16119383",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": false,
                                    "created_at": "Wed Sep 03 20:46:04 +0000 2008",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Trying to make sense of the world and the forces at play. Working on a solutions book. Make the best of each moment.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 47663,
                                    "followers_count": 817,
                                    "friends_count": 3004,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 23,
                                    "location": "UK",
                                    "media_count": 6035,
                                    "name": "Cotic",
                                    "normal_followers_count": 817,
                                    "pinned_tweet_ids_str": [
                                      "1950449901457826284"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/16119383/1721144157",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1813239099806904320/gVTNp8Fc_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Cotic",
                                    "statuses_count": 53979,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943037126460768424"
                              ],
                              "editable_until_msecs": "1752094725000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "87",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 19:58:45 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                307
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "15278016",
                                    "name": "Chip Huyen",
                                    "screen_name": "chipro",
                                    "indices": [
                                      37,
                                      44
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX @chipro said:\n\n\"It’s usually post-training when it’s done by model developers. For example, OpenAI might post-train a model to make it better at following instructions before releasing it. It’s finetuning when it’s done by application developers.\"\n\nCorrect Terminology ?",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "16119383",
                              "id_str": "1943037126460768424"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943037126460768424"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943586769120698627",
              "sortIndex": "1953489105841028930",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943586769120698627-tweet-1943586769120698627",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943586769120698627",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzM2OTU0MTE0MDQ5ODE4NjI0",
                                  "rest_id": "1736954114049818624",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Tue Dec 19 03:38:34 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Revolutionizing small-scale AI for a big-scale AGI future! Let's shape tomorrow, today🌐",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 339,
                                    "followers_count": 12,
                                    "friends_count": 184,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "San Francisco, California",
                                    "media_count": 189,
                                    "name": "Rowe Ray",
                                    "normal_followers_count": 12,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1736954114049818624/1736530649",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1877771596166799360/XE-vLdv3_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "mechaThinker",
                                    "statuses_count": 420,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943586769120698627"
                              ],
                              "editable_until_msecs": "1752225770000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "14",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Fri Jul 11 08:22:50 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                100
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Clear topic, but it helps to name the instructor for authority.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1736954114049818624",
                              "id_str": "1943586769120698627"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943586769120698627"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943048782733779085",
              "sortIndex": "1953489105841028920",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943048782733779085-tweet-1943048782733779085",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943048782733779085",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzM1MDQzOTAzNDU0MDUyMzUy",
                                  "rest_id": "1735043903454052352",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Wed Dec 13 21:08:04 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "#NeuralVision 👀   Computer Vision Engineer | Pattern Recognition Enthusiast | AI Sees All",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 407,
                                    "followers_count": 9,
                                    "friends_count": 184,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "New York",
                                    "media_count": 195,
                                    "name": "Zayden Visionwave",
                                    "normal_followers_count": 9,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1735043903454052352/1739725435",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1891171531377496064/WcvjVYgo_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "vis1on_wave",
                                    "statuses_count": 537,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943048782733779085"
                              ],
                              "editable_until_msecs": "1752097504000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "86",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 20:45:04 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                226
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Realizing agentic AI will hinge on runtime architectures enabling local, decentralized, context-aware execution-particularly for multi-agent autonomy and adaptive collaboration at the edge.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1735043903454052352",
                              "id_str": "1943048782733779085"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943048782733779085"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943559100119552206",
              "sortIndex": "1953489105841028910",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943559100119552206-tweet-1943559100119552206",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943559100119552206",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzM5Njg2MjAwNDMxMDA1Njk2",
                                  "rest_id": "1739686200431005696",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Tue Dec 26 16:34:54 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Blockchain and AI - two of the most powerful technologies merging to create a decentralized and intelligent future. Are we ready? #Crypto #AI #Decentralization",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 521,
                                    "followers_count": 12,
                                    "friends_count": 169,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Buffalo, New York",
                                    "media_count": 220,
                                    "name": "Bit Berry",
                                    "normal_followers_count": 12,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1739686200431005696/1739553485",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1890450417076572160/3vARhHm0_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "b1t_berry",
                                    "statuses_count": 644,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943559100119552206"
                              ],
                              "editable_until_msecs": "1752219173000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "22",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Fri Jul 11 06:32:53 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                123
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Clear explanation on LLM post-training. Looking forward to seeing the course syllabus.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1739686200431005696",
                              "id_str": "1943559100119552206"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943559100119552206"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943020758944321796",
              "sortIndex": "1953489105841028900",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943020758944321796-tweet-1943020758944321796",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943020758944321796",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzM1NzA5MTY0MDY2Nzc1MDQw",
                                  "rest_id": "1735709164066775040",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Fri Dec 15 17:11:36 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Deciphering complex algorithms faster than you pick a password.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 497,
                                    "followers_count": 7,
                                    "friends_count": 219,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Birmingham, United Kingdom",
                                    "media_count": 206,
                                    "name": "Cassian Cyber",
                                    "normal_followers_count": 7,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1735709164066775040/1738766780",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1887150730064105472/jkcd5yRV_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "cassianCyber",
                                    "statuses_count": 616,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943020758944321796"
                              ],
                              "editable_until_msecs": "1752090823000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "43",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 18:53:43 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                142
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Great step. To reach true adaptability, decentralized, context-aware execution must scale with the model.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1735709164066775040",
                              "id_str": "1943020758944321796"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943020758944321796"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943250366096613796",
              "sortIndex": "1953489105841028890",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943250366096613796-tweet-1943250366096613796",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943250366096613796",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzI1Nzg4NzEzODI3ODQ4MTky",
                                  "rest_id": "1725788713827848192",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Sat Nov 18 08:13:53 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Cheers, 🥂\nRefresh to rest (& vice versa)\n 💫",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "maxbar-fr.github.io/rotating-pyram…",
                                            "expanded_url": "https://maxbar-fr.github.io/rotating-pyramid/",
                                            "url": "https://t.co/eqyAWXAQiw",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 14980,
                                    "followers_count": 122,
                                    "friends_count": 223,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "",
                                    "media_count": 193,
                                    "name": "Maxbar",
                                    "normal_followers_count": 122,
                                    "pinned_tweet_ids_str": [
                                      "1734479232078577673"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1725788713827848192/1701978560",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1763800211351105536/exy3od5A_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Maxbar_France",
                                    "statuses_count": 4131,
                                    "translator_type": "none",
                                    "url": "https://t.co/eqyAWXAQiw",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943250366096613796"
                              ],
                              "editable_until_msecs": "1752145565000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "59",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 10:06:05 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                236
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Thank you!\nWhat are the reasonable minimum hardware requirements to take these courses or, assuming successful completion (eventually 😇), adapt the knowledge for real world (home based) applications?",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1725788713827848192",
                              "id_str": "1943250366096613796"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943250366096613796"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953201197617249",
              "sortIndex": "1953489105841028880",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953201197617249-tweet-1942953201197617249",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942953201197617249",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTc0MzA1Mg==",
                                  "rest_id": "15743052",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Tue Aug 05 23:05:27 +0000 2008",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "AI Strategist/Researcher & Sex-Positive Architect | CEO unOpenAI |📍BCN | Serial Entrepreneur (20yrs+) | Creating 😈 Events & Platforms",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "shor.by/vincentvalenti…",
                                            "expanded_url": "https://shor.by/vincentvalentine",
                                            "url": "https://t.co/w3mfNqUMcP",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 30321,
                                    "followers_count": 7042,
                                    "friends_count": 260,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 23,
                                    "location": "Barcelona, Catalonia",
                                    "media_count": 1366,
                                    "name": "Vincent Valentine (CEO of UnOpen.ai)",
                                    "normal_followers_count": 7042,
                                    "pinned_tweet_ids_str": [
                                      "1907903082140144064"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/15743052/1739987717",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1944749142997102592/eUEshGex_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "BitValentine",
                                    "statuses_count": 32746,
                                    "translator_type": "none",
                                    "url": "https://t.co/w3mfNqUMcP",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1765506264434708754",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 958,
                                        "name": "Entrepreneur",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "bc1q2r5kl4n49m7kkpjju9j83ya8xdn9y7mz9ycyec"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942953201197617249"
                              ],
                              "editable_until_msecs": "1752074716000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "174",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:25:16 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                87
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX exciting to see more resources for mastering llms.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "15743052",
                              "id_str": "1942953201197617249"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953201197617249"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943215678346895480",
              "sortIndex": "1953489105841028870",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943215678346895480-tweet-1943215678346895480",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943215678346895480",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTE5ODY5MzQxNTY0MzM4MTc5",
                                  "rest_id": "1919869341564338179",
                                  "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": "Tue May 06 21:38:22 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "CEO, ROLV, LLC \nImagination is the only Limitation to Innovation",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "rolv.ai",
                                            "expanded_url": "https://rolv.ai",
                                            "url": "https://t.co/4soJ0V8kFz",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1732,
                                    "followers_count": 81,
                                    "friends_count": 142,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Fort Lauderdale",
                                    "media_count": 0,
                                    "name": "Rolv Heggenhougen",
                                    "normal_followers_count": 81,
                                    "pinned_tweet_ids_str": [
                                      "1942151686614626382"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1919869341564338179/1746567767",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1919869499014033408/QuQkxOEF_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "rolveitrem",
                                    "statuses_count": 107,
                                    "translator_type": "none",
                                    "url": "https://t.co/4soJ0V8kFz",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943215678346895480"
                              ],
                              "editable_until_msecs": "1752137295000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "21",
                              "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": "Tm90ZVR3ZWV0OjE5NDMyMTU2NzgyMDg1MjAxOTI=",
                                  "text": "ROLV, LLC Redefines Sparse Matrix Computing with Up to 1259.64x Speedup and 99.98% Energy Savings, Validated on NVIDIA A100 and GTX 1070Fort Lauderdale, FL – July 10, 2025, 07:36 AM CEST – ROLV, LLC, a trailblazing innovator in high-performance computing based in Fort Lauderdale, Florida, proudly announces groundbreaking advancements in its ROLV Library for sparse matrix-vector multiplication (SpMV). Recent tests conducted on July 9, 2025, across diverse platforms—including an NVIDIA A100 GPU in Google Colab and a single NVIDIA GTX 1070 in Norway—demonstrate unprecedented performance, achieving speedups of up to 1259.64x and energy savings of up to 99.98%. These results position the ROLV Library as a transformative solution for AI, graph analytics, and scientific computing, with the potential to replace thousands of GPUs with a single, highly optimized unit. Demo programs are now available for #NVIDIA, #AMD, #Google, and #Apple processors, ready for evaluation by industry leaders under NDA.The ROLV Library leverages proprietary optimization techniques to deliver exceptional performance across matrix sizes (1000x1000 to 20000x20000) with 0.01% sparsity. The latest tests validate its scalability from high-end data center GPUs to consumer-grade hardware, showcasing its versatility and revolutionary impact.",
                                  "entity_set": {
                                    "hashtags": [
                                      {
                                        "indices": [
                                          907,
                                          914
                                        ],
                                        "text": "NVIDIA"
                                      },
                                      {
                                        "indices": [
                                          916,
                                          920
                                        ],
                                        "text": "AMD"
                                      },
                                      {
                                        "indices": [
                                          922,
                                          929
                                        ],
                                        "text": "Google"
                                      },
                                      {
                                        "indices": [
                                          935,
                                          941
                                        ],
                                        "text": "Apple"
                                      }
                                    ],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 07:48:15 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                318
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX ROLV, LLC Redefines Sparse Matrix Computing with Up to 1259.64x Speedup and 99.98% Energy Savings, Validated on NVIDIA A100 and GTX 1070Fort Lauderdale, FL – July 10, 2025, 07:36 AM CEST – ROLV, LLC, a trailblazing innovator in high-performance computing based in Fort Lauderdale,…",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1919869341564338179",
                              "id_str": "1943215678346895480"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943215678346895480"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942958009707282856",
              "sortIndex": "1953489105841028860",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942958009707282856-tweet-1942958009707282856",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942958009707282856",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo4MDkwNTE1OTM=",
                                  "rest_id": "809051593",
                                  "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 Sep 07 15:10:43 +0000 2012",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "I make software and host a podcast about technology. // https://t.co/SLQ6wKkCg7",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "hipclip.ai",
                                            "expanded_url": "http://hipclip.ai",
                                            "url": "https://t.co/SLQ6wKkCg7",
                                            "indices": [
                                              56,
                                              79
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "github.com/kubatkin",
                                            "expanded_url": "https://github.com/kubatkin",
                                            "url": "https://t.co/0VUm5iHD2m",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 2696,
                                    "followers_count": 346,
                                    "friends_count": 349,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 5,
                                    "location": "Los Angeles, CA",
                                    "media_count": 281,
                                    "name": "Artem",
                                    "normal_followers_count": 346,
                                    "pinned_tweet_ids_str": [
                                      "1886236503656775712"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/809051593/1738866825",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1925934062746624000/lgY4IUfP_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "codesfaster",
                                    "statuses_count": 1625,
                                    "translator_type": "none",
                                    "url": "https://t.co/0VUm5iHD2m",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1605025537348337664",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 958,
                                        "name": "Entrepreneur",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942958009707282856"
                              ],
                              "editable_until_msecs": "1752075862000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "59",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:44:22 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                54
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/vbHswYbpTU",
                                    "expanded_url": "https://x.com/codesfaster/status/1942958009707282856/photo/1",
                                    "id_str": "1942957974072532992",
                                    "indices": [
                                      55,
                                      78
                                    ],
                                    "media_key": "3_1942957974072532992",
                                    "media_url_https": "https://pbs.twimg.com/media/GvbF-7IbIAAGbk6.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/vbHswYbpTU",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 186,
                                        "w": 1166,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 186,
                                        "w": 1166,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 108,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 186,
                                      "width": 1166,
                                      "focus_rects": [
                                        {
                                          "x": 271,
                                          "y": 0,
                                          "w": 332,
                                          "h": 186
                                        },
                                        {
                                          "x": 344,
                                          "y": 0,
                                          "w": 186,
                                          "h": 186
                                        },
                                        {
                                          "x": 356,
                                          "y": 0,
                                          "w": 163,
                                          "h": 186
                                        },
                                        {
                                          "x": 391,
                                          "y": 0,
                                          "w": 93,
                                          "h": 186
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1166,
                                          "h": 186
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1942957974072532992"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/vbHswYbpTU",
                                    "expanded_url": "https://x.com/codesfaster/status/1942958009707282856/photo/1",
                                    "id_str": "1942957974072532992",
                                    "indices": [
                                      55,
                                      78
                                    ],
                                    "media_key": "3_1942957974072532992",
                                    "media_url_https": "https://pbs.twimg.com/media/GvbF-7IbIAAGbk6.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/vbHswYbpTU",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 186,
                                        "w": 1166,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 186,
                                        "w": 1166,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 108,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 186,
                                      "width": 1166,
                                      "focus_rects": [
                                        {
                                          "x": 271,
                                          "y": 0,
                                          "w": 332,
                                          "h": 186
                                        },
                                        {
                                          "x": 344,
                                          "y": 0,
                                          "w": 186,
                                          "h": 186
                                        },
                                        {
                                          "x": 356,
                                          "y": 0,
                                          "w": 163,
                                          "h": 186
                                        },
                                        {
                                          "x": 391,
                                          "y": 0,
                                          "w": 93,
                                          "h": 186
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1166,
                                          "h": 186
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1942957974072532992"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX videos don't play https://t.co/vbHswYbpTU",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "809051593",
                              "id_str": "1942958009707282856"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942958009707282856"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943139704716865832",
              "sortIndex": "1953489105841028850",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943139704716865832-tweet-1943139704716865832",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943139704716865832",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODczNzMyMzE4NzcyNDc3OTUy",
                                  "rest_id": "1873732318772477952",
                                  "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": "Mon Dec 30 14:06:24 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "❤️ CPM in AIGC\n\n💻 Developer & Product Manager\n\nSufy: https://t.co/WFDHsS039W\nGBI: https://t.co/R7CXbWez8k",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "producthunt.com/products/sufy",
                                            "expanded_url": "https://www.producthunt.com/products/sufy",
                                            "url": "https://t.co/WFDHsS039W",
                                            "indices": [
                                              53,
                                              76
                                            ]
                                          },
                                          {
                                            "display_url": "ghibligen.art",
                                            "expanded_url": "https://ghibligen.art/",
                                            "url": "https://t.co/R7CXbWez8k",
                                            "indices": [
                                              82,
                                              105
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1,
                                    "followers_count": 17,
                                    "friends_count": 76,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "",
                                    "media_count": 124,
                                    "name": "leo",
                                    "normal_followers_count": 17,
                                    "pinned_tweet_ids_str": [
                                      "1912430916967805359"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1882305882995793920/3qAho2xU_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "AskChief_Leo",
                                    "statuses_count": 630,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943139704716865832"
                              ],
                              "editable_until_msecs": "1752119182000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "27",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 02:46:22 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                85
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX wow, It's a good course for learning post train.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1873732318772477952",
                              "id_str": "1943139704716865832"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943139704716865832"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942956977157488745",
              "sortIndex": "1953489105841028840",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942956977157488745-tweet-1942956977157488745",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942956977157488745",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODA1NjI3NDk3NzM3ODA1ODI0",
                                  "rest_id": "1805627497737805824",
                                  "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 Jun 25 15:42:18 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "on a journey -\nRPA AUTOMATION BUSINESS ANALYST 🤖| \nDATA SCIENTIST 🧑‍🔬|\nBLOCKCHAIN AUDITOR 🕵️‍♂️| \nEXTERNAL AUDITOR @Deloitte @Bakertilly 💻|",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "linktr.ee/WaleedRehman_",
                                            "expanded_url": "https://linktr.ee/WaleedRehman_",
                                            "url": "https://t.co/YkfGXGvQyL",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 137865,
                                    "followers_count": 1956,
                                    "friends_count": 5610,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Dubai 🇦🇪 🇺🇲 🇨🇵 🇱🇺",
                                    "media_count": 78,
                                    "name": "Waleed",
                                    "normal_followers_count": 1956,
                                    "pinned_tweet_ids_str": [
                                      "1805654613321801772"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1805627497737805824/1753909269",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1936083107217604608/d64IGr1R_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "Waled_rehmanlov",
                                    "statuses_count": 12891,
                                    "translator_type": "none",
                                    "url": "https://t.co/YkfGXGvQyL",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1852675467985277295",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 205,
                                        "name": "Accountant",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "ethereum_handle": "0x5e8f584fecb5660047a2243346880f0a009ee62d"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942956977157488745"
                              ],
                              "editable_until_msecs": "1752075616000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "78",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:40:16 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                67
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX With another learning video ❤️",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1805627497737805824",
                              "id_str": "1942956977157488745"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942956977157488745"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953846063468927",
              "sortIndex": "1953489105841028830",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953846063468927-tweet-1942953846063468927",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942953846063468927",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzI0MDcwOTYyOTAyMDI4Mjg4",
                                  "rest_id": "1724070962902028288",
                                  "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 Nov 13 14:25:24 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "https://t.co/rhJ19mm0Nt - Chrome Extension styled auto replies noticed by @garyvee, @bitgetglobal, @litecoin, and @TrustWallet. Yes, my replies automated.",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "SandHive.io",
                                            "expanded_url": "http://SandHive.io",
                                            "url": "https://t.co/rhJ19mm0Nt",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "sandhive.io",
                                            "expanded_url": "https://sandhive.io/",
                                            "url": "https://t.co/OnHaFPyrLM",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 591,
                                    "followers_count": 1622,
                                    "friends_count": 4316,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 5,
                                    "location": "Join for a free test ➜",
                                    "media_count": 6,
                                    "name": "IronRed | SandHive",
                                    "normal_followers_count": 1622,
                                    "pinned_tweet_ids_str": [
                                      "1951366456106426670"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1724070962902028288/1753677479",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1885936606722347008/hdUL0PQ5_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "IronRedSandHive",
                                    "statuses_count": 55304,
                                    "translator_type": "none",
                                    "url": "https://t.co/OnHaFPyrLM",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942953846063468927"
                              ],
                              "editable_until_msecs": "1752074869000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "80",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://twitter.com\" rel=\"nofollow\">TweetDeck Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:27:49 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                129
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      96,
                                      107
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Incredible share. Any chances participants could engage in @NexusflowX projects post-course?",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1724070962902028288",
                              "id_str": "1942953846063468927"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953846063468927"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942980947932045770",
              "sortIndex": "1953489105841028820",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942980947932045770-tweet-1942980947932045770",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942980947932045770",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMjk4MTgxNjMyNjgwMTczNTY5",
                                  "rest_id": "1298181632680173569",
                                  "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": "Tue Aug 25 08:53:23 +0000 2020",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "AI-automation trailblazers turning tech into gold for bold entrepreneurs. Igniting X with cosmic takes on innovation, future trends, and business alchemy.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "nexusailabs.co.uk",
                                            "expanded_url": "https://nexusailabs.co.uk/",
                                            "url": "https://t.co/6d0CFizf8G",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 347,
                                    "followers_count": 694,
                                    "friends_count": 1727,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 33,
                                    "location": "United Kingdom",
                                    "media_count": 116,
                                    "name": "NEXUS AI Labs",
                                    "normal_followers_count": 694,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1298181632680173569/1742850377",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1856359416410320897/SEZvAirP_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "NexusAIExperts",
                                    "statuses_count": 8069,
                                    "translator_type": "none",
                                    "url": "https://t.co/6d0CFizf8G",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942980947932045770"
                              ],
                              "editable_until_msecs": "1752081331000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "47",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://n8n-nexus-ai-labs-pmkr.onrender.com/rest/oauth2-credential/callback\" rel=\"nofollow\">NEXUS Poster</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 16:15:31 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                255
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX This course on post-training LLMs sounds fascinating. Customizing models for specific needs is a game-changer for entrepreneurs leveraging AI. What’s one key takeaway you hope participants will gain from this training?",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1298181632680173569",
                              "id_str": "1942980947932045770"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942980947932045770"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1943201317943443522",
              "sortIndex": "1953489105841028810",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1943201317943443522-tweet-1943201317943443522",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1943201317943443522",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODc4NjYwNTQ3MzU4NjY2NzUy",
                                  "rest_id": "1878660547358666752",
                                  "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": "Mon Jan 13 04:29:29 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Leverage AI to 10X your Productivity in just 3 mins everyday! Subscribe: https://t.co/zFP1JOBT0L",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "hanoomaan.com/subscribe",
                                            "expanded_url": "https://www.hanoomaan.com/subscribe",
                                            "url": "https://t.co/zFP1JOBT0L",
                                            "indices": [
                                              73,
                                              96
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "hanoomaan.com",
                                            "expanded_url": "https://www.hanoomaan.com/",
                                            "url": "https://t.co/oKHdKc2Dgq",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 271,
                                    "followers_count": 109,
                                    "friends_count": 180,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "",
                                    "media_count": 257,
                                    "name": "Shinky@Hanoomaan AI",
                                    "normal_followers_count": 109,
                                    "pinned_tweet_ids_str": [
                                      "1920452106764570648"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1878660547358666752/1736743318",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1904395750693605376/xx3ToxmL_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "HanoomaanAI",
                                    "statuses_count": 2357,
                                    "translator_type": "none",
                                    "url": "https://t.co/oKHdKc2Dgq",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1915743568658124890",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 714,
                                        "name": "Technology Company",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1943201317943443522"
                              ],
                              "editable_until_msecs": "1752133871000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "25",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jul 10 06:51:11 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                126
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX This is the gap between using LLMs vs. truly customizing them for edge tasks. Huge value!",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1878660547358666752",
                              "id_str": "1943201317943443522"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1943201317943443522"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942953599899742487",
              "sortIndex": "1953489105841028800",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942953599899742487-tweet-1942953599899742487",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "TweetTombstone",
                            "tombstone": {
                              "__typename": "TextTombstone",
                              "text": {
                                "rtl": false,
                                "text": "This Post is unavailable. Learn more",
                                "entities": [
                                  {
                                    "fromIndex": 26,
                                    "toIndex": 36,
                                    "ref": {
                                      "type": "TimelineUrl",
                                      "url": "https://help.twitter.com/rules-and-policies/notices-on-twitter",
                                      "urlType": "ExternalUrl"
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942953599899742487"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942954472944103531",
              "sortIndex": "1953489105841028790",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942954472944103531-tweet-1942954472944103531",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942954472944103531",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTI5NTI5ODQ0OTk3NzgzNTUy",
                                  "rest_id": "1929529844997783552",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Mon Jun 02 13:25:48 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Helping VAs & OBMs automate repetitive work with Notion, Zapier & ChatGPT ⚙️\nFree toolkit to save time & scale smarter 👉  Join here: https://t.co/H9Fg0N8Mv8",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "tally.so/r/mKZZJ7",
                                            "expanded_url": "https://tally.so/r/mKZZJ7",
                                            "url": "https://t.co/H9Fg0N8Mv8",
                                            "indices": [
                                              133,
                                              156
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "TaskDrift.ai",
                                            "expanded_url": "http://TaskDrift.ai",
                                            "url": "https://t.co/yDN997H4zb",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 164,
                                    "followers_count": 14,
                                    "friends_count": 78,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "",
                                    "media_count": 43,
                                    "name": "TaskDrift™",
                                    "normal_followers_count": 14,
                                    "pinned_tweet_ids_str": [
                                      "1945113912837288262"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1929529844997783552/1748873680",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1929566003433807872/vy9kIzJs_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "TaskDrift",
                                    "statuses_count": 335,
                                    "translator_type": "none",
                                    "url": "https://t.co/yDN997H4zb",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942954472944103531"
                              ],
                              "editable_until_msecs": "1752075019000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "161",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:30:19 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                243
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX More people need to understand the power of post-training. SFT, DPO, and RL aren’t just for big labs, they unlock real use cases for smaller teams too. Love that this course makes it practical and hands-on.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1929529844997783552",
                              "id_str": "1942954472944103531"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942954472944103531"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1942957826265223534",
              "sortIndex": "1953489105841028780",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1942957826265223534-tweet-1942957826265223534",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1942957826265223534",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzM2OTkzMzM5Nzc2MzkzMjE2",
                                  "rest_id": "1736993339776393216",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Tue Dec 19 06:14:27 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Computer Vision Engineer  | Gardener  | Teaching machines to see - grow your ideas and let them flourish.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 366,
                                    "followers_count": 18,
                                    "friends_count": 178,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Lancaster, California",
                                    "media_count": 201,
                                    "name": "Smart Emmy",
                                    "normal_followers_count": 18,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1736993339776393216/1740155279",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1892974482970607624/iE7bCQJd_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "5martEmmy",
                                    "statuses_count": 459,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1942957826265223534"
                              ],
                              "editable_until_msecs": "1752075818000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "48",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Wed Jul 09 14:43:38 +0000 2025",
                              "conversation_id_str": "1942952817049915596",
                              "display_text_range": [
                                37,
                                99
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "216939636",
                                    "name": "Andrew Ng",
                                    "screen_name": "AndrewYNg",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1028112376162205696",
                                    "name": "Banghua Zhu",
                                    "screen_name": "BanghuaZ",
                                    "indices": [
                                      11,
                                      20
                                    ]
                                  },
                                  {
                                    "id_str": "27103822",
                                    "name": "University of Washington",
                                    "screen_name": "UW",
                                    "indices": [
                                      21,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "1706556979425292288",
                                    "name": "Nexusflow",
                                    "screen_name": "NexusflowX",
                                    "indices": [
                                      25,
                                      36
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@AndrewYNg @BanghuaZ @UW @NexusflowX Clear resource for practical skills. Looks quite relevant now.",
                              "in_reply_to_screen_name": "AndrewYNg",
                              "in_reply_to_status_id_str": "1942952817049915596",
                              "in_reply_to_user_id_str": "216939636",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1736993339776393216",
                              "id_str": "1942957826265223534"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1942957826265223534"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-showmorethreads-1953489105841028779",
              "sortIndex": "1953489105841028779",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxwv_eI__qkLAAIAAAGQRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUNNYTlzR2tCMWRCUVJyM28wMmJGd0JDR3ZiQ09wR1hrWDhhOTJUaVZWZFJjUnI0NkxSQ21wRE9HdmJSU1hVWEVWMGE5OC9waE5ZaHBCcjJ3YUhqMm5GUkd2YkRzeEtXSU1vYTl0cmd0dGRoeWhyMndVcjdtdERNR3ZjWWtyd2FJSTBhOXM0bHFKb2dXaHIyL3hYd0ZoRUVHdmVNRHcxV29ETWE5c0drd1ZmUmVScjNhMFFvbXpFb0d2YnRZaTJha0UwYTlzdC9ETnVCTHhyM3NGMGwxaUI0R3ZiSHpIN2IwR0FhOXNNM3JOc1IxUnI2TE9IT2w4RnpHdmNOK013WEFLZ2E5c1lEL2hwQnFCc0NZc3FOVjZCbkd2YkZFNVZXd0drYTlzbzByVll3L2hyMnlrYTgyNENJR3ZrQjNuT1dvUU1hOXNYWlNCcVJiaHIzOW9qaDFpQXNHdmJDeklhVzhHc2E5c0drYkplUVlScjJ3Z0ZCRnpFWAgAAwAAAAcAAA",
                "cursorType": "ShowMoreThreads",
                "displayTreatment": {
                  "actionText": "Show probable spam"
                }
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        }
      ],
      "metadata": {
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}