Trend Briefings
“Agentic” usually describes an AI system that can pursue a goal across multiple steps, choose among tools, observe results, and adjust what it does next. The important difference for client work is action: the system may do more than generate text.
Five parts of an agentic system
- Goal: the result the system is asked to pursue.
- Model: the component interpreting information and selecting next steps.
- Tools: email, browser, files, databases, calendars, code, or business systems it can use.
- State: plans, prior results, memory, logs, and intermediate files.
- Control: permissions, limits, approvals, monitoring, and stop conditions.
Safety cannot be judged from the model name alone. The same model can be low-risk when drafting from public text and high-risk when it can send email, modify customer records, or execute code.
The main client-work risks
- Data exposure: confidential material enters prompts, logs, connected services, or unintended outputs.
- Prompt injection: an email, webpage, or document contains instructions that manipulate the system.
- Excessive permissions: the agent can read or change more than its task requires.
- Incorrect action: plausible but wrong reasoning triggers a real-world consequence.
- Weak accountability: nobody knows who approved the system, watches failures, or owns correction.
A safer operating pattern
- Use a separate account or role with the minimum access required.
- Prefer read-only access during discovery and testing.
- Treat external content as untrusted data.
- Require a person to approve sends, publishes, deletions, purchases, permission changes, and client commitments.
- Set limits on time, cost, records, recipients, and tool calls.
- Log inputs, tool choices, approvals, outputs, and errors in a form you can review.
- Provide a stop switch and a manual fallback.
Ask these questions before client use
Has the client authorized this processing? What data may enter? Which systems can the agent access? What is the worst action it could take with those permissions? Will a person see the action before it happens? Can it be reversed? How will the client be told about an incident?
OWASP’s guidance on excessive agency recommends minimizing functionality, permissions, and autonomy and requiring human approval for high-impact actions. NIST’s AI Risk Management Framework offers a broader voluntary structure for governing, mapping, measuring, and managing AI risk.
A sensible first pilot
Use synthetic data and one read-only task, such as checking a project checklist for missing fields. Review every step for at least 20 cases. Introduce real client information only after permission, data controls, access, logging, and retention have been approved. Introduce write access last—if it is needed at all.
The safest useful agent often looks less magical than the demo: narrow job, small permission set, visible evidence, explicit approval, and a person responsible for the result.
Published September 4, 2026. This is general risk-management guidance, not legal or cybersecurity advice.
