Building Agentic OS
Last updated 2026-08-01What's new
- AI can help create a virtual executive officer (a digital assistant for business tasks) using tools like Claude Code (a coding assistant) and frameworks like Seed (a planning tool) and Skill Smith (a skill-building tool).
- To build this officer, you need to know what you want it to do, what data it can use, and how to connect it to your other software tools using MCPs (command-line tools that act as bridges).
- The focus is on AI augmentation (using AI to improve decisions) rather than full automation (replacing all human tasks), especially if your business processes aren't clearly defined yet.
- You can use tools like Appify (a data scraper) to gather data from platforms like Instagram and YouTube, and integrate it with your officer for tasks like competitor analysis.
- AI systems (called agents) change quickly, so designs that work today may not in 6 months, and it's hard to predict what will last.
- To build lasting systems, think in three layers: execution (brain, handles tasks), context (knowledge, like models and tools), and compute (hands, like browsers).
- Focus on the execution layer, which manages tasks and should stay stable even if other parts change, like swapping models or tools.
- The execution layer should handle long tasks, recover from failures without restarting, and support different ways to start tasks, like schedules or events.
- Claude Code (a tool for building AI-powered automations) lets you work with local files and online services like Gmail, Slack, or a CRM (customer relationship management system), making it more powerful than Claude Chat (a simple AI chatbot).
- Claude Code uses the same AI models (like Opus, Sonnet, or Haiku) as Claude Chat, but adds extra features for working with files and online services.
- Claude Code is like an AI harness (a tool that helps you use AI models), which sits between the AI model (the engine) and you (the driver), helping you build automations and agents (AI systems that can do tasks for you).
- The instructor, Nate, uses Claude Code to build and manage multiple businesses, showing how one person can do the work of a team with AI.
- An AI agent (a tool that automates tasks) is like a folder containing instructions (what to do), connections to other systems (like email or accounting software), and a trigger (when to start).
- Unlike a chatbot (which just answers questions), an agent does work for you, like sending reminder emails to clients who haven't paid their invoices.
- Agents are most useful for recurring tasks, and you can trigger them manually, by a schedule, or by an event.
- You can build agents using existing AI tools like ChatGPT or Claude (AI programs you might already use).
- AI is replacing many jobs, especially those done by junior workers, and this trend feels different from past economic downturns due to its existential nature (potentially changing the job market forever).
- Don't believe everything you see online; negative news about job losses gets more attention, but it's not the full picture, so do your own research.
- AI companies have reasons to hype up their products, so take their claims with a grain of salt and do your own research to understand how these tools are really evolving.
- Many AI tools are still in development and not yet perfect, so don't be fooled by impressive demos—look for tools that have been proven to work well in real-world situations.
- A new AI tool called Jarvis (an AI assistant) helps manage and summarize team activities, ensuring security and control within a company's own AWS (Amazon Web Services, a cloud computing platform) account.
- This setup is designed for larger companies, non-profits, or organizations with strict guidelines, allowing them to securely use tools like Salesforce (a customer relationship management platform) or Slack (a communication tool) on mobile devices.
- The platform built on AWS Bedrock (a service for building and scaling generative AI applications) can be emulated in other cloud environments like Azure or GCP (Google Cloud Platform, a suite of cloud computing services).
- Users can create and manage multiple AI agents, set their roles, and connect them to communication tools like Telegram (a messaging app) or Slack, with all data and interactions secured within the AWS environment.
Key points
What it is
- An Agentic Operating System (a structured framework that governs how AI agents work) is the architecture that makes AI tools reliable and repeatable.
- It's not about flashy dashboards but the underlying system that makes AI agents behave consistently.
- It allows your file structure to become compounded knowledge for your AI agent, transferring context and skills forward.
- It enables shared memory among teammates without exposing everything and improves the system without touching technical details.
How to use it
- Start with one main agent as your chief of staff and create a `CLAUDE.md` file with clear rules and instructions.
- Define agent skills as simple jobs and give your agent access to tools and files, building locally first.
- Use "plan mode" to break requests into step-by-step prompts and create subagents for specific tasks.
- Level up by changing two lines in your `CLAUDE.md` and observe the impact, aiming for "human on the loop" operation.
Watch out for
- Avoid copying finished products; focus on the behind-the-scenes work for true customization.
- Don't treat general-purpose agents as custom ones; dedicated architecture is needed for custom agents.
- Avoid rigid, old-fashioned methods; build modularly, one piece at a time, to understand every assumption.
- Review the code your agent generates; don't assume it's correct, and build slowly and modularly.
Tools named
- Claude (an AI assistant that can configure agents automatically), Codex (an agentic coding platform).
Lesson 1: What is Building Agentic OS and why it matters
An Agentic Operating System (a structured framework that governs how AI agents work) is the architecture underneath your AI tools that turns scattered experiments into a reliable, repeatable system. Instead of manually prompting each time, you build loop engineering (the process that tells an agent when to pause, check, and act again), skill architecture (a library of reusable abilities your agent can call on), and state management (tracking what your agent knows and has done so it doesn’t restart from scratch). The real value isn’t a flashy dashboard — it’s everything under the hood that makes your agent behave consistently.
This matters because the AI coding race has shifted from who has the smartest model to who has the most reliable work system. Off-the-shelf tools give decent results, but they cannot build the exact system your business needs. An Agentic OS lets your file structure become compounded knowledge for your AI agent, so every project you build transfers context and skills forward. For a team, memory must be shared without exposing everything, and teammates need to improve the system without touching technical details. A well-built Agentic OS survives the next wave of AI tools and avoids locking you into one interface.
Sources
- 2026-02-13 — Claude Code 2.1.41 Update Breakdown Terminal, File Reads & More
- 2026-05-30 — How I deleted 95 of my agent skills and got better results Nick Nisi, WorkOS
- 2026-06-02 — How to Build an Agentic OS Your Whole Team Can Actually Use
- 2026-05-25 — The Playbook for a 100M AI Agency
- 2026-06-17 — The Karpathy Method That 10x'd My Claude Code (Steal This)
- 2026-06-25 — Every Level of Claude Agentic OS Explained
- 2026-03-15 — Stop Learning New AI Tools
- 2026-06-01 — Hermes Agentic OS is Insane... just watch
- 2025-11-24 — This AI Model Is Smarter Than Ever Before!
- 2026-05-29 — Claude 4.8 Is A Beast But Theres A Big Problem
- 2026-05-14 — Skill Chaining in Claude OS is INSANE (Dont Fall Behind!)
- 2026-05-05 — Stop Using Claude Code Without an Agentic OS
- 2026-05-23 — I Rebuilt Hermes in Claude Code (Its Ridiculously Good)
- 2026-06-14 — Zero to AWS Certified AI Practitioner AIF-C01 in 2026 Part 2 AIML Vocabulary
- 2026-05-06 — My AI Design Workflow That Doesn't Ship Slop
Lesson 2: How to use Building Agentic OS: step-by-step
Building an agentic OS (a system where AI agents work together autonomously) starts with one main agent—think of it as your chief of staff. Create a `CLAUDE.md` file in your project folder; this file holds your agent instructions (the system prompt that tells the agent how to behave). Write clear rules about folder structure and how actions should be executed. Then, define agent skills: instead of building complex workflows, treat each agent as a simple skill that does one job. For example, you can ask Claude to "generate with Claude" by describing what the agent should do and when to use it, and Claude will configure it automatically.
Next, give your agent access to tools and files. The smart way is to build agents locally first, then send them to the Claude console—this avoids manual configuration and keeps your local files accessible. Use "plan mode" to let the agent break your request into step-by-step prompts before executing. You can also create subagents for specific tasks. Choose whether each subagent is personal, global, or project-based. The key insight: agents are just harnesses (wrappers that let AI work inside a directory). They all use the same Claude model behind the scenes; the harness just changes how they access skills and files.
To level up, change two lines in your `CLAUDE.md` and observe the impact. The goal is to move from being "human in the loop" to "human on the loop"—where agents think, decide, and execute within your parameters, and you only step in when needed. Build the machine that runs the machine.
Sources
- 2026-06-13 — DON'T Build Claude Agents. Build Skills.
- 2026-01-25 — Agentic Workflows Just Changed AI Automation Forever! (Claude Code)
- 2026-06-25 — Every Level of Claude Agentic OS Explained
- 2026-06-09 — How to Build Claude Subagents Better Than 99 of People
- 2026-06-15 — Full Claude Guide Beginner to Pro in Under 15 Minutes
- 2026-05-09 — Build Your Agentic OS Better Than The 99
- 2026-06-01 — Hermes Agentic OS is Insane... just watch
- 2026-04-18 — Claude's Managed Agents Are For Idiots (I Was Wrong)
- 2026-05-29 — The Claude Update Everyone Missed (Dynamic Workflows)
- 2026-05-03 — Context Is the New Code Patrick Debois, Tessl
- 2026-05-13 — Build your first AI agent (Claude Code)
- 2026-05-08 — Overwhelmed By AI Just Copy My Tech Stack
- 2026-05-19 — Don't Build Slop (4 Levels of AI Agent Maturity) - Ara Khan, Cline
Lesson 3: Best practices and pitfalls
Building an agentic OS (a system where AI agents handle tasks autonomously) often fails because beginners copy finished products instead of doing the behind-the-scenes work. Creators show polished results, but the real value comes from the grunt work you must do yourself. A common pitfall is treating a general-purpose agent as a custom one. When you give Claude Code a prompt like "you are a software engineer," it’s still a generic agent with different instructions, not a truly custom build. To build a custom agent, you need dedicated architecture underneath.
Another mistake is using rigid, old-fashioned methods. The old way involved dragging nodes, connecting them, and fixing errors manually — a slow, brittle process. Instead, think of agents as models using tools in a loop, given an environment to act within. The best practice is to build modularly, one piece at a time, so you understand every assumption under the hood. This makes your system completely custom to your setup.
Also, don’t overlook the shift from monolithic agents (one big LLM engine) toward microservices with agents. This architecture matters because it gets you past Claude Code’s built-in limits that Anthropic won’t solve for you. Finally, always review the code your agent generates — don’t assume it’s correct. A key change from earlier workflows is that you now move from opening a traditional IDE to using agentic coding platforms like Codex or Claude, but you still must verify the output. Build slowly, stay modular, and focus on architecture, not spectacle.
Sources
- 2026-06-01 — Hermes Agentic OS is Insane... just watch
- 2026-06-25 — Every Level of Claude Agentic OS Explained
- 2026-06-09 — How to Build Claude Subagents Better Than 99 of People
- 2026-06-13 — DON'T Build Claude Agents. Build Skills.
- 2026-04-18 — Claude's Managed Agents Are For Idiots (I Was Wrong)
- 2026-03-25 — SEED + PAUL = Claude Code Meta
- 2026-05-23 — I Rebuilt Hermes in Claude Code (Its Ridiculously Good)
- 2026-01-25 — Agentic Workflows Just Changed AI Automation Forever! (Claude Code)
- 2026-05-13 — CICD Is Dead, Agents Need Continuous Compute and Computers Hugo Santos and Madison Faulkner
- 2026-05-14 — Skill Chaining in Claude OS is INSANE (Dont Fall Behind!)
- 2026-05-12 — The 1M+ Solo AI Agent Business (Full Course)
- 2026-06-08 — Become AI Native in less than 60 mins
- 2026-05-09 — Build Your Agentic OS Better Than The 99
- 2026-05-31 — Can LLMs generate Enterprise Quality Code Prasenjit Sarkar, Sonar
- 2026-05-17 — How to Use goal to Build a Self-Improving OS