Why OpenAI Models Struggle With Their Own Usage API
A funny fact: no OpenAI model, in any format, is able to write a full-featured usage statistics handler for the endpoints at https://api.openai.com/v1/organization/usage/
Even if you feed it the entire documentation with detailed descriptions of every endpoint and resulting object, the output is still broken, non-working code. Meanwhile, Claude from Anthropic handles the task beautifully.
More to explore
Anthropic Warns of an AI Slowdown: Real Safety Signal or IPO Narrative?
Just a couple of days ago, Anthropic released a fairly alarmist statement: the company suggested we should seriously discuss a global slowdown or temporary paus…
The Failure of AI Skepticism: Why Manual Coding Is Already the Wrong Layer
In recent months I keep seeing the same pattern: someone posts another example where some "vibe coders" used AI to generate a project, left API keys on the fron…
You Don’t Need a Perfect Modern Stack to Agentize Your SDLC
Continuing the idea from the previous post. Many companies believe that to add agents to their SDLC they first need to completely get rid of legacy, move to mic…
AI in Software Development: What Comes Next?
AI. What’s next? Up until around December, using AI in development basically meant: prompt -> copy some code -> paste -> tweak -> repeat. Now this a…