🐦 Twitter Post Details

Viewing enriched Twitter post

@ChrisLovejoy_

My takeaways on how to code with cursor from @vig_xyz and @jxnlco's talk: (1) Use markdown planning files to clearly map out the work to be done. Iterate on that until happy before asking the LLMs to write any code. Pro-tip: use markdown checkboxes to track completion. The LLM… https://t.co/Ve4rNvpAks

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1932053109246677173/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "coding",
      "markdown planning",
      "LLMs"
    ],
    "entities": [
      "@vig_xyz",
      "@jxnlco"
    ],
    "summary": "The tweet shares positive takeaways on coding with cursor, emphasizing the importance of markdown planning and tracking progress.",
    "language": "en",
    "processed_at": "2025-08-07T12:00:00.838038"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1932053109246677173",
              "sortIndex": "1953516474245054464",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1932053109246677173",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjo3NjEzNzA1OA==",
                            "rest_id": "76137058",
                            "affiliates_highlighted_label": {},
                            "has_graduated_access": true,
                            "is_blue_verified": true,
                            "profile_image_shape": "Circle",
                            "legacy": {
                              "can_dm": true,
                              "can_media_tag": false,
                              "created_at": "Mon Sep 21 20:41:44 +0000 2009",
                              "default_profile": true,
                              "default_profile_image": false,
                              "description": "Founding team @AnteriorAI (@sequoia @NEA) building AI clinical brain.\n\nTweet on LLM products, evals, PKM.\n\nPrev: MD (@cambridge_uni) ➡ ML engineer ➡ Founder x2.",
                              "entities": {
                                "description": {
                                  "urls": []
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "chrislovejoy.me",
                                      "expanded_url": "https://www.chrislovejoy.me",
                                      "url": "https://t.co/Y4QBRdLF1g",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 487,
                              "followers_count": 1968,
                              "friends_count": 586,
                              "has_custom_timelines": false,
                              "is_translator": false,
                              "listed_count": 40,
                              "location": "NYC/LON",
                              "media_count": 176,
                              "name": "Chris Lovejoy, MD",
                              "normal_followers_count": 1968,
                              "pinned_tweet_ids_str": [
                                "1950537356345303070"
                              ],
                              "possibly_sensitive": false,
                              "profile_banner_url": "https://pbs.twimg.com/profile_banners/76137058/1524639933",
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1278981555692670977/U1BF3DN8_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "ChrisLovejoy_",
                              "statuses_count": 1191,
                              "translator_type": "none",
                              "url": "https://t.co/Y4QBRdLF1g",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1932053109246677173"
                        ],
                        "editable_until_msecs": "1749475931000",
                        "is_edit_eligible": false,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "1345",
                        "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": "Tm90ZVR3ZWV0OjE5MzIwNTMxMDkwOTk4ODA0NDg=",
                            "text": "My takeaways on how to code with cursor from @vig_xyz and @jxnlco's talk:\n\n(1) Use markdown planning files to clearly map out the work to be done. Iterate on that until happy before asking the LLMs to write any code.\n\nPro-tip: use markdown checkboxes to track completion. The LLM can tick the boxes once done. By committing the code change with the ticked checkbox you can more easily track work.\n\n(2) Use cursor to understand a new codebase. Have a back and forth conversation until you're confident. @vig_xyz has spent multiple hours doing this sometimes.\n\n(3) Cursor is great for engineering hygiene like writing units tests and running load tests. These are important but often ignored because managers would rather you'd do work with more tangible output (like new features). But with cursor you can write them quickly (which is much better than not at all).\n\nFinally, a hot take: @vig_xyz doesn't use cursorrules at all.",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [],
                              "user_mentions": [
                                {
                                  "id_str": "702954493",
                                  "name": "Vignesh Mohankumar",
                                  "screen_name": "vig_xyz",
                                  "indices": [
                                    45,
                                    53
                                  ]
                                },
                                {
                                  "id_str": "17203692",
                                  "name": "jason liu",
                                  "screen_name": "jxnlco",
                                  "indices": [
                                    58,
                                    65
                                  ]
                                },
                                {
                                  "id_str": "702954493",
                                  "name": "Vignesh Mohankumar",
                                  "screen_name": "vig_xyz",
                                  "indices": [
                                    502,
                                    510
                                  ]
                                },
                                {
                                  "id_str": "702954493",
                                  "name": "Vignesh Mohankumar",
                                  "screen_name": "vig_xyz",
                                  "indices": [
                                    886,
                                    894
                                  ]
                                }
                              ]
                            },
                            "richtext": {
                              "richtext_tags": []
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 14,
                        "bookmarked": false,
                        "created_at": "Mon Jun 09 12:32:11 +0000 2025",
                        "conversation_id_str": "1932053109246677173",
                        "display_text_range": [
                          0,
                          280
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/Ve4rNvpAks",
                              "expanded_url": "https://x.com/ChrisLovejoy_/status/1932053109246677173/photo/1",
                              "id_str": "1932052013568724993",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "3_1932052013568724993",
                              "media_url_https": "https://pbs.twimg.com/media/GtAHEeRXkAE2Z5I.jpg",
                              "type": "photo",
                              "url": "https://t.co/Ve4rNvpAks",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 472,
                                      "y": 96,
                                      "h": 122,
                                      "w": 122
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 450,
                                  "w": 800,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 450,
                                  "w": 800,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 383,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 450,
                                "width": 800,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 2,
                                    "w": 800,
                                    "h": 448
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 450,
                                    "h": 450
                                  },
                                  {
                                    "x": 23,
                                    "y": 0,
                                    "w": 395,
                                    "h": 450
                                  },
                                  {
                                    "x": 108,
                                    "y": 0,
                                    "w": 225,
                                    "h": 450
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 800,
                                    "h": 450
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1932052013568724993"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": [
                            {
                              "id_str": "702954493",
                              "name": "Vignesh Mohankumar",
                              "screen_name": "vig_xyz",
                              "indices": [
                                45,
                                53
                              ]
                            },
                            {
                              "id_str": "17203692",
                              "name": "jason liu",
                              "screen_name": "jxnlco",
                              "indices": [
                                58,
                                65
                              ]
                            }
                          ]
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/Ve4rNvpAks",
                              "expanded_url": "https://x.com/ChrisLovejoy_/status/1932053109246677173/photo/1",
                              "id_str": "1932052013568724993",
                              "indices": [
                                281,
                                304
                              ],
                              "media_key": "3_1932052013568724993",
                              "media_url_https": "https://pbs.twimg.com/media/GtAHEeRXkAE2Z5I.jpg",
                              "type": "photo",
                              "url": "https://t.co/Ve4rNvpAks",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "medium": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                },
                                "small": {
                                  "faces": [
                                    {
                                      "x": 472,
                                      "y": 96,
                                      "h": 122,
                                      "w": 122
                                    }
                                  ]
                                },
                                "orig": {
                                  "faces": [
                                    {
                                      "x": 556,
                                      "y": 113,
                                      "h": 144,
                                      "w": 144
                                    }
                                  ]
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 450,
                                  "w": 800,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 450,
                                  "w": 800,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 383,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 450,
                                "width": 800,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 2,
                                    "w": 800,
                                    "h": 448
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 450,
                                    "h": 450
                                  },
                                  {
                                    "x": 23,
                                    "y": 0,
                                    "w": 395,
                                    "h": 450
                                  },
                                  {
                                    "x": 108,
                                    "y": 0,
                                    "w": 225,
                                    "h": 450
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 800,
                                    "h": 450
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1932052013568724993"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 7,
                        "favorited": false,
                        "full_text": "My takeaways on how to code with cursor from @vig_xyz and @jxnlco's talk:\n\n(1) Use markdown planning files to clearly map out the work to be done. Iterate on that until happy before asking the LLMs to write any code.\n\nPro-tip: use markdown checkboxes to track completion. The LLM… https://t.co/Ve4rNvpAks",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 1,
                        "reply_count": 1,
                        "retweet_count": 0,
                        "retweeted": false,
                        "user_id_str": "76137058",
                        "id_str": "1932053109246677173"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "SelfThread"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1932053221964419334",
              "sortIndex": "1953516474245054454",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1932053221964419334-tweet-1932053221964419334",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1932053221964419334",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3NjEzNzA1OA==",
                                  "rest_id": "76137058",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": false,
                                    "created_at": "Mon Sep 21 20:41:44 +0000 2009",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Founding team @AnteriorAI (@sequoia @NEA) building AI clinical brain.\n\nTweet on LLM products, evals, PKM.\n\nPrev: MD (@cambridge_uni) ➡ ML engineer ➡ Founder x2.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "chrislovejoy.me",
                                            "expanded_url": "https://www.chrislovejoy.me",
                                            "url": "https://t.co/Y4QBRdLF1g",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 487,
                                    "followers_count": 1968,
                                    "friends_count": 586,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 40,
                                    "location": "NYC/LON",
                                    "media_count": 176,
                                    "name": "Chris Lovejoy, MD",
                                    "normal_followers_count": 1968,
                                    "pinned_tweet_ids_str": [
                                      "1950537356345303070"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/76137058/1524639933",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1278981555692670977/U1BF3DN8_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "ChrisLovejoy_",
                                    "statuses_count": 1191,
                                    "translator_type": "none",
                                    "url": "https://t.co/Y4QBRdLF1g",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "card": {
                              "rest_id": "https://t.co/K8pT6XopYJ",
                              "legacy": {
                                "binding_values": [
                                  {
                                    "key": "player_url",
                                    "value": {
                                      "string_value": "https://www.youtube.com/embed/sb0y5B3LLUA",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_large",
                                    "value": {
                                      "image_value": {
                                        "height": 320,
                                        "width": 569,
                                        "url": "https://pbs.twimg.com/card_img/1952435465992245248/Pygir-Dy?format=jpg&name=800x320_1"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "player_image",
                                    "value": {
                                      "image_value": {
                                        "height": 158,
                                        "width": 280,
                                        "url": "https://pbs.twimg.com/card_img/1952435465992245248/Pygir-Dy?format=jpg&name=280x280"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "description",
                                    "value": {
                                      "string_value": "If you're a Staff Engineer, Tech Lead, or Senior Dev trying to figure out what role AI tools should actually play in your work—you’re not alone. This talk by...",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_width",
                                    "value": {
                                      "string_value": "1280",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "domain",
                                    "value": {
                                      "string_value": "www.youtube.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_is_free",
                                    "value": {
                                      "string_value": "true",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "site",
                                    "value": {
                                      "scribe_key": "publisher_id",
                                      "type": "USER",
                                      "user_value": {
                                        "id_str": "10228272",
                                        "path": []
                                      }
                                    }
                                  },
                                  {
                                    "key": "player_image_original",
                                    "value": {
                                      "image_value": {
                                        "height": 720,
                                        "width": 1280,
                                        "url": "https://pbs.twimg.com/card_img/1952435465992245248/Pygir-Dy?format=jpg&name=orig"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "app_url_resolved",
                                    "value": {
                                      "string_value": "https://www.youtube.com/watch?v=sb0y5B3LLUA",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_price_amount",
                                    "value": {
                                      "string_value": "0.0",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_height",
                                    "value": {
                                      "string_value": "720",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "vanity_url",
                                    "value": {
                                      "scribe_key": "vanity_url",
                                      "string_value": "youtube.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_name",
                                    "value": {
                                      "string_value": "YouTube",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_id",
                                    "value": {
                                      "scribe_key": "publisher_app_id",
                                      "string_value": "com.google.android.youtube",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_small",
                                    "value": {
                                      "image_value": {
                                        "height": 81,
                                        "width": 144,
                                        "url": "https://pbs.twimg.com/card_img/1952435465992245248/Pygir-Dy?format=jpg&name=144x144"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "title",
                                    "value": {
                                      "string_value": "How Staff Engineers Actually Use Cursor: Beyond the AI Coding Hype",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_price_currency",
                                    "value": {
                                      "string_value": "USD",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_url",
                                    "value": {
                                      "string_value": "https://t.co/redirect?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dsb0y5B3LLUA&sig=565fcb116f42938bca4d71cced875085c2d0a651&ssr=true&slug=K8pT6XopYJ",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "card_url",
                                    "value": {
                                      "scribe_key": "card_url",
                                      "string_value": "https://t.co/K8pT6XopYJ",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_color",
                                    "value": {
                                      "image_color_value": {
                                        "palette": [
                                          {
                                            "rgb": {
                                              "blue": 0,
                                              "green": 0,
                                              "red": 0
                                            },
                                            "percentage": 65.2
                                          },
                                          {
                                            "rgb": {
                                              "blue": 222,
                                              "green": 222,
                                              "red": 222
                                            },
                                            "percentage": 10.86
                                          },
                                          {
                                            "rgb": {
                                              "blue": 41,
                                              "green": 115,
                                              "red": 82
                                            },
                                            "percentage": 5.62
                                          },
                                          {
                                            "rgb": {
                                              "blue": 77,
                                              "green": 237,
                                              "red": 167
                                            },
                                            "percentage": 4.87
                                          },
                                          {
                                            "rgb": {
                                              "blue": 18,
                                              "green": 54,
                                              "red": 39
                                            },
                                            "percentage": 2.64
                                          }
                                        ]
                                      },
                                      "type": "IMAGE_COLOR"
                                    }
                                  },
                                  {
                                    "key": "player_image_x_large",
                                    "value": {
                                      "image_value": {
                                        "height": 720,
                                        "width": 1280,
                                        "url": "https://pbs.twimg.com/card_img/1952435465992245248/Pygir-Dy?format=png&name=2048x2048_2_exp"
                                      },
                                      "type": "IMAGE"
                                    }
                                  }
                                ],
                                "card_platform": {
                                  "platform": {
                                    "audience": {
                                      "name": "production"
                                    },
                                    "device": {
                                      "name": "Android",
                                      "version": "12"
                                    }
                                  }
                                },
                                "name": "player",
                                "url": "https://t.co/K8pT6XopYJ",
                                "user_refs_results": [
                                  {
                                    "result": {
                                      "__typename": "User",
                                      "id": "VXNlcjoxMDIyODI3Mg==",
                                      "rest_id": "10228272",
                                      "affiliates_highlighted_label": {},
                                      "has_graduated_access": true,
                                      "is_blue_verified": true,
                                      "profile_image_shape": "Square",
                                      "legacy": {
                                        "can_dm": false,
                                        "can_media_tag": true,
                                        "created_at": "Tue Nov 13 21:43:46 +0000 2007",
                                        "default_profile": false,
                                        "default_profile_image": false,
                                        "description": "like & subscribe",
                                        "entities": {
                                          "description": {
                                            "urls": []
                                          },
                                          "url": {
                                            "urls": [
                                              {
                                                "display_url": "yt.be/3NDRz",
                                                "expanded_url": "https://yt.be/3NDRz",
                                                "url": "https://t.co/WBV5E1Rh1y",
                                                "indices": [
                                                  0,
                                                  23
                                                ]
                                              }
                                            ]
                                          }
                                        },
                                        "fast_followers_count": 0,
                                        "favourites_count": 6055,
                                        "followers_count": 79003986,
                                        "friends_count": 1147,
                                        "has_custom_timelines": true,
                                        "is_translator": false,
                                        "listed_count": 77655,
                                        "location": "San Bruno, CA",
                                        "media_count": 16019,
                                        "name": "YouTube",
                                        "normal_followers_count": 79003986,
                                        "pinned_tweet_ids_str": [],
                                        "possibly_sensitive": false,
                                        "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1745416765",
                                        "profile_image_url_https": "https://pbs.twimg.com/profile_images/1915882040353837056/VbhPvueq_normal.jpg",
                                        "profile_interstitial_type": "",
                                        "screen_name": "YouTube",
                                        "statuses_count": 60091,
                                        "translator_type": "regular",
                                        "url": "https://t.co/WBV5E1Rh1y",
                                        "verified": false,
                                        "verified_type": "Business",
                                        "want_retweets": false,
                                        "withheld_in_countries": []
                                      },
                                      "tipjar_settings": {}
                                    }
                                  }
                                ]
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1932053221964419334"
                              ],
                              "editable_until_msecs": "1749475958000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "232",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 09 12:32:38 +0000 2025",
                              "conversation_id_str": "1932053109246677173",
                              "display_text_range": [
                                17,
                                57
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [
                                  {
                                    "display_url": "youtube.com/watch?v=sb0y5B…",
                                    "expanded_url": "https://www.youtube.com/watch?v=sb0y5B3LLUA",
                                    "url": "https://t.co/K8pT6XopYJ",
                                    "indices": [
                                      34,
                                      57
                                    ]
                                  }
                                ],
                                "user_mentions": [
                                  {
                                    "id_str": "702954493",
                                    "name": "Vignesh Mohankumar",
                                    "screen_name": "vig_xyz",
                                    "indices": [
                                      0,
                                      8
                                    ]
                                  },
                                  {
                                    "id_str": "17203692",
                                    "name": "jason liu",
                                    "screen_name": "jxnlco",
                                    "indices": [
                                      9,
                                      16
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@vig_xyz @jxnlco Full video here: https://t.co/K8pT6XopYJ",
                              "in_reply_to_screen_name": "ChrisLovejoy_",
                              "in_reply_to_status_id_str": "1932053109246677173",
                              "in_reply_to_user_id_str": "76137058",
                              "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": "76137058",
                              "id_str": "1932053221964419334"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1932053221964419334"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-bottom-1953516474245054453",
              "sortIndex": "1953516474245054453",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxxI4hY___MLAAIAAAAwRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUFJYTBBZ3JQbGFSQmhyUUNCRC8xbEMxCAADAAAAAgAA",
                "cursorType": "Bottom"
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Bottom"
        }
      ],
      "metadata": {
        "reader_mode_config": {
          "is_reader_mode_available": true
        },
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}