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

推荐订阅源

Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
V
V2EX
量子位
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 【当耐特】
爱范儿
爱范儿
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
小众软件
小众软件
IT之家
IT之家
博客园_首页
博客园 - 聂微东
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
ChatGPT just announced it can finally pass the simple ‘ho...
Graham Barlow · 2026-04-29 · via Latest from TechRadar
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.