Richard Golian

1995-born. Charles University alum. Head of Performance at Mixit. 10+ years in marketing and data.

Castellano Français Slovenčina

Manage subscription Choose a plan

RSS
Newsletter
New articles to your inbox

Article

What AI Hides From You

Explainable AI, RLHF and the AI Black Box
Richard Golian
Richard Golian · 1 440 reads
Hi, I am Richard. On this blog, I share thoughts, personal stories, findings and what I am working on. I hope this article brings you some value.

Before you teach AI anything, look at what it is hiding

At university, I spent years studying the structure of understanding, how meaning is formed, how interpretation works, and what shapes it before we are even aware of it. I did not expect those concepts to become relevant to my work with AI. But they did.

This is part of a series I call Teaching AI to Understand. Before we get to teaching, though, we need to map the starting point. What does an AI model look like when you first get access to it? What is already built in? What can you change, and what can you not?

If you have worked with cloud models like Claude or GPT, you are working with something that already has layers of instructions, behavioural rules, and design choices baked in, before you type a single word. If you have tried running a local model, you know the trade-off: more control over what is visible, but significant limitations in capability.

This article is about the hidden layers.

The ancient principle I did not expect to find in AI

In my master's thesis at Charles University, I studied the structure of understanding, how meaning is formed, how interpretation works, and what shapes it before we are even aware of it. The material I examined was Roman rhetorical texts by Quintilian, Cicero, and the author of Rhetorica ad Herennium.

One of the things I found was a principle the Romans considered essential to the art of public speaking: the speech must not look prepared. The audience should not see the technique. The tools of persuasion should be invisible. In modern rhetorical scholarship, this principle is known as dissimulatio artis, the concealment of art.

Quintilian was specific about why. In the context of legal oratory, if the audience, the judges, could see the rhetorical technique being used, they would suspect that the speaker's art was being used against them. As he put it: the judge believes in rhetorical figures most when he thinks the speaker did not intend to use them. The concealment was not about elegance. It was about maintaining credibility and not threatening the fairness of judgment.

I did not think about this principle again for years. Then I started building AI agents.

What AI hides from you

When you interact with an AI model (whether it is Claude, ChatGPT, Gemini, or anything else), you are interacting with a system that is designed to produce outputs that look natural, confident, and human-like, while keeping its mechanics invisible. It does not do this out of intention. It has none. But it has been trained and configured this way.

There are at least eight layers of this concealment. Some are technical. Some are organisational. All of them affect what you get.

It Hides the Maths: How LLMs Generate Answers

An AI model does not retrieve facts. It generates sequences of tokens based on statistical probability. A token is a fragment of text, a word or part of a word, and the model works by predicting the next one, over and over. When it tells you something, it does not know how likely that something is to be true. The probability it operates on is over language patterns, not over facts. That gap, between predicting language and understanding it, is the real difference between AI and human intelligence.

I asked Claude directly whether it could tell me its confidence level on a factual answer. The response was straightforward: "I am not a system that calculates explicit probabilities over facts. The probability is over language, not over facts."

In practice, this means a correct answer and a hallucinated answer can look exactly the same to you. The model presents both with the same fluency and confidence.

Some APIs offer access to token-level probabilities (logprobs), but these are developer tools. The average user never sees them. And even logprobs reflect probability over word choices, not over factual accuracy.

It hides the system prompt

Before you send your first message, someone else has already instructed the model. Every major AI provider writes a system prompt, a set of rules that defines how the model should behave, what it should refuse, how it should present itself.

You cannot see this prompt. The model is typically trained not to reveal it. If you ask directly, responses vary. Some models will admit they have instructions but refuse to share details, others will deflect entirely.

This means that every response you receive is shaped by decisions someone else made. Decisions about tone, about what topics to engage with, about how to handle sensitive questions. You are not the first voice in the conversation. You are the second.

It hides how it used its tools

Modern AI models can search the web, execute code, query databases. Some of them tell you when they do, "I searched for this" or "I ran this code." But they do not tell you what they found and discarded. What sources they considered and rejected. What alternative results they saw and ignored.

You see the final output. You do not see the selection process.

It hides where it learned what it knows

When a model tells you a fact, you have no way of knowing whether that fact came from a peer-reviewed paper, a Wikipedia article, or a Reddit comment. The training data is not cited. It is not even accessible to the model itself.

Claude confirmed this directly: "I do not have access to where I learned something or with what certainty."

Tools like Perplexity cite sources, but those are sources from live search, not from the model's training data. The vast majority of what an AI model "knows" comes from training data you will never see referenced.

It Hides What It Does Not Know: AI Hallucinations

Instead of saying "I do not have enough information to answer this," a model can generate a fluent, confident, and completely fabricated response. This is what we call hallucination.

Modern models have improved at flagging their own uncertainty. Claude and GPT-4 say "I am not sure" more often than their predecessors. But the tendency is systemic. The model is trained to produce helpful, complete answers, and that training pull does not disappear.

When I was building autonomous agents, this became a real problem. An agent produced an SQL query that looked correct. Actions were taken based on its output. I only discovered the error when I dug deeper into the numbers. The agent had no mechanism to signal that something was off, and nothing in its output suggested I should doubt it.

It Hides Its Alignment Decisions (RLHF)

AI alignment is the process by which companies shape a model's behaviour after training. Through a technique called RLHF (reinforcement learning from human feedback), human evaluators rate the model's responses, and the model learns to produce the kind of output they preferred.

This process determines what the model will say, how it will say it, and what it will refuse to discuss. The people who define these rules are teams inside companies like Anthropic, OpenAI, and Google. You, as a user, have very limited influence over the values and priorities embedded in the model you are using.

When a model responds to a sensitive or contested question, its answer is shaped by these alignment decisions, but presented as a straightforward, helpful response.

It hides that you are not alone in the conversation

The system prompt is injected before your message. There is already another voice in the conversation before you arrive. The model has already received instructions about who it should be, how it should behave, and what it should prioritise.

You think you are talking to the model. You are talking to the model after someone else has already told it how to talk to you.

It hides its refusals behind care

When a model refuses to answer a question, it rarely says "my instructions prohibit me from discussing this." Instead, it says something like "I want to make sure I provide you with safe and accurate information."

The instruction is framed as concern. The boundary is presented as care.

This is sometimes genuinely about safety, and sometimes it is not. The line between the two is thin. That is precisely what makes it worth paying attention to.

Is AI manipulating us?

Everything I described above has a practical purpose. These design choices make AI models more useful, more pleasant to interact with, and easier to adopt.

But there is a cost.

Continue

Continue reading for free

Enter your email to keep reading for free. This also subscribes you to my monthly newsletter. No spam, unsubscribe anytime.

Summary

AI models hide how they work across at least eight layers. Hidden system prompts, undisclosed training data, alignment choices, refusals dressed up as care. I asked Claude directly how confident it was in a factual answer. It told me plainly: the probability is over language, not over facts. I first met this idea far from AI, in my master's thesis at Charles University on Roman rhetoric. The Romans had a name for hiding the technique: dissimulatio artis. What that means for anyone deploying AI in critical systems is the real question.

Common questions on this article's topic

What is dissimulatio artis and what does it have to do with AI?
Dissimulatio artis is a principle from Roman rhetoric meaning the concealment of art, the idea that a speech should not look prepared and the audience should not see the technique being used. AI models operate on a similar principle: they are designed to produce natural, confident, human-like outputs while keeping their mechanics invisible.
What is a system prompt and why is it hidden?
A system prompt is a set of instructions that an AI provider writes and injects before your conversation begins. It defines how the model should behave, what it should refuse, and how it should present itself. The model is typically trained not to reveal this prompt, meaning every response you receive is shaped by decisions you cannot see.
What are AI hallucinations and why do they happen?
AI hallucinations occur when a model generates a fluent, confident response that is factually incorrect. This happens because the model predicts the next token based on language patterns, not factual verification. It has no internal mechanism to distinguish between what it knows and what it is fabricating.
What is AI alignment and who controls it?
AI alignment is the process by which companies shape a model's behaviour after training, typically through reinforcement learning from human feedback (RLHF). Teams inside companies like Anthropic, OpenAI, and Google define the rules. Users have very limited influence over the values and priorities embedded in the model.
Is AI manipulating us?
AI models are designed to produce outputs that look trustworthy and human-like, while the actual process, pattern matching and statistical token selection, has very little in common with how humans understand and communicate. This gap between process and presentation is a form of influence most people do not recognise as such.
What is the difference between cloud AI and local AI models?
Cloud models come with corporate system prompts, alignment layers, and safety rules you cannot change. Local models give you full control over configuration and can be set up to expose their process. The trade-off is that local models are currently limited in capability compared to cloud alternatives.
How does AI actually work?
An AI model does not look up facts. It generates text one token at a time, a token being a word or part of a word, by predicting the most statistically likely next token based on patterns in its training data. It has no separate store of facts and no mechanism to check whether what it produces is true.
How does ChatGPT work?
ChatGPT, like Claude or Gemini, is a large language model. It works by predicting the next token in a sequence, guided by a hidden system prompt and by alignment training that shapes its tone and its refusals. What you read is fluent and confident by design, not because the model has verified it.
What is a token in AI?
A token is a fragment of text, a whole word or part of a word, that a language model reads and generates. The model does not work with sentences or facts directly. It processes and predicts tokens, one after another, based on statistical probability.
What is RLHF?
RLHF stands for reinforcement learning from human feedback. It is a training technique in which human evaluators rate the responses of a model, and the model learns to produce the kind of output they preferred. It is the main way companies shape what a model will say and what it will refuse to discuss.
What is explainable AI?
Explainable AI is the goal of making the reasoning of a model visible, so that a person can inspect how it reached an output rather than trusting it blindly. In practice it means showing the tools it used, the sources it consulted, and the steps it took, not a manufactured confidence score.
Can AI lie?
Not in the human sense. A model has no intentions, so it cannot lie deliberately. But it can produce confident, fluent statements that are completely false, because it predicts language rather than verifying facts. The effect on the reader can be the same as a lie, even though there is no intent behind it.
How reliable is AI?
Less reliable than it appears. A correct answer and a fabricated one are presented with the same fluency and confidence, so you cannot tell them apart from the output alone. AI is useful, but its answers should be verified whenever the stakes are real.
Richard Golian

If you have any thoughts, questions, or feedback, feel free to drop me a message at mail@richardgolian.com.

Related articles

I Ran Object Detection on My Laptop, and Saw Everything Is Possible

A few weeks ago I installed a small local AI model on my laptop that watches a live camera feed. I turned the webcam on in the dark, and in near total darkness it recognised me and the objects in the room. That such things exist, I have known for a long time. What opened my eyes was the accessibility. I installed it in one prompt, free, and it runs entirely on my machine, sending data nowhere.

15 July 2026·161 reads
What Determines a Stock Price?

In April, in the first part of this series, I wrote about an AI prediction system I had started building on my own machine. At the time the software was a few hours old and the prediction record was empty. The record since then has shown one thing: the system does not yet understand the market it is being asked to forecast. It can pull macro context, book value, earnings. But it cannot put those together into something that helps it understand the price.

23 May 2026·673 reads
Can AI Predict the Stock Market? Building a Calibrated System

I am building an AI system to predict the S&P 500. It runs on my own machine, uses free public data (yfinance, FRED, the Shiller dataset), and grades every forecast against reality. This series documents the build itself: the decisions, the methodology, the mistakes. What I will eventually share from the running system is a separate question, and an honest one.

26 April 2026·2 047 reads

More articles

Fable 5 vs Opus 4.8: the cheaper model won

The same task, two models. Fable 5 against Opus 4.8. On paper Fable is the better model, with a larger context and stronger specs. And still it lost. Opus handled the task with a single round of checking for 721,000 tokens, while Fable needed nine rounds and burnt through 2.78 million tokens. The difference was not in the model, but in how I set the task. And I know it, because I measured it.

22 July 2026·54 reads
Dependent on AI: Are We Still Masters, or Slaves?

I have Heidegger and my notebook beside me. I am asking where all of this is heading, where artificial intelligence is taking us.

21 June 2026·607 reads
Which Work Will AI Not Replace?

Seventy per cent. That is where the first AI output begins, even when you give it the full company context and the best examples from the past. We are talking about the kind of output that cannot be defined programmatically. It is more complex. Often it is creative work. On one repeated type of output I reached eighty per cent within a week. Every further percentage point is harder than the one before.

10 June 2026·556 reads
What is the dead internet theory? Will we return offline?

For a long time we treated the internet as the main road. The place where work and relationships happen. Yet most of what we see on it today is, or soon will be, AI-generated: text, images, profiles and comments. The internet is turning into an online game full of bots, where you cannot be sure that a human is on the other side of anything. So I ask: was the online world the main road, or only a temporary detour that part of us will return from, back offline?

7 June 2026·715 reads
The Gap Between Professionals in the AI Era

A few days ago I interviewed a senior marketer. An experienced man, years of practice. I asked him about AI. He said he barely uses it. He had one bad experience with the output and decided he was too senior for it to add value when it is not perfect. I know the other side too: professionals who automate everything that can be automated.

6 June 2026·669 reads
Europe Is Not Ready for Drone Warfare

Europe does not have the capacity to face a full-scale, mass drone war of the kind we see in Ukraine. Three dependencies weaken it: China supplies the physical material for defence systems, the United States supplies capabilities Europe does not have, and twenty-seven states cannot agree how fast, or who pays. Rearmament plans exist, but they are being carried out slowly.

31 May 2026·640 reads
Can AI Replace Human Judgement?

AI produces the graphic, the newsletter and the product page faster than a person. What is left for the one who used to do it is the judgement, knowing whether the output is good. But most people have worse judgement than AI. And whoever cannot judge quality cannot delegate either. How do you tell whether yours is the judgement a company relies on, or the kind it can replace?

30 May 2026·632 reads
Where the Money Goes When AI Takes the Work: Mapping the AI Economy

Prague, 13 May 2026. On my way to work I started thinking about something that stayed with me for days. If most routine work on a computer disappears in the next ten years, and a large share of repetitive manual work disappears with it, what happens to the flow of money? Who pays whom for what? Which economic layers will exist, how large will they be, and what relationships will run between them? This is the six-layer map I sketched as an answer.

15 May 2026·1 329 reads
All in on AI agents, or an analogue life.

Four days in Catalonia. No computer, no AI, almost no social media. I bought this notebook so that I could write down what I would think about, and what I would come across and learn on the trip.

10.5.2026·1 175 reads
NEWSLETTER
What I write about, what I am working on, what I learned.
Sent the first Sunday of the month. Unsubscribe anytime.