cd /news/ai-agents/matrix-check-whether-your-ai-agent-a… · home › topics › ai-agents › article
[ARTICLE · art-139488] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Matrix – Check whether your AI agent actually did what it claimed

A developer has launched Matrix, a verification tool that checks whether an AI agent actually performed the actions it claims by querying the authoritative external system — currently the Gmail mailbox — rather than trusting the agent's own trace. The tool returns confirmed, contradicted, or inconclusive verdicts with supporting evidence, and its creator notes it cannot catch a correct tool call made with the wrong argument, supports only Gmail and LangChain, and has zero users as of launch.

by read1 min views1 publishedSep 25, 2026

Agents report success for actions that never happened — no error, clean trace, and every observability tool reads it as a success, because they're all reading the agent's own account of itself.

This doesn't read the trace differently. It queries the authoritative system instead — the actual Gmail mailbox — and returns confirmed / contradicted / inconclusive with the evidence attached: the account queried, the search window, and what was found in it.

Two failure classes, different evidence. If there's no tool call in the trace at all, the absence is the evidence and nothing external is needed. If the call happened and returned cleanly but nothing landed, only the mailbox can tell you.

The parts I'd most want criticised:

Inconclusive is a first-class verdict. If the trace can't be shown complete, or the tool span has a name I don't recognise, or the mailbox can't be established — it refuses to judge rather than calling a working agent a liar. A false accusation costs more than a missed detection. I may have that balance wrong.

It cannot catch a correct call with a wrong argument. Asked to mail one person, confidently mails another — the send is real, Gmail confirms it, verdict is confirmed, correctly. The instruction is recorded next to the arguments so a human can see it. No verdict catches it.

Gmail only so far. LangChain via a callback handler, or the SDK by hand. No n8n, no CrewAI. Zero users — this is day one.

matrixverify.dev

── more in #ai-agents 4 stories · sorted by recency
── more on @matrix 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/matrix-check-whether…] indexed:0 read:1min 2026-09-25 · —