🐦 Twitter Post Details

Viewing enriched Twitter post

@omarsar0

@chamath @karpathy It exists in our plugin: https://t.co/5hNgew17xQ Highly flexible and super simple to use. You can use an LLM council in Claude Code to select different models that provide different perspectives. https://t.co/JJq8YI1uV5

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "photo",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2038014167802618148/media_0.jpg",
      "filename": "media_0.jpg"
    }
  ],
  "processed_at": "2026-03-28T22:05:51.081166",
  "pipeline_version": "2.0"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2038014167802618148",
  "url": "https://x.com/omarsar0/status/2038014167802618148",
  "twitterUrl": "https://twitter.com/omarsar0/status/2038014167802618148",
  "text": "@chamath @karpathy It exists in our plugin: https://t.co/5hNgew17xQ\n\nHighly flexible and super simple to use. You can use an LLM council in Claude Code to select different models that provide different perspectives. \n\nhttps://t.co/JJq8YI1uV5",
  "source": "Twitter for iPhone",
  "retweetCount": 0,
  "replyCount": 0,
  "likeCount": 0,
  "quoteCount": 0,
  "viewCount": 40,
  "createdAt": "Sat Mar 28 22:03:36 +0000 2026",
  "lang": "en",
  "bookmarkCount": 0,
  "isReply": true,
  "inReplyToId": "2037958212868334021",
  "conversationId": "2037958212868334021",
  "displayTextRange": [
    19,
    241
  ],
  "inReplyToUserId": "3291691",
  "inReplyToUsername": "chamath",
  "author": {
    "type": "user",
    "userName": "omarsar0",
    "url": "https://x.com/omarsar0",
    "twitterUrl": "https://twitter.com/omarsar0",
    "id": "3448284313",
    "name": "elvis",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/939313677647282181/vZjFWtAn_normal.jpg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/3448284313/1565974901",
    "description": "",
    "location": "DAIR.AI Academy",
    "followers": 295844,
    "following": 795,
    "status": "",
    "canDm": true,
    "canMediaTag": true,
    "createdAt": "Fri Sep 04 12:59:26 +0000 2015",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 35226,
    "hasCustomTimelines": true,
    "isTranslator": true,
    "mediaCount": 4568,
    "statusesCount": 17535,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [
      "2037617918645809394"
    ],
    "profile_bio": {
      "description": "Building @dair_ai • Prev: Meta AI, Elastic, PhD • New AI learning portal: https://t.co/1e8RZKs4uX",
      "entities": {
        "description": {
          "hashtags": [],
          "symbols": [],
          "urls": [
            {
              "display_url": "academy.dair.ai",
              "expanded_url": "https://academy.dair.ai/",
              "indices": [
                74,
                97
              ],
              "url": "https://t.co/1e8RZKs4uX"
            }
          ],
          "user_mentions": [
            {
              "id_str": "0",
              "indices": [
                9,
                17
              ],
              "name": "",
              "screen_name": "dair_ai"
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "dair.ai",
              "expanded_url": "https://www.dair.ai/",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/XQto5ypSIk"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {},
  "card": null,
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "timestamps": [],
    "urls": [
      {
        "display_url": "github.com/dair-ai/dair-a…",
        "expanded_url": "https://github.com/dair-ai/dair-academy-plugins/tree/main/plugins/llm-council",
        "indices": [
          44,
          67
        ],
        "url": "https://t.co/5hNgew17xQ"
      },
      {
        "display_url": "x.com/omarsar0/statu…",
        "expanded_url": "https://x.com/omarsar0/status/2009285312531345702?s=20",
        "indices": [
          218,
          241
        ],
        "url": "https://t.co/JJq8YI1uV5"
      }
    ],
    "user_mentions": [
      {
        "id_str": "3291691",
        "indices": [
          0,
          8
        ],
        "name": "Chamath Palihapitiya",
        "screen_name": "chamath"
      },
      {
        "id_str": "33836629",
        "indices": [
          9,
          18
        ],
        "name": "Andrej Karpathy",
        "screen_name": "karpathy"
      }
    ]
  },
  "quoted_tweet": {
    "type": "tweet",
    "id": "2009285312531345702",
    "url": "https://x.com/omarsar0/status/2009285312531345702",
    "twitterUrl": "https://twitter.com/omarsar0/status/2009285312531345702",
    "text": "Finally got a chance to play around with @karpathy's LLM Council. \n\nI built it as a plugin inside of Claude Code. \n\nHooked it up with OpenRouter for models. \n\nThe AskUserQuestion tool came in handy to select the council and chairman.\n\nThis is my first test, but I agree with Karpathy that the concept of LLM ensembles can be used beyond models that offer perspectives on interesting questions.\n\nI feel like this could have really cool applications in agentic coding. More on that soon.\n\nI built this as a plugin, so next I will be exploring other user cases around agentic coding, like evaluation, tool building, designing, and research. \n\nIf there is enough interest, I will clean it up and push it out as an open plugin.",
    "source": "Twitter for iPhone",
    "retweetCount": 68,
    "replyCount": 38,
    "likeCount": 751,
    "quoteCount": 5,
    "viewCount": 75631,
    "createdAt": "Thu Jan 08 15:25:23 +0000 2026",
    "lang": "en",
    "bookmarkCount": 876,
    "isReply": false,
    "inReplyToId": null,
    "conversationId": "2009285312531345702",
    "displayTextRange": [
      0,
      274
    ],
    "inReplyToUserId": null,
    "inReplyToUsername": null,
    "author": {
      "type": "user",
      "userName": "omarsar0",
      "url": "https://x.com/omarsar0",
      "twitterUrl": "https://twitter.com/omarsar0",
      "id": "3448284313",
      "name": "elvis",
      "isVerified": false,
      "isBlueVerified": true,
      "verifiedType": null,
      "profilePicture": "https://pbs.twimg.com/profile_images/939313677647282181/vZjFWtAn_normal.jpg",
      "coverPicture": "https://pbs.twimg.com/profile_banners/3448284313/1565974901",
      "description": "",
      "location": "DAIR.AI Academy",
      "followers": 295844,
      "following": 795,
      "status": "",
      "canDm": true,
      "canMediaTag": true,
      "createdAt": "Fri Sep 04 12:59:26 +0000 2015",
      "entities": {
        "description": {
          "urls": []
        },
        "url": {}
      },
      "fastFollowersCount": 0,
      "favouritesCount": 35226,
      "hasCustomTimelines": true,
      "isTranslator": true,
      "mediaCount": 4568,
      "statusesCount": 17535,
      "withheldInCountries": [],
      "affiliatesHighlightedLabel": {},
      "possiblySensitive": false,
      "pinnedTweetIds": [
        "2037617918645809394"
      ],
      "profile_bio": {
        "description": "Building @dair_ai • Prev: Meta AI, Elastic, PhD • New AI learning portal: https://t.co/1e8RZKs4uX",
        "entities": {
          "description": {
            "hashtags": [],
            "symbols": [],
            "urls": [
              {
                "display_url": "academy.dair.ai",
                "expanded_url": "https://academy.dair.ai/",
                "indices": [
                  74,
                  97
                ],
                "url": "https://t.co/1e8RZKs4uX"
              }
            ],
            "user_mentions": [
              {
                "id_str": "0",
                "indices": [
                  9,
                  17
                ],
                "name": "",
                "screen_name": "dair_ai"
              }
            ]
          },
          "url": {
            "urls": [
              {
                "display_url": "dair.ai",
                "expanded_url": "https://www.dair.ai/",
                "indices": [
                  0,
                  23
                ],
                "url": "https://t.co/XQto5ypSIk"
              }
            ]
          }
        }
      },
      "isAutomated": false,
      "automatedBy": null
    },
    "extendedEntities": {
      "media": [
        {
          "additional_media_info": {
            "monetizable": true
          },
          "allow_download_status": {
            "allow_download": true
          },
          "display_url": "pic.twitter.com/PaCtAqS2N9",
          "expanded_url": "https://twitter.com/omarsar0/status/2009285312531345702/video/1",
          "ext_media_availability": {
            "status": "Available"
          },
          "id_str": "2009283134961950720",
          "indices": [
            275,
            298
          ],
          "media_key": "13_2009283134961950720",
          "media_results": {
            "id": "QXBpTWVkaWFSZXN1bHRzOgwABAoAARviaF2YlyAAAAA=",
            "result": {
              "__typename": "ApiMedia",
              "id": "QXBpTWVkaWE6DAAECgABG+JoXZiXIAAAAA==",
              "media_key": "13_2009283134961950720"
            }
          },
          "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/2009283134961950720/img/uysBxt7KNueNWL3y.jpg",
          "original_info": {
            "focus_rects": [],
            "height": 1080,
            "width": 1736
          },
          "sizes": {
            "large": {
              "h": 1080,
              "w": 1736
            }
          },
          "type": "video",
          "url": "https://t.co/PaCtAqS2N9",
          "video_info": {
            "aspect_ratio": [
              217,
              135
            ],
            "duration_millis": 38483,
            "variants": [
              {
                "content_type": "application/x-mpegURL",
                "url": "https://video.twimg.com/amplify_video/2009283134961950720/pl/3HCOKCXcnqeATe4G.m3u8?tag=21"
              },
              {
                "bitrate": 256000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2009283134961950720/vid/avc1/434x270/1_F47cVdKh3bGhoM.mp4?tag=21"
              },
              {
                "bitrate": 832000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2009283134961950720/vid/avc1/578x360/3-lCsZHfJDwTT4YY.mp4?tag=21"
              },
              {
                "bitrate": 2176000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2009283134961950720/vid/avc1/1156x720/k-FLVl3nEEA-VXBf.mp4?tag=21"
              },
              {
                "bitrate": 10368000,
                "content_type": "video/mp4",
                "url": "https://video.twimg.com/amplify_video/2009283134961950720/vid/avc1/1736x1080/A2pPTHGo1F-ePGeo.mp4?tag=21"
              }
            ]
          }
        }
      ]
    },
    "card": null,
    "place": {},
    "entities": {
      "hashtags": [],
      "symbols": [],
      "timestamps": [],
      "urls": [],
      "user_mentions": [
        {
          "id_str": "33836629",
          "indices": [
            41,
            50
          ],
          "name": "Andrej Karpathy",
          "screen_name": "karpathy"
        }
      ]
    },
    "quoted_tweet": null,
    "retweeted_tweet": null,
    "isLimitedReply": false,
    "article": null
  },
  "retweeted_tweet": null,
  "isLimitedReply": false,
  "article": null
}