Build a team of AI Employees (Full Course)

Full Transcript — Download SRT & Markdown

00:00
Speaker A
I think AI is confusing.
00:03
Speaker A
There, I said it.
00:04
Speaker A
I think there's a lot of terms, skills, MCPs, agent harnesses that are difficult concepts to understand.
00:11
Speaker A
So I had my friend Remy come on the podcast and explain it in the most simple terms possible.
00:17
Speaker A
In this free course on how to master AI agents, he breaks down exactly what each piece is, how they connect together and the simplest ways beginners could start using them today.
00:30
Speaker A
Enjoy the episode.
00:39
Speaker A
I begged them to come on, Remy Gaskill's on the pod.
00:42
Speaker A
You've structured your company where you basically have these folders and .md files that run your company.
00:51
Speaker A
And what I want to do today is I want you to teach people in a beginner-friendly fashion, this is only for beginners, how they could do the same thing.
01:00
Speaker A
How they can set up their own executive assistant, head of marketing, chief financial officer.
01:05
Speaker A
Basically, I want you to basically to tell us the concepts behind all this.
01:10
Speaker A
By the end of this episode, Remy, do you think you can do that?
01:14
Speaker B
100%, Greg.
01:15
Speaker B
We're going to go through all the concepts that make up an AI agent, and by the end of this video, you will know exactly how you can build up.
01:22
Speaker B
Um, agents to run complete departments of your life and your company within any agent platform you choose, whether it's Claude, Codex, Open Claw, Manas, all of them.
01:30
Speaker A
All right, let's do it.
01:32
Speaker B
Sweet.
01:33
Speaker B
So, one of the reasons why I really wanted to make this episode is because I feel like the AI landscape is moving into like stage two.
01:40
Speaker B
From chat to agents.
01:42
Speaker B
And most people are getting left behind right now, just using the chat models.
01:46
Speaker B
And, uh, the founders and employees that are utilizing agents are like, no word of a lie, 10 to 20 times more productive in their day.
01:53
Speaker B
And when you stack that up over days, weeks, years, you're going to just be miles ahead of the competition.
01:58
Speaker B
So I really want to make this episode today to help bring everyone up to where the AI landscape is at the moment.
02:03
Speaker B
And to start using agents to manage every department of your business.
02:08
Speaker B
So, the key thing to understand here is chat models versus agents.
02:11
Speaker B
Because the word agent is thrown around lots online.
02:14
Speaker B
I'm sure you've seen it, Greg, like.
02:16
Speaker B
AI agents this, agents this, use this agent for this.
02:20
Speaker B
And it's kind of lost a lot of meaning.
02:22
Speaker B
So I wanted to give, start by giving a really clear definition of what an agent actually is.
02:26
Speaker B
So the way I think of it is a chat model is question to answer.
02:30
Speaker B
But then an agent is goal to result, so moving from just like you asking, AI replies, then you do the work.
02:35
Speaker B
To you giving the agent a task, it planning out the task and then executing and then delivering you a result.
02:40
Speaker B
Does that make sense?
02:41
Speaker A
Crystal clear.
02:42
Speaker A
I mean, the way I think about it is chat is kind of like ping-pong, back and forth, back and forth.
02:47
Speaker B
Yeah.
02:48
Speaker A
And agent is, uh, you know, you're giving it, it's a goal.
02:53
Speaker A
I mean, the best way, yeah, you're giving it a goal.
02:56
Speaker A
And you're hoping that over time it gets better and closer to that goal.
02:59
Speaker B
Exactly.
03:00
Speaker B
Yeah, that's exactly it.
03:03
Speaker B
And I just think that's a nice way to lay it out in your head is chat is question to answer.
03:07
Speaker B
Agent is goal to result.
03:10
Speaker B
So, when you chat to an agent.
03:14
Speaker B
You might give it a task like, build me a website for XYZ.
03:19
Speaker B
And then it goes away, it does its work and outputs this wonderful website to you.
03:24
Speaker B
But it's really important to understand what's actually happening in this step here.
03:29
Speaker B
So inside this agent step, we have what's called the agent loop.
03:34
Speaker B
So you give it your prompt or task.
03:38
Speaker B
And it goes through these three steps here, which is observe, think, and act.
03:43
Speaker B
So let's just say, for example, um, we're actually going to do this demo after this, but if we gave the agent a simple task.
03:49
Speaker B
Like, build me a minimalist portfolio site for Greg Isenberg.
03:53
Speaker B
It's going to start by, like, you've loaded in that prompt.
03:57
Speaker B
It's going to check if there's any files in the workspace that it can work with, like maybe you've got some information on Greg Isenberg.
04:02
Speaker B
Um, and then it's going to think about what to do next.
04:05
Speaker B
It's going to act.
04:06
Speaker B
And then it just keeps going through this loop.
04:08
Speaker B
So, for that actual example of building the portfolio site for Greg Isenberg, let's just say it was a blank agent.
04:13
Speaker B
We hadn't given it any context.
04:15
Speaker B
The first thing is it's received this prompt to build the website.
04:20
Speaker B
And the first thing it's going to be thinking about.
04:23
Speaker B
Is, okay, well.
04:25
Speaker B
I need to build this website about Greg.
04:28
Speaker B
Who the hell is Greg Isenberg?
04:30
Speaker B
So it's going to then decide to do some research into Greg Isenberg.
04:34
Speaker B
It's going to research everything about Greg.
04:37
Speaker B
And then feed it back into this observe step.
04:40
Speaker B
So then it's going to think to itself, okay, so I've got this prompt to build a website.
04:45
Speaker B
I've now got my research here.
04:48
Speaker B
So I know exactly who Greg Isenberg is.
04:50
Speaker B
And then it's going to start thinking.
04:52
Speaker B
What is the next step?
04:55
Speaker B
And the next step is probably to write up a plan to build the website.
04:58
Speaker B
So it might write up that plan.
05:00
Speaker B
Feed that back in.
05:02
Speaker B
Now it's got the research, the prompt, the plan.
05:04
Speaker B
And then it will think, all right, what next?
05:06
Speaker B
I should probably write the code.
05:08
Speaker B
It'll write the code.
05:09
Speaker B
Feed it back in.
05:10
Speaker B
And it just keeps going through this loop as many times as it needs.
05:14
Speaker B
Until it can conclude that the task is complete.
05:17
Speaker B
And how it concludes that the task is complete is based on the parameters that you set in your prompt.
05:22
Speaker B
So, you know, if you're giving it a research task, you might say compile 10 sources and then create a report as a PowerPoint.
05:27
Speaker B
And then once it's compiled 10 sources and built the report as a PowerPoint, it can conclude that the task is complete.
05:32
Speaker B
And then give you the output as the user.
05:35
Speaker B
The, the agent itself is made up of these four components.
05:41
Speaker B
So it's the LLM, which is the brain behind it, so think like, you know, Claude Opus 4.6 or GPT 5.4 or Gemini 3.
05:47
Speaker B
It's the model.
05:48
Speaker B
Uh, it's got the loop, which means it just keeps going until the task is done and doesn't stop after one response.
05:53
Speaker B
So you're going from ping-pong to like it continuing to go rather than you having to sit there babysitting it.
05:57
Speaker B
It connects in all your tools.
05:59
Speaker B
And then it connects in all the context.
06:02
Speaker B
And a platform that facilitates this process and basically facilitates this loop to happen is known as an agent harness.
06:09
Speaker B
And all of the popular AI agent platforms on the market that you'd be familiar with are just agent harnesses.
06:15
Speaker B
They're just applications.
06:18
Speaker B
Where this loop is facilitated.
06:21
Speaker B
And I want to actually run this little prompt I prepared earlier.
06:25
Speaker B
I want to open up Codex, Claude Code, and Antigravity, and I'm going to show you this loop actually happening in action.
06:31
Speaker B
So I've, uh, nicely prepared before the episode these three demo folders, which we're going to run in.
06:35
Speaker B
So I'm going to open up demo one to work in in Claude Code.
06:39
Speaker B
And the way these folders work is if you've used, if you're familiar with like any of the chat models.
06:43
Speaker B
Like Claude and Chat GPT.
06:45
Speaker B
There's a projects feature.
06:47
Speaker B
Which is where, um, if I open it up actually.
06:51
Speaker B
Try not to get dizzy with me switching tabs so much.
06:55
Speaker B
But, you know, if we create a project here, it contains all your chats in one place.
07:00
Speaker B
It allows you to upload all your sources here, which is your context.
07:04
Speaker B
And then you can even add custom instructions, which tells it how to behave within this project.
07:08
Speaker B
And that's also known as a system prompt.
07:10
Speaker B
Which we're going to dive into how to do this with agents as well later.
07:12
Speaker B
But it's a similar concept that you'd be familiar with if you've used projects before.
07:16
Speaker B
But instead of the project being here on the cloud, we're actually working within projects that are local on our computer.
07:22
Speaker B
So I've just selected this demo one for now.
07:26
Speaker B
And we're going to run, build a minimalist portfolio site for Greg Isenberg.
07:30
Speaker B
And then this little bit here just tells it to actually spin it up, like to publish it on the web.
07:34
Speaker B
In a preview mode so we can see what it's done.
07:36
Speaker B
So I'm going to run that.
07:37
Speaker A
So, so this is, this is Claude Code.
07:39
Speaker B
Yes, yeah, right now we're in Claude Code.
07:41
Speaker B
And this is just accessing it through the desktop app for Claude.
07:45
Speaker B
Um.
07:46
Speaker B
So I'm just going to run that.
07:48
Speaker B
And then I'm also going to give the same prompt to Codex here.
07:50
Speaker B
So this is the Codex app.
07:52
Speaker B
And you can see same concept, it says, let's build.
07:56
Speaker B
We can choose a folder in our computer to work in.
07:59
Speaker B
Like demo two.
08:01
Speaker B
And then we're going to give that a prompt as well.
08:04
Speaker B
And we're going to tell it to host it on a different one.
08:07
Speaker B
And then also in Antigravity.
08:10
Speaker B
So you can see same concept.
08:12
Speaker B
We're going in.
08:14
Speaker B
Selecting a folder.
08:16
Speaker B
And then we will give it the prompt as well.
08:19
Speaker A
How should people think about security and these different products?
08:22
Speaker B
I like to think of security as in just like scoping what they have access to.
08:25
Speaker B
So, by default, Antigravity, Claude Code, and Codex, they're very, very secure.
08:30
Speaker B
Because they're built by these massive companies that have a lot on the line.
08:33
Speaker B
Um, to protect.
08:35
Speaker B
And, uh, I just, you know, if you're, if you're building out these agents to manage different elements of your business.
08:40
Speaker B
Like the other week I built one, um, that does manages meta ads.
08:43
Speaker B
And obviously that's quite a risky thing to give an agent control over managing ad budgets.
08:47
Speaker B
So it's just comes down to like what you feel comfortable giving the agent.
08:52
Speaker B
And also you can control what privileges or you can control what, um, tool permissions it has access to.
08:57
Speaker B
So that if it was compromised for whatever reason, the worst case like isn't that bad.
09:00
Speaker B
And that means, you know, just giving it like read-only access to certain important platforms and stuff like that.
09:04
Speaker B
Does that make sense?
09:06
Speaker A
Yeah.
09:07
Speaker A
Totally, I mean, comparing it to like Open Claw, which is like.
09:10
Speaker B
Yeah, which I want to touch on at the end as well, because that's same thing, just another harness, but it's just like the Wild West.
09:14
Speaker A
Cool.
09:16
Speaker B
Uh, and one thing like.
09:18
Speaker B
A nice little analogy to think about these harnesses is.
09:22
Speaker B
What we're going to learn today is we're going to learn to drive.
09:25
Speaker B
So we're going to learn about how to, you know, steer the car, like how the pedals, the brakes work, the accelerator works, the handbrake.
09:31
Speaker B
But then once you know how to drive, you can kind of jump in any car, whether it's like an old Toyota, a Range Rover.
09:37
Speaker B
And you inherently sort of know what to do.
09:40
Speaker B
And that just comes down to understanding all these key concepts that we're going to go through today.
09:45
Speaker B
And you can think of the agent harnesses like different cars.
09:49
Speaker B
And some of them will have better features like seat warmers and cruise control.
09:55
Speaker B
But it's all, once you know how to drive, you can pretty much jump in any of them and use them.
10:01
Speaker B
So.
10:03
Speaker B
We've just got our thing over here building, uh, building the website for Greg.
10:07
Speaker B
And it's going through this agent loop right now.
10:09
Speaker B
So you can see here, it's actually decided that it's going to launch an agent to go and research Greg Isenberg.
10:13
Speaker B
And I've connected it up to Perplexity.
10:16
Speaker B
So it's now using Perplexity to research Greg.
10:18
Speaker B
So it's going through its first step of the loop.
10:20
Speaker B
And I imagine that, uh, Codex has also done something similar here.
10:23
Speaker B
You can see it's still working.
10:25
Speaker B
But it's gone.
10:27
Speaker B
And, um, started to build this out through the loop.
10:30
Speaker B
I think Claude Code does the best job of actually displaying that loop.
10:34
Speaker B
And allowing you to see what it's thought about.
10:37
Speaker B
Compared to Antigravity and Codex.
10:39
Speaker B
But it's all just going through the same sort of loop process that I described earlier.
10:42
Speaker A
So when you say you hooked it up to Perplexity, didn't it's not like you asked it to hook it up.
10:46
Speaker A
Right?
10:47
Speaker A
It just sort of did it.
10:48
Speaker B
Yeah, because I've, um, I've given Claude Code Perplexity as a tool.
10:51
Speaker B
Via MCP.
10:52
Speaker B
Which we're going to get into.
10:55
Speaker B
Um.
10:56
Speaker B
Very, very shortly.
10:57
Speaker B
All about MCPs.
10:58
Speaker B
Which is just connecting tools up.
11:01
Speaker B
So we can see that in Antigravity.
11:03
Speaker B
It's gone, you can see this thinking process.
11:06
Speaker B
It's gone.
11:08
Speaker B
I'm now examining the current directory's contents to determine the next action.
11:13
Speaker B
I need to figure out if there's an existing portfolio project I can work from.
11:18
Speaker B
Or if I should create one from scratch.
11:20
Speaker B
This information will guide my subsequent steps in building the minimalist portfolio site.
11:24
Speaker B
It's then going, um.
11:26
Speaker B
I'm now going to start to build this thing.
11:30
Speaker B
And then it's built the website.
11:32
Speaker B
And it's given us a little local host preview here.
11:35
Speaker B
So it's created this nice little portfolio site for, for you, Greg.
11:39
Speaker A
What's interesting is like it's super minimalist.
11:41
Speaker A
And I mean.
11:43
Speaker A
It, it did its job, right?
11:44
Speaker A
Like.
11:46
Speaker A
This is, I would totally launch something like this.
11:48
Speaker B
It actually looks really nice.
11:50
Speaker B
Did it, did it scrape your email address correct?
11:52
Speaker A
That's not, that's not my email address.
11:54
Speaker A
And I don't live in Montreal, Canada anymore.
11:56
Speaker A
So, but you know, so there's a few copy things.
11:58
Speaker A
But other than that.
11:59
Speaker B
Yeah.
12:00
Speaker B
It's done a pretty good job.
12:01
Speaker A
It did.
12:02
Speaker B
And if we go.
12:04
Speaker B
So that was Antigravity.
12:07
Speaker B
Um, if we go into Codex as well.
12:09
Speaker B
You can see here it's finished doing its website.
12:11
Speaker B
Which is somewhat similar.
12:13
Speaker B
I think I prefer Gemini's.
12:14
Speaker A
Yeah, agreed.
12:16
Speaker B
And if we check out Claude as well.
12:18
Speaker B
Um.
12:20
Speaker B
It's still going.
12:21
Speaker B
But you can see this loop, right?
12:23
Speaker B
It's gone.
12:25
Speaker B
Okay, first off, who is Greg Isenberg?
12:27
Speaker B
It's gone and researched Greg.
12:29
Speaker B
Then fed it back into that observe step.
12:31
Speaker B
And it's gone, all right, what next?
12:34
Speaker B
Now I need to create the HTML file.
12:36
Speaker B
So it's written the code.
12:38
Speaker B
And then now it's gone, okay, so he wanted it spun up on this local server.
12:41
Speaker B
So now I'm going to spin it up on the server.
12:44
Speaker B
And the last iteration of the loop is to check that it's actually done and can conclude the task is complete.
12:48
Speaker B
It's opening it up and screenshotting the website.
12:51
Speaker B
And then reviewing the screenshots to check.
12:53
Speaker B
That the website is complete.
12:55
Speaker B
And you can see here, it's done another pretty good job.
12:58
Speaker B
This one's very similar to the Gemini one, hey?
13:00
Speaker A
It's true.
13:02
Speaker B
Um.
13:04
Speaker B
But yeah, that's just like demoing how that loop is actually working in real time.
13:08
Speaker A
Yeah, I mean, what comes to mind just by watching this is like.
13:13
Speaker A
How many people on the planet would benefit from a very clean website?
13:18
Speaker A
And like, how, how do you set up these agents so that like, you know, maybe it's like a cold email loop, right?
13:24
Speaker A
Like you're sending cold emails, hey, I built you this website.
13:28
Speaker A
So and so business, do you want it?
13:30
Speaker A
It's going to cost $250.
13:31
Speaker B
Yeah, yeah, that's actually a great idea.
13:34
Speaker B
Um, pre-making websites for companies.
13:37
Speaker B
And it's like an off-the-shelf thing.
13:40
Speaker B
It's like, hey, I made you this website.
13:43
Speaker B
If you want it, like if you want to own it, it's $250.
13:46
Speaker B
You can just do a mass cold email thing.
13:49
Speaker B
Uh, cool.
13:50
Speaker B
So I think that's like pretty much illustrated that agent loop example.
13:53
Speaker B
So I'm just going to go, um, back to our trusty board over here.
13:57
Speaker B
But you can understand that it's just like all of these apps are just different flavors of the same thing.
14:03
Speaker B
And then what we're going to be working up to today is my workspace looks something like this.
14:09
Speaker B
Is I have, you know, a big, like a, a folder for each company or client that I'm working in.
14:14
Speaker B
And then I'll have folders underneath with all my heads of departments.
14:21
Speaker B
And then, um, within those heads of departments, I'll have skills and MCPs, which we'll get into.
14:25
Speaker B
And context.
14:27
Speaker B
And then I've got like an overarching one at the top to just to sort of manage them all.
14:31
Speaker B
But we're going to be focusing today on building out this executive assistant to take care of just your manual day-to-day tasks.
14:37
Speaker B
And free up at least one to two hours extra per day.
14:42
Speaker B
Um, cool.
14:45
Speaker B
So to build this out like we did, uh, with our demos.
14:48
Speaker B
It's running off your local files.
14:50
Speaker B
So we're going to create a folder here called Executive Assistant.
14:55
Speaker B
And also through building out this assistant, it's going to allow us to clearly explain each of the concepts of building an agent in real time.
15:00
Speaker B
And the way I like to think about building agents is onboarding them like a real employee.
15:05
Speaker B
So if you took on a real executive assistant, you couldn't expect just for them to come into the office and you give them a task without explaining your business first.
15:12
Speaker B
Your clients, what you do, the tools.
15:15
Speaker B
Um, because they just would not be a very good executive assistant.
15:19
Speaker B
So that's the first step that we need to go through when we're building out this agent.
15:24
Speaker B
So, uh.
15:26
Speaker B
For example, like this process here.
15:30
Speaker B
Um, I might, I could create a skill called like a daily brief skill.
15:34
Speaker B
You know, that goes through and summarizes like your calendar, your inbox, and your projects in Notion and plans out your day for you in the morning.
15:39
Speaker B
And then you can run that on a scheduled task.
15:42
Speaker B
Because, uh, a lot of these agent harnesses now are starting to introduce scheduled tasks.
15:46
Speaker B
So you can just run it on 9:00 AM every morning, use my daily brief skill to prepare me for my day.
15:50
Speaker B
And then now it's like an automated workflow.
15:52
Speaker B
That, like, you've just got running every morning now.
15:54
Speaker A
Yeah, I'm doing this right now, like, for example, I'm, I'm buying a new car right now.
15:59
Speaker A
And it's like a particularly unique, like color that I want and feature set.
16:05
Speaker A
And there's just none.
16:06
Speaker A
None really available.
16:07
Speaker A
So, you know, every three hours, I, I, I'm scraping.
16:11
Speaker B
That's great.
16:12
Speaker A
All the different car marketplaces and cars.com and Autotrader and all these websites and refreshing like an insane person.
16:19
Speaker A
Um, so.
16:21
Speaker A
Yeah, the scheduled task, that's actually a great example there.
16:25
Speaker A
But, you know, these like.
16:26
Speaker A
These are skills that would be relevant for my executive assistant.
16:30
Speaker A
Same with that car one.
16:32
Speaker A
That could be a good executive assistant skill.
16:33
Speaker A
But then I've got those more elaborate skills built out.
16:36
Speaker A
For like, you know, my, um, content team.
16:39
Speaker A
That ads library scraping one.
16:42
Speaker A
And then, um.
16:43
Speaker A
I've got like, you know, a research, weekly research skill for my newsletter team.
16:46
Speaker A
And that runs on a schedule every Thursday morning to go and scrape.
16:50
Speaker A
Like I've built the skill out.
16:52
Speaker A
So it goes and scrapes Twitter and Reddit to find what's new in AI.
16:55
Speaker A
Um, but yeah.
16:56
Speaker A
Skills are so, so powerful, combine them with like your MCPs.
17:00
Speaker A
So it can use your tools.
17:02
Speaker A
And then you can start to just train up your agent on all the processes in your business.
17:05
Speaker A
And I did, uh, a build out on Open Claw for an agent to manage meta ads.
17:10
Speaker A
And it went pretty viral.
17:13
Speaker A
And the, the way I built this.
17:15
Speaker A
Was with all these key concepts.
17:18
Speaker A
So Open Claw functions the exact same way.
17:21
Speaker A
So I provide, I hope it doesn't time out.
17:24
Speaker A
But I've remote accessed into my Open Claw dashboard here.
17:28
Speaker A
And you can see it's just operating off an agents.md file in the back end.
17:30
Speaker A
But instead of the .Claude folder, it's in a .Open Claw folder.
17:33
Speaker A
And then it's got a couple of these other ones here.
17:35
Speaker A
It's got a memory.md.
17:38
Speaker A
It's got some of these other ones that it's added on.
17:41
Speaker A
Like a soul, which tells its personality.
17:44
Speaker A
And an identity, which tells it who it is.
17:46
Speaker A
But it's that same concept.
17:48
Speaker A
Of markdown context files, connecting your tools, and then creating skills.
17:53
Speaker A
So that meta ads manager one that went pretty viral.
17:57
Speaker A
I just planned it out with Claude.
18:00
Speaker A
I was like, I want to have this open Claw manage my meta ads.
18:03
Speaker A
Help me write the agents.md file.
18:06
Speaker A
To tell it, you are my meta ads media buyer, you do these processes.
18:10
Speaker A
And then I created skills.
18:13
Speaker A
So I created an ad creative skill.
18:16
Speaker A
Um, so new to go look in the Dropbox folder.
18:19
Speaker A
And create creatives.
18:21
Speaker A
I created a copywriting skill.
18:23
Speaker A
So it knew how to write good copy for the business.
18:26
Speaker A
Um, and I just built out, there's probably maybe 15 different skills.
18:29
Speaker A
And then I would combine scheduled tasks, which is cron jobs.
18:32
Speaker A
With skills and the context files.
18:36
Speaker A
And then just give it all the tools it needed.
18:40
Speaker A
Um, and just following the same process.
18:42
Speaker A
As we just went through to build the executive assistant.
18:45
Speaker A
I had an open Claw meta ads media buyer, which was sick.
18:49
Speaker A
I love it.
18:50
Speaker A
And for the beginner, are you like, do you recommend people?
18:52
Speaker A
You know, use Open Claw or should they be using Co-work or Manas and some of the ones you showed?
18:57
Speaker A
So.
18:59
Speaker A
Great question.
19:01
Speaker A
Uh, I would say that Open Claw is probably like one of the hardest to learn and set up of these harnesses.
19:05
Speaker A
I would say Co-work is probably the easiest.
19:08
Speaker A
I think Perplexity computer.
19:09
Speaker A
You did a video on it.
19:11
Speaker A
Um, it's pretty simple too.
19:13
Speaker A
Same with Manas.
19:14
Speaker A
Easy.
19:16
Speaker A
Um, but I would definitely learn.
19:19
Speaker A
Um, and get comfortable using like Claude Code or, um, one of these other ones.
19:23
Speaker A
Before I started to play around with Open Claw.
19:25
Speaker A
And I would also, uh.
19:28
Speaker A
Have all the processes built out in Claude Code first.
19:31
Speaker A
So, for example, that executive assistant over the next two weeks.
19:35
Speaker A
I might build out a bunch of skills like the Sebastian refer skill.
19:39
Speaker A
Um, like a daily brief, meeting prep.
19:42
Speaker A
Et cetera, et cetera.
19:44
Speaker A
And then once I'm happy with how it's all functioning in Claude Code, then I could look to migrate that into Open Claw.
19:50
Speaker A
Where it has that more autonomous nature to it.
19:54
Speaker A
So that's kind of how I think about using Open Claw.
19:57
Speaker A
And those other harnesses.
20:00
Speaker A
Cool.
20:01
Speaker A
All right, anything else you wanted to cover?
20:04
Speaker A
Um.
20:05
Speaker A
I mean, like, really there's no right or wrong way to to run these.
20:08
Speaker A
Like that was the executive assistant.
20:10
Speaker A
I've got one built out for all the other departments in my business.
20:14
Speaker A
And then other businesses I work on, I have the same.
20:17
Speaker A
Um, and you can just kind of build out that structure.
20:20
Speaker A
With what works for you.
20:23
Speaker A
Um, you've got like one of the thing to mention is global versus project level.
20:26
Speaker A
Which I'll just go over super quick.
20:30
Speaker A
So, like those skills, for example.
20:35
Speaker A
Um, you can add them at a global level, which means they apply to every single project you work in.
20:39
Speaker A
Whether it's the executive assistant, your head of marketing.
20:43
Speaker A
And some skills you want globally because you might use them in every chat.
20:48
Speaker A
Um, like a.
20:51
Speaker A
Um, truncate skill.
20:53
Speaker A
That I created, which just makes whenever I want to make something shorter.
20:56
Speaker A
It makes it shorter without compressing the sentences, but just removing sentences that don't need to be there.
21:02
Speaker A
And that's something I want in every session.
21:05
Speaker A
So I've got that in global.
21:07
Speaker A
But you can have project level skills.
21:10
Speaker A
Like that Sebastian refer skill, I would not want that with my marketing, head of marketing.
21:15
Speaker A
Because it's just like clogs up the context and you don't need it there.
21:20
Speaker A
Um, so I would have that as a project level, for example.
21:22
Speaker A
And you can have global skills versus project skills.
21:26
Speaker A
Global Claude.md versus project Claude.md.
21:30
Speaker A
And same with MCPs, you can have global MCPs and project MCPs.
21:33
Speaker A
So that's probably the other concept to go over.
21:38
Speaker A
But look, other than that.
21:40
Speaker A
That's pretty much the entire agents crash course.
21:44
Speaker A
So it's just that loop running in the back end to complete your task.
21:49
Speaker A
And connecting in your tools, your context, and the LLM.
21:52
Speaker A
All in one place, and I'll just say to to work out what roles you want to start to build out an agent for.
21:59
Speaker A
Go into Claude or your favorite chat model and get it to help you build out those context files.
22:04
Speaker A
Through an interview style process.
22:06
Speaker A
Just say ask me questions to build this out.
22:08
Speaker A
I'd connect all the tools that you need.
22:10
Speaker A
And then start building out the skills through daily use.
22:14
Speaker A
And then pretty soon you're going to have like pretty powerful AI agents built for every single aspect and department of your business.
22:19
Speaker B
Remy.
22:20
Speaker A
Thank you so much.
22:23
Speaker A
All good links, uh, in the show notes, in the description, where you can go follow him, get to know him a little bit better.
22:29
Speaker A
And, uh, I appreciate you coming on, dropping some sauce.
22:32
Speaker A
Thank you, man.
22:33
Speaker B
Thank you so much for having me on, Greg.
22:35
Speaker B
It's been a blast.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →