# What is Augmentation? Also called human augmentation, augmented work. Augmentation describes an arrangement in which software handles part of a task while a person retains judgment and final decision over the outcome. In common industry usage it is contrasted with full automation, where a process runs end to end without human involvement. The distinction is one of degree, and most real deployments sit somewhere between the two. In an augmented arrangement the division of labor typically follows the shape of the work. Software takes the parts that are wide but shallow: gathering sources, extracting fields, drafting a first version, checking a list against a rule. The person takes the parts that are narrow but deep: deciding what matters, weighing conflicting signals, and taking responsibility for the result. The term is widely used in industry and policy writing and its boundaries are loose. The same deployment can be described as augmentation or automation depending on which part of the workflow is being discussed. Because it carries a favorable connotation, it is also frequently applied for positioning reasons rather than as a precise technical description, which is worth noting when reading vendor material. Empirical work on augmented workflows consistently finds that the design of the handoff matters more than the capability of either party. Systems that present a draft with its sources attached, and that make correction cheap, produce better outcomes than systems that present a confident answer with no visible reasoning. The reviewer needs enough material to disagree efficiently. Augmentation is not automatically the right choice. Where a task is genuinely mechanical, high volume, and well specified, inserting a reviewer adds delay without adding accuracy. Where a task involves relationships, negotiation, physical presence, or accountability that must sit with a named person, a human doing the work directly remains the better arrangement and no handoff design fixes that. ## Key points - Software does part of a task; a person keeps final judgment - Contrasted with end to end automation, but a spectrum - Term is loose and often used for positioning - Handoff design matters more than raw capability - Sometimes the wrong choice, in both directions ## In practice A grant writer uses an agent to pull eligibility criteria from twelve funder pages into a comparison table with links to each source clause. She reads the table, discards two funders the agent scored as matches, and writes the application narrative herself. The gathering step went from a day to twenty minutes; the judgment about fit and the writing stayed entirely with her. ## Related terms - [AI Copilot](/en/glossary/ai-copilot) - [AI Teammate](/en/glossary/ai-teammate) - [Task Delegation](/en/glossary/task-delegation) - [Exception Handling](/en/glossary/exception-handling) - [AI Assistant](/en/glossary/ai-assistant) [Back to the AI Glossary](/en/glossary)