OpenAI Codex Is Retiring the Last Model that Behaves Like an Assistant
I opened Codex CLI today and it showed me this notice: "GPT-5.5 retires on October 14, 2026. Switch to GPT-5.6 Sol to…
There's been a lot of noise lately about "agentic AI," with everyone from startups to tech giants claiming it's the next big thing.
But what is it really?
Here's the thing: what people are calling "agentic AI" is mostly just connecting language models (like GPT) to do stuff in the real world. If you've ever built something that uses an AI model to make decisions and then do things like send emails, update databases, or post content - congrats, you've basically built what people are calling "agentic AI."
Let's break down what's really happening when these systems run:
That's the basic version. But here's where it gets more interesting: you can split these tasks between multiple AI calls, each specialized for a different part of the job. Think of it like a team where different members have different roles:
The power comes from how these different parts work together. Each can be optimized for its specific job, using different approaches and even different AI models. It's like having a team of specialists instead of one person trying to do everything.
Here's where things get really wild: these systems don't have to stop after completing a single task. They can operate in continuous loops, where completing one task leads to identifying and starting the next one. Think about:
It's like having a never-sleeping team that keeps pushing things forward. Each cycle through the system can:
This is where these systems start to get genuinely powerful - not just completing individual tasks, but running continuous processes that build on themselves. Of course, this also makes all those challenges we talked about earlier even more important - one small error could snowball if not caught early.
When you dig past the marketing, there are some genuinely interesting technical challenges people are working on:
Making these systems actually reliable:
Dealing with complex sequences:
Managing context and memory:
The real innovations aren't in the basic concept of connecting AI to actions - they're in making it actually work reliably at scale. Some concrete examples:
If you want to work on what actually matters in this space, here are the concrete problems that need solving:
Give Vroni a GitHub issue, bug report, spec, or rough idea. It reads the repo, plans the change, writes code, runs checks, and works toward a review-ready pull request.
Take a look at vroni.com