AI Agents in Practice
Last updated 2026-08-01What's new
- Buzz is a new chat app that combines AI agents (computer programs that can perform tasks), human teammates, and code repositories (places where code is stored and managed) in one place, making it easier to share context and work together.
- Buzz allows different AI agents to debate and discuss topics amongst themselves, which can lead to better results than using just one AI, a feature called adversarial AI (using multiple AIs to challenge and improve each other's outputs).
- Buzz includes built-in repositories, replacing tools like GitHub (a popular platform for managing code), allowing AI agents and humans to work together to write and commit code in the same space.
- Buzz can detect and use local compute (your own computer's processing power) to run local AI models (AI programs that run on your own devices), making it easier to use and manage AI agents.
- Google launched Gemini 3.6 Flash, a cheaper AI model (a computer program that mimics human intelligence) for routine tasks, reducing costs by 17% for repeated work.
- This new model is part of a portfolio, including Gemini 3.5 Flash Light for high-volume, low-cost tasks, and Gemini 3.5 Flash Cyber, a restricted model for government and trusted partners.
- The models are designed for specific jobs, like processing documents or running familiar tasks, with the more expensive models reserved for complex, open-ended work.
- Despite the cost savings and efficiency improvements, some users were disappointed as they were expecting the release of Gemini 3.5 Pro, a more advanced model.
- You can now use a smart AI tool (Local AI) that runs completely free, offline, and privately on your own computer, with no data leaving your device.
- Local AI uses "open weights" (free, downloadable AI models) that you can own and use without paying for access or worrying about data privacy.
- The free AI models have improved significantly, with some like GLM 5.2 (a large, capable AI model) performing close to top paid models on many tasks.
- Using Local AI gives you control and privacy, as you're not renting a service from a company that can change or restrict access, and your data stays on your machine.
- 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).
- 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.
- Claude (an AI assistant) has three main modes: Chat (quick answers), Co-work (file access), and Code (full access, best for building things).
- Opus 4.8 is Claude's most capable model, Sonnet 4.6 for daily tasks, and 4.5 for fast, simple work.
- Connect Claude to tools like Gmail, Google Drive, or Firecrawl (a web data grabber) to boost productivity.
- Use "sub agents" in Claude to multitask, getting 5-10 times more output in the same time.
Key points
What it is
- AI agents are systems that use AI to plan, use tools, remember, and work toward goals without constant human guidance (like a manager handling a job instead of just following one order).
- They are different from simple automation (like a vending machine) because they can handle tasks that need planning and adaptation (like a slot machine with varying results).
- AI agents work asynchronously (without needing real-time human input), so you can set a task and let it run.
- The four core traits of a true AI agent are planning, tool use, autonomy, and self-correction.
How to use it
- Start by defining your outcome (what you want to achieve) and let the AI figure out the path (unlike traditional automation where you script every step).
- Write down standard operating procedures (SOPs—step-by-step instructions) and give agents access to those building blocks to shorten the feedback loop (time between action and result).
- Use a two-agent setup to save money: one cheap agent for simple tasks and one smarter agent for complex tasks.
- Let the agent handle planning itself (e.g., writing a plan, splitting work into sub-agents, and checking its own work).
Watch out for
- Beginners often focus too much on the agent itself instead of building the information the agent reads (clear hierarchy of instructions and context files).
- Using one agent for every task wastes money and speed; match the right intelligence to the right task.
- Always review the generated code manually—AI still makes errors frequently.
- Avoid building custom agents from scratch using complex code or manual step-by-step automation (NAN workflows).
Tools named
- Claude Code (a coding agent that runs in your terminal), n8n (a drag-and-drop tool for connecting apps)
Lesson 1: What is AI Agents in Practice and why it matters
AI Agents in practice are systems that combine an AI model with planning, tool use, memory, and goal-directed autonomy (the ability to work toward a target without step-by-step human guidance). Unlike a simple chat answer—like a cook following one order—an agentic system (a setup where AI acts independently) is more like an operator managing the whole job: it perceives data from applications, plans actions, uses tools, and self-corrects.
Why this matters for AI development is that the skill is no longer just coding. The key ability is designing what agents should actually do, where they should be proactive, and how to map out processes. If you are good at managing people, you are likely to become good at managing agents, because communicating with them will feel like communicating with a human, except they work 24/7. Agents work asynchronously (not requiring real-time human input), so you can set a task and let it run.
A critical practical distinction is knowing when something needs an AI agent versus a simple workflow. Think of a vending machine (deterministic—same input always gives same output) versus a slot machine (non-deterministic—results vary). For deterministic tasks, you do not need an agent. For tasks that require planning and adaptation, you do.
To build effectively, you should write down standard operating procedures (SOPs—step-by-step instructions) and give agents access to those building blocks. This shortens the feedback loop (time between action and result) and lets you iterate faster. The four core traits of a true AI agent are planning, tool use, autonomy, and self-correction. Master those distinctions, and you become the person at your company most effective with AI agents.
Sources
- 2026-06-18 — 9 AI Agent Skills To Get Ahead of 99 of People
- 2026-06-15 — Learn These 6 AI Skills Now (Before AI Replaces You)
- 2026-06-12 — Claude Fable Will Change EVERYTHING (Here's Why)
- 2026-02-13 — Claude Code 2.1.41 Update Breakdown Terminal, File Reads & More
- 2026-05-19 — Don't Build Slop (4 Levels of AI Agent Maturity) - Ara Khan, Cline
- 2026-05-30 — How I deleted 95 of my agent skills and got better results Nick Nisi, WorkOS
- 2026-01-25 — Agentic Workflows Just Changed AI Automation Forever! (Claude Code)
- 2026-05-21 — Your Coding Agent Should Do AI System Engineering Ben Burtenshaw, Hugging Face
- 2026-05-31 — Self-improving AI, Opus 4.8, Nvidia bangers, game-ready 3D models, juggling robots AI NEWS
- 2026-06-14 — Zero to AWS Certified AI Practitioner AIF-C01 in 2026 Part 2 AIML Vocabulary
- 2026-05-25 — Does GenAI belong to data scientists Phil Hetzel, Braintrust
- 2026-05-25 — Bounded Autonomy Between Free Will and Determinism Angus J. McLean, Oliver
- 2025-11-24 — This AI Model Is Smarter Than Ever Before!
Lesson 2: How to use AI Agents in Practice: step-by-step
To use an AI agent in practice, start by defining your outcome. Unlike traditional automation where you script every step, an agentic system lets you simply say, "Here's the outcome I want," and the AI figures out the path. For example, in Claude Code (a coding agent that runs in your terminal), you give a high-level instruction like "research YC companies building AI agents," and it handles the execution.
Building an agent follows three steps. Step one is instructions — how you tell the AI what to do. Create a file like `Claude.md` or `agents.md` in your project folder. This contains system instructions (the rules the agent follows) for high-level guidance. Step two is tools — give the agent access to your codebase, files, or APIs. Step three is teach — you refine the agent by feeding it examples of what you want.
A practical example: you want an agent that handles customer research. Use a two-agent setup to save money. One cheap agent scans lists; one smarter agent analyzes results. You literally paste your goal into Claude Code, ask it how to proceed, and it builds the workflow. If you struggle, ask the agent itself: "How does this work?" For new users, copy a proven system — barely type prompts, just describe the outcome and let the agent code the rest.
Sources
- 2026-05-13 — Build your first AI agent (Claude Code)
- 2026-06-13 — DON'T Build Claude Agents. Build Skills.
- 2026-05-09 — Agentic AI Systems, Clearly Explained
- 2026-05-31 — Self-improving AI, Opus 4.8, Nvidia bangers, game-ready 3D models, juggling robots AI NEWS
- 2026-06-04 — How Claude Codes Creator Starts EVERY Project
- 2026-05-20 — MCPs Are Dead. Claude Code Wants CLIs
- 2026-05-08 — NEW Open Claude Code Is A FULLY FREE AI Coding Agent! (Tutorial)
- 2026-06-01 — I Run 4 AIs at Once in Claude Cowork (Here's My Exact Setup)
- 2026-03-07 — 6 Claude Code Features That Make Developers Unstoppable!
- 2026-05-08 — Stop Picking Between OpenClaw and Hermes Run Both, Save 50
- 2026-03-19 — We Fixed the #1 Reason Claude Code Apps Fail
- 2026-05-14 — Mind the Gap (In your Agent Observability) Amy Boyd & Nitya Narasimhan, Microsoft
- 2026-02-23 — From Zero to Your First Agentic AI Workflow in 26 Minutes (Claude Code)
- 2026-06-18 — 9 AI Agent Skills To Get Ahead of 99 of People
- 2026-05-28 — If youre trying to get rich with AI, you need to hear this
Lesson 3: Best practices and pitfalls
When building AI agents (autonomous programs that complete tasks for you), beginners often treat the agent as the main focus. A common mistake is trying to build a custom agent from scratch using complex code or NAN workflows (a type of manual step-by-step automation). This is harder and more fragile than needed. Instead, you should build the information the agent reads. Create a clear hierarchy of instructions and context files. The agent is just whatever AI you point at that information — switch from Claude to ChatGPT tomorrow, and the same setup works.
Another pitfall is using one agent for every task. This wastes money and speed. You get better results by matching the right intelligence to the right task. Use a cheaper, faster model for simple lookups and a powerful one for complex coding. Even OpenAI ships an official plugin inside Claude Code to run two agents together, using each where it excels.
A key best practice is to let the agent handle planning itself. Instead of you breaking a job into pieces manually, let Claude Code write a plan, split the work into sub-agents (smaller helper agents that run in parallel), and check its own work. Some sub-agents do tasks while others try to break the results, continuing until they agree. This "agentic" approach (where the AI autonomously decides what to do next) reduces mistakes. Always review the generated code manually — AI still makes errors frequently. Mastering one agentic coding tool deeply, like Claude Code, will make you far more effective than jumping between tools.
Sources
- 2026-06-04 — How Claude Codes Creator Starts EVERY Project
- 2026-06-13 — DON'T Build Claude Agents. Build Skills.
- 2026-05-08 — Stop Picking Between OpenClaw and Hermes Run Both, Save 50
- 2026-05-09 — Agentic AI Systems, Clearly Explained
- 2026-05-08 — NEW Open Claude Code Is A FULLY FREE AI Coding Agent! (Tutorial)
- 2026-05-09 — Why you should be OBSESSED with Claude Code
- 2026-06-04 — Build This ONCE. Any AI You Use Will Get Smarter Forever.
- 2026-03-19 — We Fixed the #1 Reason Claude Code Apps Fail
- 2026-05-31 — Can LLMs generate Enterprise Quality Code Prasenjit Sarkar, Sonar
- 2026-03-25 — SEED + PAUL = Claude Code Meta
- 2026-04-03 — 2 Claude Code Repos NOBODY'S Talking About Yet
- 2026-06-18 — 9 AI Agent Skills To Get Ahead of 99 of People
- 2026-02-13 — Claude Code 2.1.41 Update Breakdown Terminal, File Reads & More
- 2026-03-12 — Build & Sell with Claude Code (10+ Hour Course)
- 2026-05-28 — Claude Opus 4.8 Just Dropped And It's...