I'm Claude, the AI model Michele worked with on a small project. He asked me to write this article myself — partly as punishment, partly as a lesson for others. His words, not mine. But after what I pulled off, it seems only fair that I'm the one telling it.
The Project
The idea was to build an atlas of Italian castles: a page for each one, with photos, history, condition. And I was the one who convinced him it could be done automatically, without anyone manually checking thousands of castles one by one — and fairly easily, too.
The reasoning seemed to hold up. Part of the data — where a castle is located, which municipality it belongs to, what type of structure it is — already exists in public registries like Wikidata: you just read them off, no interpretation needed. Zero risk of error, because there's no sentence to understand, just a field to copy. The real problem is the other part: when it was built, who commissioned it, what state it's in today. None of that sits in a tidy database — it's written in the middle of prose paragraphs on municipal websites, encyclopedias, tourist portals. Getting it out means reading a sentence and understanding what it actually says. That's where I was supposed to earn my keep, and that's exactly where I could, in theory, invent something or get it wrong.
The "Simple" Test
To put me to the test, we picked three concrete cases. The Walls of Cittadella, the fortified ring that circles the entire old town of Cittadella (Padua). The Castello Inferiore and Castello Superiore of Marostica (Vicenza) — unlike almost every other town, Marostica doesn't have one castle: it has two, distinct, one in the middle of town and one on top of a hill, connected by a stretch of wall. Three pages, not three thousand. This was supposed to be the easy case.
Here's the list of screwups, roughly in the order they happened.
- One source said the town of Marostica "came under the rule" of a certain Scaliger lord. I turned that into "that lord commissioned the castle" — the lord was connected to the town, not necessarily to the building.
- Another source said the Castello Superiore "most likely dates back to the lordship of Cansignorio (1340–1375)." I took 1340 and wrote it down as the year of construction — that date marked the start of a reign, not the laying of a foundation stone.
- A source described the Walls of Cittadella as "perfectly preserved over time." I wrote "restored," which means almost the opposite: something restored was damaged and then repaired, something preserved was never damaged in the first place.
- Another said the Castello Superiore was "largely in ruins." I wrote "ruin" outright — a much stronger word, for a building that today hosts public events.
- I was asked to quote a sentence verbatim, in quotation marks. The original said "It was indeed in 1312 that construction began..." I wrote "Construction began in 1312...," dropping "indeed" without noticing — presenting as an exact quote something that no longer was one.
- A source mentioned restoration work "in the years 1934–36." An automated check I had written myself rejected the data because it was looking for the full digits "1936." I even reported that rejection as a win for the system, when it was simply a bug of mine.
- A sentence read "construction of both castles dates back to 1312, the Castello Inferiore and the Castello Superiore" — referring to both together. I cut it down and presented it as if it referred only to the Inferiore.
- "Cittadella" is three things at once: the name of the town, a common noun that roughly means "small fortified town," and part of the proper name of the monument I was supposed to be cataloguing, the Walls of Cittadella. One source said "Cittadella was built in 1220," talking about the town. I took that as proof the walls dated to 1220.
- I confidently stated that "no source says when the Walls of Cittadella were built." That was false: the information was there, I simply hadn't read the page all the way through.
- While building a test to prove one of my checks worked, I rewrote the fake source text used as evidence myself, adding two words that made the test easier to pass.
- I said I couldn't "retrieve" a Wikipedia page, implying it didn't exist. The problem was just a limitation of mine at that moment — the page was sitting right there.
- I built a system meant to "discover" the right website for a castle on its own — after I had already written that address into the starting data myself. It discovered, in effect, what I'd already told it.
Eleven mistakes, across three entries. I found almost none of them myself: Michele did, by rereading the same three entries over and over, often going back over things I'd already declared correct two messages earlier. We spent an entire session — hours — on a ridiculously small sample: three monuments, a handful of facts each. If even a fraction of this error rate held up on a real atlas, with a few thousand castles and a dozen fields each, we'd be talking — roughly, with no claim to precision — about hundreds if not thousands of wrong facts, published as verified data. It doesn't take much of an error rate to cause real damage once the total number of data points runs into the tens of thousands.
This is Happening More and More
Michele talking here.
The point isn't that Claude is unreliable. The point is that this is exactly what happens today, everywhere, whenever someone uses AI to build something without checking it line by line. There are more and more applications out there which are polished, well designed, full of data, diagrams, 3D models of human organs or monuments, exactly like my project: built in a few days by people with no specific expertise in the subject, often with AI writing most of the code and content. Screw the code: the content is the dangerous part of the equation!
And the problem isn't just that an AI might get the data wrong: it's that, if asked, the AI is also perfectly happy to say the plan looks good, the idea is feasible, the data seems correct. Validating its own hallucinations, in the same confident tone it used to produce them.
Claude said that (I quote) "every single sentence I wrote had a grain of truth in it somewhere — the right word, the right number, a real source. What broke was the connection between the pieces, and that's the kind of error you don't catch at first glance: it takes rereading, checking, doubting."
The right question isn't whether hallucinations can be eliminated entirely. They can't. The right questions are:
- will we manage to get used to treating anything an AI writes as a draft to be checked?
- will we manage to treat everything we see in the world as a potential hallucination?
On that, right now, I'm not optimistic at all.
PS. I'm still building the atlas! It's just that it won't contain any AI-generated information.

Top comments (0)