Ross Mike, welcome back to the pod.
By the end of this episode, what are people going to learn?
I hope I'm going to share some wisdom on how you can use the agents better.
There's a lot of information going on right now.
I disagree with most of it.
And that's what we're going to talk about.
So at the end, whether you're building something using an agent for some sort of work, you have the best output possible.
And is this going to be a technical dive or you know non-technical person can, Anyone can watch this.
There's going to be a lot of diagrams.
That's all.
You're going to make it clear to understand the concepts, right?
Easy.
Basics.
Let's go.
The first thing that I want to announce, previous episodes, we probably disagree with this point.
But now what's true is the models are good.
The models are exceptionally good.
Opus 4.6 is amazing.
GPT 5.4 is amazing.
I know there's like two sets of camp where, especially when it comes to programming, people are like oh, Opus is the better UI designer.
GPT 5.4 is a better back end.
Generally speaking, we've reached a point we're not at AGI yet where we reached a point where the models are good but context still matters.
And you have the power to steer the models in a direction where you can get quality or you can get slop.
And that's what I really want to talk about.
But before we get into all that and feel free to cut me off because this topic excites me we need to learn how context works.
And context is the model assembling information that it needs to execute an action.
And the way the context is assembled, let's say in the coding agent, but really in any sort of agent is there's this general system, prompt usually by the model provider.
So for example, cloud code leaked recently.
And one of the cool things that, especially as a developer, I got to do is I got to read the system prompt.
So they have this general system prompt that guides the model on how to act, what to do, what not to do.
The system prompt is very important.
And then you have a lot of people have agent.md files or cloud.md files.
Now I'm just going to say off rip, 95% of people don't need this.
The reason being is, again, you have to assume that the models are already good, right?
Now imagine I told you Greg, every time we're about to shoot a podcast Greg, you need a microphone.
You know you need a microphone, right?
You've done this plenty of times, right?
So if I'm building like, let's say, a website with cloud code and I'm telling cloud code, this code base uses React.
I don't need to because it has the code base in context.
It can check the code, right?
So there is this disparity where a lot of people are putting a lot of onus on the harness and the context building.
And I'm low-key starting to strip things off.
Like I'm going super, super minimal because again-
Not to sound like an anthropic or open AI shill.
Unfortunately, I have not been acquired.
None of them are paying me.
But the models are really, really good.
Wait, so 95% of the time, I don't even need to bother with an agent MD file?
You don't.
Unless this is some sort of proprietary information.
Yeah, what is the 5 of the time?
I should care about it.
Proprietary information that like maybe specific to your company, or some methodology that is specific to you that has to be referenced in every single conversation.
Because the annoying part with an agentmd file is every time you go back and forth with the agent, it's added in the context.
Right.
The cool thing about skills and I'm going to talk about skills in a second the way skills are designed.
The skills are used in a way that's called progressive disclosure, meaning when you have a skill file, the entire thing is an additive context.
It's just the title and the description.
So the agent has the title and description in the context.
And when you let's say you have a notion report skill.
Right.
And you tell your agent, hey, I want you to create a notion report.
It's then going to check its context can be like, oh, I have this skill.
Let me check out the entire document.
So it's not in the context.
What's in the context is the name and the description.
But that's enough for the agent to be like, oh, this is a skill I need.
Let me go use it, which is fantastic.
I'm a skills maxi.
And I'm going to show later in the episode, like how you craft the perfect skills.
But with agent.md and cloud.md files, it's context being added at every turn.
So let's say you have like a thousand line file, claw.md.
And let's say that's like 7,000 tokens.
You're spending 7,000 tokens on every run.
Now, do you need to?
Most likely not.
It probably should be a skill.
But if you have some sort of company proprietary information or like there's something specific that you do that the model needs to know at every single turn, then you use it.
The thing is, 95% of people don't have that.
So I'm not a fan unless that's the case.
And the reason being is we're wasting tokens.
It's in every single turn.
But this is where the beauty of skills come.
I'll show my screen here.
The your skill.
Again, this is not like word for word how it looks, but a skill basically looks like this.
There is a name.
There is a description.
And then underneath is a bunch of information.
I'm going to put a bunch of info.
When you create a skillmd file, what gets added into the context is actually just the name and the description.
Right.
The bunch of info doesn't get added.
So imagine you have two sentences versus an agent on MD that has like a thousand lines.
That get added into the context.
We're talking thousands of tokens compared to a couple hundred.
And the agent only gets the bunch of info when it realizes it needs this skill.
So if I have, let's say, a certain way of generating a report, a certain way of structuring my code, Why would I put that in the agentmd file when I can have the agent call on it progressively when it needs it, right?
So this is why skills are honestly like I'm a shill, I'm a maxi, but people do it wrong.
And I'm going to share the right way on how do we create skills, right?
So, so far we have the system prompt, the agent.md, the skills, and then we have the tools, right?
So if you're using cloud code, there's already built-in tools, a read tool, a write tool.
Like there's many tools that it uses.
This has to be added into the context because the model, the model doesn't call the tools.
Like it's the agent harness around it that allows it to call the tools.
And then in this case, we also have our code base, right?
Like whatever, if we're building a web app, a mobile app, I know most people here won't care for the specific framework.
And honestly, we're getting to a point if you're not technical, you really shouldn't.
And then we have the user conversation.
So this is what. the complete context window is filled with, right?
And this can total up to, let's say like at the beginning, this could be like 20,000 tokens.
And as the conversation continues to grow, you might reach your limit of 25, 250,000 tokens.
And that's when you see both Cloud Code and OpenAI Codex, they'll compact, right?
So beautiful so far, right?
This is how context works.
Why skills are important and how you should generate skills.
Let's say I have a specific workflow.
For example, for my YouTube channel.
You know we're at a point right now Greg, where we get sponsors now.
Crazy.
When I first joined, when I first came to the pod, not a thing.
We get sponsors now.
It was just your mom sponsoring the.
Yeah yeah, it was just her showing love, feeding me, uh.
But now we get sponsored.
I get a lot of emails, and some are good, some are bad, and it's a lot of time, i'm sure you're aware, to comb through and to check.
So i have an open claw agent that has its own email.
Right, i don't have it.
I don't haven't given it access to my email uh, because there's like a And I've been hacked before, so I'm very careful with these things.
But it has its own email.
And every time I get an email from like a sponsor, I forward that email to the agent.
Now, the first time I told my open cloud agent, I'm going to forward you emails.
Check every 15 minutes when you have an email.
And when you check the email, do research on a sponsor and tell me if they're worth it.
That's all I told the agent.
Every sponsor email I sent it, it was like legit, legit, legit, perfect, perfect, perfect.
There was no like there was no rejection.
There was no this is bad or these guys are a scam or this product's not good.
Like there was no deep research being done by it.
So then I realized, OK, the model needs a step by step guide.
This is when I create a skill.
But here's the problem.
A lot of people will I'll just write it down here will identify, identify.
They have a workflow right.
You have some sort of workflow and then they'll jump to create the skill right away.
This is the... Let me click hide here.
This is the worst thing you can do.
I'm just going to draw arrows to signify that this is bad.
You don't do these.
And the reason why you don't do this is... Imagine...
You hire an employee or you're mentoring somebody.
Correct me if I'm wrong.
You're probably going to tell them what to do.
And if they ask you questions on how to do it, you'll help them.
You would ideally like them to fail and then you want to then tell them, no, this is how you do it.
Like there needs to be some sort of experiential learning.
The way I've been creating skills Greg and I have like 100 percent hit right now when I tell my agent to do something specific is is I actually walk with it step by step on doing the workflow?
So in the case of my YouTube analysis, I told the agent, okay, I just sent you an email.
Tell me about the company.
Company's this, this, that, and that.
Okay, check their Twitter, check their YouTube, check their Trustpilot, check if they've raised any money.
If not, Two of these are have not two of these don't exist, are not a good standing automatic rejection.
It checked and it was like, you're absolutely right.
I was using Opus.
These this is not a good company.
And then it would just we would we have a spreadsheet in Google Sheets.
It'd be like no contact.
It's so frustrating too, right?
Because you're like, you give it a task and it seems like so binary, like right or wrong.
And then when you tell it, hey, like, why didn't you look at the trust pilot?
Why didn't you see if they've raised money?
You're absolutely right.
Yeah, absolutely.
It's like, what?
And the thing is, the reason why this is the case is the models...
I actually don't think they're predictors of tokens, right?
So when you give it English, when I give it English, it maps it on this vector graph and then it looks for the closest resemblance and it says this is the response, right.
So when you say, what is the capital of France?
It maps it again on this graph and it says, oh, Paris is pretty close, right?
Then it gives you Paris.
It has no, it doesn't think, it doesn't understand.
It feels like it understands.
It feels like it thinks.
Heck, it even feels like it has emotion.
That's because it's been trained on so much data. but it actually does not know how to think.
And this is where a lot of people will be frustrated with like, why is it not understanding me?
You have to walk with it.
So I told it, okay, this is how you research.
And it's like, okay, it researches.
And guess what?
This is part of the context.
And we're like okay, now that you're done researching, when it's a good company, these are the qualities you look for.
And then when it's really good, send me an email.
And then once we had a successful run and we did it again and again, then I converted it to a skill.
The reason being is a lot of people create the skills themselves, or I mean, they'll use the AI to create the skill, but it doesn't have the context on what a successful run looks like.
Because most of the time, especially if you're using OpenClaw, it's probably going to fail at the API call.
It's probably going to call the data wrong.
There's so many places it's going to get wrong.
And I see a lot of people saying, it's just so frustrating.
This is terrible technology.
Why doesn't it work?
It's because you don't understand how an agent works, right?
It will mimic you perfectly, but you've given it nothing to mimic, right?
So I will... do the workflow myself.
So the updated version is identify the workflow, go back and forth and teach it.
So like I'm doing it, like I'll be like, okay, first do the research.
Here's the result.
And I'm like, what do you think about this?
Oh, these guys are terrible.
You're absolutely right.
Okay.
You should go to the Google sheet and mark this as bad company.
I've done that.
Once I've had that back and forth, then I tell the AI, review what you did.
And then create the skill.
So now it has actual context with how it worked.
And it's going to create the skill beautifully.
I don't handwrite skills.
I don't think you need to.
You can use AI to do it.
They even have a skill to create skills, skill exception.
But you should have the context of what a successful run looks like.
And this is why, by the way, Greg, I don't install skills.
No.
Like I've seen people like, oh, this notion skill, this social media skill, whatever.
I'll review it.
I'll check it out.
I'll even give it to my AI and be like, oh, what are some things we can learn from this?
But I don't download skills, because your agent needs the context of a successful run, which you then turn to skills.
Right.
And this is the big thing I see.
You see skills marketplaces, you see download this and that.
First of all, it's an easy way to attack somebody.
So I would be very, very careful with downloading some random person skills.
But second of all, again, it's all about context, right?
It's all about, and you know, OpenClaw has a memory layer and all these type of things.
You want it to do the right thing.
And the only way it can do the right thing is if you give it the proper context.
And to me, the best way to create a skill is to work with it in your specific workflow.
Once you have a successful run, tell it, okay, review what you just did.
This is the skill you need to create.
I'll pause here.
I mean, it makes sense, right? if you hired an employee, you would do the same thing.
You wouldn't just be like, okay, go do this thing, good luck.
And by the way, this is how you're going to go do things forever.
You would map out a workflow.
You would identify what right and wrong is.
You would do it iteratively.
And then once you've gotten to that point, you would codify it.
100%.
And I think that's the thing.
We should treat models and these agents like very new employees right versus like these black magic boxes that like know everything right.
They know everything because they've been trained on a lot of data, but they don't know your workflow, your steps, right.
So I see a lot of people who have you know 15, like right off the rip, they'll set up OpenClaw and 15 sub-agents, 30 skills.
Yet you haven't even set up your own workflows, right?
And these things are cool right off the bat.
And there's a perfect time to use sub-agents.
I use sub-agents a lot.
But the way you build, like I call it scaling for productivity, not scaling for what looks cool, right.
Like I've seen like, for example, Paperclip.
Paperclip looks awesome, right?
Cool, I used it, I loved it, right?
But I think people would be more productive if they built up from scratch their own version.
Meaning like, okay, you have your own like, you know, like editor, right?
Content creator.
So you're asking people to do the work, basically.
100%, 100%.
And because the thing is it's like I'm in a position where people using these beefed up things make a lot more sense for me.
And the reason being is I can build a product like that.
I know what your audience wants.
I know what my audience wants.
Heck, I can spin up agents and build this thing.
But if I'm going to be completely honest, if you want to scale for productivity, it starts with one agent and you building up the skills.
And then okay, now you've built up some skills and now you add a sub agent and your one agent manages multiple agents right,
Like imagine this, like imagine I start a company and off rip, I have 10 employees, right?
Never managed a team in my life.
Heck, I don't even have a really big family.
So like I'm alone.
You know what I mean?
So it's like you have to sort of... Yeah, it's not sexy.
And I apologize if this is not the cool thing people wanted to hear.
But you sort of have to put in the work and build it up.
And I personally believe you're building skills like your personal human skills, not scalemd files that when the models get better, when the agents get better, you will be more valuable.
Because, at the end of the day, as long as there's no new paradigm for models, LLMs just predict tokens.
They don't understand or know the way you and I do.
Right.
And this is why, although like the job scene and all this stuff is scary.
I genuinely believe anyone who knows how these tools work and like knows how to build agents and like craft skills and like knows how to make them productive.
We're in for a good run.
So you're saying that if you know how to do this, you won't join the permanent underclass.
The permanent underclass.
So is the permanent underclass basically like I've seen this on Twitter a lot.
Is that basically AI has replaced you?
So now you're just.
From what I understand, it's once AGI comes.
All these white collar workers are going to lose their jobs.
And if you don't know how to build skills, use AI.
People say you're joining the permanent underclass.
That's the term.
It's permanent too.
That's scary.
So I just have a little bit of time left.
Yeah.
By the way, like.
It's ridiculous to call it a permanent underclass.
Yeah, because that's terrifying.
I can understand underclass.
But permanent... Like you say, there's no hope.
No hope.
Yeah.
I mean, we are in like...
Knowledge that took 20 people, 20 years to acquire is now like 20 bucks a month, right?
So there is like a huge shift, right?
People who are non-technical are.
I think I saw yesterday like some guy had like a hundred million dollars and he vibe coded the whole app.
I think it was him and his friend.
1.8 billion.
Billion?
Yeah.
So you know what I mean?
Like it is the, there is a shift, right?
And I think this idea of like, I love how you were like billion.
You were about to just leave this podcast and just be like, no, you know what it is?
I just realized, man, I overthink things.
Like I just need to drop the thing, release the thing.
And there's like wisdom in that.
Like.
So there needs to be this level of delusion, which I don't have.
Like I'm trying to work on where you're like, this is just going to work out.
We're just going to launch the product.
It's going to succeed.
And if it doesn't, on to the next one, because 1.8 billion. yeah dude like b b usd we're yeah we're not talking monopoly because it was canadian uh it's it's um we're not talking carny coins We're talking real Benjamins.
Yeah.
Yeah.
That makes sense.
That makes sense.
But yeah, like I hope this like understanding of like again, I personally don't think you don't need an agentmd file unless you have something proprietary.
Skills are valuable.
Build your own, though.
Build, build your own.
Like, you know, like when you asked your mom when you were a kid, oh, can we have McDonald's?
And she's like, we have food at home.
We have food at home.
Build your own skills.
For coding perspective, from coding wise.
A lot of the companies model companies have realized that the agents are really good at writing code, particularly TypeScript.
And this is why there's been, like you see, this advancement with like Cloud Cowork and like even OpenClaw.
Really what they're doing under the hood is they're writing code, right?
They're writing code, calling APIs and all this stuff.
So, when it comes to building a project, you actually don't need skills or you don't need an agent MD file specific to the text that you use.
Like I remember we used to I'm using React and, you know, Convix or I'm using Next.js and Superbase.
I'm using this and I'm using that.
And you put that in the agent MD file.
You have like everything.
All these lines.
For the most part, unless, again, you have a specific, specific workflow, unnecessary.
And the reason being is code itself has become context now.
So the more important thing is starting with a solid foundation.
Templates used to be big back in the day.
People made lots of money with templates.
I believe templates are going to have a renaissance.
Because if you have a solid like template, right?
Like whether it be like for a web app or mobile app, because that becomes context for the agent.
It's going to build on top of that right.
And again, I didn't need some large agent.md file.
I didn't need any large CloudMD file.
What I needed was, again, minimal context usage and skills.
So if there's anything...
Anyone can learn from me is build your own skills, build your own skills.
And there's this methodology.
I don't know if I've shared this with you recursively building skills.
So let's say you've built your skill, right?
I have, I'll draw a diagram because why not?
Let's say I have a workflow and after you like setting up my workflow with an agent, I've decided, you know what, I'm going to turn this into a skill.
Right.
So this is my skill.md.
Now, here's the thing.
Even though you have the skillmd, the agent at some point is still going to mess up because there's probably gaps in the information it has in the skill.
So when it messes up, I'm going to work with it again.
How do I work with it?
You messed up.
Try calling the API again, try doing this again, or even ask it when it tells you oh, I failed, I couldn't do this task.
Believe it or not, when you tell the agent, Why did you fail when you ask it?
Like, what's the error that you got?
It will tell you descriptively.
Oh, I got a 505 error.
You have insufficient credits.
Like, oh, okay.
So it's a credit issue.
Fine.
So I would tell it that.
And then...
I would pass that failure back to the agent.
So let's say it did something wrong.
We identified the failure.
All I did was asking it.
I will give that failure back to the agent.
I'll be like, you failed here.
This didn't work.
Fix this. it's going to fix, it's going to write code, it's going to do whatever it does.
Once it fixes it and it's done it right now you tell it with the new fix, update the skill so this doesn't happen again.
I have like for my YouTube channel, I have like a report generator.
It calls Notion Dubb Analytics, YouTube Analytics, Twitter Analytics.
It pulls from like eight data sources.
There's no way you're going to one prompt and the agent's going to do it.
But every time I tell it to do that work, when it takes like 10 minutes, it executes it flawlessly.
Why?
I went through five loops of this. five iterations of recursively building this skill.
And that skill is so good.
I genuinely think, if anyone's going to if like, skills marketplace is going to be a thing, there's going to be people who sell skills like really well-defined, like step-by-step skills, because people are just creating them without having built out the workflow with the agent.
So use the workflow by hand, like telling it each step.
Once it's done it completely, create the skill.md file, continue to use it.
It's going to mess up.
When he messes up you thank God you don't complain, because a lot of people are like oh oh, it messed up.
I'm angry.
No, this is a moment where you identify the error, tell it, this is the error, fix it.
It'll fix it itself.
And then you tell it to update the skill file so that this doesn't happen again.
So that's a little bit about shifting your expectation, right?
Because people just assume it's going to work in the beginning.
You're saying basically it's not going to work initially.
There's going to be two, three, five, six hiccups.
And over time, it should be good.
So this is most people's expectations, right?
And the way I've personally experienced is it's like this.
So there's like this early area of investment that you have to make.
That sucks, that nobody will tell you, especially Agent Harness's company, because they wouldn't raise as much money if they did.
But like this, maybe I would give it two weeks because it took me two weeks.
Like OpenClaw, when I first set up OpenClaw, I thought the same thing.
I'm like, what is this garbage?
Like it doesn't understand anything.
It's confused.
And then I realized like, oh, like, let me go lower level.
The models and the agents like they they don't think like you and me.
I could tell you, hey, Greg, we need a report on like, you know, the financials and notion.
Because you probably were in the same business.
We worked together you would understand, based on the context you have the business what that means.
But imagine a new guy joins like, yeah, I need a report on the financials.
So where do I even start?
You know what it reminds me?
I wonder if we can put this clip in, but in the office, you watch the office.
I am not an office watcher.
Unfortunately, there's a clip that there's a new boss and the new boss goes to Jim, one of the main characters.
Yeah.
And he asked for a rundown.
So go The Office Rundown.
Oh, no.
Basically, the whole episode is about jim trying to ask around and be like what, what is a rundown?
Like what is a rundown?
He's like calling his dad, like what is a rundown?
You know what i mean?
He's just um, he didn't have the context.
Yeah, he didn't have the context, Yeah.
And it goes back to my initial point.
The models are really, really good now, but the context matters more than anything.
Right.
So when you see like these large agent, like companies and sub agents and again I'm not saying those don't work, but I'm saying
Probably won't work for you off rip because you haven't built it up to get to that point.
Right.
So let's say like for me, for example, I started with one agent.
Let me draw this.
I started with one agent and.
And this was like my main agent.
This did everything right.
This checked my spreadsheet.
This checked my sponsors email and all these type of things.
And once I had like predefined workflows, let's say for like, working with sponsors, then I can actually have a sub agent.
What's the purpose of the sub agent?
The sub agent does all the marketing stuff.
Right.
But I'm not creating the sub agent for the sake of creating it.
It's going to have skills.
It's going to have context.
And it actually makes sense for me to have sub agents.
Right.
So I've built out my thing to like now I have five sub agents.
I have one for marketing, one for business, one for personal.
And that's it.
And I'm willing to bet if I want open cloud or open cloud with anyone.
My system is more productive because I didn't scale for what looks cool.
I scaled for productivity.
That was a bar.
That was a huge bar.
We got to clip that.
I was just thinking that clip, that's going to rip.
Yeah, that was a bar.
What else do you want to leave people with?
Or is this this is the main point?
Yeah, like here's like the we've got to put where the models are good.
The models are really good.
The context matters plus the harness.
Right.
So, for example, there was this benchmark although I'm not 100 percent supporting it that there was a difference between the quality of output that cursor generated versus cloud, code versus codex.
Right.
So what that tells me is that we've reached a point where the models are really, really good.
They're probably going to get better.
The next iteration is probably going to get better.
But the harness and the tools that you surrounded, the context that you give it is going to matter even more.
And just like in everything in life, less is more, right?
Like building up step by step, making it productive for you first, before you add the shiny new thing.
Like because I tried all these tools all the time, like especially paperclip.
Paperclip blew up and a lot of people have been talking about and it's fantastic.
But i'm willing to bet if people took two weeks to build up to the version, because you can prompt open cloud to do all that stuff.
If they built up their own version of paperclip in two, three weeks where like, they're building things that they actually need, their productivity level will skyrocket through the roof.
It's a hot take.
It's a hot take.
It might get me in trouble.
No, it won't get... Who's it going to get you in trouble with?
Maybe Perfect Clip Reviews is a billion dollars and they don't acquire my podcast.
I think Listen, you're out there, you're trying things and you're just sharing what you're learning in real time.
So if you're just...
Things can change, by the way.
Two weeks from now, it could be like, no, give the agent everything.
There's this new memory paper that Google released and now it has the ability to index information and stuff.
As it pertains to real life, less is more, simple is better, right?
If you can't explain it in a few sentences, you probably don't really understand it, right?
And I find that the models are trained on so much information, especially when it comes to programming, building and like and what do you call like day-to-day work, like financial work or like any sort of like, you know checking, contracts and stuff?
Like the model companies are focusing on that, like on white collar work.
The models are really, really good.
What matters more is the harness and the tools you provided.
And the one thing that you and I have that the models don't have is my specific workflow, my specific taste, my specific strategy of doing things.
And those can be codified in skills.
Right.
This is why like skills make sense when you build them.
If you download my skill, like I have this one skill.
Again, don't download it.
I'm telling you now, do not download it.
Don't use it.
I just put it so I can get some GitHub stars.
I have this one skill, and it's literally a code structure skill, and I'll put the mark down so people can see it.
It's 116 lines.
It's basically after AI has generated a bunch of code.
I like it structured in a certain way, so it's easy for me to review it.
And, like I mentioned earlier, with skills.
The only thing that gets added into context is the name and description.
So when I look at the name, it's code structure.
When I look at the description use when multiple workflows duplicate the same operational logic, when deciding that blah blah blah blah, blah some nerd stuff.
So when I tell the agent I want to clean up the code structure, it checks the skills it has.
It sees the name, it reads the description.
It's like, oh, this makes sense.
Then it progressively discloses meaning.
Once it realizes it needs this skill, then it adds the rest of this right.
Versus if this was my agentmd file.
Imagine every single time and we can actually check how many tokens this is.
Let me check.
What was it?
OpenAI token tokenizer.
If I go to this.
So this is 944 tokens.
So if this was an agent.md file, every single time I have a chat, I'm adding 944 tokens.
Tokens ain't cheap now.
But if I just have the name and the description, it's just 53 tokens.
And it's not even cheap.
It's just like you're not trying to hit the limit quicker than you need to hit the limit.
Because the model will get dumb as the context window closes.
Right.
So if you have like a context window and I can draw this out, if this is your context window and like the optimal is you're between, like there's always like maybe like 10 percent already filled with all the system prompt and all that stuff.
You want to be between, like you know, fresh to like 70.
Because the closer you get to 99, 100%, like 99, 90, 80%, it starts to get dumb, right?
And you could think of this like a human.
Like imagine you throw...
A bunch of information again and again and again and again.
And this is why, like when I like was in school, like last minute, studying never worked for me because, like I didn't pay attention the entire year.
Now I have to learn about polynomials and I have to do these graphs and there's this weird notation
It's impossible for me to catch up, right?
And it's the same way with the agents.
You want to keep your context window.
You want to save your context window because it saves you money.
But not only that. it makes a more performant agent.
So less is more, less is more.
Rely more on the model strengths, and what the model needs is what's unique and special about you, your workflow, your business, not general knowledge.
Don't tell the model, use React.
It knows to use React.
Don't tell the model you know things that like should already be known for the like you know tasks.
Like, for example.
Like let's say I'm doing a financial report and in the agentsmd file I say to denote money, use a dollar sign.
It's going to use a dollar sign, right.
Now, if you have a specific currency, then you like, oh, use this currency.
This is the you know like for something that the agent won't do manually like, won't know manually.
That's when you have, like your agentmds, cloudmds.
But honestly, these are a farce.
You don't need them.
Skills, skills, skills, skills.
Skills is what it's at.
Thanks for keeping it real.
I appreciate you, man.
It's all I'm gonna do.
No, I appreciate it.
Uh, like always, I'll include links where you can follow Ross Mike on YouTube and X and other places in the show notes in the description.
So go follow him there.
Always clearly breaking down things.
We, uh, I have to be real with you.
You weren't going to come on the show today.
I wasn't.
And I'll be honest.
I told Greg and I'm just going to be frank.
I'm like, I don't have that banger, you know, something new drop in.
Let's review it.
Because if we're going to be honest, they're not that many tools dropping nowadays.
Like, unfortunately, the big dogs are running the show.
The clods and the anthropics and the open AI, especially when it comes to general purpose and coding.
They sort of run the game.
So they're releasing updates and, like, all the stuff has already been covered.
So I was like...
Greg, I don't know if I have anything valuable.
And what did I say?
You're like the people, you know, you got to think about impact.
You got to think about what, you know, this could apply to someone's.
And you showed me like a testimony, right?
I sent a text to you.
Yeah.
I'm going to pull it up.
I sent a text to you of someone who saw a video that we did together.
And that video got him into coding.
Now he's running a cake business and he's making $150,000 a year and growing.
And he said the Greg and Ross Mike episode in november last year is what got me into coding.
I've recommended to everyone asking how to start out and i just sent you that text.
I said it's not about the numbers, it's not about you know, because you said in the text you don't see it sometimes.
Right, i need everything we do to get to 200k views.
You know yeah yeah yeah, and i'm just like I hope this gets 200K views or more.
So like and comment to juice those algorithms.
But if it gets 2000 and two people end up taking this information and changes their business, their productivity, how they think about things, then I think that's why.
I think that's why you and myself have been put on this planet earth is to inspire people to get their creative juices flowing.
And so I thank you for, for coming on and, and taking time out of your day.
And I appreciate the motivation and yeah, I hope this helps somebody and I can't wait to be back with more.
Absolutely.
All right.
Catch you later, dude.