{"id":1001,"date":"2026-05-05T14:22:02","date_gmt":"2026-05-05T02:22:02","guid":{"rendered":"https:\/\/thesudoku.com\/blog\/?p=1001"},"modified":"2026-05-05T14:28:41","modified_gmt":"2026-05-05T02:28:41","slug":"why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters","status":"publish","type":"post","link":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/","title":{"rendered":"Why Large Language Models Still Struggle With games like Sudoku &#8211; and Why That Matters"},"content":{"rendered":"\n<p>Sudoku is often dismissed as a pastime &#8211; a commuter\u2019s distraction or a quiet ritual over morning coffee. But beneath its minimalist design lies something more fundamental, a pure test of reasoning.<\/p>\n\n\n\n<p>No external knowledge is required. No ambiguity exists. Every valid solution emerges from a strict set of constraints. That makes Sudoku not just a puzzle, but a near-perfect laboratory for studying intelligence &#8211; human or artificial.<\/p>\n\n\n\n<p>And in the age of large language models (LLMs), that laboratory is revealing something uncomfortable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A clean test that AI keeps failing<\/h2>\n\n\n\n<p>Modern LLMs, such as ChatGPT and its peers, have demonstrated remarkable fluency. They write essays, generate code, and mimic structured reasoning. But when asked to solve Sudoku, their performance drops sharply.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-2d07d9fcca3ebb328b83e8c1b771c635\">This is not anecdotal. Recent academic work confirms it.<\/p>\n\n\n\n<p class=\"is-style-default has-link-color wp-elements-59e658a9722b31c998a97a0d3ff9defa\">A study presented in <em>Findings of the Association for Computational Linguistics (ACL 2025)<\/em> found that while some models could occasionally reach correct solutions, <strong><a href=\"https:\/\/aclanthology.org\/2025.findings-acl.155\/\">none were able to provide explanations that reflected genuine logical<\/a> reasoning<\/strong>, as detailed in the paper available via the ACL Anthology.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-1b7c5d450fdd6713c753063828a6f1a3\">Similarly, researchers at the University of Colorado Boulder reported that LLMs can sometimes solve easier puzzles, but <strong>struggle with harder ones and frequently generate misleading explanations of their reasoning<\/strong>, according to <a href=\"https:\/\/www.colorado.edu\/today\/2025\/07\/28\/researchers-test-trustworthiness-ai-playing-sudoku\">their published findings<\/a> <\/p>\n\n\n\n<p class=\"has-link-color wp-elements-88bf56a11a3d1b85073f26482746e21f\">Benchmarks designed specifically to evaluate multi-step reasoning, such as <em>Sudoku-Bench<\/em>, reinforce the same pattern\u2014showing that leading models solve only a small fraction of complex puzzles, as summarized in recent <a href=\"https:\/\/www.emergentmind.com\/topics\/sudoku-bench-benchmark\">benchmark overviews<\/a>.<\/p>\n\n\n\n<p>For a task that many humans treat as a warm-up exercise, this gap is hard to ignore.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The real issue: constraint satisfaction vs. language prediction<\/h2>\n\n\n\n<p>The problem is not Sudoku. It is architecture.<\/p>\n\n\n\n<p>Sudoku belongs to a class of problems known as <strong>constraint satisfaction problems (CSPs)<\/strong>, where a solution must satisfy a set of global rules simultaneously. This class includes scheduling, planning, and many industrial optimization tasks.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-76a8e62aa501ca71b5f0a98cf6dda9d0\">Research in this area has long relied on structured methods such as backtracking and search algorithms, or hybrid neural approaches that evaluate entire solution states, as explored in work on <a href=\"https:\/\/arxiv.org\/abs\/1905.10701\">neural combinatorial optimization<\/a>.<\/p>\n\n\n\n<p>LLMs, however, operate differently.<\/p>\n\n\n\n<p>They generate text <strong>token by token<\/strong>, predicting what is likely to come next. This works well for language, but poorly for problems where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>constraints must be globally consistent<\/li>\n\n\n\n<li>earlier decisions may need revision<\/li>\n\n\n\n<li>correctness is binary, not probabilistic<\/li>\n<\/ul>\n\n\n\n<p>Recent work presented at venues like International Conference on Learning Representations shows that even when transformer-based models are adapted for structured reasoning, they require additional mechanisms\u2014such as recurrence or constraint-aware architectures\u2014to perform reliably (<a href=\"https:\/\/openreview.net\/forum?id=udNhDCr2KQe\">https:\/\/openreview.net\/forum?id=udNhDCr2KQe<\/a>).<\/p>\n\n\n\n<p>In other words, Sudoku exposes a fundamental mismatch:<br>LLMs simulate reasoning. They do not enforce it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Attempts to fix the gap<\/h2>\n\n\n\n<p>Researchers are actively working to bridge this gap.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-d6cc7c382c693e399ae058c5eebb39ab\">One direction involves augmenting LLMs with structured reasoning strategies. Techniques like <em>Tree-of-Thought<\/em> encourage models to explore multiple reasoning paths and backtrack when necessary, as described in the <a href=\"https:\/\/arxiv.org\/abs\/2305.08291\">original paper<\/a>.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-145508dbf19bebfb17379f69eaaa5eaf\">Another approach combines neural networks with symbolic constraint solvers. For example, recent <a href=\"https:\/\/www.researchgate.net\/publication\/384663211_Perception-based_constraint_solving_for_sudoku_images\">work on perception-based Sudoku solving<\/a> integrates neural perception with constraint satisfaction systems, significantly improving reliability.<\/p>\n\n\n\n<p>There is also growing interest in alternative architectures\u2014such as energy-based models\u2014that evaluate solutions more holistically rather than sequentially.<\/p>\n\n\n\n<p>The direction is clear:<br><strong>Pure language models are not enough.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A deeper implication: reasoning is not fluency<\/h2>\n\n\n\n<p>Sudoku highlights a broader issue in modern AI discourse.<\/p>\n\n\n\n<p>Fluency\u2014the ability to produce coherent text\u2014is often mistaken for reasoning. But the two are fundamentally different.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-40212e1f1307264725fbfa5323564537\">Benchmarks like <em>Sudoku-Bench<\/em>, introduced to test creative and structured reasoning, exist precisely because many existing <a href=\"https:\/\/www.researchgate.net\/publication\/391991538_Sudoku-Bench_Evaluating_creative_reasoning_with_Sudoku_variants\">evaluations reward pattern<\/a> recognition rather than true deduction.<\/p>\n\n\n\n<p>Sudoku, by contrast, demands:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>global consistency<\/li>\n\n\n\n<li>step-by-step deduction<\/li>\n\n\n\n<li>error correction<\/li>\n<\/ul>\n\n\n\n<p>These are exactly the areas where LLMs remain fragile.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">And yet, this is not a failure story<\/h2>\n\n\n\n<p>It would be easy to frame this as a limitation of AI. But that misses the more interesting point.<\/p>\n\n\n\n<p>LLMs may not be reliable solvers\u2014but they are powerful communicators.<\/p>\n\n\n\n<p class=\"has-link-color wp-elements-4d6ef767af13cfc595349443a00b2a1d\"><a href=\"https:\/\/www.researchgate.net\/publication\/391991482_Explaining_Puzzle_Solutions_in_Natural_Language_An_Exploratory_Study_on_6x6_Sudoku\">Research into natural-language explanations<\/a> of puzzle solving shows that models can help translate complex reasoning into accessible explanations for users, even if their internal reasoning is imperfect.<\/p>\n\n\n\n<p>In practice, this suggests a different role:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Not as the engine that solves Sudoku<\/li>\n\n\n\n<li>But as the system that explains it<\/li>\n<\/ul>\n\n\n\n<p>In hybrid systems, this division is already emerging:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Algorithms ensure correctness<\/li>\n\n\n\n<li>LLMs provide explanations, hints, and teaching<\/li>\n<\/ul>\n\n\n\n<p>For consumer-facing products, that distinction matters.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sudoku as a mirror<\/h2>\n\n\n\n<p>Sudoku is not important because of the puzzle itself. It matters because of what it reveals.<\/p>\n\n\n\n<p>It shows that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Intelligence is not just pattern generation<\/li>\n\n\n\n<li>Reasoning requires structure, not just probability<\/li>\n\n\n\n<li>Current AI systems excel at communication\u2014but still struggle with consistency<\/li>\n<\/ul>\n\n\n\n<p>In a field often driven by hype, that clarity is valuable.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sudoku is often dismissed as a pastime &#8211; a commuter\u2019s distraction or a quiet ritual over morning coffee. But beneath its minimalist design lies something more fundamental, a pure test of reasoning. No external knowledge is required. No ambiguity exists. Every valid solution emerges from a strict set of constraints. That makes Sudoku not just [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1004,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117],"tags":[],"class_list":["post-1001","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com\" \/>\n<meta property=\"og:description\" content=\"Sudoku is often dismissed as a pastime &#8211; a commuter\u2019s distraction or a quiet ritual over morning coffee. But beneath its minimalist design lies something more fundamental, a pure test of reasoning. No external knowledge is required. No ambiguity exists. Every valid solution emerges from a strict set of constraints. That makes Sudoku not just [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\" \/>\n<meta property=\"og:site_name\" content=\"TheSudoku.com\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-05T02:22:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T02:28:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"kraisoft admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kraisoft admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\"},\"author\":{\"name\":\"kraisoft admin\",\"@id\":\"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c\"},\"headline\":\"Why Large Language Models Still Struggle With games like Sudoku &#8211; and Why That Matters\",\"datePublished\":\"2026-05-05T02:22:02+00:00\",\"dateModified\":\"2026-05-05T02:28:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\"},\"wordCount\":796,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\",\"url\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\",\"name\":\"Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com\",\"isPartOf\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg\",\"datePublished\":\"2026-05-05T02:22:02+00:00\",\"dateModified\":\"2026-05-05T02:28:41+00:00\",\"author\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c\"},\"breadcrumb\":{\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#breadcrumb\"},\"inLanguage\":\"en-NZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage\",\"url\":\"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg\",\"contentUrl\":\"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg\",\"width\":1536,\"height\":1024,\"caption\":\"LLM Sudoku\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thesudoku.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Large Language Models Still Struggle With games like Sudoku &#8211; and Why That Matters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thesudoku.com\/blog\/#website\",\"url\":\"https:\/\/thesudoku.com\/blog\/\",\"name\":\"TheSudoku.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thesudoku.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-NZ\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c\",\"name\":\"kraisoft admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-NZ\",\"@id\":\"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ffe72568042d2fa38d1012ecfe4b6d2c490b09acce5f0e22374caaa8ee8bf46d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ffe72568042d2fa38d1012ecfe4b6d2c490b09acce5f0e22374caaa8ee8bf46d?s=96&d=mm&r=g\",\"caption\":\"kraisoft admin\"},\"url\":\"https:\/\/thesudoku.com\/blog\/author\/kraisoft-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/","og_locale":"en_US","og_type":"article","og_title":"Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com","og_description":"Sudoku is often dismissed as a pastime &#8211; a commuter\u2019s distraction or a quiet ritual over morning coffee. But beneath its minimalist design lies something more fundamental, a pure test of reasoning. No external knowledge is required. No ambiguity exists. Every valid solution emerges from a strict set of constraints. That makes Sudoku not just [&hellip;]","og_url":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/","og_site_name":"TheSudoku.com","article_published_time":"2026-05-05T02:22:02+00:00","article_modified_time":"2026-05-05T02:28:41+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg","type":"image\/jpeg"}],"author":"kraisoft admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kraisoft admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#article","isPartOf":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/"},"author":{"name":"kraisoft admin","@id":"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c"},"headline":"Why Large Language Models Still Struggle With games like Sudoku &#8211; and Why That Matters","datePublished":"2026-05-05T02:22:02+00:00","dateModified":"2026-05-05T02:28:41+00:00","mainEntityOfPage":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/"},"wordCount":796,"commentCount":0,"image":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage"},"thumbnailUrl":"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg","articleSection":["Blog"],"inLanguage":"en-NZ","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/","url":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/","name":"Why Large Language Models Still Struggle With games like Sudoku - and Why That Matters - TheSudoku.com","isPartOf":{"@id":"https:\/\/thesudoku.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage"},"image":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage"},"thumbnailUrl":"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg","datePublished":"2026-05-05T02:22:02+00:00","dateModified":"2026-05-05T02:28:41+00:00","author":{"@id":"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c"},"breadcrumb":{"@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#breadcrumb"},"inLanguage":"en-NZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/"]}]},{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#primaryimage","url":"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg","contentUrl":"https:\/\/thesudoku.com\/blog\/wp-content\/uploads\/2026\/05\/LLM-Sudoku.jpg","width":1536,"height":1024,"caption":"LLM Sudoku"},{"@type":"BreadcrumbList","@id":"https:\/\/thesudoku.com\/blog\/2026\/05\/05\/why-large-language-models-still-struggle-with-games-like-sudoku-and-why-that-matters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thesudoku.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Why Large Language Models Still Struggle With games like Sudoku &#8211; and Why That Matters"}]},{"@type":"WebSite","@id":"https:\/\/thesudoku.com\/blog\/#website","url":"https:\/\/thesudoku.com\/blog\/","name":"TheSudoku.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thesudoku.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-NZ"},{"@type":"Person","@id":"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/338ebe226acd809887e6124b9487650c","name":"kraisoft admin","image":{"@type":"ImageObject","inLanguage":"en-NZ","@id":"https:\/\/thesudoku.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ffe72568042d2fa38d1012ecfe4b6d2c490b09acce5f0e22374caaa8ee8bf46d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ffe72568042d2fa38d1012ecfe4b6d2c490b09acce5f0e22374caaa8ee8bf46d?s=96&d=mm&r=g","caption":"kraisoft admin"},"url":"https:\/\/thesudoku.com\/blog\/author\/kraisoft-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/posts\/1001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/comments?post=1001"}],"version-history":[{"count":1,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/posts\/1001\/revisions"}],"predecessor-version":[{"id":1002,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/posts\/1001\/revisions\/1002"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/media\/1004"}],"wp:attachment":[{"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/media?parent=1001"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/categories?post=1001"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thesudoku.com\/blog\/wp-json\/wp\/v2\/tags?post=1001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}