The Reports of Jim Carrey's Death are a Failure Mode - Development tutorials for modern web developmenttane.dev<br>[ ideas & stuff ]<br>» About<br>» Projects<br>Recent Posts:<br>The Reports of Jim Carrey's Death are a Failure Mode<br>Published: Jul 1, 2026<br>The Man With No Brains<br>Published: Feb 5, 2026<br>Oh no, not again... a meditation on NPM supply chain attacks<br>Published: Sep 9, 2025<br>Slack wants you you know this privacy exploit is fine<br>Published: Sep 25, 2023<br>I Think I Found a Privacy Exploit in ChatGPT<br>Published: Apr 14, 2023<br>All Previous Posts ⟩ RSS Feed
Theme:
Previous Post
The Reports of Jim Carrey's Death are a Failure Mode<br>Published: Jul 1, 2026<br>| ~ 4200 words<br>| ~ 20 minutes reading time<br>Knowledge Graphs<br>Google<br>Exploits<br>Security<br>Enterprise
On the 29th June 2026 - if you searched for Jim Carrey on Google, you would have been presented with a Knowledge Panel stating that he had died the previous day. The panel included a date of death and a biography written in the past tense.
For most people who would have seen this, it may have come as a shock - some may have even believed it - but for me, what I saw was a canary in the coal mine. It was a visible failure mode of a knowledge system that I have been thinking about for a while now.<br>A trusted source?<br>Clicking on the date of death brings up Google’s own AI - Gemini - which stated that reports of his death were false. This led me to do a bit of my own digging around, and I could only find one source - an edit on the Wikipedia page that cited the Maui Police Department’s Facebook page and an established BBC article<br>about former US President Jimmy Carter’s death.
It would seem this is an open-and-shut case: Wikipedia was edited, Google consumed the edit, their Knowledge Graph updated and presented this as a fact - but now we have two conflicting reports from the same company - one saying he is dead, and the other saying he is alive.<br>I don’t know exactly where the false claim entered Google’s systems and whether the Wikipedia edit was involved. All we can infer is that a combination of source weighting, entity resolution, indexing, freshness signals and internal systems produced the result. From outside the company, there is no way to know that. Google’s own description of the Knowledge Graph has always made clear that it is assembled from multiple public and web-derived sources, structured information and internal interpretation. The panel is the user interface to the knowledge of a much larger, opaque pipeline. Somewhere in that pipeline, a claim crossed a threshold and stopped being information that existed somewhere on the web and became knowledge presented by an interface that many people use and trust to find information.<br>Building knowledge systems is hard<br>My day job involves building knowledge systems. That description tends to make people think of the technologies involved: content, knowledge and document management systems, APIs, knowledge graphs, product information, search, integrations, semantic models, and now AI. While those things do matter, the main bulk of my work is less about moving information between systems and more about building systems that people can trust.<br>Every system that receives information has to make a judgement about it - in biological systems we call this perception, in technological systems we call this inference.<br>“Does this agree with what I already know?”<br>“Is the source authoritative in this domain?”<br>“Has this changed since the last time I saw it?”<br>“Does it conflict with something else?”<br>“Is the claim sufficiently important, recent or well-supported to pass further downstream?”<br>By the time a user sees an answer, those decisions have already been made several times by systems they will never see, and algorithms they will never be shown. In the end, all the user sees is a result, but not the process that produced it.<br>We use the words information and knowledge almost interchangeably, although they describe very different things. Information is a claim about the world. Knowledge is a claim that has survived enough scrutiny that another person, or increasingly another system, is prepared to act on it. The transition between those states is almost entirely invisible: users only see an output or outcome - those decisions have already been made several times by systems they will never see, and algorithms they will never be shown.<br>They do not see the claims that were discarded, the sources which disagreed, the confidence thresholds, the causal relationships between documents, or the fact that another internal system may have reached a different conclusion. One of the great sins of UX Design is that the interface tends to present the final answer as though it arrived fully formed.<br>The report of Jim Carrey’s death itself is of low consequence, but it exposed that hidden process for a brief moment - a claim that should have remained an...