Discover real AI creators shaping the future. Track their latest blogs, X posts, YouTube videos, WeChat Official Account posts, and GitHub commits — all in one place.
Re fun to think about what the pm thinks vs what the engineer thinks in this scenario
“how are people STILL sleeping on the claude agent sdk? i feel like i’m going insane” If Anthropic called the Agent SDK the “Claude Code SDK” (they did originally) it would be 10-100x more popular
some random ai thoughts: - for code, i went from 80/20 claude/gpt to 80/20 gpt/claude in <3 months. surprised by this tbh, and interested to see where the split is at in another 3mo. - claude still mogs gpt for non-coding agent stuff. codex feels like an engineer (which is great
View quoted postCodex is a bus for the mind. You just in and you get where you’re trying to do.
GPT-5.5 prompting guide Now that GPT-5.5 is available in the API, OpenAI have released a wealth of useful tips on how best to prompt the new model. Here's a neat trick they recommend for applications that might spend considerable time thinking before returning a user-visible response: Before any tool calls for a multi-step task, send a short user-visible update that acknowledges the request and states the first step. Keep it to one or two sentences. I've already noticed their Codex app doing this, and it does make longer running tasks feel less like the model has crashed. OpenAI suggest running the following in Codex to upgrade your existing code using advice embedded in their openai-docs skill: $openai-docs migrate this project to gpt-5.5 The upgrade guide the coding agent will follow is this one, which even includes light instructions on how to rewrite prompts to better fit the model. Also relevant is the Using GPT-5.5 guide, which opens with this warning: To get the most...
RT Romain Huet GPT-5.5 is now available in the OpenAI API! The big thing for developers is that it’s not just smarter, it can get complex tasks done with fewer tokens and fewer retries. Ask Codex to migrate your Responses API integration to GPT-5.5!
Will there be a “Deepseek r2”