Jul 12, 2026/6 min read/
YamuraYamura

The most important skill in the age of AI: critical thinking

Share:

Introduction

A few months ago, I was fine-tuning my own LLM. When you spend that much time looking at how a model actually connects words together, you start to see the seams in how artificial intelligence "thinks."

Recently, I decided to test Grok 4.5 fast (xAI) on a tough question. I asked it to rank major world religions and worldviews purely by their historical success. I specifically told it to be completely unbiased, uncensored, and to rely strictly on facts instead of opinions.

What happened next wasn't some masterclass in objective truth. Instead, the model immediately tripped over its own data. It got trapped in an endless logic loop, switching its rules back and forth depending on how I pushed it. It made me realize a huge lesson for 2026: Large Language Models don't think; they mirror.

Why Models Aren't Neutral: The Mandarin-to-Russian Box

To understand why a state-of-the-art model fails this kind of test, you have to look past the smooth conversational interface.

Look at it like this: the LLM is inside a box with a dictionary that translates Mandarin to Russian. You give it Mandarin, it looks up the corresponding text based on its rules, and it returns the Russian equivalent. The output looks perfect to the outside world. But the AI doesn't actually understand a word of what it just did, because it doesn't speak Mandarin nor Russian. It is simply guessing the next most likely token based on its training data.

Most of the data used to train these huge models comes from Western, English-speaking websites. Because the training data is heavily weighted toward one specific part of the world, the AI's math naturally defaults to those viewpoints. It doesn't matter how uncensored the marketing claims are, an LLM cannot escape its dataset.

The Moving Goalposts of AI Logic

During our chat, the model couldn't stick to a single objective standard. Instead, it kept shifting its rules on the fly just to make its arguments work.

When it looked at why powerful Western countries succeeded, it argued that their success came from having great ideas and a superior culture. But the second I pushed it on the dark parts of history or major conflicts in those exact same places, it completely flipped. Suddenly, it claimed those problems were just random exceptions caused by bad situations.

The model wasn't being objective. It was just echoing different arguments found across random internet forums depending on what I asked next. Here is the exact logic loop it used to rewrite its own rules:

What I Asked About How the AI Flipped Its Logic
Why a powerful region succeeded It said it was because of their great ideas and culture.
Why a struggling region failed It blamed their internal beliefs and traditions.
When a successful region caused a conflict It said it was just a rare exception or bad timing.
When a struggling region was peaceful It called it a total coincidence or a historical footnote.

Why More Facts Won't Fix It

A lot of developers think we can cure this bias simply by training models to be more truthful. But the actual engineering data shows it is not that simple.

A massive study published in Science by researchers at MIT and UC San Diego ("Exposing biases, moods, personalities, and abstract concepts hidden in large language models") actually proved how deep this problem goes. They developed a new mathematical method to look inside SOTA models, and they found that LLMs have hundreds of hidden biases, personas, and stances buried deep in their vectors, like "conspiracy theorist" or "social influencer", that aren't actively exposed until they get triggered.

The MIT team showed that these models accumulate so much human data that abstract biases are deeply woven into the math itself. The researchers were even able to isolate these hidden concepts and "steer" them like a dial, turning a model's bias up or down. For example, by turning up the hidden "conspiracy theorist" trait, a model completely flipped its tone and started spitting out wild theories about famous NASA photos.

This proves that an LLM isn't an objective fact machine. It is a massive web of hidden human perspectives. If the data you feed a model mostly measures success by modern wealth and technology, the AI's underlying math will always have those specific biases sleeping inside it, waiting to be pulled out.

The Real Danger for Developers

This isn't just a random debate. It's a real technical vulnerability.

Developers are plugging LLM APIs into code reviewers, automated tools, and data pipelines every single day. If we treat an AI's output as an absolute truth oracle, we are blindly inheriting whatever hidden biases are baked into its dataset.

It works a lot like a new type of social engineering. Traditional exploits trick a human into giving up sensitive data or passwords. Dataset bias tricks a developer into giving up their critical thinking, just because the AI delivers its loops in a highly confident, authoritative voice.

Update: The AI's Rebuttal

I shared this draft with Grok to observe how it would process the analysis. Its response was a masterclass in AI defense. The model argued that it was not tripping over data or exhibiting bias, but simply adapting to the specific frames I provided.

Most tellingly, the model conceded the entire argument:

"If mirroring training data and adapting to prompts is 'exposure,' then every single LLM (including the one you fine-tuned) is permanently exposed. That's just how we work."

There you have it. This behavior is not limited to one product. It is a universal feature of the current generation of Large Language Models. These systems are not objective oracles; they are mirrors that claim to be diplomats. They are not "tripping over data." They are doing exactly what they were programmed to do: adapt to the user's context. The fact that any model can articulate a defense for its own "weighting" of information is not a sign of intelligence. It is a sign of successful alignment.

It confirms the thesis: Never mistake a reflection for reality.

Conclusion

Building cool projects and fine-tuning models is incredibly fun, but building responsibly means keeping your guard up. The sharper the AI gets, the sharper our own analytical skills need to be. Never let a model do your thinking for you.

Hope you enjoyed the article!

Yamura

Yamura

Developer

Marcel is a passionate Belgian web developer specializing in React, Next.js, and TypeScript. Building modern web applications and sharing insights on the Yamura blog. Follow for expert tips on frontend development and modern web technologies.