# WTF are Agents?

*The Noob's Guide to Agentic Workflow*

By [Nye's Digital Lab](https://paragraph.com/@nyewarburton.eth), 2025-06-01

agents, agentic, workflow, ai, essay, education

---

* * *

Contents
--------

*   _Introduction_
    
*   _WTF are Agents?_
    
*   _Examples you can try_ **_Today_**
    
*   _How Agentic Systems Work_
    
*   _The Dark Side: Generative Garbage_
    
*   _Human in the Loop_
    

* * *

Introduction
------------

  

Remember that scene in The Matrix where Agent Smith could replicate himself and be everywhere at once? Well, we're not quite there yet, Mr. Anderson. But we're entering an era where something similar is happening across **all of our computing.**

![](https://storage.googleapis.com/papyrus_images/b944041974e5fbd20696814b51df85ad.png)

Agent Smith from The Matrix Revolutions, Source: ScreenRant

It's 10 PM. You've got _a massive project due tomorrow_—a research paper, a pitch deck, or code for a new app. You're staring at a blank screen, wondering how you'll pull an all-nighter. Now imagine, a magical fairy shows up to grant your every wish. Type a few sentences explaining what you need, hitting enter, and then... _go make a sandwich._ When you come back, there's an outline waiting for you. Go make coffee, and return to find research compiled from dozens of sources. By the time you finish your midnight snack, there's a completed first draft with footnotes, references, and even suggestions for revisions.

This is what AI agents can do... **right now.**

> Unlike the chatbots you've been playing with for the past year —where you type something and get _a single response back_—agents are AI systems that _can string together multiple actions_, make decisions, and execute complex tasks with minimal supervision.

They're the evolution beyond the one-and-done prompt-response model, and **they're about to change everything about how we work.**

**...**

![](https://storage.googleapis.com/papyrus_images/731d699903d9d877a38441f41ee597e7.jpg)

I'm too tired to think today, Thanks Agent!, Stable Diffusion / Leonardo.ai

* * *

  
  

WTF are Agents?
---------------

  

In Hollywood, an agent is someone who represents you, makes deals for you, and then drinks cucumber water while talking into the phone. In tech, **an AI agent** is somewhat similar—it's a digital entity that represents your interests, but instead of cucumber water, it runs on electricity and a healthy diet of prompts and **logically argued guidance.**

An agent is essentially a small, _standalone program_ that can operate with some level of autonomy.

It can:

    Understand what you want through conversation
    
    Break down complex tasks into steps
    
    Execute those steps by connecting to various tools and databases
    
    Make decisions at critical junctions
    
    Deliver complete outputs instead of just answers

Think of agents as the difference between ordering fast food and having a personal chef.

> ChatGPT gives you exactly what you ordered—one burger, coming right up.

vs.

> An agent asks what you're in the mood for, checks your dietary restrictions, goes grocery shopping, and then decides to help you with your email, your taxes and your sales pipeline all while planning dinner.

  

![](https://storage.googleapis.com/papyrus_images/2fe88995e79852831b7e3484d617addd.png)

Source: [https://uxdesign.cc/the-agentic-era-of-ux](https://uxdesign.cc/the-agentic-era-of-ux)

...

* * *

  
  

Examples You Can Try Today
--------------------------

  

What? No-way. Yes, **yes-way.**

I think the best way to understand something **is just to use it.**

I recommend doing that, and trying to experiment with something crazy. _Make it think,_ and then reflect on what you just asked it to do. Here's some I've played with.

**Manus** is an early mover. I improvised something I deliberately thought was really difficult. For me, that was to create a technical paper about "engines and blockchain integration." Instead of spending weeks researching, outlining, and coding, Manus delivered a comprehensive business plan, architecture mock-up, and functional JavaScript code for Unity to web3.js integration _in about 25 minutes._ That's not just an incremental improvement—**it's a paradigm shift.**

_(They give you enough tokens to try one hard query, the pro plan is 19 bucks.)_

[

Manus
-----

Manus is a general AI agent that turns your thoughts into actions. It excels at various tasks in work and life, getting everything done while you rest.

https://manus.im

![](https://storage.googleapis.com/papyrus_images/333bde923be92c1a5d4ed4e8e351b88c.png)

](https://manus.im)

**Google's Gemini** has an agentic mode that can perform multi-step tasks, though I sometimes am weary of Google services. I'm curious how google will evolve in this space especially with their new "Flow" video gen service.

[

‎Google Gemini
--------------

Gemini is your personal, proactive, and powerful Al assistant from Google. Try it for free to help with work, school, and at home.

https://gemini.google.com

![](https://storage.googleapis.com/papyrus_images/464873e7d6952bb41698704425c1ff96.jpg)

](https://gemini.google.com/)

**Microsoft's ChatGPT** "Vibe Code" capability is evolving in this direction too, likely to integrate smoothly with Office, Visual Studio, and other Microsoft universe of tools. OpenAI just bought the AI IDE Windsurf for "something-Billion," a leader in generative coding. [I prototyped with their agentic coder back in December.](https://paragraph.com/editor/0GzaJ4DRvIP1HzRi6srG)

[

Windsurf Editor | Windsurf (formerly Codeium)
---------------------------------------------

Tomorrow's editor, today. Windsurf Editor is the first AI agent-powered IDE that keeps developers in the flow. Available today on Mac, Windows, and Linux.

https://windsurf.com

![](https://storage.googleapis.com/papyrus_images/e659cb74278a8f35c9edebb406501323.jpg)

](https://windsurf.com/editor)

And of course, **Anthropic's Claude**. I have been using Claude now - daily - for almost a year! I am sure with Anthropic's MCP, it's newly created internet search capabilities, and other agentic tools, we will see lots of workflow automations in the Claude ecosystem.

These are but a handful of the agentic workflow services coming out every day.

  

![](https://storage.googleapis.com/papyrus_images/90dc034a180ca18d6c936a5dae886c15.png)

Using Manus' Agentic Workflow to research Blockchain systems

* * *

  
  

### How Agentic Systems Work

  

![](https://storage.googleapis.com/papyrus_images/af7e3b95aba731806be6013d29603cb5.png)

Agentic Workflow, Source: Nvidia

I've begun to quantify agentic interactions into stages:

  

1.  **Conversational Interface**: You start by explaining what you need. The more specific you are, the better, but agents are also getting good at asking clarifying questions.
    
2.  **Understanding & Planning**: The agent processes your request and develops a plan. Some will think out loud (ex: [Deepseek](https://github.com/deepseek-ai/DeepSeek-V3)), breaking down the steps they'll take to accomplish your goal.
    
3.  **Execution**: This is where the real work happens. The agent might:
    
    *   _Search the web for relevant information_
        
    *   _Read and analyze documentation_
        
    *   _Compare approaches from different sources_
        
    *   _Write code or text_
        
    *   _Test solutions_
        
    *   _Create visualizations_
        
          
        
4.  **Delivery & Refinement**: The agent presents its work and can refine it based on your feedback.
    
    I often ask it to comment the code, and provide detailed descriptions for assembly. Essentially, I can have it do the designing research, and allow me to focus on optimizing the pieces and the system.
    

What makes this revolutionary is that the execution phase can involve dozens or hundreds of discrete actions that _previously required human intelligence._ An agent researching blockchain technology doesn't just grab the first definition it finds—it might analyze whitepapers, compare transaction speeds across platforms, examine developer communities, check GitHub repositories, and synthesize all this into a cohesive analysis. **It actually does the research and learns to refine it's search.**

While agentic flows sound complicated to build, the pieces and components are increasingly modular and accessible with **non-code tooling.** We will potentially see an explosion of automation workflows made in popular software like Langchain, Make and N8N.

  

![](https://storage.googleapis.com/papyrus_images/6f7d31a287f7b679e9422d6b44810a2c.png)

An agentic workflow built in popular automation software, N8N

  

The Dark Side: Generative Garbage
---------------------------------

  

![](https://storage.googleapis.com/papyrus_images/083ecdcffd9cd73a5b61db3397a8ac49.jpg)

Baby Podcast TikTok, Stable Diffusion

There's a flip side to all this.

We're headed toward a world flooded with **"high resolution generative garbage."**

If you aren't aware, there is a large viral amount of baby podcasts on tik tok. These are entirely generated from AI Agentic Workflows, from script, video, and output.

But automated pipelines generating baby podcasts is only the start - Think fake news articles, automatic youtubes, or just everyone setting their content creation to **"auto."**

When creating becomes effortless, our digital spaces risk becoming polluted with low-value content masquerading as human-made.

  
  

...

  

![](https://storage.googleapis.com/papyrus_images/615e4fae3f8d82d5c25ea1f1d3511d5c.jpg)

How do we make this work?, Stable Diffusion

Human in the Loop
-----------------

  

**This is where you come in.**

As designers and creatives, you're at the forefront of defining how these tools will be used.

You can choose to:

1.  **Set boundaries**: Demand transparency about AI-generated content and advocate for _sustainable practices._
    
    1.  Where does the data come from?
        
    2.  Who's compute are we using?
        
    3.  What is the bias in this dataset?
        
2.  **Focus on augmentation, not replacement**: Use agents to handle the grunt work while you focus on the truly creative aspects only humans can provide. I maximize editing time, and operational systems. The more control I have on the process the better I can make it.
    
3.  **Shape better tools**: Your feedback as early adopters will determine how these systems evolve.
    

  

The question isn't whether to use them. **We have to.** But how to use them in ways that elevate rather than diminish what makes human creativity special. How do make sure everyone benefits from agentic workflows.

So go ahead—**try an agent.** Approach it as a collaborator. Make your own decisions about it.

The future of work isn't just about what these digital agents can do for us; my hope is it's about what they'll _free us to become._

* * *

If you vibe to what I talk about, please consider **subscribing** or **sharing** with friends.

We'll see you next time.

[Subscribe](https://paragraph.com/@nyewarburton.eth/memberships)

* * *

**Nye Warburton** is an educator and NooB agentic builder spending his summer playing with AI. This essay was written with improvisational sessions in [Otter.ai](http://Otter.ai) and then refined and edited with [Claude.ai](https://Claude.ai). Images done with [Leonardo.ai](http://Leonardo.ai) and Stable Diffusion.

For more information visit [https://nyewarburton.com](https://nyewarburton.com)

* * *

Other Essays about using AI
---------------------------

*   [Here Comes Reinforcement Learning](https://paragraph.com/@nyewarburton.eth/here-comes-reinforcement-learning) - March 30, 2025
    
*   [Understanding GPU Tokens](https://paragraph.com/@nyewarburton.eth/understanding-gpu-tokens) \- May 4, 2025
    
*   [Bear\_Rabbit\_Robot: Mapping AI's Latent Space](https://paragraph.com/@nyewarburton.eth/bear_rabbit_robot-mapping-ais-latent-space) - March 13, 2025

---

*Originally published on [Nye's Digital Lab](https://paragraph.com/@nyewarburton.eth/wtf-are-agents)*
