AI · AI at work
Adopting AI in Your Company: The Practical Guide
From pilot phase to daily operations: the practical guide to adopting AI in a company – prioritising use cases, choosing a platform (Copilot Studio, Agentforce & co.), controlling costs, reading the 2026 AI Act correctly and securing agents.
By Boaz Lichtenstein Prefer us on Google

Between doing something with AI someday and a company where AI demonstrably saves time and money lies no technology leap – just a path of many small, correct decisions. This guide traces it: from choosing the first use cases through team, platform choice and costs to regulation, agents and their security. It is deliberately practical: every chapter has a deep-dive article with the details. Figures and legal status: July 2026.
The short version
- The entry point is narrow, measurable pilots in real daily work – not strategy papers.
- Acceptance is half the battle: voluntary pilot groups, honest answers to concerns, visible benefits.
- Platform choice follows your existing stack – Copilot Studio, Agentforce, Gemini Enterprise and ServiceNow all increasingly bill by consumption, not by licence.
- Costs are usage-based: reasoning tokens are the invisible driver; caching (roughly 90 percent off) and batch processing (roughly 50 percent off) are the biggest levers.
- Since the Digital Omnibus, the AI Act no longer contains an enforceable training obligation – AI literacy is now a duty to promote, but remains your best acceptance tool.
- Agent security is architecture, not filters: adaptive prompt injection attacks defeat most filter defences in current tests.
Getting started: pilots, not papers
The most successful AI adoptions we observe start unspectacularly: one task, one team, four to eight weeks, one metric. Good candidates share three properties – they demonstrably cost time today (proposals, support, research, documentation), their output can be checked, and a mistake is correctable before it gets expensive. A good metric is uncomfortably concrete: minutes per proposal, tickets answered per hour, correction rate after review – not a vague sense of relief.
The complete approach – use-case selection, pilot design, success measurement and the typical dead ends – is in the playbook on AI adoption for SMEs. The short version of its most important lesson: scale what is proven, not what is planned.
The team: acceptance is not a communications task
The most common cause of failed AI projects is not the model but adoption against the team. Employees’ concerns – replaceability, surveillance, extra work from faulty AI output – are rational; moderating them away produces quiet refusal. What works instead: voluntary pilot groups whose experiences become visible internally, clear rules (what AI may do, what it may not, who reviews), and training built around real work tasks rather than slides. An underestimated lever is internal multipliers: colleagues who have gained time in the pilot themselves are more convincing than any management presentation.
The psychology behind it and a concrete approach to training and culture is in AI adoption in teams.
The platform landscape: four vendors, one pattern
If you want to run AI as part of your processes rather than as a chat window, in 2026 you almost inevitably end up on one of the big agent platforms – and there, the deciding factors are less the feature comparison than your existing stack and the cost model.
The pattern behind all four: vendors are shifting their pricing from fixed seats towards consumption – credits, actions, conversations. That is fair, because costs follow usage, but it makes budgets harder to plan. So never compare list prices; compare worked scenarios for your concrete use cases.
Technically, a common denominator has established itself beneath these platforms: MCP (Model Context Protocol), the open standard through which models and agents connect to tools, databases and internal systems. All the major vendors support it. For you, that means a cleanly built MCP connection to your ERP or knowledge base is not an island solution but reusable across platform boundaries – the most effective antidote to lock-in. And if you have special requirements, you can bypass the platforms and build directly on the model APIs: more control, more responsibility. For most teams, the platform in the existing stack is the more pragmatic start.
The tools: context beats prompts
The quality gap between disappointing and impressive AI results rarely lies in prompt wording – it lies in context: which information, examples, rules and data are available to the model? Companies that provide their knowledge base in structured form (style guides, product data, process descriptions, proven examples) get reproducibly better results than those betting on phrasing artistry.
Why that is and how to systematically build context instead of prompts is explained in Context Engineering – for us one of the most important pieces in this topic.
The costs: think usage-based
AI costs follow a different logic than software licences: you pay per processed token, and consumption depends massively on architecture decisions. Two items are routinely underestimated. First, reasoning tokens: modern models think through internal intermediate steps before answering; those steps are billed as output tokens but never appear in the result – on complex tasks, this thinking quickly costs a multiple of the visible answer. Second, context: every request sends its complete context through the model again, and growing agent sessions grow in consumption with it.
Against that stand two simple levers with big numbers: prompt caching makes repeatedly sent context roughly 90 percent cheaper, and batch processing halves the cost of everything that does not have to happen in real time – overnight jobs, bulk analysis, reports. Only then come the classic levers: the right model per task (routine on small, fast models; complexity on large ones), context discipline and hard budgets per use case.
The complete cost logic including worked examples is in Understanding AI costs; the strategic question of when in-house models pay off is answered in Local AI vs cloud.
The rules: the AI Act after the Digital Omnibus
The EU AI Act is the most important legal framework for running AI in a company – and it moved noticeably in June 2026: with the Digital Omnibus, Parliament and Council softened the rulebook. The most prominent change for employers concerns Article 4: the duty to ensure a sufficient level of AI literacy among staff became a duty to promote and support that literacy. There is thus no enforceable training obligation – anyone selling you mandatory trainings citing Article 4 and looming fines is arguing from an outdated state of the law. In addition, the obligations for standalone high-risk systems were postponed to the end of 2027, while the transparency duties (such as labelling AI content) arrive as planned from August 2026.
In practice this changes less than it sounds: training remains the best investment in acceptance and output quality – only the rationale shifts from must to want. And anyone using AI in recruiting, credit decisions or other sensitive fields stays on the high-risk radar and should keep the deadlines in view. (Status: July 2026 – an assessment, not legal advice.)
Agents: from chatbot to colleague
2026 is the year AI agents moved from demos into companies: systems that don’t answer but complete – taking a goal, breaking it into steps, using tools (email, calendar, internal systems, browsers) and working in multiple stages. The productivity jump is real, but it has a price: an agent with permissions can make mistakes with permissions. Roles, boundaries, approval gates and human oversight are therefore not brakes – they are the precondition for letting agents work at all. A proven entry: let agents only read and suggest at first – drafts, summaries, research – and grant write permissions only once the error rate has been known for weeks. That way trust grows along data, not gut feeling.
What agents can do today, where they fail and what a sensible entry looks like is shown in AI agents at work.
Security: filters lose, architecture wins
As soon as AI systems process external content – emails, documents, websites – an attack surface appears that classic software does not have: prompt injection. Manipulated content can slip instructions to a model that it cannot distinguish from legitimate ones. This is no longer a theoretical concern: with EchoLeak, 2025 saw the first documented zero-click flaw of this kind in a production system – a single crafted email could make Microsoft 365 Copilot exfiltrate internal data without a single click. The flaw is fixed; the pattern remains.
Security research is uncomfortably clear on one point: filters and detection models meant to catch malicious input do not withstand adaptive attackers – in current tests, most published defences were defeated with success rates above 90 percent. What holds up instead are deterministic architecture approaches: hard-wired permissions (capabilities) and policies that enforce, independently of the model, which actions are possible with which data. Research systems such as CaMeL show that whole attack classes can be structurally ruled out this way. For practice, that means minimal permissions, approval gates for critical actions, and separation of trusted and external content. The details and concrete safeguards: Prompt injection: securing agents.
Bottom line
In 2026, AI in the company is no longer an innovation question but an execution question – and execution is a craft: small pilots with metrics, a team brought along rather than run over, a platform chosen along your own stack rather than along feature lists, cost control via architecture (caching, batch, model choice), a sober reading of the AI Act after the Omnibus, and a security culture that relies on architecture instead of filters. Work through these chapters in order and you won’t need AI strategy slides any more – you’ll have AI operations.