The Startup Ideas Podcast - Claude Skills: The NEW Way to Build AI Agents (Live Tutorial)
Episode Date: October 27, 2025In this episode, Amir takes us through how to use Claude Skills to build digital employees. We cover practical demos including an A/B testing idea agent, marketing insight analyzer, and a live build o...f a tweet-to-newsletter converter. You'll learn what Claude Skills actually are, why they represent the biggest leap since sub-agents, and how to build them yourself—even if you've never written a custom AI workflow before. Timestamps 00:00 – Intro 01:05 – What are Claude Projects 02:40 – Sub-agents in Claude Code explained 03:34 – Introducing Claude Skills 05:58 – Context rot and the performance degradation problem 08:01 – Why matter Claude Skills Matter 11:08 – Building a UTM link generator with Artifact Builder 17:41 – Claude Skill Demo: A/B test generator for website optimization 20:32 – Claude Skill Demo: Marketing analytics insights from campaign data 23:40 – Building a Claude Skill: Creating a tweet-to-newsletter converter skill 30:32 – Final Thoughts on Claude Skills 30:58 – Why AI adoption is falling and how better prompting solves it Key Points Claude Skills are automated workflows that apply globally or per-project, pulling context only when relevant to specific tasks Skills solve the "context rot" problem where too much context degrades LLM performance and increases hallucination You can create custom Skills using markdown files with instructions, reference documents, and executable scripts The tweet-to-newsletter converter built live demonstrates Skills' ability to match tone and style with minimal training Poor AI fluency and prompting—not the tools themselves—explain why enterprise AI adoption is declining The #1 tool to find startup ideas/trends - https://www.ideabrowser.com LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn 'what if' into reality with AI, apps, and next-gen products https://latecheckout.agency/ Boringmarketing - Vibe Marketing for Companies: boringmarketing.com The Vibe Marketer - Join the Community and Learn: thevibemarketer.com Startup Empire - get your free builders toolkit to build cashflowing business - https://startup-ideas-pod.link/startup-empire-toolkit Become a member - https://startup-ideas-pod.link/startup-empire FIND ME ON SOCIAL X/Twitter: https://twitter.com/gregisenberg Instagram: https://instagram.com/gregisenberg/ LinkedIn: https://www.linkedin.com/in/gisenberg/ FIND AMIR ON SOCIAL Humblytics: https://humblytics.com/?via=community X/Twitter: https://x.com/amirmxt Youtube: https://www.youtube.com/@amirmxt
Transcript
Discussion (0)
In this episode, Amir takes us through how to use Claude Skills to build digital employees.
We go through A.B. Testing Idea Agent, Marketing Insight Agent, and then we build one live together.
You're going to learn about what Claude Skills is, why it's the biggest thing that happened since subagents, and how to actually build them yourself.
Amir, what are we learning today?
Today we're going to talk about Claude Skills. I'm going to tell you what they actually are, how they're different from
projects and subagents in Clod and why this matters and how you can actually apply for work.
Okay. And by the end of this episode, are we going to be able to apply cloud skills?
100%. I'm going to show you, first I want to talk about what it actually is and why it matters,
but I'll show you how to use existing skills in Clod that they just came out with and how to
create your own and how to apply for your work. So whether you're in marketing and data
analysis or any sort of document creation, you can actually use skills to do that.
Cool. Let's do it. Cool. So first thing is I want to talk about Clot. So not a lot of
people are familiar with cloud projects. And I want to talk about what that actually is and why it
matters and how it's kind of related to skills. So within Cloud AI specifically, you can actually
create projects. And they're essentially workspaces with a set of custom instructions. So this is a
system prompt and it has relevant context, memories, and tools. So say, for example, you're part of a
broader marketing team. And you want to create a project that will have a set of,
instructions to analyze marketing data, for example, or generate a newsletter.
And you want it to connect to specific tools, have relevant context and files.
So this could be a glossary of terms used within your organization, your brand guidelines,
depending on the task that is that you wanted to do.
And then also have memories generated from the chats that you have within that project.
So it's really great for collaboration with other team members.
Now, you can also use it yourself as well, but really the ability for you to create
repeatable tasks and do certain set of instructions with external tools and data. So if I'm in a
marketing team, this is something that I want to look at and essentially, you think Claude, share
with my team members, and create projects around it. All right. So the only thing with projects,
I would say that it's important to one, work with your team members to actually refine the system
instructions and then always have relevant context files. As your business changes, the data changes,
you need to update it and you have to go back and constantly update these context files.
And I'll talk about why context is important in this specific session and kind of how it ranks
that working in skills.
Now, the next part of it is subagents.
With subagents, this is more relevant in Cloud Code specifically.
And I actually use subagents in Cloud Code to spin up multiple agents.
And multiple agents are really great at breaking down complex multi-workflow tasks into individual
tasks with specialized agents.
So what does that mean?
Say, for example, you're building a very complex feature.
and you want to delegate the front end to one agent and the back end to another.
So within the chat, you can actually spin up these agents to say, hey, Claude, create an agent that will work on the front end using this set of rules and then create another agent to spin up to do the backend for it.
And what's interesting is the context is isolated to that conversation window.
And so whatever context is provided or gathering that conversation is actually uses an input.
but those agents have a set of system instructions as well.
Now, where things get interesting is skills.
And I want to talk about kind of why this actually matters.
Skills are automated workflows and tasks that you can apply globally at a project or individual level.
So whether you're an existing project, you have a set of system instructions.
You can use skills, which is an add-on or augmented skill set.
within that project or individual chat,
and it can do a set of tasks,
create documents, create PDFs, analyze documents.
It can actually help build MCPs for you.
You can use skills to create other skills
or create visual art as well.
Now, when do you actually use this?
It's for very specialized tasks
based on the constraints and guidelines
and steps built by you, the expert.
I think it was Kaparthi a couple days ago,
he had an excellent analogy where it's like AI is essentially a co-worker or someone that
reports to you. You want to train it. You want to build the guidelines. This is not verbatim,
but basically what he was trying to say was, yeah, it's someone that you work with and you can
kind of build the constraints around it and guidelines on how you wanted to respond to you.
And this is kind of similar in some nature. You can create, for example, let's say you are a paid
media expert and you run campaigns for your clients and you want a very detailed analysis on
your visit to booked appointments and what the conversion.
version rates look like and how that attributes to the different channels you have and what's
performing better than the other in terms of campaigns. You can create a scale that can follow a set
of custom instructions, but also scripts that you can build out yourself to analyze that data.
And I want to circle back later on and why that actually is important. But what's also interesting
is that it actually only loads context when it's relevant to the task. So when a project,
oftentimes you have the LLM that's determining which context to retrieve and add into the conversation
window and reference it. But in this instance, it's only based on the judgment of the task,
whether or not it should pull relevant context, and it's just relevant to it's actually what
you want to get done. So I would say the key takeaway here is that it's repeatable instructions,
it's laser focused on a set of tasks, it pulls in context as is needed,
and it has the ability to run scripts or run code, to perform.
specific functions.
Why this matters?
Because there's a paper grade paper out there
talking about context rot
and how essentially talks about
how to do effective prompt engineering
and how the right amount of system prompts
from very detailed to vague
and the right amount of context
has a huge impact on performance.
And as you add more context,
you essentially could be,
I don't want to be quoted on this,
but potentially be degrading performance
from the LMs and likely to lead
to more hallucination.
Sam Altman, the co-founder of OpenAI, just said that it is the era of the idea guy, and he is not wrong.
I think that right now is an incredible time to be building a startup.
And if you listen to this podcast, chances are you think so too.
Now, I think that you can look at trends to basically figure out what are the startup ideas you should be building.
So that's exactly why I built ideabrowser.com.
Every single day, you're going to get a free startup idea in your inbox.
and it's all backed by high-quality data trends.
How we do it, people always ask.
We use AI agents to go and search,
what are people looking for and what are they screaming for
in terms of products that you should be building?
And then we hand it on a silver platter for you to go check out.
We do have a few paid plans that take it to the next level,
give you more ideas, give you more AI agents
and more almost like a chat gvety for ideas.
is with it. But you can start for free ideabrowser.com. And if you're listening to this,
I highly recommend it. I mean, it makes sense, right? Exactly. The more context you have,
the less likely you are to hallucinate. Well, yes and no. The more context you have,
you're less likely to hallucinate, but the right amount of context. So it's like kind of like a
coworker, like, do you want to give them all the information or just the right amount so that it
doesn't bombard them to get the right task done. Exactly. So that's what I would really
call it, um, break you down into. So I'm going to go through some examples, but I want to talk
about the importance of skill and why it's actually solving a real problem that I have faced
myself. So with custom skills, how it works is that you essentially, uh, create this markdown
file that explains exactly what the skill is and what it does. And you can actually create reference
files that it can reference back into for additional context. So,
say for example, you create a skill that applies
XYZ's company brand guidelines to presentation and documents.
And this overview, essentially, you know,
this skill overview has a set of tasks and instructions it follows,
but you can also have an additional document as a reference
that is an example, existing brand guideline document that I can reference.
And it's only pulling it when it needs to.
You can take it another layer and you can essentially create custom scripts.
as part of that scale. Now, there's a great documentation by Anthropic on this, and they talk about
kind of how to write good scales and descriptions. But what's interesting is that when you are
using a cloud project and you have MCPs or tools connected, connectors connected, the LLM is
determining which tools to call based on your instructions and how to perform that task. So say,
for example, you have a raw, like, output of your meta campaign ad data or your Google ads data.
And you have a project in Cloud that says, like, it's a market analyzer.
I want you to, your instructions are to analyze this data and give me insights.
The LLM is determining how to, like the model is determining how to actually look at the data and perform insights.
And it's non-termistic in a way, right?
Like, it can look at it differently every single time.
and you're not giving the right guidelines on how to actually take the data and analyze it.
And I've seen this firsthand actually working with a lot of clients where, like, you know,
a director of RebOps is looking at churn data, new subscription data,
and they'll put the file into the cloud project, and it's not giving the right output of insights they're looking for.
How this gets interesting is you can actually create scripts that are very specific.
So say, for example, if you wanted to,
have a very set of strict guidelines on how it should actually run and analyze the data,
then you can create that within the scale itself.
To say, I want you to look at column X, Y, and Z, multiply by this, divided by that, to the power
of this, to give me this insight.
That way, it's actual functional code that's running this, and it's not deterministic,
non-deterministic by the model itself.
So, yeah, that's kind of the beauty of skills itself, where you're able to really
bound or create the boundaries on what it should actually work towards for yeah for for like
building out these skills so yeah you can essentially have metadata with it resources and code you can
load it as needed and it kind of breaks down exactly how you should write these skills now let's jump
into some examples let's do it this this is the fun part how do you actually apply this so the first one we're
going to go through is an artifact builder so you can actually go to clod and
it's preloaded with some existing skills.
So we're going to go to capabilities and essentially you'll see there's some existing
skills that are preloaded.
So I have created these two ones right here.
We'll go through them, but I want to show you the ones that are already in there.
So you can have an artifact builder, an MCB builder, and a scale creator.
So it's very meta.
You can create skills with skills.
So we'll go through an artifact builder one and I'll show you an example of what that looks
like.
So say for example, you want to create a tool.
that is relevant to marketers.
Marketers, you know, when they run campaigns,
they always have to have UTM links
to do proper attribution back to their data
to see, okay, which campaign was driving the most
and when they're seeing the analytics.
So here, you know, I have added the artifacts builder scale.
Please create a UTM link generator for my marketing team.
So what's happening here is that
Claude is now going to reference that skill specifically
that we have defined. I'll show you what that skill looks like.
And essentially, it's reading the documentation
to understand how to build components.
Artifacts are essentially these like live apps within Cloud itself
that you can create, very functional web apps,
and you can also share with your team as well.
So what is doing is actually referencing that skill here
and now creating an artifact slash web app
of a UTM link generator
that marketing teams can use
and you can actually just share this
with the rest of your team as well
or your entire team can use this as well.
I mean it's literally a web app.
It's literally a web app.
But what's interesting is
we're now creating a set of specific instructions
and skills, adding a skill to this LLM
now that knows has to follow this
versus before you're saying, hey, code this web app
and it's kind of, you're not really defining
the guardrails or the parameters
of what it should do.
And what happens is people
get frustrated that they're not getting the right result.
Exactly.
And then they're like, oh, you know, AI doesn't work for me.
Exactly.
Exactly.
Exactly.
So this is what it gets interesting, right?
Like you as an individual, you have the opportunity to work with Claude and skills
to build exactly the skill you're looking for to do.
That's a repeatable task.
So if you as a marketer are doing weekly tasks of reporting, create a skill that can
actually help you with that.
Just explain to it in terms of what you're looking for, what you need.
Be very detailed if you were to assume that you're hiring someone else to do it for you.
Yeah, I mean, it really is, I mean, it really is thinking about AI as a teammate,
especially a junior teammate that you have to really give it guardrails and really give it context.
Because that's how you would, you know, if you hired someone junior, you would be like,
Kate, these are the tools that you're going to use
because they don't know the tools they're going to use
because they're new. This is the
context that you need to know about our business
and how we operate. And then you
kind of drip feed them. You don't want to overload
them, right? Because then they're
going to, they're not going to remember
everything or they might, you know,
it just might be overwhelming.
So you drip feed them the context over
time. Exactly. But it's also interesting
is if you start now, as these
models get better and as the toolkit expands,
you now have this like history.
of like training and reference and metadata and memories
that you've created over time now.
So like someone like me who uses Cloud a lot,
I now have a lot of pre-contacts of like memories
and experience building these projects.
Now I know exactly how to use skills and apply it here.
So I think that's where it gets really interesting.
I generally think skills is probably a huge problem solver
for a lot of problems I've seen firsthand working with people.
Like I've worked with a lot of teams right now
that have actually like a lot of go-to-market team.
that have used Claude as part of the workflow.
And the number one feedback I get is
that output was not on what I expected
or it's incorrect.
There's two reasons for that.
One is the prompting is not good.
The prompter.
The problem is them.
But the latter of it is,
it's also the set in that you can prompt,
you know, I worked on with them on setting the right guardrails,
the prompts, the access to tools,
the right retrieval of context,
and it still doesn't get it just right.
And I think this is where skills come in and solves that problem, where it's just that task.
So you now have an artifact that's fully functional and working.
You can actually share with your team members if you wanted to.
And you can essentially like provide a URL like Humboldolix.com or ideabrowser.com.
And it will append the rights like Google and CBC, you know, it was it Black Friday, Cyber Monday.
Yeah, something like that.
And it'll actually create those.
will append it for you.
I don't know why there's a clear button.
It should be a submit button.
You can also sell this to other people
as a product, right?
Yeah, so I think
Claude in collaboration with someone else
created this repository of skills.
I don't want to butcher the names.
I'm not going to say it.
But basically, there is a directory
of some sort with skills and plugins
because they recently came up with plugins as well,
which is like a collection of context
and tools and skills and programs.
all in one that you can install for your cloud workflow.
So there is a huge opportunity for people to sell skills.
Absolutely.
Okay, sorry.
What's the difference between plug-ins and skills?
So, yeah, yeah, plug-ins just came out last week, which is like a plugin.
You plug it in and it has ancillary features, MCP access, context, system instructions.
And I think skills now, I'm not, don't quote me on this.
Cloud's been shipping.
Cloud's been shipping.
I'm having trouble keeping up.
You know, when I was building this out, when I was writing this out,
like I'm trying to understand what skills is.
And as I was actually building with it,
I was like, it's clear to me.
Because initially my gut reaction was,
this is over-complicating it.
How is it different from projects?
Right.
And now I understand why.
Okay.
Yeah.
So, yeah, so we essentially, you know,
HTTPS, idea browser.
com, we can go Google,
CPC, Black Friday, Cyber Monday,
and then generate the URL,
and we have a URL.
Boom.
So that's one use case.
Let's make you more interesting.
I am interested in finding AB testing ideas for my website.
Yeah.
So I have a skill that essentially looks at AB test generator.
And what it does is that you provide a URL and it will come up with headlines or
experiments for you to run for your website to increase conversions.
And it actually, the skill, I created the skill using the skill creator.
I said, I'm going to give you a URL and you're going to run a framework on actually how to run good AB tests for me.
So we're going to test this and see what it looks like.
And then I'll show you an example of how to create your own skill as well.
So, Hey, Cloud, I have just added, I have added the AB test generate scale.
Can you run an eight, can you provide me with AB experiment ideas or humblelitics.com?
And what this will do is here, because I have access to an MCB called Firecrawl,
it would actually use Firecrawl to scrape the URL, the page, and the contents,
and then come back with a very clear framework on experiments to run.
So while that's running, maybe I'll just show you an example of what that actually looks like.
And essentially it looks something like this.
So it gives you an experiment pipeline, impact confidence, ease, ICE score.
And it was actually a really good one.
I actually did it right before this call before the session today was it asked me to,
it told me to actually test shift.
the case study that I have above one section above.
So it's like, here's section and then case study.
Go to immediately social proof.
And I was like, damn, that's a good idea.
Why am I showing the features when I should do the social proof?
So I'm running an AB test right now to see which one is likely to drive more conversions
in signups.
So it's interesting.
Like it really breaks down exactly the control, the variant, the headlines you should
be testing.
So experiment number one, experiment number two.
and if I really wanted to, you know, just take this, put it into my app and then run through an experiment.
You know, it would be really cool if you can automate this.
So that, you know, every month, send me a report.
Yeah.
What's a change.
Exactly.
Exactly.
So if you really want it to, yeah, you can.
You can probably write a skill that I wonder if you can.
I wonder if you can already do that today where you write a skill that write the script that automatically sends you a report every single week or every month.
Yeah.
Why not?
Yeah.
Yeah.
So yeah, you know, I am going to plugging my app and say we do that automatically in our app.
So every week we have like four sets of subagents that go through your website and give you insights from like a copy, conversion, marketing, like a designer as well.
So every week and then we give you like an optimization score.
So similar kind of a similar approach here, but I think doing it within cloud is actually really interesting as well.
Now what I really, really, really want to show you is a problem I've been trying to solve for the past couple of months with these companies I've been working with, which is take day.
and give me the insights that I actually want to look at.
It's such a repeatable task, and it's so important that I think, I can't confirm yet,
Skills has probably solved that problem from me now in a way.
So I uploaded a file called Traffic Analytics.
It's just basically like a CSV of just a bunch of campaigns and revenue data and whatever,
and I was like, I need some insights on this.
And that's what really matters to a lot of people in terms of just the cost go down,
you know, CBC go up, down.
What does a trial conversion look like?
X, Y, Z.
So I provided a file and it referenced the skill and has a set of scripts within that
skill to then do a comprehensive analysis of the data, the traffic data.
So overall performance, your total spend was 400K, your revenue was 854K,
net profit, conversions, which channeled are better than the other?
So you have a clear idea.
And I'll be honest.
Like I, you know, I am going to be honest.
But I would say that, I would say that if I had done this through a project and I just
uploaded the file with set of instructions without running scripts, it would have probably
hallucinated some of the data.
That's what I was going to say.
Because when I look at this, this feels this, if this, if this, if this, if this, if this,
this wasn't in in clod and i had a product manager send me this i'd be like yeah you know this feels
like that level of fidelity um it just you know it just it's it looks right it looks right it looks right
i mean i can't confirm because i don't know the i didn't look at the excel yeah i'm just
just looking at it looks right yeah it does yeah exactly so and i'll show you what it looks like
essentially within the breakdown of the skill itself so skills um what you do is you have
have the actual skill.md file itself. So this, again, is a breakdown of what the skill is,
the scripts that should run, and then, yeah, like generate data for 90 days,
generate data of seven days, generate data for 10 campaigns. And then what the structure should
look like. So you can actually use this to define it. And, you know, if I want to take a step forward,
I can use cursor to then update the skill itself. And I'll show an example of how to create your own
skill. And then you can also reference files. So you can see here it says, see references metrics
MD for detailed metric definition and typical ranges. So if we want to go back into references,
we can see what metrics MD has, which is all the definitions or glossary. So as a marketer,
you get to define what these are and you should be doing that so that, you know, when you run these
scripts and skills, it gives you exactly what you need instead of getting the LLM to actually do it for you.
And then the scripts are made by Cloud itself where it's running a Python script on, you know,
calculating all this for you. So it's accurate in some way or another. Yep. Cool. Let's see where
we are. Yeah, so let's now create, we've gone through AB testing ideas, we create an artifact,
we got some working insights. I think we should now just create our own skill. Do you have anything
in mind? Tell me if this is possible. So I tweet every day and I also have a newsletter.
and every single week I
Basically I use my tweets
Like if it rips on Twitter
I'll kind of expand on it on my newsletter
I have a specific type of style
How I write on my newsletter
So what would be really cool
Like this is something I would hire for
Potentially like almost like a ghost writer
So is it possible to have a skill
That basically like looks at my tweets
And turns it into
long form content that I can review and be the editor of.
Okay, let's try.
Let's find out.
We're doing that long.
You're like maybe.
Yeah, no, absolutely.
I think we can figure out, we can try.
So, hey, Claude, I just added the skill creator skill,
so we're using the skill creator to do that.
Can you make me a skill that takes an existing tweet provided by the user
and turns it into long-form content for LinkedIn?
For, for newsletter.
For newsletter.
Yeah.
So I would
I think what I would do in this scenario
is making sure that we have a reference file
of your existing newsletter.
I would need a read.
And would you need like an export of all my tweets?
Exactly.
Yeah.
Yeah.
So maybe we can try to do one example one right now
and then and then see.
But ideally what I would do is actually,
I actually have this.
I have an automated bot that looks,
has all my tweets and then finds it most viral
once and tries to like expand on it. So ideally we would export all of your tweets. Yeah. And then
and then you know we would in order to keep it updated we would need to make sure that we're
you know constantly updating the rest of it. Yeah. Yeah exactly exactly. So while that's running
behind the scenes I'm going to scrape. I'm going to get some examples of your posts.
Okay. Yeah. That's me. Okay. So what's a good tweet? Yeah. You find a tweet that like
speaks to you and then we'll
okay I like this one actually speaks to me
okay pricing yeah yeah I mean this is a perfect one
because it was too long for Twitter yeah but I
posted it anyways
but if I did even if I did this on a newsletter I would
totally expand on this I got you
yeah and then for the newsletter where's the best I mean I
I don't even know if you can yeah how do I find it
Go to, I think, GregEisenberg.c.k.com.
All right, cool.
So let's take this, actually, and we're going to copy this and then create notes.
Support this example newsletter.
Export it as a markdown, right?
Yeah, as a markdown.
Exactly.
Exactly.
So we're going to go back to Claude now.
So now that we have an example tweet, post, and example newsletter, we're going to
we're going to upload that as a reference file in there as well.
So what we'll do is let me just drop this in here, add these files as references.
You know, what's interesting is they actually give you a zip of the scale for you to upload.
And we're saying now, like add this as a reference into that scale.
Okay.
Stuff is happening?
Things are happening.
We're seeing instructions yet.
So we're adding instructions to similar type showed before where there's instructions to reference the file.
folder. We're going to see a zip now with a folder called references. And if you open it up,
you'll see these two examples in there. Boom. So now we can essentially download this and re-upload it
back into Claude. There you go. Sweet. Okay. Tweet to newsletter. And we're now going to go to
settings, capabilities, upload a skill. And we're going to upload tweet to newsletter.
And now we're going to write the skill.
Try in chat.
I just had the skill.
Can you turn this tweet into a newsletter format?
And you're going to be the judge of this.
Tell me if you think it's good.
Yeah.
So we'll go back.
You know, we already had it, but I'll just copy, paste this to see how it works.
Okay.
And we'll go to Claude.
Let's see what happens.
I'm honest, I'd be surprised if this
crushes it on the first try
because think about how, I don't know,
I'd be surprised, I hope it does.
So I'm very curious.
Like this is, we're doing this live and I'm curious to see how it actually comes out.
And I want to get your honest take on it, right?
Because for me, at least from a data standpoint, to get the insights,
I think it's interesting.
Because like there were challenges with projects before to get the right insights.
So honestly, this is fire.
I mean, so tone of voice.
So we just did this in one shot,
but if we really wanted to,
we would take all of your existing tweets,
all of your newsletters,
and then use that to generate
like a style guide or tone of voice
and then kind of refine this.
But as a starting point, it's not bad.
As a starting point, it's not bad.
And I'll even take a step further.
Like, this is...
It's actually not bad.
Really good.
Especially not bad at all.
Until next time, keep building
and keep raising.
Not keep raising.
raising.
Yeah, we don't.
You know, but keep building I like.
For this to a founder who's been sitting on the same price point for too long.
Like, I like that.
I think that's really smart, right?
We talk about market fit.
We should talk more about pricing market fit.
Like, that's a bang.
That's actually a banger.
Like, if I tweeted that as its own one-liner, like, that probably would do really well.
Oh, until next week.
Yeah, I think so.
Yeah.
Yeah. 100%.
Now, it would have been interesting if you feel like,
if we, you know, we could technically say,
okay, now I'll go scrape like tweets and embed it in there.
Yeah.
That would be really cool.
And the cool thing is you can actually create skills now.
Dude, this is crazy.
I actually think, yeah, like this is,
here's where it gets interesting though, right?
Because you can now create skills that generate visual graphics
because that's a thing now.
Yeah.
So you don't have to do MCP calls to like Canva or anything like that.
You can programmatically create these visuals
so we can update the skills to say,
hey, now add images as well in there.
Yeah.
This is pretty good.
All right.
Yeah.
So, you know, we covered why projects matter, how it's different, I think, from skills.
And I think we got a good idea that skills are probably more deterministic in terms of what
you want to do in terms of how you want to define the skills.
And you can now do programmatic code in there with MCBs and tools and how impactful context is.
Yep.
And, you know, essentially how it differs from everything else.
So we cover some use cases as well.
The last thing I want to talk about is kind of just like, you know, I saw this report.
I don't know if you saw from Ramp where they were tracking subscriptions for like different AI tools.
And they saw that there's a dip happening.
And they're saying there's getting stick here in enterprise, but AI is off ramping and it's not as sticky as we want it to be because cost is coming down.
I actually want to say now with what we're seeing with skills and all the education and awareness around prompting, we should be able to solve that gap.
Because the reality is a lot of companies are investing in AI.
and there's a report now saying that it's not actually being as productive as we thought.
The issue is, I think, prompting and context.
The issue is people.
The issue is not AI.
Yeah, yeah.
That's the reality, right?
There isn't enough AI fluency and education around how to actually do prompting.
People like write, you know, build me a SaaS, one million AR, don't make mistakes.
You know, and the reality is like, no, no, you got to give the right amount of context and do some prompt structure.
And I think when it comes to Anthropic, they do a really good.
job of not only building with intention, but creating the resources, the education to help people
actually become more AI fluent, and giving them tools to do that. And they're very deliberate with
what they create. And it's actually real problem solvers. Like, I've never seen a company so
dialed into customer feedback and just creating something around it. It's almost like they heard
me in conversations about what issues I'm having and, you know, why skills matter. So the net of this
takeaway is AI adoption may be falling. And does,
adoption rates may be down for this month or this past quarter.
I think part of it is just because companies don't have the right resources and the people
to build education on AI enablement and AI fluency.
And once we see that come into play, adoption is going to come back up and there's a tool
not to support that.
Beautiful.
Well, thanks for explaining it to me, honestly, and everyone else.
For more of Amir, I'll include links in the show notes where you can go ahead and follow him.
X is the best place.
Yeah.
Amir M-T, A-M-I-R-M-X-T.
Cool.
I appreciate you coming on.
Cool.
Thanks for having me.
Thanks, man.
Thanks.
