🐦 Twitter Post Details

Viewing enriched Twitter post

@ID_AA_Carmack

Paper review: LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels https://t.co/TpFFnwPWkc Nice clean github: https://t.co/HOuqEf0HaF This is the application of the LeJEPA results to world models, trained offline on experience from three different robotics style tests with one to two million steps in each dataset. Re-states the benefits of the SigReg loss relative to prior world model approaches. Uses ImageNet standard 224x224 RGB pixel input images with an unmodified ViT-Tiny vision transformer from HuggingFace to generate latents. One extra post-projection step is needed to give SigReg the necessary freedom to perturb the latents into independent gaussians, since ViT ends with a layernorm’d layer. Also tested with ResNet-18, which still performed well, but slightly worse. Uses a 192 dimensional latent. Performance slightly dropped when doubling the latent size to 384; it would be nice to know if it was stable there, or if it continued worsening with excessive latents. There is a relationship between batch size and SIGReg, the larger latent may have improved performance if the batch size was increased. The predictor is implemented as a ViT-S backbone – Why a vision transformer when the latent is flat? Uses a history of 3 sets of latents for two of the benchmarks and 1 for the other. Performance was markedly better with the “small” ViT model than the “tiny”, but the larger “base” model degraded notably, which is interesting. Dropout of 0.1 on the predictor significantly improved performance. 0.2 was still better than 0.0, but 0.5 was worse. Trained with a batch of 128 x 4 trajectories. I wish their training loss graphs were more zoomed in with grid lines. Performs planning at test time instead of building a policy by training in imagination like Dreamer / Diamond. Rolls out 300 initially random sets of actions up to a planning horizon H of 5 (at frame-skip 5). Iterates up to 30 times using the Cross Entropy Method (CEM). The main paper body mentions using Model Predictive Control (MPC) strategy, where only the first K planned actions are executed before replanning, but appendix D says they execute all 5 planned actions. After training, they probe the latent space to demonstrate that it does capture and represent physically meaningful quantities. They also implement a decoder from the latent space back to pixels – not used by the algorithms, but helpful to see what things the latent space is actually representing. They tested incorporating the reconstruction loss into training, but it hurt performance somewhat. They wound up with a 0.1 lambda for SigReg, as opposed to 0.05 in the LeJEPA paper. 1024 sigreg projections, but observe the number has negligible impact I like the JEPA framework, but so far my attempts to use it on Atari games with value functions have not matched my other efforts.

Media 1

📊 Media Metadata

{
  "media": [
    {
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2039046172799578122/media_0.jpg",
      "media_url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2039046172799578122/media_0.jpg",
      "type": "photo",
      "filename": "media_0.jpg"
    }
  ],
  "processed_at": "2026-03-31T22:37:54.548095",
  "pipeline_version": "2.0"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2039046172799578122",
  "url": "https://x.com/ID_AA_Carmack/status/2039046172799578122",
  "twitterUrl": "https://twitter.com/ID_AA_Carmack/status/2039046172799578122",
  "text": "Paper review: LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels\nhttps://t.co/TpFFnwPWkc\n\nNice clean github: https://t.co/HOuqEf0HaF\n\nThis is the application of the LeJEPA results to world models, trained offline on experience from three different robotics style tests with one to two million steps in each dataset. Re-states the benefits of the SigReg loss relative to prior world model approaches.\n\nUses ImageNet standard 224x224 RGB pixel input images with an unmodified ViT-Tiny vision transformer from HuggingFace to generate latents. One extra post-projection step is needed to give SigReg the necessary freedom to perturb the latents into independent gaussians, since ViT ends with a layernorm’d layer. Also tested with ResNet-18, which still performed well, but slightly worse.\n\nUses a 192 dimensional latent. Performance slightly dropped when doubling the latent size to 384; it would be nice to know if it was stable there, or if it continued worsening with excessive latents. There is a relationship between batch size and SIGReg, the larger latent may have improved performance if the batch size was increased.\n\nThe predictor is implemented as a ViT-S backbone – Why a vision transformer when the latent is flat? Uses a history of 3 sets of latents for two of the benchmarks and 1 for the other. Performance was markedly better with the “small” ViT model than the “tiny”, but the larger “base” model degraded notably, which is interesting.\n\nDropout of 0.1 on the predictor significantly improved performance. 0.2 was still better than 0.0, but 0.5 was worse.\n\nTrained with a batch of 128 x 4 trajectories. I wish their training loss graphs were more zoomed in with grid lines.\n\nPerforms planning at test time instead of building a policy by training in imagination like Dreamer / Diamond. Rolls out 300 initially random sets of actions up to a planning horizon H of 5 (at frame-skip 5). Iterates up to 30 times using the Cross Entropy Method (CEM). The main paper body mentions using Model Predictive Control (MPC) strategy, where only the first K planned actions are executed before replanning, but appendix D says they execute all 5 planned actions.\n\nAfter training, they probe the latent space to demonstrate that it does capture and represent physically meaningful quantities. They also implement a decoder from the latent space back to pixels – not used by the algorithms, but helpful to see what things the latent space is actually representing. They tested incorporating the reconstruction loss into training, but it hurt performance somewhat.\n\nThey wound up with a 0.1 lambda for SigReg, as opposed to 0.05 in the LeJEPA paper. 1024 sigreg projections, but observe the number has negligible impact\n\nI like the JEPA framework, but so far my attempts to use it on Atari games with value functions have not matched my other efforts.",
  "source": "Twitter for iPhone",
  "retweetCount": 34,
  "replyCount": 26,
  "likeCount": 418,
  "quoteCount": 3,
  "viewCount": 92426,
  "createdAt": "Tue Mar 31 18:24:25 +0000 2026",
  "lang": "en",
  "bookmarkCount": 265,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "2039046172799578122",
  "displayTextRange": [
    0,
    280
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "ID_AA_Carmack",
    "url": "https://x.com/ID_AA_Carmack",
    "twitterUrl": "https://twitter.com/ID_AA_Carmack",
    "id": "175624200",
    "name": "John Carmack",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/1560764938083352577/B1X3m4NN_normal.jpg",
    "coverPicture": "",
    "description": "",
    "location": "Texas, USA",
    "followers": 1354851,
    "following": 284,
    "status": "",
    "canDm": true,
    "canMediaTag": true,
    "createdAt": "Sat Aug 07 03:40:11 +0000 2010",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 6022,
    "hasCustomTimelines": true,
    "isTranslator": false,
    "mediaCount": 347,
    "statusesCount": 18075,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [],
    "profile_bio": {
      "description": "AGI at Keen Technologies, former CTO Oculus VR, Founder Id Software and Armadillo Aerospace",
      "entities": {
        "description": {
          "hashtags": [],
          "symbols": [],
          "urls": [],
          "user_mentions": []
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {},
  "card": {
    "binding_values": [
      {
        "key": "photo_image_full_size_large",
        "value": {
          "image_value": {
            "height": 419,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=800x419",
            "width": 800
          }
        }
      },
      {
        "key": "thumbnail_image",
        "value": {
          "image_value": {
            "height": 200,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=400x400",
            "width": 400
          }
        }
      },
      {
        "key": "description",
        "value": {
          "string_value": "Official code base for LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels - lucas-maes/le-wm"
        }
      },
      {
        "key": "domain",
        "value": {
          "string_value": "github.com"
        }
      },
      {
        "key": "thumbnail_image_large",
        "value": {
          "image_value": {
            "height": 300,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=600x600",
            "width": 600
          }
        }
      },
      {
        "key": "summary_photo_image_small",
        "value": {
          "image_value": {
            "height": 202,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=386x202",
            "width": 386
          }
        }
      },
      {
        "key": "thumbnail_image_original",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=orig",
            "width": 1200
          }
        }
      },
      {
        "key": "site",
        "value": {
          "scribe_key": "publisher_id",
          "user_value": {
            "id_str": "13334762",
            "path": []
          }
        }
      },
      {
        "key": "photo_image_full_size_small",
        "value": {
          "image_value": {
            "height": 202,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=386x202",
            "width": 386
          }
        }
      },
      {
        "key": "summary_photo_image_large",
        "value": {
          "image_value": {
            "height": 419,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=800x419",
            "width": 800
          }
        }
      },
      {
        "key": "thumbnail_image_small",
        "value": {
          "image_value": {
            "height": 72,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=144x144",
            "width": 144
          }
        }
      },
      {
        "key": "thumbnail_image_x_large",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=png&name=2048x2048_2_exp",
            "width": 1200
          }
        }
      },
      {
        "key": "photo_image_full_size_original",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=orig",
            "width": 1200
          }
        }
      },
      {
        "key": "photo_image_full_size_alt_text",
        "value": {
          "string_value": "Official code base for LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels - lucas-maes/le-wm"
        }
      },
      {
        "key": "vanity_url",
        "value": {
          "scribe_key": "vanity_url",
          "string_value": "github.com"
        }
      },
      {
        "key": "photo_image_full_size",
        "value": {
          "image_value": {
            "height": 314,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=600x314",
            "width": 600
          }
        }
      },
      {
        "key": "summary_photo_image_alt_text",
        "value": {
          "string_value": "Official code base for LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels - lucas-maes/le-wm"
        }
      },
      {
        "key": "thumbnail_image_color",
        "value": {
          "image_color_value": {
            "palette": [
              {
                "percentage": 90.54,
                "rgb": {
                  "blue": 255,
                  "green": 255,
                  "red": 255
                }
              },
              {
                "percentage": 4.61,
                "rgb": {
                  "blue": 110,
                  "green": 110,
                  "red": 110
                }
              },
              {
                "percentage": 3.12,
                "rgb": {
                  "blue": 166,
                  "green": 115,
                  "red": 53
                }
              },
              {
                "percentage": 2.62,
                "rgb": {
                  "blue": 46,
                  "green": 46,
                  "red": 46
                }
              }
            ]
          }
        }
      },
      {
        "key": "title",
        "value": {
          "string_value": "GitHub - lucas-maes/le-wm: Official code base for LeWorldModel: Stable End-to-End Joint-Embedding..."
        }
      },
      {
        "key": "summary_photo_image_color",
        "value": {
          "image_color_value": {
            "palette": [
              {
                "percentage": 90.54,
                "rgb": {
                  "blue": 255,
                  "green": 255,
                  "red": 255
                }
              },
              {
                "percentage": 4.61,
                "rgb": {
                  "blue": 110,
                  "green": 110,
                  "red": 110
                }
              },
              {
                "percentage": 3.12,
                "rgb": {
                  "blue": 166,
                  "green": 115,
                  "red": 53
                }
              },
              {
                "percentage": 2.62,
                "rgb": {
                  "blue": 46,
                  "green": 46,
                  "red": 46
                }
              }
            ]
          }
        }
      },
      {
        "key": "summary_photo_image_x_large",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=png&name=2048x2048_2_exp",
            "width": 1200
          }
        }
      },
      {
        "key": "summary_photo_image",
        "value": {
          "image_value": {
            "height": 314,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=600x314",
            "width": 600
          }
        }
      },
      {
        "key": "photo_image_full_size_color",
        "value": {
          "image_color_value": {
            "palette": [
              {
                "percentage": 90.54,
                "rgb": {
                  "blue": 255,
                  "green": 255,
                  "red": 255
                }
              },
              {
                "percentage": 4.61,
                "rgb": {
                  "blue": 110,
                  "green": 110,
                  "red": 110
                }
              },
              {
                "percentage": 3.12,
                "rgb": {
                  "blue": 166,
                  "green": 115,
                  "red": 53
                }
              },
              {
                "percentage": 2.62,
                "rgb": {
                  "blue": 46,
                  "green": 46,
                  "red": 46
                }
              }
            ]
          }
        }
      },
      {
        "key": "photo_image_full_size_x_large",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=png&name=2048x2048_2_exp",
            "width": 1200
          }
        }
      },
      {
        "key": "card_url",
        "value": {
          "scribe_key": "card_url",
          "string_value": "https://t.co/YZ4e1eUACi"
        }
      },
      {
        "key": "summary_photo_image_original",
        "value": {
          "image_value": {
            "height": 600,
            "url": "https://pbs.twimg.com/card_img/2038860970517241857/aR-lOPA9?format=jpg&name=orig",
            "width": 1200
          }
        }
      }
    ],
    "card_platform": {
      "platform": {
        "audience": {
          "name": "production"
        },
        "device": {
          "name": "iPhone",
          "version": "13"
        }
      }
    },
    "name": "summary_large_image",
    "url": "https://t.co/YZ4e1eUACi",
    "user_refs_results": [
      {
        "rest_id": "13334762",
        "result": {
          "__typename": "User",
          "action_counts": {
            "favorites_count": 8670
          },
          "avatar": {
            "image_url": "https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_normal.png"
          },
          "banner": {
            "image_url": "https://pbs.twimg.com/profile_banners/13334762/1765308302"
          },
          "core": {
            "created_at": "Mon Feb 11 04:41:50 +0000 2008",
            "name": "GitHub",
            "screen_name": "github"
          },
          "dm_permissions": {
            "can_dm": true
          },
          "exclusive_tweet_following": false,
          "follow_request_sent": false,
          "identity_profile_labels_highlighted_label": {},
          "location": {
            "location": "San Francisco, CA"
          },
          "media_permissions": {
            "can_media_tag": true
          },
          "notifications_settings": {
            "notifications_enabled": false
          },
          "pinned_items": {
            "tweet_ids_str": [
              "2019093909981257849"
            ]
          },
          "privacy": {
            "protected": false,
            "suspended": false
          },
          "private_super_following": false,
          "profile_bio": {
            "description": "The AI-powered developer platform to build, scale, and deliver secure software.",
            "entities": {
              "description": {
                "hashtags": [],
                "symbols": [],
                "urls": [],
                "user_mentions": []
              },
              "url": {
                "urls": [
                  {
                    "display_url": "github.com",
                    "expanded_url": "http://github.com",
                    "indices": [
                      0,
                      23
                    ],
                    "url": "https://t.co/bbJgfyzKzp"
                  }
                ]
              }
            }
          },
          "profile_image_shape": "Square",
          "profile_metadata": {
            "profile_interstitial_type": "",
            "profile_link_color": "981CEB"
          },
          "profile_translation": {
            "translator_type_enum": "None"
          },
          "properties": {
            "has_extended_profile": true
          },
          "relationship_counts": {
            "followers": 2626808,
            "following": 334
          },
          "relationship_perspectives": {
            "blocked_by": false,
            "blocking": false,
            "followed_by": false,
            "following": false,
            "live_following": false,
            "muting": false
          },
          "rest_id": "13334762",
          "smart_blocked_by": false,
          "smart_blocking": false,
          "super_follow_eligible": false,
          "super_followed_by": false,
          "super_following": false,
          "tweet_counts": {
            "media_tweets": 2938,
            "tweets": 10462
          },
          "verification": {
            "is_blue_verified": true,
            "verified": false,
            "verified_type": "Business"
          },
          "website": {
            "url": "https://t.co/bbJgfyzKzp"
          }
        }
      }
    ]
  },
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "urls": [
      {
        "display_url": "arxiv.org/pdf/2603.19312",
        "expanded_url": "https://arxiv.org/pdf/2603.19312",
        "indices": [
          98,
          121
        ],
        "url": "https://t.co/TpFFnwPWkc"
      },
      {
        "display_url": "github.com/lucas-maes/le-…",
        "expanded_url": "https://github.com/lucas-maes/le-wm",
        "indices": [
          142,
          165
        ],
        "url": "https://t.co/HOuqEf0HaF"
      }
    ],
    "user_mentions": []
  },
  "quoted_tweet": {
    "type": "tweet",
    "id": "2036080584569618741",
    "url": "https://x.com/lucasmaes_/status/2036080584569618741",
    "twitterUrl": "https://twitter.com/lucasmaes_/status/2036080584569618741",
    "text": "JEPA are finally easy to train end-to-end without any tricks!\n\nExcited to introduce LeWorldModel: a stable, end-to-end JEPA that learns world models directly from pixels, no heuristics.\n\n15M params, 1 GPU, and full planning <1 second.\n\n📑: https://t.co/cpTzgvbTS0 https://t.co/Z2De9ASzcW",
    "source": "Twitter for iPhone",
    "retweetCount": 528,
    "replyCount": 99,
    "likeCount": 3809,
    "quoteCount": 88,
    "viewCount": 733892,
    "createdAt": "Mon Mar 23 14:00:14 +0000 2026",
    "lang": "en",
    "bookmarkCount": 3474,
    "isReply": false,
    "inReplyToId": null,
    "conversationId": "2036080584569618741",
    "displayTextRange": [
      0,
      265
    ],
    "inReplyToUserId": null,
    "inReplyToUsername": null,
    "author": {
      "type": "user",
      "userName": "lucasmaes_",
      "url": "https://x.com/lucasmaes_",
      "twitterUrl": "https://twitter.com/lucasmaes_",
      "id": "1214312606711701504",
      "name": "Lucas Maes",
      "isVerified": false,
      "isBlueVerified": true,
      "verifiedType": null,
      "profilePicture": "https://pbs.twimg.com/profile_images/1884765781197496320/wyxfodp1_normal.jpg",
      "coverPicture": "https://pbs.twimg.com/profile_banners/1214312606711701504/1744908246",
      "description": "",
      "location": "Montréal",
      "followers": 2542,
      "following": 312,
      "status": "",
      "canDm": true,
      "canMediaTag": true,
      "createdAt": "Mon Jan 06 22:27:55 +0000 2020",
      "entities": {
        "description": {
          "urls": []
        },
        "url": {}
      },
      "fastFollowersCount": 0,
      "favouritesCount": 999,
      "hasCustomTimelines": true,
      "isTranslator": false,
      "mediaCount": 26,
      "statusesCount": 317,
      "withheldInCountries": [],
      "affiliatesHighlightedLabel": {},
      "possiblySensitive": false,
      "pinnedTweetIds": [
        "2036080584569618741"
      ],
      "profile_bio": {
        "description": "PhD student, JEPA and planning @Mila_Quebec",
        "entities": {
          "description": {
            "hashtags": [],
            "symbols": [],
            "urls": [],
            "user_mentions": [
              {
                "id_str": "0",
                "indices": [
                  31,
                  43
                ],
                "name": "",
                "screen_name": "Mila_Quebec"
              }
            ]
          },
          "url": {
            "urls": [
              {
                "display_url": "lucas-maes.github.io",
                "expanded_url": "http://lucas-maes.github.io",
                "indices": [
                  0,
                  23
                ],
                "url": "https://t.co/zCFgl7MYSn"
              }
            ]
          }
        }
      },
      "isAutomated": false,
      "automatedBy": null
    },
    "extendedEntities": {
      "media": [
        {
          "additional_media_info": {
            "monetizable": true
          },
          "display_url": "pic.twitter.com/Z2De9ASzcW",
          "expanded_url": "https://twitter.com/lucasmaes_/status/2036080584569618741/video/1",
          "ext_media_availability": {
            "status": "Available"
          },
          "id_str": "2036078384325988352",
          "indices": [
            266,
            289
          ],
          "media_key": "13_2036078384325988352",
          "media_results": {
            "id": "QXBpTWVkaWFSZXN1bHRzOgwABAoAARxBmoDAmhAAAAA=",
            "result": {
              "__typename": "ApiMedia",
              "id": "QXBpTWVkaWE6DAAECgABHEGagMCaEAAAAA==",
              "media_key": "13_2036078384325988352"
            }
          },
          "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/2036078384325988352/img/3dOEkyB3U7r5kg7C.jpg",
          "original_info": {
            "focus_rects": [],
            "height": 1070,
            "width": 1920
          },
          "sizes": {
            "large": {
              "h": 1070,
              "w": 1920
            }
          },
          "type": "video",
          "url": "https://t.co/Z2De9ASzcW",
          "video_info": {
            "aspect_ratio": [
              192,
              107
            ],
            "duration_millis": 68566,
            "variants": [
              {
                "content_type": "application/x-mpegURL",
                "url": "https://video.twimg.com/amplify_video/2036078384325988352/pl/htg0AR0Vs9VVsQxK.m3u8?tag=21&v=cfc"
              },
              {
                "bitrate": 256000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2036078384325988352/vid/avc1/484x270/2y_GoLP0lY2LjWmd.mp4?tag=21"
              },
              {
                "bitrate": 832000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2036078384325988352/vid/avc1/644x360/Se3vPCvWlyD6eKpV.mp4?tag=21"
              },
              {
                "bitrate": 2176000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2036078384325988352/vid/avc1/1290x720/T3eS-iGs3QqzBdRE.mp4?tag=21"
              },
              {
                "bitrate": 10368000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2036078384325988352/vid/avc1/1920x1070/jaNRsm3uh2F4NOGz.mp4?tag=21"
              }
            ]
          }
        }
      ]
    },
    "card": null,
    "place": {},
    "entities": {
      "hashtags": [],
      "symbols": [],
      "timestamps": [],
      "urls": [
        {
          "display_url": "le-wm.github.io",
          "expanded_url": "http://le-wm.github.io",
          "indices": [
            242,
            265
          ],
          "url": "https://t.co/cpTzgvbTS0"
        }
      ],
      "user_mentions": []
    },
    "quoted_tweet": null,
    "retweeted_tweet": null,
    "isLimitedReply": false,
    "article": null
  },
  "retweeted_tweet": null,
  "isLimitedReply": false,
  "article": null
}