A model can produce an answer. An agentic system can use an answer as one step inside a job. That does not happen because the model becomes a person, an employee, or a mysterious new kind of life. It happens because software is built around the model. The surrounding system supplies current information, exposes particular tools, preserves selected state, enforces permissions, begins work from a human request or event, and checks each result before choosing whether to continue or stop. This lesson builds that architecture one part at a time. It follows one modest branch-operations job: find customer quotes older than two business days with no recorded follow-up, preserve the source records, draft a proposed next action, and stop for a manager’s approval. The system may read and draft. It may not send a message or change the CRM on its own. The point is not maximum autonomy. The point is reliable value inside a boundary people can understand. WHAT YOU WILL LEARN - Why a language model is not an agent by itself. - How current information lets a system observe the real state of a job. - Why a callable tool is not the same thing as permission to use it. - How memory preserves state without automatically retraining the model. - How events, schedules, and human requests can begin work. - What happens inside an observe-select-act-check loop. - When a predefined workflow is a better design than an agent. - How to grant authority one action at a time. - Why approval, logs, limits, and stopping conditions belong inside the architecture. THE CENTRAL IDEA Agency is not a personality added to a model. It is an architecture of access, choice, action, and control.