๐Ÿฆ Twitter Post Details

Viewing enriched Twitter post

@winglian

We've implemented a simple toolkit for fine-tuning powerful coding models using only RL with an entirely local, zero-setup sandboxed code interpreter. We found very promising results using a tiny fraction of data & training time vs SFT. Check out our blogpost for more details! ๐Ÿ‘‡โ€ฆ https://t.co/IMiRO3LS3C

๐Ÿ“Š Media Metadata

{
  "data": [
    {
      "id": "1907832933332766720",
      "type": "photo",
      "url": "https://t.co/IMiRO3LS3C",
      "media_url": null,
      "media_url_https": "https://pbs.twimg.com/media/Gnn78doXUAAYZcT.jpg",
      "display_url": "pic.x.com/IMiRO3LS3C",
      "expanded_url": "https://x.com/winglian/status/1907833167513366927/photo/1"
    }
  ],
  "score": 0.83,
  "scored_at": "2025-08-09T13:47:19.520759",
  "import_source": "unknown_source",
  "links_checked": true,
  "checked_at": "2025-08-10T10:33:17.492345"
}

๐Ÿ”ง Raw API Response

{
  "tweet": {
    "bookmark_count": 146,
    "bookmarked": false,
    "created_at": "Thu Apr 03 16:30:47 +0000 2025",
    "conversation_id_str": "1907833167513366927",
    "display_text_range": [
      0,
      284
    ],
    "entities": {
      "hashtags": [],
      "media": [
        {
          "display_url": "pic.x.com/IMiRO3LS3C",
          "expanded_url": "https://x.com/winglian/status/1907833167513366927/photo/1",
          "id_str": "1907832933332766720",
          "indices": [
            285,
            308
          ],
          "media_key": "3_1907832933332766720",
          "media_url_https": "https://pbs.twimg.com/media/Gnn78doXUAAYZcT.jpg",
          "type": "photo",
          "url": "https://t.co/IMiRO3LS3C",
          "ext_media_availability": {
            "status": "Available"
          },
          "features": {
            "large": {
              "faces": []
            },
            "medium": {
              "faces": []
            },
            "small": {
              "faces": []
            },
            "orig": {
              "faces": []
            }
          },
          "sizes": {
            "large": {
              "h": 508,
              "w": 1240,
              "resize": "fit"
            },
            "medium": {
              "h": 492,
              "w": 1200,
              "resize": "fit"
            },
            "small": {
              "h": 279,
              "w": 680,
              "resize": "fit"
            },
            "thumb": {
              "h": 150,
              "w": 150,
              "resize": "crop"
            }
          },
          "original_info": {
            "height": 508,
            "width": 1240,
            "focus_rects": [
              {
                "x": 74,
                "y": 0,
                "w": 907,
                "h": 508
              },
              {
                "x": 273,
                "y": 0,
                "w": 508,
                "h": 508
              },
              {
                "x": 304,
                "y": 0,
                "w": 446,
                "h": 508
              },
              {
                "x": 400,
                "y": 0,
                "w": 254,
                "h": 508
              },
              {
                "x": 0,
                "y": 0,
                "w": 1240,
                "h": 508
              }
            ]
          },
          "allow_download_status": {
            "allow_download": true
          },
          "media_results": {
            "result": {
              "media_key": "3_1907832933332766720"
            }
          }
        }
      ],
      "symbols": [],
      "timestamps": [],
      "urls": [],
      "user_mentions": []
    },
    "extended_entities": {
      "media": [
        {
          "display_url": "pic.x.com/IMiRO3LS3C",
          "expanded_url": "https://x.com/winglian/status/1907833167513366927/photo/1",
          "id_str": "1907832933332766720",
          "indices": [
            285,
            308
          ],
          "media_key": "3_1907832933332766720",
          "media_url_https": "https://pbs.twimg.com/media/Gnn78doXUAAYZcT.jpg",
          "type": "photo",
          "url": "https://t.co/IMiRO3LS3C",
          "ext_media_availability": {
            "status": "Available"
          },
          "features": {
            "large": {
              "faces": []
            },
            "medium": {
              "faces": []
            },
            "small": {
              "faces": []
            },
            "orig": {
              "faces": []
            }
          },
          "sizes": {
            "large": {
              "h": 508,
              "w": 1240,
              "resize": "fit"
            },
            "medium": {
              "h": 492,
              "w": 1200,
              "resize": "fit"
            },
            "small": {
              "h": 279,
              "w": 680,
              "resize": "fit"
            },
            "thumb": {
              "h": 150,
              "w": 150,
              "resize": "crop"
            }
          },
          "original_info": {
            "height": 508,
            "width": 1240,
            "focus_rects": [
              {
                "x": 74,
                "y": 0,
                "w": 907,
                "h": 508
              },
              {
                "x": 273,
                "y": 0,
                "w": 508,
                "h": 508
              },
              {
                "x": 304,
                "y": 0,
                "w": 446,
                "h": 508
              },
              {
                "x": 400,
                "y": 0,
                "w": 254,
                "h": 508
              },
              {
                "x": 0,
                "y": 0,
                "w": 1240,
                "h": 508
              }
            ]
          },
          "allow_download_status": {
            "allow_download": true
          },
          "media_results": {
            "result": {
              "media_key": "3_1907832933332766720"
            }
          }
        }
      ]
    },
    "favorite_count": 184,
    "favorited": false,
    "full_text": "We've implemented a simple toolkit for fine-tuning powerful coding models using only RL with an entirely local, zero-setup sandboxed code interpreter. We found very promising results using a tiny fraction of data & training time vs SFT. Check out our blogpost for more details! ๐Ÿ‘‡โ€ฆ https://t.co/IMiRO3LS3C",
    "is_quote_status": false,
    "lang": "en",
    "possibly_sensitive": false,
    "possibly_sensitive_editable": true,
    "quote_count": 2,
    "reply_count": 2,
    "retweet_count": 28,
    "retweeted": false,
    "user_id_str": "24802509",
    "id_str": "1907833167513366927",
    "note_tweet": {
      "is_expandable": true,
      "note_tweet_results": {
        "result": {
          "id": "Tm90ZVR3ZWV0OjE5MDc4MzMxNjc0MjEwNzk1NTI=",
          "text": "We've implemented a simple toolkit for fine-tuning powerful coding models using only RL with an entirely local, zero-setup sandboxed code interpreter. We found very promising results using a tiny fraction of data & training time vs SFT. Check out our blogpost for more details! ๐Ÿ‘‡\n๐Ÿงต",
          "entity_set": {
            "hashtags": [],
            "symbols": [],
            "urls": [],
            "user_mentions": []
          },
          "richtext": {
            "richtext_tags": []
          },
          "media": {
            "inline_media": []
          }
        }
      }
    }
  },
  "user": {
    "__typename": "User",
    "id": "VXNlcjoyNDgwMjUwOQ==",
    "rest_id": "24802509",
    "affiliates_highlighted_label": {},
    "has_graduated_access": true,
    "is_blue_verified": true,
    "profile_image_shape": "Circle",
    "legacy": {
      "can_dm": true,
      "can_media_tag": true,
      "created_at": "Tue Mar 17 00:12:21 +0000 2009",
      "default_profile": false,
      "default_profile_image": false,
      "description": "@axolotl_ai OSS maintainer. Axolotl AI founder. AI/ML tinkerer. Building tools for everyone.\nโ˜• https://t.co/3ni1V4rI9w",
      "entities": {
        "description": {
          "urls": [
            {
              "display_url": "buymeacoffee.com/winglian",
              "expanded_url": "https://www.buymeacoffee.com/winglian",
              "url": "https://t.co/3ni1V4rI9w",
              "indices": [
                95,
                118
              ]
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "github.com/winglian/",
              "expanded_url": "https://github.com/winglian/",
              "url": "https://t.co/Ym8RB0dslS",
              "indices": [
                0,
                23
              ]
            }
          ]
        }
      },
      "fast_followers_count": 0,
      "favourites_count": 2983,
      "followers_count": 10532,
      "friends_count": 1805,
      "has_custom_timelines": false,
      "is_translator": false,
      "listed_count": 178,
      "location": "Annapolis, MD",
      "media_count": 155,
      "name": "Wing Lian (caseus)",
      "normal_followers_count": 10532,
      "pinned_tweet_ids_str": [],
      "possibly_sensitive": false,
      "profile_banner_url": "https://pbs.twimg.com/profile_banners/24802509/1403302292",
      "profile_image_url_https": "https://pbs.twimg.com/profile_images/1709990043664715778/FZmSZJaK_normal.jpg",
      "profile_interstitial_type": "",
      "screen_name": "winglian",
      "statuses_count": 2780,
      "translator_type": "none",
      "url": "https://t.co/Ym8RB0dslS",
      "verified": false,
      "want_retweets": false,
      "withheld_in_countries": []
    },
    "tipjar_settings": {}
  },
  "views": "14872"
}