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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Demo of =GPT3() as a spreadsheet feature

400 点作者 drewp超过 2 年前

31 条评论

pbmango超过 2 年前
There is a huge potential for language models to get close to messy text problems (many of which are in Excel and Sheet). I am the founder of promptloop.com - the author of this tweet has been an early user.<p>The challenge to making something like this, or Co-pilot &#x2F; Ghostwrite, work well is about meeting users where they are. Spreadsheet users dont want to deal with API keys or know what temperature is - but anyone (like this tweet) can set up direct API use with generic models in 10 minutes. This document has all the code to do so ;). [1]<p>For non-engineers - or folks who need a reliable and familiar syntax to use at scale and across their org - promptloop [2] is the best way to do that. All comments in here are great though. We have been live with users since the summer - no waitlist. And as a note - despite the name &quot;prompt engineering&quot; has almost nothing to do with making this work at scale.<p>[1] <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1lSpiz2dIswCXGIQfE69dtH_VgdOFxjEBOK1WpT5uh8k&#x2F;template&#x2F;preview" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1lSpiz2dIswCXGIQfE69d...</a> [2] <a href="https:&#x2F;&#x2F;www.promptloop.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.promptloop.com&#x2F;</a>
评论 #33445235 未加载
评论 #33442847 未加载
评论 #33444937 未加载
gbro3n超过 2 年前
The most sensible use for AI that I can see at this time is for supporting humans in their work, but <i>only</i> where the system is set up so that the human has to do the work first, with the AI system looking for possible errors. For example the human drives the car, and the AI brakes when it senses dangerous conditions ahead, or the human screens test results for evidence of cancer and the AI flags where it disagrees so that the human might take another look. The opposite scenario with AI doing the work and humans checking for errors as is the case here will lead to humans being over reliant on less than perfect systems and producing outcomes with high rates of error. As AI improves and gains trust in a field, it can then replace the human. But this trust has to come from evidence of AI superiority over the long term, not from companies over-selling the reliability of their AI.
评论 #33442705 未加载
评论 #33443095 未加载
评论 #33443669 未加载
评论 #33446229 未加载
评论 #33442302 未加载
评论 #33443747 未加载
Imnimo超过 2 年前
The ability of language models to do zero-shot tasks like this is cool and all, but there is no way you should actually be doing something like this on data you care about. Like think about how much compute is going into trying to autofill a handful of zip codes, and you&#x27;re still getting a bunch of them wrong.
评论 #33440072 未加载
评论 #33440587 未加载
评论 #33442222 未加载
评论 #33439837 未加载
cstross超过 2 年前
Now wait for =deep_dream() or maybe =stable_diffusion() as a graph-generating function! (Graphs plotted with this function will of course zoom in infinitely but the further you go the more eyes and shiba dogs you&#x27;ll notice in the corners ...)
评论 #33441654 未加载
评论 #33444267 未加载
wesleyyue超过 2 年前
Also check out <a href="https:&#x2F;&#x2F;usedouble.com" rel="nofollow">https:&#x2F;&#x2F;usedouble.com</a> (YC W23) if you&#x27;re interested in using something like this today.<p>Note: I&#x27;m the founder :) Happy to answer any questions.<p>Reply below with some sample data&#x2F;problem and I&#x27;ll reply with a demo to see if we can solve it out of the box!
评论 #33443086 未加载
mike256超过 2 年前
Do I understand that correctly? When I have to create a spreadsheet like this, there are 2 options. Option 1 I write a table zipcode to state and use this table to generate my column. If I carefully check my table my spreadsheet would be okay. Option 2 I ask GPT3 to do my work. But I have to check the whole spreadsheet for errors.
评论 #33441891 未加载
评论 #33441647 未加载
chmod775超过 2 年前
This seems to be doing much worse than existing solutions: Google Maps probably wouldn&#x27;t have gotten quite as many wrong if you just pasted those addresses into the search bar. However it could be interesting as a last shot if parsing the input failed using any other way.<p>&quot;I tried parsing your messy input. Here&#x27;s what I came up with. Please make sure it&#x27;s correct then proceed with the checkout.&quot;
评论 #33446789 未加载
orblivion超过 2 年前
Could we hook GPT3 up to our dating apps? On both sides. That way we can just let the computers do the small talk and if they hit it off we can meet.
评论 #33444601 未加载
Havoc超过 2 年前
Of all the places spreadsheet is probably the one place you don’t want AI generated content. Half the time it’s financial info so sorta correct simply isn’t good enough
评论 #33442409 未加载
评论 #33441145 未加载
评论 #33439899 未加载
评论 #33441766 未加载
wstuartcl超过 2 年前
I do not know what&#x27;s worse. Missing data you need to populate, or having an AI populate data that LOOKS right. ugh I do know what is worse.
armchairhacker超过 2 年前
I said it before: we need Copilot flash fill. Infer what the user wants the output to be from patterns and labels, so they can enter a few examples and then “extend” and automatically do the equivalent of a complex formula. e.g.<p><pre><code> Formal | Informal Lane, Thomas | Tommy Lane Brooks, Sarah | Sarah Brooks Yun, Christopher | Doe, Kaitlyn | Styles, Chris | … </code></pre> Automating something like this is extremely hard with an algorithm and extremely easy with ML. Even better, many people who use spreadsheets aren’t very familiar with coding and software, so they do things manually even in cases where the formula is simple.
评论 #33442313 未加载
scanr超过 2 年前
That’s amazing. It does rely on a level of comfort with a fuzzy error budget.
评论 #33443805 未加载
swyx超过 2 年前
also previously from 2020 <a href="https:&#x2F;&#x2F;twitter.com&#x2F;pavtalk&#x2F;status&#x2F;1285410751092416513?s=20&amp;t=ppZhNO_OuQmXkjHQ7dl4wg" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;pavtalk&#x2F;status&#x2F;1285410751092416513?s=20&amp;...</a>
Quarrelsome超过 2 年前
&quot;lack of dark mode&quot; should be &quot;features&quot; not &quot;usability&quot;?
评论 #33440291 未加载
评论 #33439193 未加载
评论 #33440128 未加载
planetsprite超过 2 年前
GPT3 charges for every token read&#x2F;written. What may be more useful is using GPT-3 not to manually run itself on every row, but to take the task and generate a sufficient function that fulfills the task.
评论 #33447192 未加载
评论 #33443181 未加载
tonmoy超过 2 年前
The tasks on the first sheet is easily accomplished by flash fill in MS Excel and I suspect less prone to error. Not sure why flash fill is not more popular
评论 #33442175 未加载
ACV001超过 2 年前
This particular example is an inadeqate application of AI. This is static data which can be looked up in a table (at least zip code).
评论 #33443626 未加载
评论 #33439882 未加载
gpderetta超过 2 年前
I think that the function should be called DWIM instead. Amazing feature otherwise, we really live in interesting times!
评论 #33439380 未加载
renewiltord超过 2 年前
This is terrific stuff, honestly. I could see an Airtable integration being really quite useful. There were lots of times when I will run some quick scraping, some cleaning up via an Upworker, and then join against something else.<p>Here volume matters, and all misses are just lost data which I&#x27;m fine with. The general purpose nature of the tool makes it tremendous. There was a time when I would have easily paid $0.05 &#x2F; query for this. The only problem with the spreadsheet setting is that I don&#x27;t want it to repeatedly execute and charge me so I&#x27;ll be forced to use `=GPT3()` and then copy-paste &quot;as values&quot; back into the same place which is annoying.
评论 #33441842 未加载
magic_hamster超过 2 年前
As a casual Google user, how do you start developing something like this? Does Google Sheets allow loading custom plugins?
greenie_beans超过 2 年前
if you need that address parser, this is a bit more robust and easier to use: <a href="https:&#x2F;&#x2F;workspace.google.com&#x2F;u&#x2F;0&#x2F;marketplace&#x2F;app&#x2F;parserator_parse_and_split_addresses&#x2F;945974620840" rel="nofollow">https:&#x2F;&#x2F;workspace.google.com&#x2F;u&#x2F;0&#x2F;marketplace&#x2F;app&#x2F;parserator_...</a>
DeathArrow超过 2 年前
I would love to see a tool which uses GPT-3 to generate SQL from English.<p>Like: give me a list of all customers from London who purchased in January a laptop with more than 16GB of RAM and used a coupon between 10% and 25%. Sort it by price payd.
评论 #33456703 未加载
skrebbel超过 2 年前
The amount of 90% sensible, 10% ridiculously wrong computer generated crap we’re about to send into real humans’ brains makes my head spin. There’s truly an awful AI Winter ahead and it consists of spending a substantial amount of your best brain cycles on figuring out whether a real person wrote that thing to you (and it’s worth figuring out what they meant in case of some weird wording) or it was a computer generated fucking thank you note.
评论 #33441106 未加载
评论 #33440732 未加载
评论 #33440099 未加载
评论 #33441613 未加载
评论 #33440589 未加载
评论 #33444154 未加载
评论 #33440615 未加载
评论 #33441154 未加载
评论 #33441218 未加载
评论 #33440332 未加载
评论 #33441606 未加载
est超过 2 年前
Kinda reminds me of Google Sets.
mensetmanusman超过 2 年前
Once it becomes an excel function, then it will be spun off into a start up.
ninefathom超过 2 年前
Fascinating and terrifying all at once.<p>Queue Fry &quot;I&#x27;m scare-roused&quot; meme...
breck超过 2 年前
If you do a startup for this please email me wire instructions.
appleflaxen超过 2 年前
This is so freaking cool. Brilliant idea.
29athrowaway超过 2 年前
GPT3 is not deterministic though.
layer8超过 2 年前
From one of the replies: “This is awesome. I also love how 20% of the zip codes are wrong. Messy AI future seems really fun and chaotic.”
评论 #33440621 未加载
评论 #33440171 未加载
评论 #33441996 未加载
评论 #33441389 未加载
评论 #33441569 未加载
评论 #33441841 未加载
thatguymike超过 2 年前
51s -- &quot;We are truly grateful&quot;, says the heartfelt thankyou card that was written by an algorithm in a spreadsheet.
评论 #33441595 未加载
评论 #33441836 未加载
评论 #33442043 未加载
评论 #33441849 未加载