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

Carl Yeh

πŸ‘€ Speaker
989 total appearances

Appearances Over Time

Podcast Appearances

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

Yeah, exactly.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

And it's actually not hard to set up because, like...

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

In this case, I'm using subagents, but let's just, for example, ditch the subagents and you're just in a folder and you're just like, you have Claude create a skill.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

I don't know what that skill would be for that specific use case.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

And then when you engage in that task, just build out, literally ask Claude, hey, I want to build a slash command retrospective.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

And it does these three things, review, books out learning failures, update the skill in the folder.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

And that's it.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

And so now you have a slash command, then you have a skill and it automatically updates every single time.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

You can make it as simple or as complex, a little bit more complex how I'm doing here, where every single agent skill gets updated if it's appropriate, if the learning affects them.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

So the skill, so we have like a, let's say property value.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

Yeah, let's say, let's look at this description extractor here.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

So you have the skill, which instructs the agent to what it actually does.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

But then the learning is any additional information that doesn't need to be part of the skill, but that the agent will look at before executing the next time.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

Yeah.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

Every single time.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

If I retrospective based on the, you still have to remember to hit retrospective, but I can create a hook that,

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

when the session's over.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

But the thing is, sometimes the sessions are longer or shorter than what I normally do.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

So just in case, I have control of the retrospective.

The Daily AI Show
Claude Opus 4.6 vs OpenAI Codex 5.3

But you can set a hook that it... Trigger that.