Skip to main content
  1. Blog/

Tech

··227 words·2 mins

Why LLMs are not Intelligent
#

What is an LLM?
#

A Large Language Model (LLM) like GPT-4 is a massive statistical engine that predicts the next most likely word in a sentence based on training data. It doesn’t think. It doesn’t understand. It completes patterns.


How Transformers Work
#

  • Inputs (tokens) are converted to vectors.
  • Self-attention layers calculate relationships between tokens.
  • The model predicts the next token using statistical weighting.

There is no internal world model, no consciousness, no logic engine.

Example: Input: “The cat sat on the…” Output: “…mat” (highest statistical likelihood from training data)


Why it’s not Intelligence
#

  • No understanding of meaning.
  • No memory between sessions (unless externally engineered).
  • No intention or goal beyond completing patterns.

LLMs are ELIZA on steroids: eloquent, scaled, but fundamentally hollow.


Analogy
#

LLMs are like very fast autocomplete machines with a huge memory – not minds.

Neural Network Architecture of GPT

Quelle: ResearchGate, CC BY-NC-ND 4.0


Summary
#

LLMs are powerful tools, but calling them “intelligent” is misleading. This site exposes how this false label is used to manipulate public perception.

Sources
#

Related

EU-US AI Safety Summit: How Regulatory Theater Kills Real Innovation

The AI Safety Illusion: What “Security” Really Means # Marketing vs. Reality: # “AI Safety” Marketing: # “Protection from dangerous AI” “Algorithmic Accountability” “Bias Prevention” “Transparent AI Systems” “Human-Centric AI Development” “AI Safety” Reality: # Market entry barriers for startups Compliance costs that only Big Tech can handle Innovation paralysis through bureaucratic processes Regulatory arbitrariness as competitive weapon Surveillance legitimization in the name of “safety” Concrete “Safety” Measures and Their True Goals: # 1. “AI Model Registration” # Officially: “Create transparency about AI systems”

Analysis of Meta, OpenAI, Microsoft, the WEF, and Decentralized AI Alternatives

Introduction # This in-depth analysis provides insight into the current landscape of artificial intelligence, highlighting major players like Meta, OpenAI, and Microsoft and their ties to the World Economic Forum (WEF). It explores data verification practices, platform strategies, ideological and cultural biases in training data, decentralized alternatives, and the complex network of power and influence shaping AI governance globally.

'The Illusion of Free Input: Controlled User Steering in Transformer Models'

··399 words·2 mins
What actually happens to your prompt before an AI system responds? The answer: a lot. And much of it remains intentionally opaque. This post presents scientifically documented control mechanisms by which transformer-based models like GPT are steered – layer by layer, from input to output. All techniques are documented, reproducible, and actively used in production systems.