TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Claude created an "unsolvable" puzzle, but you can solve it

2 点作者 logicallee6 个月前
I had Claude (Sonnet 3.5 New) create a sliding puzzle, and I noticed it added code to make sure it is solvable. I asked about it and it explained that without it, the puzzle would be unsolvable. Its explanation didn&#x27;t make too much sense for me so next I had Claude create an unsolvable version. I was able to solve it, so I changed it to include a congratulations message.<p>Go ahead and try to solve this &quot;unsolvable&quot; puzzle. You should be able to succeed!<p><a href="https:&#x2F;&#x2F;claude.site&#x2F;artifacts&#x2F;2bbdfb89-da23-4de0-a047-e6c8b167d335" rel="nofollow">https:&#x2F;&#x2F;claude.site&#x2F;artifacts&#x2F;2bbdfb89-da23-4de0-a047-e6c8b1...</a>

3 条评论

yorwba6 个月前
For a sliding puzzle of this kind, half of all starting positions are unsolvable: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;15_puzzle#Solvability" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;15_puzzle#Solvability</a><p>Maybe if you ask Claude to write code that generates random starting positions and checks them for solvability, it&#x27;ll succeed at finding an unsolvable one.
评论 #42087459 未加载
jqpabc1236 个月前
I solved it in 99 moves. I did twice just to verify.<p>LLMs are simply not trustworthy. Anything they produce requires verification --- which defeats a huge chunk of their utility.
评论 #42086765 未加载
logicallee6 个月前
Here is a version that includes the instructions on how to play:<p><a href="https:&#x2F;&#x2F;claude.site&#x2F;artifacts&#x2F;161c31dd-3c64-43ac-b250-0fc462d92490" rel="nofollow">https:&#x2F;&#x2F;claude.site&#x2F;artifacts&#x2F;161c31dd-3c64-43ac-b250-0fc462...</a>