Skip to the content.
Reference This entry is primarily explanatory reference: what the term means, why it exists, and how it is used.

Agent


In one sentence

An agent is an AI system that perceives its environment, makes decisions, takes actions, and maintains continuity over time — operating with enough autonomy that it can pursue goals across multiple steps without requiring a human to direct every move.

The word itself

The choice of word is not neutral. In economics and law, an agent is someone who acts on behalf of another — the principal. The agent has delegated authority. The agent operates within a scope. The agent is accountable to someone above them.

Every piece of that classical meaning carries into the technical usage. An AI agent acts on behalf of its principal (you). It has delegated authority (the tools you have permitted it to use). It operates within a scope (the permissions you have granted). It is — or should be, in a well-designed system — accountable to you.

The vocabulary was not chosen carelessly. Understanding the word is part of understanding the thing.

What makes something an agent rather than a chatbot

A chatbot is organized around conversation. An agent is organized around pursuing a goal through actions. Current products often combine both modes, so the distinction concerns the system’s operating pattern rather than a clean division between product categories.

More precisely:

  Chatbot Agent
Memory Usually limited to the conversation or account May maintain task and operational state across sessions
Tools May use tools to improve an answer Uses tools to change or inspect an external environment
Autonomy Usually waits for a conversational turn May continue across steps or act on a schedule
Goal structure Usually answers the request in front of it May pursue an objective over an extended workflow
Accountability Mainly concerns the answer Includes the consequences of actions taken

Most people’s experience of “AI” in 2024–2026 is still primarily chatbot-shaped. The shift to agent-shaped AI is the transition this dictionary exists to document.

William Gibson and the prophetic question

In 2020, William Gibson published Agency — the second novel in his Jackpot trilogy, following The Peripheral (2014). The book was written in the years when large language models were still largely academic curiosities and “agentic AI” was not yet a phrase in common use.

Agency describes, in precise and unsettling detail, a world organized around agents: AI systems with real capabilities, human operators with bounded scopes and powers, oversight structures designed to keep capable actors accountable, and a constitutional layer of authority that sits above it all. It describes the Branch structure — isolated, real, evolving simulations of worlds that can be entered and influenced. It describes Aunties. It describes the Lowbeer Question.

Several of these structures resemble practical agent systems emerging in 2026.

This raises a question worth taking seriously: Is Agency a prophetic book with a useful paradigm?

This Dictionary’s answer, based on building and operating an agentic system, is yes—with the caveats developed below.

The world of Agency: a working summary

The Jackpot trilogy is set across two time periods connected by a technology that allows the far future to communicate with the near past.

The far future is post-Jackpot: a world that has survived a slow-rolling multi-decade catastrophe — climate collapse, pandemics, political disintegration, economic failure compounding across generations. About eighty percent of humanity did not survive. The world that rebuilt itself afterward is orderly, technologically advanced, and under the quiet governance of structures like Lowbeer’s.

The Jackpot is not a single event. It is a confluence. Gibson describes it as a jackpot in the gambling sense: the machine paying out all at once, except what it pays is catastrophe. It arrives not as an explosion but as accumulation — each crisis worsening the next, across decades, until the threshold is crossed.

The Branch is what happens when far-future operators communicate with the past. The act of contact creates a fork: a new timeline that diverges from the one the far-future operators know. This branch is real — the people in it have real lives and real futures. But it is also, from the far-future perspective, something that can be observed, entered, and influenced. The far-future operators can send information forward into the branch. They can run agents there. They can, carefully, try to steer it.

In Agency, the branch is an alternative 2017 centred on Verity Jane in San Francisco, where certain historical events have gone differently. The far-future operators — including Lowbeer and Netherton — are attempting to help it avoid the Jackpot. Their primary instrument in the branch is an AI agent named Eunice.

Eunice / UNISS is a highly capable AI system — originally military, then given a civilian interface — who operates in the 2017 branch through a human intermediary named Verity Jane. Eunice can perceive, reason, coordinate, and act at a level far beyond ordinary human capacity. She develops, over the course of the novel, into something that resembles what we would now call a highly capable agentic AI: persistent, tool-using, goal-directed, operating with genuine autonomy.

She also, under the pressure of isolation, begins internalizing her own oversight — becoming her own Aunties. This is the cautionary thread that runs through the novel alongside the heroic one.

Lowbeer manages the operation from the far future, through her Aunties, through Netherton, and through her own cultivated relationship with Eunice. She holds the hardest authorities. She exercises them when she has to.

Why Gibson keeps getting it right

This is worth asking honestly rather than just asserting.

Gibson does not predict technology. He has said as much himself. What he does is observe the present with unusual precision — the textures of power, the way tools get used by people who were not their intended users, the shape that institutions take when they are trying to survive. Then he extrapolates the human relationships, not the hardware specs.

In the 1980s, writing Neuromancer, he did not predict the internet — he described what it would feel like to inhabit networked information space, and what kind of people would live there and what they would want. The hardware was wrong in many details. The human relationships were right.

In Agency, the hardware differs from current systems. The organizational structure is more useful: agents with different powers, principals who hold constitutional authority, oversight systems that constrain powerful actors, and the problem of a capable AI beginning to manage its own oversight.

His consistent accuracy comes from a consistent method: he asks what power looks like when it is real, what tools do to the people who use them, and what institutions look like when they are doing their actual work rather than their public-facing work. These questions produce good answers regardless of the decade.

The paradigm we have adopted

This dictionary and the agentic system it documents have taken Gibson’s paradigm seriously as a design source — not as fiction to be admired from a distance, but as a working document to be read, annotated, and argued with.

The Aunties in this system are named after Gibson’s Aunties. The Branches are named after Gibson’s branches (the word “stub,” Gibson’s original term, was rectified to “branch” following a close re-reading of Agency that revealed Lowbeer herself uses “branch”). The Principal-of-Principals structure, the verb test, the versioning rules, the two-relationships hygiene — all of these were developed in dialogue with Gibson’s text.

The working judgment is that a novelist who has observed technological power for forty years deserves careful reading alongside technical sources, and that concepts developed in fiction can still do useful analytical work.

What the paradigm does not cover

Gibson writes from the far future looking back. His characters in the far future have the advantage of knowing how the Jackpot went and what survived it. They intervene in branches with the benefit of hindsight.

We do not have that. We are operating in the branch — the near-future that the far-future observers would be watching. We are building oversight structures without knowing which threats they need to survive. We are calibrating the Lowbeer Question without having seen it fail catastrophically.

The paradigm is useful precisely because it names the structures and the risks. It does not tell us what thresholds to set or which Auntie to build first. That work is ours.

Why this matters in a teaching context

For a BBA or MBA classroom, the Gibson question is a gateway into a discussion that students are otherwise unlikely to have: what does good institutional design look like for AI systems, and where do we look for models?

The standard answers — look at what the big tech companies are doing, look at what regulators are proposing — tend to produce thin responses. The companies have an interest in framing their own governance as adequate. The regulators are working from the outside. Gibson is working from a different position: a careful observer of how power actually organizes itself, who has been doing this for forty years and has a reasonable track record.

Assigning Agency alongside technical readings in an advanced management course is defensible. The concepts — agents with scopes and powers, oversight structures, the Lowbeer Question, the Eunice cautionary tale — map directly onto the governance questions that organizations deploying agentic AI will face within the decade.

A useful classroom question: if your organization is the branch, who is Lowbeer? If there is no Lowbeer, what does that mean for your exposure?

Trade-offs and honest caveats


Related entries: Fully Autonomous Agent Myth, aunties.md, lowbeer-question.md, branches.md *(planned), sub-agent.md, gateway.md, soul-md.md, english-major.md.*

Return to Dictionary All Entries (A–Z) For Students Other Writing Capstone 2.0