惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
L
LangChain Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
WordPress大学
WordPress大学
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
有赞技术团队
有赞技术团队
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky

Latest from TechRadar in News

VodafoneThree gets Ofcom approval to bring satellite connectivity to your smartphone NYT Connections today – my hints and answers for April 16 (#1040) Quordle hints and answers for Thursday, April 16 (game #1543) NYT Strands hints and answers for Thursday, April 16 (game #774) Is this the tipping point for AI at work? New Gallup survey finds half of all US employees now use it in some way Allbirds — the shoe viral company — just pivoted into AI, and I wish this were an Onion headline 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… 'Makes it even more disappointing': Microsoft backs fossil fuel big time with $7 billion deal in race for AI… 'Maybe it’s not science fiction': Solar panels are causing rainwater to fall in one of the driest places… Maine becomes first US state to pass data centre construction ban Dozens of WordPress plugins hijacked to target thousands of sites Drone-killing laser weapons greenlit for use in US airspace – FAA and Defense Department say high-energy weapons are ‘ready to protect all air travelers from illicit drone use’ despite airspace restrictions and friendly-fire incidents 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… McGraw Hill becomes latest to see its Salesforce data hacked Looking for a new PC? Now might be great time to upgrade, as Gartner figures claim shipments are rising — while… Farewell Surface Hub — Microsoft kills off its super-sized touchscreen displays, but you might still be able to get one if you act fast 'We have no interest in patient data in the UK': Palantir UK head defends record as criticisms rise Amazon’s new AI Bio Discovery tool can provide ‘every researcher’ with ‘lab-in-the-loop drug discovery’ – 40+ AI biology models can filter 300,000 novel antibody candidates down to the top results for testing in just weeks Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts OpenAI reveals its Mythos rival designed for cybersecurity pros NYT Connections hints and answers for Tuesday, April 14 (game #1038) Forget Dr Doolittle, study finds animals might not only want to use tech, but they also want to talk to us with it… 'The decision is deeply troubling': Tesla gets a green light for Full Self-Driving in Europe — but not… OpenAI flags third-party data issue — all macOS users should update now Microsoft says Copilot is for ‘entertainment' not work, Meta’s Muse Spark and 7 other AI stories you… Man Utd vs Leeds Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news What is the release date for Invincible season 4 episode 7 on Prime Video? Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… The Lenovo Legion Go 2 handheld costs more than two Nvidia RTX 5080 GPUs — and that's genuinely absurd Secretlab is launching its first Diablo desk, with a design that 'traces the infernal history' of the series
ChatGPT just announced it can finally pass the simple ‘ho...
Graham Barlow · 2026-04-29 · via Latest from TechRadar in News
AI Farmer Assistant Picking Fresh Fruit At Plant
(Image credit: Getty Images / AndreyPopov)

  • ChatGPT passes “strawberry” test but fails when switched to “cranberry”
  • AI still struggles with simple letter-counting despite broader improvements
  • Reasoning tests like “car wash” still expose gaps in AI logic

There are a number of viral posts from people astonished that chatbots like ChatGPT and Claude can solve complex equations but struggle with something as simple as counting the number of “r”s in the word “strawberry”. Well, those days could finally be over.

With the words "At long last", the official ChatGPTapp X account proudly announced today that it can now count the number of “r”s in “strawberry” — a laughably easy task for humans that has traditionally been difficult for AIs to get right.

However, users very quickly found that you could still trip it up by swapping out “strawberry” for “cranberry”.

“Not so fast,” said X user @NathanEspinoza_ in response to ChatGPTapp’s boastful post about solving the strawberry problem, as he posted an image showing ChatGPT had responded saying that there was only one "r" in "cranberry".

To corroborate the result, I quickly tried the same thing with my version of ChatGPT on GPT-5.5, and I was told there were two "r"s — a different result, but still wrong. It passed the “strawberry” test perfectly, saying there were three “r”s, but then claimed there were only two in “cranberry”. To its credit, ChatGPT did admit its mistake when I questioned it, putting it down to a simple “counting error”.

Why the strawberry problem exists

There are a few very simple questions that chatbots are notoriously bad at answering, one of which is “how many ‘r’s are in strawberry?”

This is a straightforward counting task for humans, but it’s surprisingly difficult for AI systems. The reason comes down to how they process language. Large language models (LLMs) are built on transformers, which convert words like “strawberry” into numerical representations. Those representations capture meaning and context, but they don’t inherently preserve a clear sense of the individual letters that make up the word.

Sign up for breaking news, reviews, opinion, top tech deals, and more.

The fact that ChatGPT is still stumbling over “cranberry” suggests the solution may have been hard-coded for specific cases, rather than reflecting a broader improvement in how the LLM handles these kinds of questions.

The car wash problem

The second boast in ChatGPTapp’s post is that ChatGPT can now solve the car wash problem. This exploits a context gap in how LLMs reason, by asking whether it would be quicker to walk to a car wash or drive if it’s “only 50 meters away”. Most models will tell you it’s quicker to walk, missing the obvious issue that you need your car with you to wash it.

ChatGPTapp claims that ChatGPT will now catch this error and point it out. But when I tried it using the latest GPT-5.5 model, it still recommended walking — as did Claude using Sonnet 4.6. When I tested it in Gemini, however, it pointed out that while walking would be quicker, you’d need to bring the car with you if the goal was to wash it.

Grok did even better. Not only did it flag the issue of not bringing the car, but it added that “this question has become a popular test for whether someone (or an AI) grasps the actual goal versus giving generic ‘walking is healthier/shorter/greener’ advice that ignores the context.”

So, for now at least, that’s a win for Gemini and Grok. But if fixing “strawberry” doesn’t fix “cranberry”, it raises a bigger question — are these models actually getting smarter, or just getting better at passing the tests we keep throwing at them?


Google logo on a black background next to text reading 'Click to follow TechRadar'

Follow TechRadar on Google News and add us as a preferred source to get our expert news, reviews, and opinion in your feeds.


Purple circle with the words Best business laptops in white

Graham is the Senior Editor for AI at TechRadar. With over 25 years of experience in both online and print journalism, Graham has worked for various market-leading tech brands including Computeractive, PC Pro, iMore, MacFormat, Mac|Life, Maximum PC, and more. He specializes in reporting on everything to do with AI and has appeared on BBC TV shows like BBC One Breakfast and on Radio 4 commenting on the latest trends in tech. Graham has an honors degree in Computer Science and spends his spare time podcasting and blogging.