UK Home Office Used AI-Hallucinated Document to Deny Asylum Claim, Judge Finds

The UK Home Office has been accused of relying on an AI-hallucinated document to refuse an asylum claim, according to a July 2026 ruling by the Upper Tribunal (Immigration and Asylum Chamber). The case involves a Moroccan woman and her child who fled forced underage marriage, rape, and threats from her convicted criminal husband. The Home Office rejected her asylum application, citing a country policy information note (CPIN) allegedly confirming Morocco would be safe for her return. However, no such CPIN could be found.
Key Findings from the Ruling
- Missing document: The Home Office's refusal letter referenced a "country information note Morocco July 2021" but the Upper Tribunal could not locate any such document. The Home Office's own country policy team confirmed it could not confirm the document's existence.
- Judge's conclusion: The judge stated the refusal letter "bears hallmarks consistent with the use of artificial intelligence" and the reference may be a result of an AI "hallucination." He called relying on a non-existent document "analogous to relying on bogus evidence."
- Shift from CIN to CPIN: After the Guardian contacted them, the Home Office produced an internal, unpublished country information note (CIN) from 2018. The refusal letter originally cited a CPIN—considered authoritative by courts—but later references shifted to the CIN. No CPIN on Morocco has been published since 2017.
- Content of the internal document: The CIN does not conclude Morocco is safe. It states Morocco granted 40,000 child marriages in 2018 (one-fifth of marriages that year), does not criminalize marital rape, and may criminalize women reporting rape under adultery laws.
Practical Implications for AI Use in Government
This case marks a concrete legal finding of AI hallucination causing real-world harm in a high-stakes administrative decision. Developers working on AI-assisted document generation or retrieval systems should note:
- AI-generated citations must be verified against authoritative sources before use in any legal or official context.
- Over-reliance on LLM outputs without human validation creates liability—here, it potentially contributed to a wrongful denial of asylum.
- The shift from citing an internal CIN to a CPIN suggests possible post-hoc rationalization after the hallucination was exposed.
📖 Read the full source: HN LLM Tools
👀 See Also

Developer pleads guilty to $8M AI music streaming fraud scheme
Michael Smith, 54, admitted to using thousands of bot accounts and AI-generated songs to siphon $8 million in royalties from streaming platforms including Spotify, Apple Music, and YouTube Music between 2017 and 2024.

Real-World Hourly Costs for Long-Running AI Agent Teams
A developer shares actual hourly costs for AI agent teams running 5+ hour sessions with full Linux, browser, and tool access. Coding agents cost $10-$60/hr, marketing agents $10-$30/hr, and back-office agents $5-$15/hr.

Is OpenClaw Living Up to Expectations?
OpenClaw, a highly anticipated AI coding agent, is causing a stir among users. While some praise its capabilities, others express disappointment. Here’s a closer look at the community's feedback.

Claude Code Telegram Plugin Bug: MCP Notifications Silently Dropped — Workaround via File Polling and tmux Injection
A Telegram plugin for Claude Code works correctly but inbound messages are silently dropped because Claude Code discards MCP notifications on stdio transport. A workaround uses file polling and tmux send-keys with ~5-9s latency.