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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Conjecture: ChatGPT Is Turing Complete

1 点作者 qarl7 个月前
I haven&#x27;t seen this addressed directly, so I wanted to bring it up for discussion here.<p>I propose that the latest version of ChatGPT (o1-preview) is Turing complete. My argument hinges on a simple observation: ChatGPT can execute arbitrary programs written in the BASIC programming language.<p>Given that a system capable of running arbitrary BASIC programs is Turing complete, it seems reasonable to conclude that ChatGPT itself possesses this property.<p>Evidence: I’ve tested ChatGPT with a variety of BASIC programs, such as the following:<p><pre><code> 10 LET X = 0 20 LET Y = 1 30 FOR N = 1 TO 15 40 LET Z = X + Y + 1 50 LET X = Y 60 LET Y = Z 70 PRINT Z 80 NEXT N </code></pre> ChatGPT successfully processed and executed the program, outputting the correct results. You can see the interaction https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;67116f0c-2df4-800d-a235-9b6a2cb73ca4 and I encourage anyone to verify the behavior using a BASIC interpreter like this one https:&#x2F;&#x2F;yohan.es&#x2F;swbasic&#x2F;<p>I&#x27;d love to hear the community&#x27;s thoughts on whether this observation qualifies ChatGPT as Turing complete and the broader implications if so.

2 条评论

boomlinde7 个月前
Essentially, you reason that<p>1. If ChatGPT is turing complete, it can execute this BASIC program<p>2. It can execute this BASIC program<p>3. Therefore, it is turing complete<p>If you don&#x27;t see the flaw in your reasoning, ask ChatGPT to explain &quot;affirming the consequent&quot; to you.
评论 #41898141 未加载
qarl7 个月前
I think the question is interesting because I&#x27;ve seen a number of people making claims such as &quot;ChatGPT cannot do this&#x2F;that&quot;.<p>No. ChatGPT as it currently stands can execute any possible program (within practical constraints: no infinite memory&#x2F;time&#x2F;etc.)