Corey Knowles
๐ค SpeakerVoice Profile Active
This person's voice can be automatically recognized across podcast episodes using AI voice matching.
Appearances Over Time
Podcast Appearances
Okay.
Okay.
And then this is just for fun.
Make the commander more like it had a halo and a cape, right?
Yeah.
So and I, you know, this is demo I like to give.
I can also ask it to add music, but let me not do that because you can't hear anything.
So so OK, so we can watch Codex kind of working now.
Cool.
And so now this is a good time to just like think about what it means to have a coding agent.
So looks like OK, so it figured this out, right?
So basically.
If we look at what happened under the hood, like, so the UI is kind of compressing this because I don't really care about all these steps that the agent took.
But under the hood, what happened is a model GPT 5.1 codex max basically received this query and then it was told, hey, you're actually running as an agent in this
folder repository with a bunch of files, go figure out how to solve this user request.
So what it did is first it was like, what files are in here?
So it ran LS, which is a command that shows you the folders.
From there, it's like, OK, let me go search for the jump function.
So it's running various commands.
It's like, oh, RG is a command to search for things.