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

Grant Harvey

πŸ‘€ Speaker
See mentions of this person in podcasts
8113 total appearances
Voice ID

Voice Profile Active

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

Voice samples: 21
Confidence: High

Appearances Over Time

Podcast Appearances

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

Yeah.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

So first of all, Corey, what, in your opinion, is an agent?

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

Yeah, that's fair.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

So what you're basically talking about is that I think even as soon as 2023, people were marketing agents.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And really what they were marketing was called an agentic workflow.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And I'm going to show a tool.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

So you mentioned Zapier is one tool that people use for this.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

Another one is basically N8N, and this is the popular one.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

The reason it's popular is because it's open source, so anyone could download it and run it on their computer, but you can also just use it through the cloud.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

It's no code.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

So yeah, so N8n is similar to that.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And basically, you work via node with all these tools.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

So you have a little node here that says when this trigger happens, you send it to the AI.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And as way back as 2023, people were basically, instead of having an agent here, they would do something like this where you just send it to, let's say, like chat GPT.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

Then based on what the ChatGPT input is, it would go and it would spit out an output.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And then the node tool would take that output and then send it through this process.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And it's all kind of highly engineered.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

yeah so so it was a highly engineered process where basically you whether you're a software engineer or someone who you know isn't but you were using the no code tool would put together the exact steps the formula essentially for how the ai would do stuff and n8n is a very popular tool to do that now the difference i think between what you're talking about and and what i just described

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

is kind of visualized here by this new node that N8N has created, which is called the AI agent node.

The Neuron: AI Explained
We Go Hands-On with OpenAI's New ChatGPT Agent LIVE

And in order for something to be an agent versus agentic, so in the previous example, I'm the one coming up with all the steps that the AI has to do.