Hot take: OpenAI AgentKit is NOT going to kill agent-builder startups. Tons of agents use a mix of models from different providers. As new models are released, they're swapped in. AgentKit will only support OpenAI models. There's TONS of room for a model-agnostic AgentKit.
@mattshumer_
-

Sora App Plagued by Engagement Bait Content
By
–
The Sora app is already filled with engagement bait “if you double tap the screen, you’ll see x y z” My feed is mostly this now 🙁
-
Sora 2 Video Generation: Share Your Creative Prompts
By
–
Comment a prompt for the Sora 2 video you want to see. If yours is interesting enough, I’ll generate and share!
-
Sora 2 Generation Capabilities Impress Users
By
–
I’m absolutely cracking up from this Sora 2 gen pic.twitter.com/uYOT8J0zME
— Matt Shumer (@mattshumer_) 30 septembre 2025I’m absolutely cracking up from this Sora 2 gen
-
Sora 2 Access Granted: AI Video Generation Reaches New Heights
By
–
Got Sora 2 access, and yes, it’s as good as it seems Wow
-
Have the talk about AI-generated videos with your parents now
By
–
If you haven't yet had "the talk" with your parents about AI videos Now is the time to do so
-
Sora 2 vs Sora 1: One Year of Dramatic AI Video Generation Improvement
By
–
what an insane difference a year makes
— Matt Shumer (@mattshumer_) 30 septembre 2025
sora 1 (left) vs. sora 2 (right)
both using the same prompt pic.twitter.com/zUpvZX1Z94what an insane difference a year makes sora 1 (left) vs. sora 2 (right) both using the same prompt
-
MCP Tools Integration with Python Functions
By
–
This works with MCP or regular tools! As long as you can convert them to Python functions 🙂
-
MCP Servers: Convert Specs to Code Functions
By
–
This is an awesome approach to using MCP servers. We need more people to pay attention to this. Basically, convert a MCP spec into code functions, and have the model write code to call the functions, instead of typical tool-caling. I’ve been doing this with Python for a long
-
Leveraging AI Models for Code Generation Over Tool Calls
By
–
This is an awesome approach. I’ve been doing this with python for a long time now. You always want to lean into what the model is good at, and obviously, models have seen far more code than they have tool calls. Plus there are benefits like loops etc!