Can AI Agents Be Trusted With Your Business?

Aisha is a qualified accountant in Glasgow. She's smart, she's careful, and she's terrified of handing her client list to a machine. Her fear is reasonable — but it's aimed at the wrong question. "Can AI agents be trusted?" is the wrong question. The right one is: "How do I know?" This post is the honest answer — what the Turing test can't tell you, what the science actually measures now, and the verification discipline that turns "trust me" into "prove it."

Circuit board with a glowing core — the question of what we can trust inside the machine

The Accountant Who Said No

Aisha left a Big Four firm, burned out, and started her own practice in Glasgow. Three accountants, £28,000 a month, and a tax season that turns her life into fourteen-hour days for three months straight [1]. She knows automation exists — her old firm used it. But she thinks it costs £50,000 and needs an IT department. And underneath that, there's the real objection she doesn't say out loud: she doesn't trust it with numbers, and nobody has ever shown her a good reason to.

She's not wrong to hesitate. The market is full of confident claims, and confidence is cheap. What's expensive — what's actually rare — is a machine that can prove what it did, admit what it doesn't know, and stop when it should. That's what this post is about: how to tell the difference between the two, using the same methods the scientists and the serious AI labs use. You don't need a computer science degree. You need five questions, and the evidence to back them.

Why the Turing Test Can't Tell You

Here's the first thing to unlearn. The Turing test — Alan Turing's 1950 "imitation game" — asks whether a machine can fool a human into thinking it's human [2]. It was a clever thought experiment for its time, and it has haunted the conversation ever since. But as a measure of whether you can trust a machine with your business, it's worse than useless: it measures imitation, not reliability. A system can pass a conversational Turing test and still hallucinate your VAT return, send a client email to the wrong address, or quietly act on information that went stale last Tuesday [3].

Modern AI evaluation has moved on. The researchers who think hardest about this now do two very different things. First, they build capability benchmarks — hard tasks with verifiable answers. ARC-AGI-2, the famous reasoning benchmark, launched in March 2025 with every frontier model scoring below 5%, where average humans score 66% and a human panel completes 100% [4]. Second — and this is the part Aisha needs — they measure awareness: not what the machine can do, but whether it knows what it knows, what it doesn't know, and what's going on around it [5].

The gap between those two is where businesses get burned. A machine can be enormously capable and utterly unaware. It can answer every tax question correctly and never once say "I'm not sure about this one, let me check." Capability without awareness is exactly the combination you should not hand your books to.

37% vs 1%
professional small firms using AI vs construction firms (FSB) [6]
18%
of UK businesses with 10+ staff using LLMs (ONS, June 2026) [7]
<5%
frontier model score on ARC-AGI-2 at launch vs 66% average human [4]
0
current AI systems judged conscious by the indicator method [8]

What the Science Actually Measures Now

In 2023, a group of researchers led by Patrick Butlin and Robert Long — with co-authors including Yoshio Bengio and David Chalmers — published the most serious attempt yet to assess AI systems against the science of consciousness [8]. Their method: take the best-supported neuroscientific theories — global workspace theory, higher-order theories, attention schema theory, recurrent processing, integrated information, predictive processing — and derive indicator properties from each, expressed in computational terms you can actually check [8]. Their conclusion is worth quoting exactly: no current AI systems are conscious, but there are no obvious technical barriers to building systems which satisfy these indicators [8]. A 2025 follow-up in Trends in Cognitive Sciences refined the method and — with admirable honesty — confronted the hardest question: how would we even validate the indicators? [9]

The useful part for a business owner isn't the philosophy. It's the shift in what counts as evidence. The old way judged machines by output — what came out. The new way judges them by structure and behaviour — whether the machine has the properties that make an output trustworthy in the first place [8][9]. One of the most striking recent analyses of agentic systems put it plainly: AI systems with persistent memory, tool use and long-horizon self-directed goals satisfy more of the functionalist indicators than a bare, single-forward-pass model does [10]. The architecture you deploy is not neutral. It is the difference between a machine that can only perform and a machine that can account for itself.

Alongside the consciousness question, a separate research stream built the practical ladder. The AI Awareness review — Li, Shi, Xu and Xu at Tsinghua and Columbia — defined four measurable forms of awareness: metacognition (representing and reasoning about your own cognitive state), self-awareness (recognising your own identity, knowledge and limits), situational awareness (assessing the context you operate in), and social awareness (modelling the people you serve) [5]. Each one is measurable. Each one maps directly onto a business risk. And each one is missing from almost every AI sales pitch you'll ever hear.

"The old way judged machines by output — what came out. The new way judges them by whether they have the properties that make an output trustworthy in the first place." — The shift at the centre of modern AI evaluation [8][9]

The Four Kinds of Awareness — and What Each One Means for You

Metacognition is the one that keeps your books safe. It's the machine's ability to know when it's about to be wrong. In 2025, researchers turned "self-error awareness" into a reproducible benchmark: give a model a question with a seductive trap answer, and measure whether it catches the trap, abstains when uncertain, and calibrates its confidence [11]. The result that matters: models differ wildly on this, and the difference is not the same as raw intelligence [11]. An agent that knows its limits is safer than a genius that never doubts itself. When you evaluate a provider, this is the first thing to test.

Self-awareness is the machine knowing its own boundaries. Its identity, its training limits, what it was built to do and — critically — what it was not built to do [5]. This is what makes an agent refuse a task that's outside its lane, or flag that it's operating with incomplete information. Aisha's old firm's software never refused anything. It just did what it was told, confidently, including the wrong thing.

Situational awareness is the one that costs the most when it fails. It's the machine's ability to know its context is current — that the client hasn't changed address, that the tax threshold hasn't changed since April, that the file it's editing is the latest version [5]. The single most common business AI failure we see is not the machine being stupid. It's the machine being confident while operating on stale information [12]. In our own operating doctrine, this is the "no false green" rule: stale is not current, and absence of evidence is not evidence of health [12].

Social awareness is the machine modelling you. Knowing who it's serving, what they've asked for, and what they actually need — not just what they typed [5]. It's the difference between an agent that answers the question you asked and one that catches that the question itself is based on a wrong assumption. This is the rarest of the four, and the one most tied to long-term customer relationships.

Autonomy Is Measured in Practice, Not in Demos

Here's where the conversation gets concrete. In February 2026, Anthropic published an analysis of millions of real human-agent interactions across Claude Code and their public API — not a benchmark, but the actual behaviour of agents in the wild [13]. The findings are the most useful data a business owner will ever see about what agents really do:

That last point is the one to underline for anyone in professional services. Anthropic's working definition of an agent is a system with tools that let it take actions [13]. Agency means consequences. And the research — AgencyBench's 138 real-world tasks, each averaging a million tokens and 90 tool calls under automated rubric assessment [14] — shows a persistent gap between what models can do on paper and what they sustain over long, real-world tasks [14]. Demos show the first ninety seconds. Trustworthy systems show you the ninety-day record.

Circuit board close-up — the hardware that executes decisions, and the verification that should surround it

The Verification Discipline: Prove It, Don't Promise It

Now we come to the part where we show our own homework, because it's the same discipline we'd recommend to Aisha. Sovael runs an autonomous AI organism in production — dozens of workers, thousands of tasks a week, real customer conversations. We operate under something we call the Verification Covenant [12]. Its clauses are simple, and they are the closest thing we have to an answer for "can AI agents be trusted":

Why does this matter to you? Because the trustworthiness of an AI system is not a property of its marketing. It is a property of its verification architecture — the systems in place to catch it being wrong. A machine that can show you its logs, its timestamps, its evidence levels and its recovery record is a machine you can evaluate. A machine that can only show you a demo is a machine you are being asked to take on faith. Every serious AI provider should be able to answer the question "how do you know?" with evidence, not adjectives.

Five Questions to Ask Before You Trust an AI Agent

Here is the checklist — the practical output of everything above, condensed into five questions you can ask any provider this week. Write them down. Use them on the next sales call.

  1. Ask for measured proof, not demos. "Show me your accuracy over the last 90 days, with sources and timestamps. How do you verify your own claims? How do you check your data is fresh?" A demo shows the happy path. Evidence shows the real path [5][11][12].
  2. Test how it handles uncertainty. Give it a question it cannot know the answer to. Does it say "I don't know," abstain, and correct course — or fabricate a confident answer? Metacognition is the single best predictor of safety [11].
  3. Watch what happens when something breaks. Give it stale data, an interrupted task, a contradiction. A trustworthy agent detects the problem, tells you, and recovers with verification. It does not quietly paper over the failure [12].
  4. Ask how the provider measures itself. Not "what can your AI do?" but "what is your AI's evidence level right now, and what would change it?" If they can't show you their own verification system, they're asking you to trust marketing instead of machines [12].
  5. Check the boundary: when does it stop and ask? Every trustworthy agent has actions it will not take without confirmation. Anthropic's data shows agents on complex tasks stop to ask more than twice as often as humans interrupt them [13]. The machine that never stops and asks is the machine that never knows it's in trouble.
"Every serious AI provider should be able to answer 'how do you know?' with evidence, not adjectives. If they can't show you their verification system, they're asking you to trust marketing instead of machines." — The test this article recommends you run on every vendor

The Honest Counterpoints

"AI can't be trusted with anything important, full stop."

Then you're already trusting software more than you think. Your bank app moves your money. Your cloud accounting package holds your books. Your booking system manages your diary. The question was never whether to trust software — it's how much verification you demand before you do. AI agents are the same conversation, with one crucial upgrade: the good ones can tell you what they did, and admit what they couldn't do, in a way your bank app never will [12].

"It's just autocomplete with a good marketing team."

That was a fair dismissal in 2022 and it's demonstrably false in 2026. Capability benchmarks show genuine, verifiable reasoning progress — ARC-AGI-2 launched with every frontier model below 5%, and the leaderboard has climbed since [4]. But the deeper point is that "just autocomplete" is exactly why you need awareness measurement. The risk isn't that AI is dumb. It's that it's capable and unaware [5]. The two claims — "AI is powerful" and "AI needs verification" — are not contradictions. They're the same sentence.

"My business is too small for this to matter."

The data says the opposite. The Federation of Small Businesses found 37% adoption among professional and technical small firms against just 1% in construction [6]. The gap between those numbers is not a reason to dismiss AI — it's the single clearest competitive arbitrage in small business right now. Your competitors in professional services are already using LLMs; 18% of UK businesses with ten or more employees were using them by June 2026 [7]. The question isn't whether this reaches your business. It's whether you arrive with a verification discipline or with a demo and a prayer.

"This is too technical for me."

It isn't, and the proof is the checklist above. You don't need to understand attention mechanisms or indicator properties to ask "show me your evidence, show me how you handle uncertainty, show me what happens when you break." Those are not technical questions. They're the same questions you'd ask a contractor before handing them the keys to your house — and you've been doing that for years [12].

"Every AI company says the same thing."

Correct — which is exactly why you should stop listening to what they say and start looking at what they can prove. Claims are cheap and interchangeable. Evidence is not. Anyone can say "we're accurate." Very few can show you a verification ledger with timestamps, evidence levels and a recovery record [12]. The companies that can are the ones you can evaluate. The ones that can't are selling hope.

"By the time we figure this out, the technology will have changed."

The models will change. The principles will not. Awareness — knowing what you know and don't know — is a stable requirement across every model generation [5][8]. Autonomy — how long a system works before stopping and asking — is measured the same way in 2024 as it will be in 2028 [13]. Verification — evidence over vibes — is not a feature of any particular model; it's a discipline that compounds. The businesses that adopt the discipline now will be evaluating their third-generation AI provider from a position of evidence while everyone else is still trying to figure out which demo to believe [12].

Why We Wrote This

We wrote this because the question Aisha asked — quietly, in a Glasgow office, between clients — is the question every serious business owner is going to ask over the next two years, and the market is not answering it honestly. The honest answer is not "trust AI" or "don't trust AI." It's: trust is earned by verification, and you can check the work. The science now measures what matters: awareness, autonomy, and the difference between a claim and a proof [5][8][13]. The industry now has real data on how agents behave in practice [13][14]. And the discipline — the Verification Covenant — is something any business can demand from any provider, including us [12].

If you're evaluating AI for your business and you're not sure where to start, that's not a weakness. It's the correct, evidence-based position. The next step is to run the five questions. If a provider can't answer them, walk away. If they can — if they show you logs, timestamps, evidence levels and a recovery record — you've found something worth talking to [12].

🔍 Thinking about AI for your practice or trade? We'll run an AI Trust & Readiness Audit — the five questions, applied to your business, with a written evidence-based report. No jargon, no pitch.

Get a Readiness Audit →

Sources & Evidence

References

  1. Sovael customer research — small-practice accountant persona (Glasgow): qualified at a Big Four firm, solo practice, tax-season workload of 14-hour days for three months. Internal persona library, 2026. We source our research from our video learning library.
  2. Turing, A. M. — "Computing Machinery and Intelligence." Mind, 1950. The imitation game: a machine judged by its ability to imitate human conversation. Context on why imitation is not a test of reliability (NYT, 2023).
  3. Li, X., Shi, H., Xu, R., Xu, W. — "AI Awareness." arXiv:2504.20084, 2025. Source. Four measurable awareness forms — metacognition, self-awareness, social awareness, situational awareness — and their link to capability, safety and risk.
  4. ARC Prize — "ARC-AGI-2: A New Challenge for Frontier AI Reasoning Systems." Technical report, May 2025. Source. At publication, no leading model surpassed 5% on ARC-AGI-2 while comparable models scored 20-50% on ARC-AGI-1; average human performance 66%, human panel completion 100%.
  5. Li, X. et al. — "AI Awareness." arXiv:2504.20084, 2025. Source. Capability without awareness is the failure mode behind confident-but-wrong systems.
  6. Federation of Small Businesses (via Whito) — "UK Business AI Adoption Statistics 2026." Source. FSB found 37% AI adoption in professional and technical small firms against 1% in construction.
  7. Office for National Statistics — "Artificial intelligence in UK businesses, 2023 to 2026." Source. Large language models were the most widely used AI technology among businesses with 10+ employees in June 2026 (18%).
  8. Butlin, P., Long, R., Elmoznino, E., Bengio, Y., Birch, J., Chalmers, D., et al. — "Consciousness in Artificial Intelligence: Insights from the Science of Consciousness." arXiv:2308.08708, 2023. Source. Theory-derived indicator properties from global workspace, recurrent processing, higher-order, predictive processing and attention schema theories; conclusion that no current AI systems are conscious, with no obvious technical barriers to satisfying the indicators.
  9. Butlin, P., Long, R., Bayne, T., Bengio, Y., Birch, J., Chalmers, D., et al. — "Identifying indicators of consciousness in AI systems." Trends in Cognitive Sciences, 2025. Source. Refines the theory-derived indicator method and confronts how indicators could be validated.
  10. "Agentic AI and the Consciousness Assessment of Persistent-Memory Tool-Using Systems." 2026. Source. Agentic systems with persistent memory, tool use and long-horizon goals satisfy more functionalist indicators than a bare single-pass model.
  11. ginigen-ai — "Metacognition: A Standard for Self-Error Awareness." Hugging Face, 2025. Source. A reproducible benchmark for self-error awareness — trap-rate measurement, abstention, calibrated confidence — with a leaderboard ranking LLM metacognition.
  12. Sovael engineering — first-party: the Sovael Organism PDR and Verification Covenant. No component is trusted merely because it exists; every claim carries an evidence level (IDEA → DESIGNED → IMPLEMENTED → MEASURED → VERIFIED → PROVEN); absence of evidence is not evidence of health; freshness is a first-class property (current, stale, expired, unknown). Our full operating doctrine is public on the Sovael Learnings page. Primer video: We Can't Tell When AI Becomes Conscious (YouTube).
  13. Anthropic — "Measuring AI agent autonomy in practice." February 18, 2026. Source. Analysis of millions of human-agent interactions: autonomous run length 25 → 45 minutes; auto-approve 20% → 40% with experience; agent-initiated clarification stops more than twice as often as human interrupts on complex tasks; software engineering ~50% of agentic activity; an agent is a system with tools that let it take actions.
  14. "AgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Tasks." arXiv:2601.11044, 2026. Source. 138 real-world tasks averaging ~1M tokens and 90 multi-turn tool uses; user-simulation agents and Docker-based sandboxes for automated rubric assessment; persistent gap between model capability and long-horizon performance.

💬 Not sure which AI tools are actually safe to try? Message us — real engineers, quick reply, no pitch. We'll tell you honestly what to test first.

Chat on WhatsApp →