Navigate Select ESC Close

How AI agents & Claude skills work (Clearly Explained)

2026-04-08 Science & Technology
599.6k
15.0k
420
Greg Isenberg
Greg Isenberg
672.0k subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

I sit down with Ras Mic to break down how AI agents actually work and why most people are using them wrong. Ras Mic explains the mechanics of context windows, makes the case that agent md files are largely unnecessary, and shares his step-by-step methodology for building custom skills that make agents dramatically more productive. Whether you're coding with Claude Code or automating workflows with OpenClaw, this episode gives you the foundational knowledge to stop wasting tokens and start getting real results from your AI tools. Timestamps 00:00 – Intro 00:42 – The Models Are Good Now 01:20 – How Context Windows Actually Work 04:55 – The Power of Skills 09:17 – How to create Skills 16:35 – Skill Maxxing 19:05 – What you need too build a project 20:40 – Recursively Building and Improving Skills 29:23 – Context Window Management and Token Efficiency 33:02 – Closing Thoughts Key Points * The models (Opus 4.6, GPT 5.4) are exceptionally good now — the differentiator is the context and harness you build around them. * Agent md and claude md files get loaded into context on every single turn, burning tokens and degrading performance as the context window fills up. 95% of users can skip them entirely. * Skills use progressive disclosure: only the name and description sit in context until the agent determines it needs the full file, saving thousands of tokens per conversation. * The best way to create a skill is to walk through the workflow with the agent step by step, achieve a successful run, and then have the agent write the skill based on that real context. * Recursively refine skills by feeding failures back into the agent and having it update the skill file so the same mistake is avoided going forward. * Scale for productivity by starting with one agent and building up workflows before adding sub-agents — start simple, then expand. Numbered Section Summaries 1. The Models Are Good — Context Is What Matters Ras Mic opens by declaring that the current generation of models, Opus 4.6 and GPT 5.4, are exceptionally capable. The conversation is no longer about which model is "better" in a general sense. What matters now is the quality of context you feed them — that is what separates quality output from slop. 2. How Context Windows Work Ras Mic walks through the anatomy of a context window: system prompt, agent.md files, skills, tools, the codebase, and the user conversation. All of these stack up as tokens, and the window has a hard limit (around 250,000 tokens). When you hit that limit, agents compact — and performance drops. Understanding this structure is the foundation for everything else in the episode. 3. Skills and Progressive Disclosure Skills solve the token-bloat problem. A skill file contains a name, description, and the detailed instructions — but only the name and description are loaded into context. The agent reads the full file only when it determines the skill is relevant. This means a skill costs roughly 53 tokens per turn versus 944+ for an equivalent agent.md file. 4. Building Skills the Right Way Ras Mic shares his methodology: identify a workflow, walk through it with the agent step by step, correct mistakes in real time, and only create the skill after you have completed a successful run. He illustrates this with his sponsor email screening agent — the first attempt returned all-positive results because the agent had no criteria for rejection. 5. Recursively Improving Skills Even after a skill is created, the agent will still hit edge cases and fail. Ras Mic treats each failure as an opportunity: identify the error, have the agent fix it, then tell the agent to update the skill so the failure is documented. After five iterations of this loop on his YouTube analytics report generator, the agent now executes flawlessly across eight data sources in about ten minutes. 6. Scaling for Productivity Over Flash Ras Mic started with a single agent handling everything — email, spreadsheets, research. Only after building reliable skills did he add sub-agents for marketing, business, and personal tasks. He argues that jumping straight to multi-agent architectures (or adopting tools like Paperclip without building foundational workflows first) optimizes for what looks cool rather than what is productive. 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/ The Vibe Marketer - Resources for people into vibe marketing/marketing with AI: https://www.thevibemarketer.com/ FIND ME ON SOCIAL X/Twitter: https://twitter.com/gregisenberg Instagram: https://instagram.com/gregisenberg/ LinkedIn: https://www.linkedin.com/in/gisenberg/ FIND MIC ON SOCIAL X/Twitter: https://x.com/Rasmic Youtube: https://www.youtube.com/@rasmic

Top Comments (10)

@NicholusCrow-g8z 2026-04-09

This episode changed how I build with AI. I watched it, paused, and built four operational skills in one sitting. A morning startup sequence, a LinkedIn engine, a seat handoff protocol, and a call prep generator. All running now. Ross, the recursive skill-building framework is exactly right. Walk through the workflow first. Let the agent fail. Correct it. Then codify it. That methodology is sound and I can confirm it works. Greg, thank you for putting this kind of depth on the channel. Most AI content stays surface level. This did not. Grateful to both of you.

181 7 replies
@Emis333 2026-04-09

When Ras is in the podcast i am all ears. I am utterly impressed on how good this guys explain things. Keep it going...

167 1 replies
@sergei11165 2026-06-29

OKAY this book actually wrecked my week in the best way. Smart Broke Dumb Rich by Zor Veyl. always thought my family was just bad with money but nah, nobody ever taught them anything. work, pay bills, stay humble, survive. thats not money education thats just being tired on schedule.

75
@eraofaiofficial 2026-04-08

me and my team never never have a second thought if the guest is Prof Ras Mic :))

30
@justinchow5653 2026-04-10

the take on agent md files being mostly unnecessary is spot on. been building multi-agent workflows for a while now and skills are just way more practical for anything domain specific. context window breakdown was super clear too, most people skip over that part

24
@CoachKenWins 2026-04-09

Glad I stuck around to the very end. That authentic and grounded reflection on your purpose was just as informative as the deep dive on skills. Both worthy of incorporating into our daily routines.

23
@scoobysteve0 2026-04-08

I cant tell you how much help this video was. I am not technical by nature. Im mostly non-technical with some knowledge and the ability to learn slowly. Im doing the hard challenge of trying to fight through building out my own OpenClaw server and build everything on our own, and managing all of the pipelines. It has been mostly a struggle, but it was very helpful to hear that you need to build it out yourself, rather than "buying a solution" I am close to giving up almost daily, but keep pushing forward somehow. I just hope these are the right skills to learn.

10 3 replies
@asadickens9353 2026-05-06

This video is enlightening. I would spend 6~8 hours on 1 skill. I would write it, run it, edit the skill to do something different, run it again, edit again. I couldn't find the right words to explain something so a lot of iterations were doomed to fail. The idea of telling the AI a real example, then telling the AI to generate the skill makes the lightbulb go off in my head. I'm going to try this and hopefully my excitement is well placed!

10
@PITCTDigital-x3m 2026-04-24

This is a conversation that will become so valuable in the near future when people are wrestling with unintended outcomes.This will essentially define and expose those who really get work done and those who just copy work.This is real mastery thinking and i'm here for it.

8
@farhanlokhandwala3327 2026-06-18

Finally a video that actually goes in and explain with real use cases, rather than just blabbering about using skills and bla bla without any detailed explaination

3

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan • All features unlocked

App screenshot