Article 002
Simple rules for AI at work.
What employees can share, what they can publish, and when a person must approve the result.
- Topic
- Employee AI use
- Read
- 8 min read
- Type
- Article
- Published
- 20 July 2026
The short answer
Ask what goes in, who sees the result, and what the tool can change.
Those answers set the rules. A private rewrite of public text needs little control. A tool that reads customer data, publishes work, or changes a record needs much more.
Rewriting a public job ad is low risk. Changing customer records is not. An employee policy has to tell people the difference.
01 / Tool approval
An approved tool is only the start.
The name on the login screen tells you very little about the risk. The same product can rewrite a sentence, search confidential files, publish a customer answer, or operate another system. Each task needs different rules.
The tool list also ages quickly. Models, connectors, memory, browsing, and agent features change faster than most policies are reviewed. Rules written around one interface can become obsolete without anybody changing the document.
Employees are already using these tools. Verizon’s 2026 Data Breach Investigations Report found regular GenAI use on corporate devices had reached 45%, and 67% of those users accessed AI through non-corporate accounts. The practical question is no longer whether employees will use these tools. It is whether the safe route is clear and useful enough to become the normal route.
02 / Three questions
Ask three questions about each task.
Use plain categories people can remember.
- 01
What data goes in?
Public, internal, or restricted. Restricted includes personal data, credentials, source code, legal material, customer records, and anything governed by contract or regulation.
- 02
Who can be affected by the output?
Only the employee, an internal team, a customer, or the public. Reach matters because errors become harder to contain once the output leaves the desk.
- 03
What authority does the system have?
Suggest, draft, recommend, decide, or act. An assistant that proposes a CRM update is not the same as an agent that can make it.
Use the highest-risk answer. A private draft with restricted data still needs restricted-data controls.
03 / Four levels
Use four levels.
Ordinary work should move quickly. Risky work should be harder to do by accident.
Rewrite public or non-sensitive material for your own use.
Approved tool and employee review.
Summarise internal meetings, documents, or research.
Company workspace, retention rules, and source access controls.
Prepare customer-facing work or recommendations people may rely on.
Evidence, named reviewer, sampling, and an audit trail.
Change systems or influence hiring, pay, credit, legal, or safety decisions.
Least privilege, explicit approval, rollback, formal risk review, or no use.
This mirrors the useful part of modern AI regulation: controls rise with consequence. The EU AI Act treats employment and worker-management systems as high-risk uses, while most low-risk AI use remains outside that category. It also requires logging, human oversight, robustness, and traceability for high-risk systems.
Exact legal duties depend on the use and jurisdiction. The basic rule is still useful: a grammar edit and a hiring decision need different approval paths.
04 / Approved tools
Give people a safe tool that works.
“Do not use personal accounts” is not a control unless employees have a company account that works. Provision the approved workspace, connect identity, remove access when people leave, and make the permitted use cases clear inside the tool.
A managed workspace should be checked for:
- Contractual terms for prompts, outputs, and model training
- Single sign-on, automated provisioning, and role-based access
- Retention settings that match legal and operational needs
- Audit or compliance logs that can reach the existing security workflow
- Controls for browsing, memory, connectors, sharing, and third-party tools
- Data residency and encryption where the use case requires them
Current enterprise products from major providers expose many of these controls. These controls help. They cannot make an answer correct, stop every bad action, or decide whether a use is lawful.
05 / Review
Put review before the risky step.
“Keep a human in the loop” is too vague. Name the step, the reviewer, and what that person can inspect. The reviewer needs the source and the power to stop or reverse the action.
The employee owns the result.
For private drafts, the user reads and corrects the output before relying on it.
Verify claims and audience.
Customer or public output needs source checking and a named approval step.
Preview, confirm, and reverse.
System changes need narrow permissions, clear confirmation, and rollback.
A person makes the final call.
High-impact decisions need qualified review and a documented basis.
This matters more as tools become agents. OWASP’s latest agentic security work calls out tool misuse and identity or privilege abuse as distinct risks. The employee may ask for a reasonable result while the system reaches too far to produce it. Limit the tools and permissions the agent can reach.
06 / Training
Train people on their own work.
Training should use the work each team does. Finance needs examples about forecasts and confidential numbers. Sales needs examples about customer data and generated claims. Engineering needs examples about source code, credentials, and tool access.
This is also the shape of the EU AI Act’s AI literacy requirement. Training should account for the person’s experience, the context of use, and the people who may be affected. The obligation has applied since February 2025, with national supervision beginning in August 2026.
One person should own the operating policy. Security, legal, data, and affected teams contribute where their expertise matters, but the final owner must be able to approve a tool, stop a use, and change a workflow. A committee can advise. It cannot be the name in the incident log.
07 / What to track
Track mistakes and corrections.
Review use and results at the workspace and task level. Look at an individual only when a real security, legal, or quality issue requires it.
Share of active users working in approved company accounts
Restricted-data blocks, warnings, and reported near misses
Quality and source accuracy in sampled external outputs
Agent actions rejected, corrected, or rolled back
Time from a provider change to a policy or control decision
Give each log a reviewer and a clear next action.
08 / First steps
Start with what people use today.
Start with the tools people use now, including personal accounts and browser tools. Then add the smallest set of rules that makes the work safer.
- 01
Inventory actual tools, accounts, connectors, and recurring tasks.
- 02
Define public, internal, and restricted data in company language.
- 03
Rate each recurring use on data, reach, and authority.
- 04
Provision the approved route and configure its access and retention.
- 05
Put approval, logging, and rollback before high-risk steps.
- 06
Train each role on two real tasks and one clear failure case.
- 07
Review incidents, provider changes, and sampled outcomes every month.
Good rules help people work and stop serious mistakes. People ignore rules that do only one of those jobs.
Common questions
Short answers.
What should an employee AI policy include?
It should define approved tools, three or four usable data classes, prohibited uses, when human approval is required, how incidents are reported, and who owns changes to the rules. It should fit on a page and link to role-specific examples.
Can employees put company data into public AI tools?
Not by default. Company data should enter only an approved workspace whose contract, retention settings, access controls, connectors, and training terms have been reviewed. Restricted data may still require a separate environment or may be prohibited entirely.
Does an enterprise AI plan make employee use safe?
No. It can provide useful identity, retention, logging, and data controls, but it does not make outputs correct or a workflow appropriate. The task still needs controls based on its data, reach, and authority.
Who should own employee AI governance?
A named business owner should be accountable for the operating policy, with security, legal, data, and affected teams involved where their expertise is needed. The owner needs authority to approve tools, stop unsafe uses, and change workflows.
Sources
Sources used for this guide.
- Verizon: 2026 Data Breach Investigations ReportCurrent data on workplace GenAI use, personal accounts, and security exposure.
- NIST: AI Risk Management FrameworkThe Govern, Map, Measure, and Manage structure, including the 2026 update work.
- European Commission: AI ActThe current risk categories, application timeline, and obligations for high-risk uses.
- European Commission: AI literacy questions and answersWhat deployers must do to build role- and context-specific AI literacy.
- OWASP: Top 10 for Agentic ApplicationsThe latest agentic risks, including tool misuse and identity or privilege abuse.
- UK DSIT and NCSC: AI Cyber Security Code of PracticeBaseline security principles for organisations that develop or deploy AI systems.
- OpenAI: Business data privacy, security, and complianceA current example of workspace controls to verify when selecting an approved tool.
- Anthropic: Enterprise data retention controlsA March 2026 example of configurable retention in a managed AI workspace.