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

And then you could take like arguably an even more specialized function like research and like researchers are using Codex a ton as well.

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

as part of how they're doing training runs.

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

They're doing a lot of interesting things also across research and design and other functions to analyze and understand what's going on.

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

Previously, it would be quite expensive to write code for a one-off analysis, but now you can, or you could write a custom viewer to evaluate how the model is doing.

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

We're even starting to experiment with using Codex as part of deciding how to handle training runs as they're ongoing.

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

I don't think this was all in response to like I don't I think like people like me, I'm thrilled to have these tools because as a generalist, it's very useful for me.

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

But I also think that if you're a specialist, you can actually use it to just like go way faster down your specialty as well.

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

Totally.

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

Right.

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

It was, you know, again, it was vibe engineered.

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

So a ton of the code is written using codecs, but there were humans like really like highly qualified humans in the loop the whole way through, right?

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

Like really great engineers who like know exactly what they're doing and you've been using AI for a while.

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

So I think if that is your goal,

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

then you should be treating Codex as a massive accelerant to your own productivity.

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

But ultimately, you are still treating this like an engineer.

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

You're being very thoughtful about architecture.

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

You're defining that before you get started on what you're building and telling the model what the architecture is, using tools like planning to make sure that it builds in that way, maybe being more modular with code than before so it's easier to test and easier to trust units of code without

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

having to make a ton of changes or even arguably review all the code super carefully.

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

Yeah, you definitely want to be doing things like writing in typed languages.

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

Actually, I really think even compiled languages are kind of almost there's a potential comeback for them, like codexes and Rust, because it gives you even more confidence that the code is going to work if it passes its validation conditions.