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

Uh, a fun fact is that, um, I used to work on a startup and I started, uh, that company with my co-founder, uh, obviously, but the point is that I wrote the initial prototype for something we ended up building on an airplane with no wifi.

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

Um, which I actually recently have been on an airplane with no wifi and decided that it would be cool to prototype something.

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

and like wrote three keystrokes and I'm just like, why am I here?

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

This is like, there's no point.

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

I should just like watch a movie because it is so much slower and maybe I'm worse at manual coding probably, but it's just too hard now.

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

Yeah, I mean, I think it's kind of just like abstraction layers, right?

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

I think one of the things that makes software so powerful is that over time we've had

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

more and more layers built by people who are coding before us that make it easier for us to do things, right?

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

So you've got like HTML and then you have JavaScript and React, right?

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

So now you don't, you know, very rarely are you like manually manipulating the DOM unless it's some like very special use case.

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

So like if you develop VS Code, you know, I don't, as far as I know, they don't use React, right?

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

Because it's like a super high performance use case where they need something like more advanced.

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

Similarly, like most people don't need to know assembly today.

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

Assembly is like a low-level machine language.

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

I don't even know if that's the right definition.

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

I took one class in college.

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

And then on top of assembly, there's languages like C. And also, most people never need to learn C today.

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

And we just keep getting to easier and easier to use languages that are more and more powerful.

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

And you sometimes need to understand some things about the compiler or the runtime.

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

You definitely want people on a team who understand the details of how the internals of what you're building work.