Back to Blog

Artificial Intelligence

AI That Does the Work, Not Just the Talking: What Agentic AI Really Means for Zambian Business

Windhelm Digital·29 July 2026
AI That Does the Work, Not Just the Talking: What Agentic AI Really Means for Zambian Business

The Clerk Who Asked the Right Question

An accounts clerk at a manufacturing firm in Ndola opens ChatGPT and asks it to draft a polite follow up email to a supplier whose invoice does not match the delivery note. The AI writes a clean, professional email in four seconds. The clerk copies it, pastes it into Outlook, checks the supplier's name, attaches the invoice, and sends it. Useful, but the clerk still did most of the actual work: opening the accounting system, finding the mismatch, locating the right contact, attaching the file, hitting send.

Now picture the same task handed to an AI agent in mid-2026. The agent opens the accounting portal itself, using credentials it has been permitted to use. It finds the invoice, cross-checks it against the delivery note already sitting in a shared drive, spots the exact line item that does not reconcile, drafts the email, attaches the correct document, and sends it, then logs the exception in a tracking sheet for the clerk to review the next morning. The clerk's job changes from doing the task to checking that it was done correctly.

That is the real difference between the AI most Zambian businesses have gotten used to since 2023 and the AI that is actually reshaping enterprise software in 2026. One talks. The other acts. Understanding that difference, honestly and without the marketing gloss, is now a genuinely useful piece of business literacy.

What "Agentic" Actually Means

"Agentic AI" is one of those phrases that gets thrown around loosely, so it is worth being precise. A chatbot answers a question inside a conversation window. An agent is given a goal, a set of tools, and permission to take multiple steps on its own, browsing a website, filling in a form, reading a document, running a piece of software, checking its own output, and deciding what to do next, without a human typing every instruction along the way.

The three companies leading this shift have each placed a different bet on how it should work. Anthropic's Claude Computer Use gives an AI model a screenshot of a screen plus mouse and keyboard control, so it can operate almost any piece of software the way a person would, a general but sometimes slower approach that remains an official beta feature even as enterprise use of Claude's broader agent tools has grown substantially. OpenAI launched ChatGPT Agent in mid-2025 for hours-long, multi-step tasks such as browsing several websites, comparing options, and completing a booking or a form, then followed it in July 2026 with ChatGPT Work, a separate enterprise platform where agents run whole workflows in the background and get shared across entire teams. Google took an earlier run at the same idea, folding its Project Mariner browser-automation experiment into Gemini's Agent Mode at Google I/O in May 2025, betting that reading a webpage's underlying structure rather than just its pixels gives more reliable results for browser-based work.

None of these companies is describing a chatbot anymore. They are describing something closer to a junior employee who can be told "reconcile this month's supplier invoices" and left to work through it, for better or worse.

The Numbers Behind the Hype, and the Numbers Against It

Adoption has moved fast. KPMG's Global Tech Report 2026, based on a survey of 2,500 technology executives across 27 countries, found that 88% of organisations now embed AI agents somewhere in their workflows, products, or internal processes. A study of Microsoft's early-2026 rollout of Claude Code and GitHub Copilot CLI to its own engineers found that developers using these coding agents merged roughly 24% more pull requests than they otherwise would have, a rare piece of hard, measured evidence that agentic tools can move real work faster in a real organisation.

But the same year that produced an 88% adoption figure also produced an 88% figure of a very different kind. IDC has documented an 88% pilot failure rate for enterprise agentic AI projects, meaning most attempts to move an agent from a demo into daily production use simply do not survive the transition. Fiddler AI's own analysis of agent deployments tells a similar story from another angle: agents succeed roughly 60% of the time on a single run, but that rate drops to around 25% when the same agent has to complete a task successfully across eight consecutive runs, the kind of sustained consistency real production use actually demands. Deloitte's eighth annual State of AI in the Enterprise report, published in January 2026 from a survey of 3,235 enterprise leaders across 24 countries, found that only 21% of organisations have a mature governance model in place for autonomous agents, even as 73% name data privacy and security as their single biggest AI risk, and just 23% currently use agentic AI at least moderately today, a figure Deloitte expects to reach 74% within two years.

Put plainly, the technology is real and the adoption numbers are real, but so is the failure rate. Agentic AI in 2026 is closer to a capable but occasionally unreliable junior staff member than to a flawless digital employee, and any business adopting it should plan accordingly, with review steps built in rather than assumed away.

What This Looks Like in Zambia

Africa is not sitting this out. The same KPMG survey that produced the 88% adoption figure drew 43% of its respondents from EMEA markets, and the wider push toward business automation on the continent has already produced real, named examples. Rwandan startup Kayko's point-of-sale and business management platform is now used by more than 8,500 Rwandan SMEs for bookkeeping, inventory tracking, and tax compliance, the kind of structured data layer that agentic tools need to work well. Closer to home, the Zambian company Uniplexity AI has built the UB App, an AI-powered ERP system that helps local SMEs track sales, expenses, inventory, invoicing, and CRM while generating the kind of structured, verifiable digital records that lenders and investors want to see before they extend credit.

Zambia's own government has staked a position here too. The National Artificial Intelligence Strategy, launched in October 2024 and running through 2026, sets out an ambition to position Zambia as a hub for AI-driven development among emerging economies, with a stated goal of contributing to an 8% GDP boost by 2030 through AI adoption across digital services, agrotechnology, and telecommunications.

The gap between ambition and reality is worth naming honestly. PwC's 2026 "Decoding ROI from AI in Africa" report, presented at the Africa CEO Forum in Kigali in May 2026, found African organisations investing an average of around 2% of revenue in AI, against roughly 5% among leading global companies, with only 32% of African firms believing their current investment is sufficient to meet their own stated goals. A common finding across multiple 2026 surveys is that the bottleneck is rarely the AI model itself. It is the absence of clean, trustworthy, well-organised business data underneath it, and the absence of anyone inside the organisation whose job is to make sure that data stays that way. An agent asked to reconcile invoices against a delivery note is only as good as the accuracy of the invoice records and delivery notes it is given to work with.

Zambia's connectivity picture matters here in a specific way that is different from the load shedding problem most local businesses already know well. Because these agents run in the cloud rather than on a local machine, a power cut at your office does not stop the agent itself from working, but it does stop your staff from reviewing what it did, approving its next step, or noticing quickly if something went wrong. A stable internet connection stops being a nice-to-have and becomes the thing standing between a well-supervised agent and one quietly making mistakes unattended for hours.

What a Zambian SME Can Actually Hand Over Today

Some tasks are genuinely ready to delegate, with a human checking the output before it goes anywhere important.

  • Drafting and first-pass document work: proposals, supplier correspondence, policy documents, and job descriptions, produced faster and then reviewed rather than written from scratch.
  • Reconciliation and data entry across systems that expose the right access: matching invoices to delivery notes, pulling figures from one system into another, flagging exceptions for a human to resolve.
  • Research and summarisation: pulling together a competitor scan, summarising a long regulatory document, or preparing a first draft of a report.
  • Routine scheduling and form filling: booking travel, submitting standard applications, populating repetitive online forms.
  • Coding support: for businesses building or maintaining their own software, agentic coding tools genuinely do speed up development work, as the Microsoft pull request data above suggests.

Some tasks are not ready, and pretending otherwise is how businesses end up in the 88% pilot failure statistic rather than the success stories. Fully unsupervised financial transactions, anything involving a nuanced judgement call specific to a Zambian customer relationship or an informal business arrangement, and any multi-day workflow left completely unattended all remain firmly in "review everything" territory in 2026. The Deloitte governance numbers above are not an argument against adoption. They are an argument against adoption without a plan.

Where Windhelm Digital Fits In

Every genuine technology shift produces two kinds of businesses: the ones that adopt it thoughtfully, with clean data, clear oversight, and a realistic sense of what to hand over and what to keep a human eye on, and the ones that either ignore it entirely or bolt it onto a messy system and hope for the best. Agentic AI rewards the first kind of business and punishes the second.

That is precisely the work we do at Windhelm Digital: helping Zambian businesses assess what their current systems and data actually look like, identify which specific workflows are genuinely ready for an AI agent and which are not, and set up the oversight and governance that the Deloitte research above shows most organisations are still missing. This is not about chasing a trend. It is about making a deliberate, well-informed decision about where AI can save your business real time and money today, and where it cannot yet be trusted to work alone.

If you are trying to work out what agentic AI would actually mean for your specific business, rather than for a case study from a much larger company in a different market, get in touch with us and we will walk through it honestly. You can also see the fuller range of our IT consultancy and technology services to understand how we support Zambian businesses through exactly this kind of transition.

The AI that only talks was interesting. The AI that does the work is genuinely useful, provided someone is still watching it closely enough to know the difference.