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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

CalcGPT

164 点作者 CrLf10 个月前

18 条评论

cjrd10 个月前
It&#x27;s great to see a _real_ AI application among all this media noise ;-).<p>Seriously though, this is wonderful satire. I asked 88x10 and it returned an HTML meta tag.
评论 #41093107 未加载
评论 #41092852 未加载
xanderlewis10 个月前
Cue the comments about criticism of this calculator being unfair as thinking, for example, that 88*10 = 888 is a ‘very human’ mistake to make.
评论 #41094273 未加载
评论 #41092937 未加载
rkwz10 个月前
&gt; GPT-3 (babbage-002)<p>I&#x27;m surprised babbage is still available via APIs - <a href="https:&#x2F;&#x2F;platform.openai.com&#x2F;docs&#x2F;models&#x2F;gpt-base" rel="nofollow">https:&#x2F;&#x2F;platform.openai.com&#x2F;docs&#x2F;models&#x2F;gpt-base</a><p>Anyone else using this?
simonw10 个月前
This neat demo is a year old now, it was first released in July 2023.<p>Source code and prompt here: <a href="https:&#x2F;&#x2F;github.com&#x2F;Calvin-LL&#x2F;CalcGPT.io&#x2F;blob&#x2F;main&#x2F;netlify&#x2F;functions&#x2F;math.ts">https:&#x2F;&#x2F;github.com&#x2F;Calvin-LL&#x2F;CalcGPT.io&#x2F;blob&#x2F;main&#x2F;netlify&#x2F;fu...</a><p><pre><code> const prompt = `1+1=2\n5-2=3\n2*4=8\n9&#x2F;3=3\n10&#x2F;3=3.33333333333\n${math}=`; let response: Response; try { const openAI = new OpenAI(); response = await openAI.completions .create({ model: &quot;babbage-002&quot;, temperature, top_p: topP, stop: &quot;\n&quot;, prompt, stream: true, }) .asResponse(); } catch (error) { return new Response(&quot;api error&quot;, { status: 500, }); } return new Response(response.body, { headers: { &quot;content-type&quot;: &quot;text&#x2F;event-stream&quot;, }, }); </code></pre> It&#x27;s using the old babbage-002 model with a completion (not chat) prompt, which is more readable like this:<p><pre><code> 1+1=2 5-2=3 2*4=8 9&#x2F;3=3 10&#x2F;3=3.33333333333 ${math}=</code></pre>
tzury10 个月前
Entered 42<p>The 8 solutions I got while clicking on regenerate:<p><pre><code> 3.33333333333 42, so the point your talking about is 3.3 (Accuracy is 3 Additionally, 3 coincided with John 3:16 , &quot;$3 1 3.33333333333 42 42+1=3+1=4=42+1=43 2×5 </code></pre> Not so sure what I just did. Results are copy-pasted as-is
评论 #41093419 未加载
ducktective10 个月前
So ... a javascript interpreter?
评论 #41092892 未加载
anotherhue10 个月前
This is amazing. An antidote to the mesmerisation.
评论 #41093090 未加载
radeeyate10 个月前
I love this.<p>Supposedly 0&#x2F;0 is zero. Good to know from now on.
hluska10 个月前
This is the first time I have come across Calvin Liang, but I’m already a big fan. Their artist’s statement manages to be very funny while making a point. I like today.
Closi10 个月前
I think there is a bug here...<p>8888888×965 = 965 according to this site with temperature = 0 or 3.63... with temperature = 1<p>On the other hand, GPT4 gets it correct:<p><a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;34007f39-cfa8-46c8-bda3-9f641affc17a" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;34007f39-cfa8-46c8-bda3-9f641affc1...</a><p>Even when I instruct it not to think about it:<p><a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;cb22c9dc-1549-4d00-a498-c889f6822b6a" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;cb22c9dc-1549-4d00-a498-c889f6822b...</a>
评论 #41095001 未加载
jkitching10 个月前
+5*9 returned:<p>((−5(if the finnicky effort to even a decimal number found a different<p>Finnicky effort indeed ;)
zug_zug10 个月前
I&#x27;m sorry but this falls flat for me. GPT4 routinely can answer impressive math questions for me (college-level):<p>- What diameter steel wire would I need to be rated for a weight of 500lbs?<p>- How many digits would a ID need to be (using 36 characters) to have a 1&#x2F;10^20 chance of collision over 1 billion random IDs?<p>- If I have a list of a million times (say durations of a web request) and they follow a normal distribution, and I take a sample of 1 million of those, how close would the average of my .1% sample be to the true average of the billion?<p>- Suppose in D&amp;D I am told to roll 20 d6, but instead of rolling that many dice I want to roll just two (larger) dice and add a constant. Which standard D&amp;D dice might give the closest variance and what is the constant?
评论 #41093285 未加载
评论 #41096786 未加载
j_bum10 个月前
I’m enjoying experimenting with nonsensical math:<p>&gt; Apple * dog<p>&gt; CalcGPT: Apple Mini − dog or dog. Total= Apple Dog Mini MiniDog=49<p>I was wondering if math of words would produce the embedding of the operation of those words, but nope :)
评论 #41093260 未加载
mritchie71210 个月前
this is just using a shitty model:<p>calcgpt:<p>input: 88×66<p>output: 5184<p>chatgpt:<p>input: 88×66<p>output: 88 × 66 equals 5808.
评论 #41092987 未加载
评论 #41092921 未加载
layer810 个月前
I got the following, slowly appearing character by character in the result field. Due to the slowness, it took a bit to realize it wasn&#x27;t GPT output.<p><pre><code> &lt;!DOCTYPE html&gt; &lt;!−−[if lt IE 7]&gt; &lt;html class=&quot;no−jsie6 oldie&quot; lang=&quot;en−US&quot;&gt; &lt;![endif]−−&gt; &lt;!−−[if IE 7]&gt; &lt;html class=&quot;no−js ie7 oldie&quot; lang=&quot;en−US&quot;&gt; &lt;![endif]−−&gt; &lt;!−−[if IE 8]&gt; &lt;html class=&quot;no−js ie8 oldie&quot; lang=&quot;en−US&quot;&gt; &lt;![endif]−−&gt; &lt;!−−[if gt IE 8]&gt;&lt;!−−&gt; &lt;html class=&quot;no−js&quot; lang=&quot;en−US&quot;&gt; &lt;!−−&lt;![endif]−−&gt; &lt;head&gt; &lt;title&gt;calcgpt.io | 502: Bad gateway&lt;÷title&gt; &lt;meta charset=&quot;UTF−8&quot; ÷&gt; &lt;meta http−equiv=&quot;Content−Type&quot;content=&quot;text÷html; charset=UTF−8&quot; ÷&gt; &lt;meta http−equiv=&quot;X−UA−Compatible&quot; content=&quot;IE=Edge&quot; ÷&gt; &lt;meta name=&quot;robots&quot; content=&quot;noindex, nofollow&quot; ÷&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device−width,initial−scale=1&quot; ÷&gt; &lt;link rel=&quot;stylesheet&quot; id=&quot;cf_styles−css&quot; href=&quot;÷cdn−cgi÷styles÷main.css&quot;÷&gt; &lt;÷head&gt; &lt;body&gt; &lt;div id=&quot;cf−wrapper&quot;&gt; &lt;div id=&quot;cf−error−details&quot; class=&quot;p−0&quot;&gt; &lt;header class=&quot;mx−auto pt−10 lg:pt−6 lg:px−8 w−240 lg:w−full mb−8&quot;&gt; &lt;h1 class=&quot;inline−block sm:block sm:mb−2 font−light text−60 lg:text−4xl text−black−dark leading−tight mr−2&quot;&gt; &lt;span class=&quot;inline−block&quot;&gt;Bad gateway&lt;÷span&gt; &lt;span class=&quot;code−label&quot;&gt;Error code 502&lt;÷span&gt; &lt;÷h1&gt; &lt;div&gt; Visit &lt;a href=&quot;https:÷÷www.cloudflare.com÷5xx−error−landing?utm_source=errorcode_502&amp;utm_campaign=calcgpt.io&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;cloudflare.com&lt;÷a&gt; for more information. &lt;÷div&gt; &lt;div class=&quot;mt−3&quot;&gt;2024−07−2814:37:25 UTC&lt;÷div&gt; &lt;÷header&gt; &lt;div class=&quot;my−8 bg−gradient−gray&quot;&gt; &lt;div class=&quot;w−240 lg:w−full mx−auto&quot;&gt; &lt;div class=&quot;clearfix md:px−8&quot;&gt; &lt;div id=&quot;cf−browser−status&quot; class=&quot; relative w−1÷3 md:w−full py−15 md:p−0 md:py−8 md:text−left md:border−solid md:border−0 md:border−b md:border−gray−400 overflow−hidden float−left md:float−none text−center&quot;&gt; &lt;div class=&quot;relative mb−10 md:m−0&quot;&gt; &lt;span class=&quot;cf−icon−browser block md:hidden h−20 bg−center bg−no−repeat&quot;&gt;&lt;÷span&gt; &lt;span class=&quot;cf−icon−ok w−12 h−12 absolute left−1÷2 md:left−auto md:right−0 md:top−0−ml−6 −bottom−4&quot;&gt;&lt;÷span&gt; &lt;÷div&gt; &lt;span class=&quot;md:block w−full truncate&quot;&gt;You&lt;÷span&gt; &lt;h3 class=&quot;md:inline−block mt−3 md:mt−0 text−2xl text−gray−600 font−light leading−1.3&quot;&gt; Browser &lt;÷h3&gt; &lt;span class=&quot;leading−1.3 text−2xltext−green−success&quot;&gt;Working&lt;÷span&gt; &lt;÷div&gt; &lt;div id=&quot;cf−cloudflare−status&quot; class=&quot; relative w−1÷3 md:w−full py−15 md:p−0 md:py−8 md:text−left md:border−solid md:border−0 md:border−b md:border−gray−400 overflow−hidden float−left md:float−none text−center&quot;&gt; &lt;div class=&quot;relative mb−10 md:m−0&quot;&gt; &lt;a href=&quot;https:÷÷www.cloudflare.com÷5xx−error−landing?utm_source=errorcode_502&amp;utm_campaign=calcgpt.io&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; &lt;span class=&quot;cf−icon−cloud blockmd:hidden h−20 bg−center bg−no−repeat&quot;&gt;&lt;÷span&gt; &lt;span class=&quot;cf−icon−ok w−12 h−12 absolute left−1÷2 md:left−auto md:right−0 md:top−0−ml−6 −bottom−4&quot;&gt;&lt;÷span&gt; &lt;÷a&gt; &lt;÷div&gt; &lt;span class=&quot;md:block w−full truncate&quot;&gt;Newark&lt;÷span&gt; &lt;h3 class=&quot;md:inline−block mt−3 md:mt−0 text−2xl text−gray−600 font−light leading−1.3&quot;&gt; &lt;a href=&quot;https:÷÷www.cloudflare.com÷5xx−error−landing?utm_source=errorcode_502&amp;utm_campaign=calcgpt.io&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; Cloudflare &lt;÷a&gt; &lt;÷h3&gt; &lt;span class=&quot;leading−1.3 text−2xltext−green−success&quot;&gt;Working&lt;÷span&gt; &lt;÷div&gt; &lt;div id=&quot;cf−host−status&quot; class=&quot;cf−error−source relative w−1÷3 md:w−full py−15 md:p−0 md:py−8 md:text−left md:border−solid md:border−0 md:border−b md:border−gray−400overflow−hidden float−left md:float−none text−center&quot;&gt; &lt;div class=&quot;relative mb−10 md:m−0&quot;&gt; &lt;span class=&quot;cf−icon−server blockmd:hidden h−20 bg−center bg−no−repeat&quot;&gt;&lt;÷span&gt; &lt;span class=&quot;cf−icon−error w−12h−12 absolute left−1÷2 md:left−auto md:right−0 md:top−0−ml−6 −bottom−4&quot;&gt;&lt;÷span&gt; &lt;÷div&gt; &lt;span class=&quot;md:block w−full truncate&quot;&gt;calcgpt.io&lt;÷span&gt; &lt;h3 class=&quot;md:inline−block mt−3 md:mt−0 text−2xl text−gray−600 font−light leading−1.3&quot;&gt; Host &lt;÷h3&gt; &lt;span class=&quot;leading−1.3 text−2xltext−red−error&quot;&gt;Error&lt;÷span&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;div class=&quot;w−240 lg:w−full mx−auto mb−8 lg:px−8&quot;&gt; &lt;div class=&quot;clearfix&quot;&gt; &lt;div class=&quot;w−1÷2 md:w−full float−left pr−6 md:pb−10 md:pr−0leading−relaxed&quot;&gt; &lt;h2 class=&quot;text−3xl font−normal leading−1.3 mb−4&quot;&gt;What happened?&lt;÷h2&gt; &lt;p&gt;The web server reported a badgateway error.&lt;÷p&gt; &lt;÷div&gt; &lt;div class=&quot;w−1÷2 md:w−full float−left leading−relaxed&quot;&gt; &lt;h2 class=&quot;text−3xl font−normal leading−1.3 mb−4&quot;&gt;What can I do?&lt;÷h2&gt; &lt;p class=&quot;mb−6&quot;&gt;Please try againin a few minutes.&lt;÷p&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;div class=&quot;cf−error−footer cf−wrapper w−240 lg:w−full py−10 sm:py−4 sm:px−8 mx−autotext−center sm:text−left border−solid border−0 border−t border−gray−300&quot;&gt; &lt;p class=&quot;text−13&quot;&gt; &lt;span class=&quot;cf−footer−item sm:block sm:mb−1&quot;&gt;Cloudflare Ray ID: &lt;strong class=&quot;font−semibold&quot;&gt;8aa59b671c0a41b4&lt;÷strong&gt;&lt;÷span&gt; &lt;span class=&quot;cf−footer−separatorsm:hidden&quot;&gt;&amp;bull;&lt;÷span&gt; &lt;span id=&quot;cf−footer−item−ip&quot; class=&quot;cf−footer−item hidden sm:block sm:mb−1&quot;&gt; Your IP: &lt;button type=&quot;button&quot; id=&quot;cf−footer−ip−reveal&quot; class=&quot;cf−footer−ip−reveal−btn&quot;&gt;Click to reveal&lt;÷button&gt; &lt;span class=&quot;hidden&quot; id=&quot;cf−footer−ip&quot;&gt;REDACTED&lt;÷span&gt; &lt;span class=&quot;cf−footer−separatorsm:hidden&quot;&gt;&amp;bull;&lt;÷span&gt; &lt;÷span&gt; &lt;span class=&quot;cf−footer−item sm:block sm:mb−1&quot;&gt;&lt;span&gt;Performance &amp;amp; security by&lt;÷span&gt; &lt;a rel=&quot;noopener noreferrer&quot; href=&quot;https:÷÷www.cloudflare.com÷5xx−error−landing?utm_source=errorcode_502&amp;utm_campaign=calcgpt.io&quot; id=&quot;brand_link&quot; target=&quot;_blank&quot;&gt;Cloudflare&lt;÷a&gt;&lt;÷span&gt; &lt;÷p&gt; &lt;script&gt;(function(){function d(){var b=a.getElementById(&quot;cf−footer−item−ip&quot;),c=a.getElementById(&quot;cf−footer−ip−reveal&quot;);b&amp;&amp;&quot;classList&quot;in b&amp;&amp;(b.classList.remove(&quot;hidden&quot;),c.addEventListener(&quot;click&quot;,function(){c.classList.add(&quot;hidden&quot;);a.getElementById(&quot;cf−footer−ip&quot;).classList.remove(&quot;hidden&quot;)}))}var a=document;document.addEventListener&amp;&amp;a.addEventListener(&quot;DOMContentLoaded&quot;,d)})();&lt;÷script&gt; &lt;÷div&gt;&lt;!−− ÷.error−footer −−&gt; &lt;÷div&gt; &lt;÷div&gt; &lt;÷body&gt; &lt;÷html&gt; </code></pre> @Original author: You may want to fix this. ;)<p>@Cloudflare: You have a typo there (&quot;againin&quot;).
paxys10 个月前
This is neat, but most people are going to miss &quot;GPT-3 (babbage-002)&quot;. Using a rudimentary, outdated model seems disingenuous when making any kind of point about AI.
评论 #41095023 未加载
valval10 个月前
This is about as funny and original as feeding natural language to an actual calculator app and watching it syntax error.
评论 #41092911 未加载
zhiQ10 个月前
AI chatbots differ in their ability to handle long calculations involving single-digit numbers — <a href="https:&#x2F;&#x2F;userfriendly.substack.com&#x2F;p&#x2F;discover-how-mistral-large-2-claude" rel="nofollow">https:&#x2F;&#x2F;userfriendly.substack.com&#x2F;p&#x2F;discover-how-mistral-lar...</a>