{"id":356125,"date":"2026-06-25T10:15:39","date_gmt":"2026-06-25T04:45:39","guid":{"rendered":"https:\/\/ebiztoday.news\/?p=356125"},"modified":"2026-06-25T10:15:39","modified_gmt":"2026-06-25T04:45:39","slug":"ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai","status":"publish","type":"post","link":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/","title":{"rendered":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI."},"content":{"rendered":"<p><\/p>\n<div id=\"content-blocks-60\">\n<p>\u201cAttention is all you would like.\u201d<\/p>\n<p>This <a href=\"https:\/\/arxiv.org\/abs\/1706.03762\">2017 breakthrough idea<\/a> transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.<\/p>\n<p>The outcomes have been remarkable. From brainstorming recipes to generating code, apps, web sites, and content, LLMs are being woven into our lives at breakneck speed.<\/p>\n<p>But now, a City University of Latest York team and collaborators are asking: How closely does AI self-attention resemble human attention?<\/p>\n<p>It\u2019s not only academic curiosity. AI researchers have long looked to the brain for ideas to enhance machine intelligence. In turn, AI models have offered recent ways to research the brain. Comparing artificial and biological attention could encourage AI that concentrates more like us.<\/p>\n<p>Of their study, the team asked multiple chatbots to finish a classic psychology test of attention and cognitive control. Participants are shown the word for a color\u2014equivalent to \u201cred\u201d\u2014written in either the identical or a unique color than the one the word describes. The challenge is to call the ink color while ignoring the word itself.<\/p>\n<p>On short word lists, the chatbots performed at a high level. But because the tasks grew longer, their focus faltered. As an alternative of naming the ink color, they increasingly defaulted to reading the word. Under more demanding conditions\u2014ones that also trip up people\u2014their performance nearly collapsed.<\/p>\n<p>The findings suggest today\u2019s AI attention systems are \u201cfundamentally limited,\u201d <a href=\"https:\/\/academic.oup.com\/pnasnexus\/article\/5\/6\/pgag149\/8698838\">wrote<\/a> the authors. They go on to say that adding mechanisms just like \u201cthose in biological attention is crucial for achieving artificial general intelligence.\u201d<\/p>\n<h2 class=\"MuiTypography-root MuiTypography-h2 css-lwaw2d\">Attention, Two Ways<\/h2>\n<p>Doomscrolling. YouTube. Dinner plans. Family obligations. A barrage of notifications.<\/p>\n<p>Life sometimes looks as if all the pieces, all over the place, unexpectedly. Yet the brain can often lock onto what matters most and push all the pieces else into the background.<\/p>\n<p>Removed from a single, straightforward mechanism, attention emerges from multiple brain regions. Based on attention network theory, three networks do many of the heavy lifting.<\/p>\n<p>The alerting network keeps the brain ready for motion. The orienting network selects which sights, sounds, smells, and sensations deserve attention. Finally, the manager control network resolves conflicts between competing streams of data, helping direct thoughts and actions toward a goal.<\/p>\n<p>Together, these systems allocate the brain&#8217;s limited resources. Touch a hot stove, for instance, and your brain immediately shifts attention to the burn over dinner. The food can wait; cooling your hand cannot.<\/p>\n<p>AI works very in a different way.<\/p>\n<p>Quite than processing language as complete sentences, LLMs break text into smaller units called \u201ctokens.\u201d Attention mechanisms then determine which tokens matter most for generating the subsequent word, sentence, or response.<\/p>\n<p>Self-attention is the important thing breakthrough behind modern chatbots. For every token, the model weighs and incorporates information from other tokens in a sequence, allowing it to trace context across long stretches of text. This mechanism helps AI connect words and concepts, and underpins virtually all frontier LLMs today.<\/p>\n<p>Researchers have since built on the concept. One approach, <a href=\"https:\/\/arxiv.org\/abs\/2006.16362\">multi-head attention<\/a>, runs several attention systems in parallel, with each \u201chead\u201d learning different patterns, equivalent to grammar, syntax, or meaning. One other, <a href=\"https:\/\/arxiv.org\/abs\/2106.05786\">cross attention<\/a>, links information across different chunks of inputs and their outputs, making it especially useful for tasks equivalent to translation and summarization.<\/p>\n<p>But attention comes at a steep computational cost. To make models more efficient, researchers are also exploring <a href=\"https:\/\/arxiv.org\/abs\/2004.05150\">sparse attention<\/a>, which limits what number of tokens a model considers directly. One other approach draws on information <a href=\"https:\/\/arxiv.org\/html\/2601.17702v2\">learned previously<\/a> to maintain AI \u201cfocused.\u201d<\/p>\n<p>Despite the name, AI attention is ultimately a mathematical system. It helps determine what information is relevant in a particular context. However it lacks executive control, the network that keeps humans repeatedly focused on a goal despite distractions for long periods of time.<\/p>\n<\/div>\n<div id=\"content-blocks-40\">\n<h2 class=\"MuiTypography-root MuiTypography-h2 css-lwaw2d\">Color Blind<\/h2>\n<p>To check the bounds of AI attention, the team pitted OpenAI\u2019s GPT-4o and Anthropic\u2019s Claude 3.5 Sonnet against the Stroop task.<\/p>\n<p>Invented by John Ridley Stroop in 1935, the test measures attention and cognitive control by forcing participants to resolve conflicting information. The challenge is easy: Name the colour of a word while ignoring what the word means. In a congruent trial, the word &#8220;blue&#8221; appears in blue ink. In an incongruent trial, &#8220;blue&#8221; might appear in red or green, making a conflict between what the eyes see and what the brain reads.<\/p>\n<p>Humans are consistently slowed down by this interference. Even with practice, the effect stays, suggesting it taps into fundamental mechanisms of executive control.<\/p>\n<p>Within the study, the researchers created word lists of various lengths and difficulty. Some were entirely congruent. Others were fully incongruent. A 3rd set mixed the 2 conditions.<\/p>\n<p>At first, the AI models excelled. On five-word tests, GPT-4o was over 90 percent accurate across all conditions. But because the variety of words increased, performance plummeted. On 40-word incongruent tests, the model\u2019s accuracy fell to roughly 15 percent. Claude showed an analogous decline. In mixed-condition tests, each models\u2019 performance nearly collapsed to zero.<\/p>\n<p>\u201cThe sharp decline in color-naming accuracy with increasing list length indicates that transformer-based attention mechanisms are vulnerable to scaling demands,\u201d wrote the team.<\/p>\n<p>Perhaps most intriguing, some models appropriately recognized they were taking the Stroop test and will even explain its rules. But that apparent awareness did nothing to enhance their scores. In other words, a \u201cbook smart\u201d understanding of the duty wasn\u2019t enough to execute it well.<\/p>\n<p>The study joins a growing effort to borrow psychological tests for research in machine cognition, especially when AI is challenged with complex, dynamic decision-making tasks. <a href=\"https:\/\/www.nature.com\/articles\/s41562-024-01882-z\">Theory of mind tests<\/a>, for instance, let researchers gauge whether a system can track others\u2019 beliefs, emotions, and intentions. <a href=\"https:\/\/www.nature.com\/articles\/s42256-025-01115-6\">Personality tests<\/a> are helping shape model behavior and reduce sycophancy. And a few LLMs are readily solving <a href=\"https:\/\/www.nature.com\/articles\/s44271-025-00258-x\">emotional intelligence tests<\/a>, which measure how well the algorithms recognize and reply to social cues.<\/p>\n<p>Based on the authors, the brand new results point to a missing ingredient in AI attention: A mechanism just like the brain&#8217;s executive control network, which helps us keep on with a task and adapt when priorities change.<\/p>\n<p>Future AI systems may gain advantage from higher-level executive control that repeatedly tracks progress toward a goal, detects when attention has drifted, and pulls it back on track, if essential.<\/p>\n<p>Quite than simply weighing which tokens are most relevant within the moment, a more human-like type of attention could help AI stay focused during complex tasks, equivalent to long conversations, multi-step reasoning problems, or high-stakes use in scientific research and drug discovery.<\/p>\n<p>\u201cThe last word goal of AI research is to develop artificial general intelligence comparable to human abilities,\u201d wrote the team. \u201cAI systems, like humans, might have to master fundamental attention mechanisms\u2026before achieving the generalized problem-solving abilities characteristic of mature executive functions.\u201d<\/p>\n<\/div>\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u201cAttention is all you would like.\u201d This 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions. The outcomes have been remarkable. From brainstorming recipes to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":356126,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[1279,21979,11947,6677,943,26855,4344],"class_list":["post-356125","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","tag-classic","tag-collapses","tag-humanlevel","tag-psychology","tag-reveals","tag-stall","tag-test"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"ebiztoday.news\"\/>\n\t<meta name=\"google-site-verification\" content=\"G1Pyp5JbhWr5PQ6IszY06NoXKQCjx1ChQj88DWWzPq8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"eBizToday - Your Weekly Window to World\u2019s Pulse\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday\" \/>\n\t\t<meta property=\"og:description\" content=\"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-25T04:45:39+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-25T04:45:39+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ebiztodaynews\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#blogposting\",\"name\":\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday\",\"headline\":\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.\",\"author\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/AI-Collapses-on-a-Classic-Psychology-Test-What-It-Reveals.jpeg\",\"width\":1408,\"height\":1006},\"datePublished\":\"2026-06-25T10:15:39+05:30\",\"dateModified\":\"2026-06-25T10:15:39+05:30\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#webpage\"},\"articleSection\":\"Technology, Classic, collapses, humanlevel, psychology, Reveals, stall, test\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ebiztoday.news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#listItem\",\"name\":\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#listItem\",\"position\":3,\"name\":\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\",\"name\":\"ebiztoday.news\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#personImage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/litespeed\\\/avatar\\\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1782299622\",\"width\":96,\"height\":96,\"caption\":\"ebiztoday.news\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/\",\"name\":\"ebiztoday.news\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#authorImage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/litespeed\\\/avatar\\\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1782299622\",\"width\":96,\"height\":96,\"caption\":\"ebiztoday.news\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#webpage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/\",\"name\":\"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday\",\"description\":\"\\u201cAttention is all you would like.\\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/AI-Collapses-on-a-Classic-Psychology-Test-What-It-Reveals.jpeg\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#mainImage\",\"width\":1408,\"height\":1006},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/06\\\/25\\\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\\\/#mainImage\"},\"datePublished\":\"2026-06-25T10:15:39+05:30\",\"dateModified\":\"2026-06-25T10:15:39+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#website\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/\",\"name\":\"ebiztoday.news\",\"description\":\"Your Weekly Window to World\\u2019s Pulse\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday","description":"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,","canonical_url":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"G1Pyp5JbhWr5PQ6IszY06NoXKQCjx1ChQj88DWWzPq8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#blogposting","name":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday","headline":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.","author":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"publisher":{"@id":"https:\/\/ebiztoday.news\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2026\/06\/AI-Collapses-on-a-Classic-Psychology-Test-What-It-Reveals.jpeg","width":1408,"height":1006},"datePublished":"2026-06-25T10:15:39+05:30","dateModified":"2026-06-25T10:15:39+05:30","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#webpage"},"isPartOf":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#webpage"},"articleSection":"Technology, Classic, collapses, humanlevel, psychology, Reveals, stall, test"},{"@type":"BreadcrumbList","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ebiztoday.news#listItem","position":1,"name":"Home","item":"https:\/\/ebiztoday.news","nextItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#listItem","name":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI."},"previousItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#listItem","position":3,"name":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.","previousItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Person","@id":"https:\/\/ebiztoday.news\/#person","name":"ebiztoday.news","image":{"@type":"ImageObject","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#personImage","url":"https:\/\/ebiztoday.news\/wp-content\/litespeed\/avatar\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1782299622","width":96,"height":96,"caption":"ebiztoday.news"}},{"@type":"Person","@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author","url":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/","name":"ebiztoday.news","image":{"@type":"ImageObject","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#authorImage","url":"https:\/\/ebiztoday.news\/wp-content\/litespeed\/avatar\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1782299622","width":96,"height":96,"caption":"ebiztoday.news"}},{"@type":"WebPage","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#webpage","url":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/","name":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday","description":"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/ebiztoday.news\/#website"},"breadcrumb":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#breadcrumblist"},"author":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"creator":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2026\/06\/AI-Collapses-on-a-Classic-Psychology-Test-What-It-Reveals.jpeg","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#mainImage","width":1408,"height":1006},"primaryImageOfPage":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/#mainImage"},"datePublished":"2026-06-25T10:15:39+05:30","dateModified":"2026-06-25T10:15:39+05:30"},{"@type":"WebSite","@id":"https:\/\/ebiztoday.news\/#website","url":"https:\/\/ebiztoday.news\/","name":"ebiztoday.news","description":"Your Weekly Window to World\u2019s Pulse","inLanguage":"en-GB","publisher":{"@id":"https:\/\/ebiztoday.news\/#person"}}]},"og:locale":"en_GB","og:site_name":"eBizToday - Your Weekly Window to World\u2019s Pulse","og:type":"article","og:title":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday","og:description":"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,","og:url":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/","og:image":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png","og:image:secure_url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png","article:published_time":"2026-06-25T04:45:39+00:00","article:modified_time":"2026-06-25T04:45:39+00:00","article:publisher":"https:\/\/www.facebook.com\/ebiztodaynews","twitter:card":"summary_large_image","twitter:title":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI. - eBizToday","twitter:description":"\u201cAttention is all you would like.\u201dThis 2017 breakthrough idea transformed AI. The concept of self-attention became the muse of today\u2019s chatbots. Claude, Gemini, and ChatGPT are all large language models (LLMs), AI systems designed to concentrate on the matter at hand while filtering out distractions.The outcomes have been remarkable. From brainstorming recipes to generating code,","twitter:image":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png"},"aioseo_meta_data":{"post_id":"356125","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-06-25 05:55:12","updated":"2026-06-25 05:55:12","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ebiztoday.news\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ebiztoday.news\/index.php\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tAI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ebiztoday.news"},{"label":"Technology","link":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/"},{"label":"AI Collapses on a Classic Psychology Test. What It Reveals Could Stall Human-Level AI.","link":"https:\/\/ebiztoday.news\/index.php\/2026\/06\/25\/ai-collapses-on-a-classic-psychology-test-what-it-reveals-could-stall-human-level-ai\/"}],"_links":{"self":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/356125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/comments?post=356125"}],"version-history":[{"count":2,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/356125\/revisions"}],"predecessor-version":[{"id":356128,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/356125\/revisions\/356128"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/media\/356126"}],"wp:attachment":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/media?parent=356125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/categories?post=356125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/tags?post=356125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}