Guri Singh Profile picture
Feb 21 16 tweets 3 min read Read on X
Apple has just published a paper with a devastating title: *The Illusion of Thinking*. And it's not a metaphor. What it demonstrates is that the AI models we use every day - yes, ones like ChatGPT - don't think. Not one bit. They just imitate doing so.

Let me explain: 🧵👇 Image
The paper argues that those models, no matter how brilliant they may seem, do not understand what they are doing. They do not solve problems. They do not reason. They merely generate text word by word, trying to sound coherent. Real thought: zero.
To demonstrate this, Apple designed a series of experiments with logic puzzles: Tower of Hanoi, the river-crossing problem, stacked blocks, etc.

The same ones we use to see if a human or even a child can reason in steps.
In the first one, for example, they put the AI to solving the Tower of Hanoi. With 3 disks, it solves it perfectly. But as soon as you add more difficulty, more disks, the model starts to get confused. It repeats movements. It skips steps. It contradicts itself. It fails.
Was the solution too difficult?
No. Because in many cases, the researchers gave it *the correct algorithm* step by step, as a helping hand.
And you know what happened? It still couldn't follow it, not even by copying the homework.
Second example: the classic river problem. You have to cross a wolf, a goat, and a cabbage, without leaving them alone if one eats the other.

The AI does it well… until you add one more restriction. That's when it starts doing exactly what it shouldn't do.
But the most unsettling thing isn't that it makes mistakes. It's that when the problem becomes more complex… the AI "thinks" less.

Literally: it uses fewer tokens, takes fewer steps, explores fewer solutions. As if it were silently giving up.
Apple measured how many tokens the model dedicated to reasoning.

It found a very marked curve: when the problem gets difficult, the model starts to generate *less* reasoning.

Exactly the opposite of what a human would do.
Why does this happen?

Because the AI doesn't know if it's doing well or poorly.
It has no sense of an objective.
It doesn't correct. It doesn't compare. It doesn't evaluate.

It just completes text, as if it were writing without knowing what for.
This breaks a very widespread idea:
“If we keep giving it more data, more parameters, and more power, AI will become superintelligent.”

Apple's paper says: probably not.
Because *there is no real thinking to scale*.
What these models do is seem intelligent.

And that’s the most dangerous thing.

Because when they sound convincing, we believe they understand.
When they reason out loud, we believe they’re thinking.
But it’s pure theater.
What you see as reasoning is just an act.

The AI says: “first I do this, then that other thing…”
but it doesn’t *understand* the logic behind it.
It’s only imitating structures it saw in its training.
And when it doesn’t recognize them, it improvises poorly.
This does not mean that AI is useless.

But it does mean that we cannot treat it as if it had human capabilities:
it does not plan, it does not get frustrated, it does not improve its strategy.

It has no will, nor purpose, nor even awareness of error.
The real risk is not that it thinks too much.
It’s that it thinks *nothing*… and yet we still give it power.

Because the more convincing it sounds, the more likely we are to mistake it for something it’s not.
So the next time ChatGPT, Claude, or Gemini say to you:
“Let me think…”

Stop.

And remember:
they’re not thinking.
They’re guessing.

Source: ml-site.cdn-apple.com/papers/the-ill…
I hope you've found this thread helpful.

Follow me @heygurisingh for more.

Like/Repost the quote below if you can:

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Guri Singh

Guri Singh Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @heygurisingh

Feb 23
If you work in AI and don’t understand these 10 concepts, you’re already behind:

(thread)
1/ Tokens

When you type a message to ChatGPT, it doesn't read words.
It reads tokens.

A token is roughly 3-4 characters. "Unbelievable" is 4 tokens. "AI" is 1.
This matters because every model has a token limit. Hit it, and the model starts forgetting earlier parts of the conversation.Image
Here's why this should change how you work:

If you're stuffing a 50-page doc into a prompt and wondering why the output is garbage tokens are your problem.

The model didn't "read" your doc. It ran out of budget halfway through and started guessing.

Shorter, denser context = better outputs. Always.
Read 20 tweets
Feb 22
BREAKING: AI can now design like Apple-level creative directors (for free).

I gave Claude Opus 4.6 the same briefs we paid $8,000/month agencies for.

The results made our designer uncomfortable.

Here are 10 prompts that do in 6 hours what took them 6 weeks: 👇 Image
Image
Before you call me wrong - I've tested this across 3 real client projects.

Full brand identities. UI systems. 47+ marketing assets.

Claude Opus 4.6 scored 65.4% on Terminal-Bench 2.0.

That's not a chatbot. That's a Creative Director who doesn't sleep.
PROMPT 1: The Design System Architect

"You are a Principal Designer at Apple. Build a complete design system for [BRAND] - color palette with hex + contrast ratios, 9-weight type scale, 8px spacing system, 30+ components with every state."

Output: A Figma-ready system agencies charge $15K to build.
Read 14 tweets
Feb 21
R.I.P. GOOGLE FLIGHTS IN 2026.
R.I.P. BOOKING COM IN 2026.
R.I.P. SKYSCANNER IN 2026.

$1,190 flight. I paid $149.

Use these 7 prompts before booking your next trip:
1. The Mistake Fare Hunter

"Search for mistake fares, error prices, and flash sales on [route] departing within [timeframe]. List every source to monitor and exact steps to book before airlines correct the price."
2. The Positioning Hack

"I'm flying from [city] to [destination]. Find the nearest alternative departure airports within 150 miles and show me the price difference. Include ground transport costs so I can calculate real savings."
Read 9 tweets
Feb 20
🚨BREAKING: Anthropic quietly shipped the feature that makes ChatGPT look like a chatbot.

Claude can now see your screen, click buttons, and send messages for you.

No plugins. No extensions. No setup hell.

Here're 11 powerful Claude features you'll wish you knew sooner: Image
1. You can now make, open, and change files and folders on your computer.
2. Choose how Claude responds.

Pick one of the new preset options: short, clear, or formal.
Read 13 tweets
Feb 19
🚨 BREAKING: You can run Claude Code completely free now.

No API costs. No rate limits. 100% local on your machine.

Just Claude Code running locally fast, private, and 100% yours.

Here’s how to set up Claude Code on your own machine (free + fully private): 👇 Image
STEP 1: Install Your Local AI Engine

Download Ollama from

Ollama runs AI models locally on Mac and Windows.

After install, it runs as a background service on http://localhost:11434

No configuration needed. Just works. ollama.com
STEP 2: Download a Coding Model

Pick based on your hardware:

Powerful machine → qwen2.5-coder:32b
Regular laptop → qwen2.5-coder:7b
Lightweight → gemma:2b

Run in terminal:
ollama pull qwen2.5-coder:7b

(Replace with your chosen model)
Read 8 tweets
Feb 16
BREAKING: AI can now build you a complete website in 2 hours (for free).

Here are 9 insane Claude Opus 4.6 + Figma Make prompts that create $7,000 websites in 2 hours:

(Save this before your competitors do) 🧵 Image
I just built a $5,000 client website in 118 minutes.

The stack:
→ Claude Opus 4.6 for architecture, logic & complex reasoning
→ Figma Make for pixel-perfect UI, interactions & deployment

I tested 100+ prompts so you don't have to.

Here are the 9 that actually work:
1/ The Architecture Strategist

You are a Principal Architect at Vercel. I need to build a [WEBSITE TYPE: portfolio/saas/e-commerce].

Requirements:
- Target audience: [DESCRIBE]
- Key features: [LIST 3-5]
- Tech considerations: [RESPONSIVE/SEO/PERFORMANCE]

Deliver:
1. Site map (all pages with hierarchy)
2. User flows (3 primary journeys)
3. Data models (if dynamic content)
4. API requirements (if applicable)
5. Component inventory (30+ components needed)
6. Page templates (wireframe descriptions)
7. Technical stack recommendation
8. Performance budgets (load time targets)
9. SEO structure (meta templates, URL patterns)

Format as a technical specification I can hand to Figma Make.
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(