[?]Known Unknown
[ Chapter 03 ]

Chapter 03

Chapter 3: AI That Does Things

We ended the last chapter with a line that is easy to read past but worth sitting with. AI is not just answering questions anymore. It is starting to act.

Chapter 3: AI That Does Things

╔══════════════════════════════════════╗
║  C:\AGENT> RUN task.exe              ║
║  Parsing objective.......OK          ║
║  Planning steps..........OK          ║
║  Executing...............            ║
║  > _                                 ║
╚══════════════════════════════════════╝

We ended the last chapter with a line that is easy to read past but worth sitting with. AI is not just answering questions anymore. It is starting to act.

For most people, the experience of AI so far has been conversational. You type something, it responds. You ask a question, it gives you an answer. You describe what you want written, it writes it. The human is always the one doing things. The AI is the one reacting. That is a comfortable dynamic. It feels like using a tool, because that is what it is.

Agents are something different, and if you have not encountered one yet, that is completely normal. The word "agent" gets thrown around a lot in tech circles, but the idea is simpler than it sounds. Most AI that people have used works like a conversation. You say something, it says something back. You are in charge the whole time. An AI agent is more like handing someone a task. You tell it what you need done, and it goes and does it. Not by following a script you wrote out, but by figuring out the steps on its own. It might need to look something up, try an approach that does not work, adjust, and try again. It makes small decisions along the way without checking in with you at every turn. Think of the difference between giving someone turn-by-turn directions versus just telling them where you want to end up. With a regular AI, you are the navigator. You ask one question, get one answer, then figure out your next question. With an agent, you describe the destination and it finds the route.

The first time you hand off a real task to an AI and it actually completes it, something shifts in how you think about the technology. It stops feeling like a tool you are operating and starts feeling like something that is operating alongside you.

That shift, from AI that responds to AI that acts, is what this chapter is about.

What AI Agents Actually Are

Let us make this concrete. Say you want to plan a trip. With the AI most people are familiar with, you might ask it to suggest hotels in a city, then ask it to compare prices, then ask it about flights, then ask it about restaurants near your hotel. Each step is a separate conversation. You are doing the work of stitching it all together, deciding what to ask next, keeping track of what you have learned so far.

An agent could handle that differently. You tell it where you want to go, when, what your budget is, and what matters to you. It goes off and searches flights, compares hotel options, checks reviews, looks at what is nearby, and comes back with a plan. If something is sold out, it adjusts. If it finds a better deal by shifting your dates by a day, it flags that for you. It is not just answering questions. It is doing the legwork.

That is one example, but agents show up in all kinds of places. A software developer can describe a bug and an agent will read through the code, find the problem, write a fix, and test it. A researcher can ask an agent to gather everything published on a topic in the last year, read through it all, and pull out the key findings. Someone running a small business can have an agent monitor their inventory, reorder supplies when stock gets low, and send updates without being asked.

The common thread is that the human is no longer managing every step. You are describing what you want, and the agent is figuring out how to deliver it. That might sound like a small difference on paper. In practice, it changes everything about how the interaction feels.

What Changes When AI Can Act

When AI just answers questions, you are always in the driver's seat. You decide what to ask. You decide what to do with the answer. You are the one taking action in the world. The AI is just helping you think.

When AI can act, that changes. You are no longer the only one doing things. You are handing off pieces of your work, your errands, your decisions to something else. That is a fundamentally different relationship. It is the difference between looking something up in a cookbook and asking someone to make dinner.

Most of us already know what this feels like in some form. If you have ever delegated a task to a coworker or handed something off to an assistant, you know the mix of relief and unease that comes with it. You save time, but you also give up control. You have to trust that the other party understands what you want, makes reasonable decisions along the way, and does not miss something important. Delegation has always required trust. What is new is that we are learning to extend that trust to something that is not human.

The experience of working with an agent is surprisingly personal. You ask it to do something, and then you wait. When it comes back with a result, you find yourself evaluating it the way you would evaluate work from a colleague. Did it understand what I meant? Did it cut corners? Did it catch the things I would have caught? You are not just checking output. You are developing a sense of whether you can rely on this thing.

That is new territory. We have trusted machines before, but usually in narrow, predictable ways. You trust your calculator to get the math right. You trust your car's brakes to work when you press the pedal. Those are mechanical forms of trust. Trusting an agent is different. You are trusting something that makes judgment calls, something that might handle the same task differently each time depending on what it encounters along the way. That is closer to the kind of trust you place in a person.

The New Relationship

Here is where it gets interesting. When you delegate to something that can reason and act on its own, your role changes. You spend less time doing the work and more time deciding what work matters. Less time in the details and more time thinking about direction.

This is not entirely new either. Managers have always done this. The whole point of management is deciding what needs to happen and trusting other people to figure out how. What is new is that this dynamic is no longer limited to people who manage other people. Anyone working with an AI agent is, in some sense, becoming a manager. You are setting priorities, reviewing output, making judgment calls about quality, and deciding what to do next. The work has not disappeared. It has changed shape.

That changes what skills matter. When you are the one doing every step, the most valuable thing you can be is fast and skilled at execution. When you are delegating to an agent, the most valuable thing you can be is clear about what you want and good at evaluating what you get back. Knowing how to ask the right question becomes more important than knowing how to carry out every step of the answer.

There is something uncomfortable in that shift, and it is worth being honest about it. A lot of us build our sense of identity around the work we do with our hands and minds. The programmer who takes pride in elegant code. The writer who labors over every sentence. The researcher who spends weeks deep in the literature. The accountant who can reconcile a nightmare spreadsheet without breaking a sweat. The analyst who sees the story hiding inside the numbers. When an agent can do those things competently, it raises a question that is hard to sit with. If the thing I was proud of doing can be done by something else, what does that make me?

I do not think that question has a simple answer. However, I think the history we walked through in Chapter 1 offers some comfort. Every time a technology took over something humans used to do, it did not leave us with less purpose. It gave us different purpose. The people who used to memorize everything did not become useless when writing came along. They became the ones who decided what was worth writing down. The skills shifted, but the humans stayed at the center.

The same thing is happening now. The center is just moving. It is moving from execution to judgment, from doing to deciding, from carrying out tasks to determining which tasks matter in the first place. That is not a smaller role. If anything, it is a bigger one. The person who can look at a dozen things an agent could do and pick the three that actually matter is more valuable than the person who can grind through all twelve manually.

Where This Leads

We have gone from AI that talks to AI that acts. That alone is a significant shift. It changes how we work, how we trust technology, and how we think about our own role in getting things done. For most people, this is the version of AI they will encounter next, if they have not already. An agent that books the trip, files the report, handles the research, or fixes the code.

However, everything we have talked about in this chapter still assumes one thing. The human is the one calling the shots. You give the agent a task. You review the result. You decide what happens next. The agent works for you. The next question, and it is a big one, is what happens when that assumption starts to loosen. What happens when agents do not just act on your behalf, but start operating more independently, making larger decisions with less oversight, pursuing goals that stretch beyond a single task? That is where things get truly interesting, and truly uncertain.

[ Continue Reading ]

Continue reading Known Unknown

14 chapters tracing the path from AI agents to what humans become.

Browse All Chapters
< Back to all chapters
© 2026 Charlie GreenmanLicensed under CC BY-NC-ND 4.014 Chapters