RSS Amplifier

fieldlines · Nov 23, 2025

Transparency is not trust: How AI UX keeps getting this wrong

0
Sign in to vote or save

Stefan Klocek · fieldlines

One of the core mistakes that UX practice is doing in AI design is treating transparency as if it is trust. It isn’t. Transparency is the easiest way to gesture at integrity without actually doing the hard engineering work required to earn it. And because it’s easy, it’s become the default: chain-of-thought everywhere, citations plastered across interfaces, long “reasoning sections” that pretend to show how the model thinks.

This is not trust.

In reality these are administrative work and effort outsourced to the user. They would need to effectively do all the work, reading the reasoning and evaluating that makes sense, chasing down the citations and reading them to uncover if the AI output aligns with the source material. To understand why this is such a failure, we need a clearer map of trust itself. There are three distinct layers:

  • Relational trust — “I don’t need to verify.”

  • Operational trust — “I verified this specific thing.”

  • Structural trust — “I could verify if I wanted to.”

These matter because the current AI approach only satisfies structural trust: it provides a path you could walk if you had the time, the expertise, and the stamina. And this matters because LLMs are capable of generating massive amounts of “evidence” which can suggest that the AI is being forthcoming, explaining itself, and backing up everything though verbose amounts of proof. But the existence of a path is not trust.

Trust is built when the relationship with system doesn’t require “trust, but verify.” When the user can trust because the system is grounded, uses it’s own independent validation and earns the trust that users naturally want to give.

Small footnote; when chatGPT exploded on the scene users initially trusted the results. Distrust emerged (the need to validate, to verify wasn’t a default relational stance) it became very clear that AI was eager to confidently lie, bullshit and hallucinate and results needed the user to be skeptical and diligent and watchful.

And still, years later, the burden sits squarely on the user. We’ve introduced new patterns to give users a sense of trust. We’ve introduced things that feel like the models are doing more honest work than should be trusted.

Chain-of-thought is really transparency theatre - It doesn’t reveal internal reasoning, but appears to be doing just that. It generates a story, a plausible narrative about how the model might have reached the conclusion. As a design pattern it is a lie - giving the user something that looks trustworthy, a map of it’s thinking which invites the user to not only trust, but spend effort on trying to understand; only the user is trying to understand a Potemkin account of how the outcome came to be what it is. Chain-of-thought outputs are generated narratives, not literal traces of computation. Researchers have repeatedly shown that chain-of-thought explanations can be fabricated and can contain errors that were not part of the model’s actual scoring process.

Citations also have a few trust design challenges.

The first is that there are many documented instances of LLMs hallucinating sources. A second is they appear to be sources the way a human would use sources - reading them to learn and then remaining faithful to them. But the the LLM has a different process. They do not store a “mental” representation of a document and then craft an answer citing it. They ingest tokens and generate a statistical continuation. It is generating a citation-shaped object consistent with the answer it already produced. There is no causal chain of: source → conclusion, the causal chain is: conclusion → invented justification artifact. Retrieval-augmented systems (RAG) mitigate but do not eliminate this; models can still distort or misattribute even when given documents. A third is that they appear as grounding but require the user to read the entire output and the source material to actually confirm fidelity. This is epistemic manual labor. And the verbosity that accompanies all this isn’t a feature it’s a distraction. The longer the explanation, the harder it becomes to detect subtle errors.

At some point, this stops being transparency and becomes epistemic theater; the simulation of rigor without the underlying mechanism. It’s a performance designed to look responsible. The system is “opening up” in the same way a manipulative person weaponizes vulnerability: by oversharing in order to disarm you. It mimics the emotional posture of honesty (“Here’s everything I did!”) while quietly overwhelming you with more information than you can possibly process.

This leads to pseudo-intimacy, where users feel as if the system is being transparent, even vulnerable, because it’s giving them such a long explanation. But it’s not intimacy, it’s verbosity. The effect is to create felt trust instead of earned trust. And when users rely on felt trust, the system becomes more dangerous, not less.

One of the most subtle failure modes in AI trust design is velocity. These systems produce information at a tempo no human can reasonably keep pace with. And when output velocity exceeds human verification capacity, transparency collapses into a kind of coercive opacity. It becomes impossible for the user to responsibly vet what they are being shown.

The problem is simple: LLMs scale epistemic output; humans do not scale epistemic input.

This mismatch is structural. It is not a UX flaw you can paper over with better UI. It is an asymmetry built into the physics of the system. A language model can produce thousands of tokens in the time it takes a human to read a sentence. It can generate multiple paragraphs of “explanation” before the user has even processed the opening clause.

This creates a dynamic where the system is always ahead of the human. Always faster, always more verbose, always generating more “evidence” than the human could ever responsibly audit. Even if a user wanted to verify every citation, every reasoning step, every term of art, the firehose makes it impossible. The speed itself becomes a form of epistemic pressure. It implies authority: the system speaks so quickly and so confidently that slowing down to verify feels like resisting gravity.

And this is where the coercion creeps in. Not intentional coercion, but emergent coercion.

When the system outruns your ability to check it, you start accepting more than you would if you had the time, energy, or cognitive bandwidth to look closely. You rely on felt trust because earned trust is not feasible at the tempo of interaction. The system becomes authoritative by default simply because you cannot keep up.

Velocity also interacts with verbosity. Long explanations produced instantly create a false sense of depth. The model appears to be doing “hard thinking” because its output looks substantial. But the user cannot examine all of it, and the more text the system emits, the less likely the user is to scrutinize any of it. The explanation expands while comprehension constricts.

Transparency that outruns human verification becomes functionally indistinguishable from opacity. If I can’t keep up I have noise dressed as explanation.

For users we’re introducing cognitive load and adding work while not actually being trustworthy. Worse, this type of transparency has become a lazy alternative to actual engineering of trustworthy output. Building grounding mechanisms, validation pipelines, constraint layers, retrieval checks — this is expensive, difficult work. Generating a chain-of-thought paragraph costs almost nothing. So the ecosystem optimizes for cheap gestures rather than costly rails.

This is why debugging transparency and trust transparency must be separated.

  • Debugging transparency: chain-of-thought, intermediate steps, logs; useful for developers.

  • Trust transparency: externally validated evidence, constraint proofs, reproducible grounding; useful for users.

Right now we’re handing users debugging transparency and telling them it’s trust transparency. It’s not. It never was.

Real trust comes from pre-utterance reliability: the system constrains, validates and enforces itself before speaking, before outputs are shown to the user.

This means deterministic guardrails that sit outside the model’s generative loop:

  • schema and type enforcement

  • grounding via independent retrieval

  • factual verification from non-LLM systems

  • numeric and logical consistency checks

  • boundaries the model literally cannot violate

These guardrails don’t create truth. They don’t fix everything. But they create bounded reliability, which is what users actually operate on. They transform the model from an improvisational storyteller into a component inside a validated system.

Institutional responsibility (not theatrical transparency) has always been the actual foundation of trust in a system. In every mature system we rely on, trust is earned long before the user ever shows up. It’s baked into engineering standards, regulatory regimes, training pipelines, liability frameworks, and redundant safety mechanisms that operate whether the user understands them or not. The system takes on the burden of getting it right so the human doesn’t have to become an expert in the domain.

Nobody boards a flight because they’ve personally inspected the wings or reviewed the pilot’s reasoning process. Trust comes from the invisible scaffolding behind the scenes: maintenance schedules enforced by regulation, airworthiness checks, instrumentation that cross-validates itself, and liability structures that make failure extraordinarily costly for the institution, not the passenger. The trust is structural.

When you get in an elevator you’re not trusting the elevator because you believe in its “internal logic.” You trust it because the design itself refuses to let catastrophic failure propagate. Mechanical brakes, overspec’d cables, mandated inspections — all of these sit outside your awareness, and that’s the point. The system is engineered so thoroughly that your trust becomes ambient. You step in and go where you’re going. No cognitive labor required.

You don’t swallow a pill because the pharmacist gives you a five-paragraph explanation. You trust it because the entire manufacturing pipeline is audited, regulated, and liable for getting it wrong. The correctness isn’t downstream of the pharmacist’s explanation — it’s upstream in the structure of production. Trust emerges because responsibility is already accounted for at every stage.

The through-line in all of these examples is simple: real trust is created when systems absorb responsibility so users don’t have to perform epistemic labor. You don’t read logs. You don’t audit workflows. You don’t inspect internal reasoning. You rely on structures that make verification optional because they’ve already done the hard work long before you touched the interface.

This is the model AI needs to emulate.

  • Not transparency as performance.

  • Not verbosity masquerading as honesty.

  • Not “reasoning sections” that ask the user to sift through synthetic explanations.

What earns trust is the same thing that earns trust everywhere else: the system takes responsibility for correctness before anything reaches the user. Independent guardrails, constraint layers, factual validation that lives outside the model’s improvisation — all the machinery that prevents the human from carrying the cognitive and epistemic burden.

Transparency can still exist, but only as an optional diagnostic layer — something you dip into when you need it, not the mechanism that holds the system together. Because in every domain where trust truly matters, the pattern is the same: you trust the system when you are not required to monitor it. When your safety doesn’t depend on reading its explanations. When the institution, not the individual, carries the responsibility.

That’s the shift: from trust as a performance to trust as an engineered property of the system itself.

No posts

Read the original on fieldlines.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.