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

Maybe it's like a human going to sleep.

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

It can be awake for so many hours.

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

And so if your task is, and by the way, that's a terrible analogy, but whatever.

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

If you're doing a really hard task that takes longer than the model's context window,

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

you would kind of historically get stuck.

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

And so this is something we've been working on, both making codecs faster, which is what we were talking about with this chart, but also making it smarter at running through long tasks.

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

So we have this feature here called compaction that basically we train the model how to basically prepare itself to run again in a fresh context window.

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

And then we built a harness to do that in a very specific way that the model is trained for.

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

So we're able to ship that feature super quickly.

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

I have a question about that.

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

Yeah, I mean, I don't know.

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

I think that's up to you.

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

But yeah, you could totally just like have Codex run for ages with just a single window.

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

There's a lot of different patterns.

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

Like actually one of the common patterns at OpenAI, which, you know, I think in the future you might...

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

you might not need this pattern as models get better and as the harness gets better.

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

But one thing that we commonly see is people just like, so I'm just opening another terminal here.

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

You see people like working with the model in one pane and this context they're managing, we're kind of skipping some steps and getting more to the hero side of what you guys are talking about.

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

Yeah, so this basically like if I'm working with Codex here, I might want sort of this one chat with the model where we call them threads.

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

where I'm very opinionated and confident about what I wanted to do.