Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Corey Knowles

๐Ÿ‘ค Speaker
See mentions of this person in podcasts
9388 total appearances
Voice ID

Voice Profile Active

This person's voice can be automatically recognized across podcast episodes using AI voice matching.

Voice samples: 1
Confidence: Medium

Appearances Over Time

Podcast Appearances

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

It's quite long.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

There's a lot of description about how codecs should behave.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And this is because this is actually the prompt here for GPT-5 model, which are general.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

You can use GPT-5 for a bunch of stuff, creative writing all the way to coding.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And so because it doesn't necessarily know by default how to work in a coding harness, we give it quite a lot.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

On the other hand, if we go check out the prompt for GPT-5

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

This model is trained very specifically to work in this harness.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And so the prompt is, well, I don't know if you can tell, but the prompt is much shorter.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And we don't have to tell it anywhere near as much.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And broadly speaking, almost anything that we have in this prompt

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

Um, we eventually try to delete because the model should, I mean, most things, there's some of some places.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

So that's, uh, that's on, uh, on like the prompts in our code and the harness.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And there are some valuable ways to prompt codex.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

Like, let's say that every time I prompt, I want codex to work a certain way.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

Um, one thing that I can do.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

So like, uh,

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

yeah, one thing that I can do is I can add a file here called agents.md.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And this file is actually a file that a bunch of coding agents support.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

So like Codex is just one of them, but also like AMP and Gemini.

The Neuron: AI Explained
BONUS: OpenAI Codex Demo, Learn the Absolute Basics of Coding with AI

And this was like a really cool thing that like when we created this name, agents.md, we intentionally made it generic and like plural to like invite like, hey, like everyone should use this.