this post was submitted on 06 Oct 2025
891 points (99.3% liked)

Microblog Memes

9437 readers
2285 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 

Original post: social.coop (Mastodon)

top 50 comments
sorted by: hot top controversial new old
[–] jballs@sh.itjust.works 139 points 1 week ago (3 children)

Ok I see what happened here. You said the numbers "above" and it saw A in the column name. In hexadecimal that's a 10. But you also said "numbers" plural, and "1" isn't plural. So it took A + 2 + 3 = 15.

Makes perfect sense, maybe just write better prompts next time. /s

[–] ZombiFrancis@sh.itjust.works 30 points 1 week ago (2 children)

Doesn't even need the /s. That is largely how those glorified search engines work.

[–] ook@discuss.tchncs.de 19 points 1 week ago

Woah woah woah, stop it right there. I won't stand for slander against actual search engines!

load more comments (1 replies)
load more comments (2 replies)
[–] SpaceNoodle@lemmy.world 85 points 1 week ago* (last edited 1 week ago) (1 children)

I don't see the problem. Sometimes it'll be fifteen, and then it will be perfect every time. This saves the user literal hours of time poring over documentation and agonizing over which esoteric function to use, which far outweigh the few times this number will be nine.

[–] elvith@feddit.org 71 points 1 week ago (1 children)

It's just a modernized version of XKCD 221

[–] BorgDrone@feddit.nl 24 points 1 week ago (1 children)
[–] hackathy@aussie.zone 11 points 1 week ago (1 children)
[–] Dreaming_Novaling@lemmy.zip 8 points 1 week ago

Here's a proxy link from a rimgo instance

[–] shalafi@lemmy.world 77 points 1 week ago (1 children)

Stunned that they're fucking with their flagship Office product. Without Excel, everyone could simply drop Office.

Been a sysadmin at small companies for 10 years, and that means I'm the one vetting and purchasing software. Last shop was all in on Google for Business and Google for auth. Worked pretty well, but accounting and HR still had to have Excel.

It's not even so much that other software can't do simple Excel tasks, it's the risk of your numbers getting lost in translation. In any case, nothing holds a candle to the power of Excel. And now they want to fuck with it?!

[–] towerful@programming.dev 51 points 1 week ago (2 children)

Excel is often used by people that don't know what a database is, and you end up with thousands of rows of denormalised data just waiting for typos or extra white spaces to fuck up the precarious stack of macros and formulae. Never mind the update/insert anomalies and data corruption waiting to strike.

I have a passionate hate for Excel, but I understand that not everyone is willing to learn more robust data processing

[–] grue@lemmy.world 25 points 1 week ago* (last edited 1 week ago) (3 children)

The precarious stack of macros and formulae that you also can't version control properly because it's a superficially-XML-ified memory dump, not textual source code.

Almost every nontrivial use of Excel would be better off as, if not a database, at least something like a Jupyter notebook with pandas.

load more comments (3 replies)
load more comments (1 replies)
[–] jjjalljs@ttrpg.network 61 points 1 week ago (1 children)

Ed Zitron wrote an article a while ago about Business Idiots. From what I recall, the people in charge of these big companies are out of touch with users and the product, and so they make nonsense decisions. Companies aren't run by the best and brightest. They're run by people who do best in that environment.

Microsoft seems to be full of business idiots.

load more comments (1 replies)
[–] RunawayFixer@lemmy.world 56 points 1 week ago (25 children)

A large language model shouldn't even attempt to do math imo. They made an expensive hammer that is semi good at one thing (parroting humans) and now they're treating every query like it's a nail.

Why isn't OpenAi working more modular whereby the LLM will call up specialized algorithms once it has identified the nature of the question? Or is it already modular and they just suck at anything that cannot be calibrated purely with brute force computing?

[–] Paragone@lemmy.world 2 points 4 days ago (1 children)

There are math-specific LLM's, & coding-specific ones

( Yi Coder is one, which I've used to translate bits of code into some language I can sorta understand.. Julia.. I've been trying to learn programming for decades, & brain-injury can go eat rocks. : ), too.

LM Studio has a search-function, so search for "math" in its models-search, & see what it comes up with.

I've used such things to give me a derivative of some horrible equation NASA published decades ago, & then go finding an online derivatives-finder to check it with..


The thing that kills me is that IT SHOULD BE CHECKED, dammit!

ie: IF the LLM did some bullshit "arithmetic" on a column-of-numbers, THEN the regular code of the spreadsheet should

  1. display the function that the AI used, if any, &
  2. suggest the SUM() function, AND SHOW THAT-FUNCTION'S RESULT.

This whole "LLM: take the wheel" idiocy .. incomprehensible.

DuckDuckGo's AI is hit-or-miss, & sometimes it is stubbornly wrong: no correction gets through to it.

_ /\ _

[–] RunawayFixer@lemmy.world 1 points 4 days ago

One of the other replies said that: "1"+(2+3) is "15" in JavaScript.". So my last theory as to what was going on, was that the creator of the meme had as cell contents ="1", 2 and 3. And then copilot used python code to sum those, not sum() which would have answered 5.

But since the answer is a black box, who really knows. This blind trust that open ai+ms expect, makes it unusable for anything that needs to be correct and verifiable. Indeed incomprehensible that they think this is a good idea. I'll have to try finding something better on lm studio the next time that I have a math problem, thanks for that tip.

[–] Jtotheb@lemmy.world 20 points 1 week ago

Yep. Instead of focusing on humans communicating more effectively with computers, which are good at answering questions that have correct, knowable answers, we’ve invented a type of computer that can be wrong because maybe people will like the vibes more? (And we can sell vibes)

[–] kadu@scribe.disroot.org 9 points 1 week ago (3 children)

Why isn’t OpenAi working more modular whereby the LLM will call up specialized algorithms once it has identified the nature of the question?

Precisely because this is a LLM. It doesn't know the difference between writing out a maths problem, a recipe for cake or a haiku. It transforms everything into the same domain and is doing fancy statistics to come up with a reply. It wouldn't know that it needs to invoke the "Calculator" feature unless you hard code that in, which is what ChatGPT and Gemini do, but it's also easy to break.

load more comments (3 replies)
load more comments (22 replies)
[–] yzftox@lemmy.world 53 points 1 week ago (1 children)

It equally fascinates and scares how widespread AI is already being adopted by companies, especially at this stage. I can understand playing around a little with AI, even if its energy requirements can pose an ethical dilemma, but actually implementing it in a workflow seems crazy to me.

[–] PieMePlenty@lemmy.world 9 points 1 week ago (6 children)

Actually, I think the profit motive will correct the mistakes here.
If AI works in their workflow and uses less energy than before.. well, that's an improvement. If it uses more energy, they will revert back because it makes less economic sense.
This doesn't scare me at all. Most companies strive to stay as profitable as possible and if a 1+1 calculation costs a company more money by using AI to do it, they'll find a cheaper way.. like using a calculator like they have before.
We're just nearing the peak of the Gartner hype cycle so it seems like everyone is doing it and its being sold at a loss. This will correct.

[–] thedeadwalking4242@lemmy.world 22 points 1 week ago (1 children)

You put too much faith in people to make good decisions. This could decrease profits by a wide margin and they’d keep using it. Tbh some would keep with the decision even if it throws them into the red.

load more comments (1 replies)
[–] echodot@feddit.uk 12 points 1 week ago (3 children)

You have more faith in people than I do.

I have managers that get angry if you tell them about problems with their ideas. So we have to implement their ideas despite the fact that they will cause the company to lose money in the long run.

Management isn't run by bean counters (if it was it wouldn't be so bad), management is run by egos in suits. If they've stated their reputation on AI, they will dismiss any and all information that says that their idea is stupid

load more comments (3 replies)
[–] Natanael@infosec.pub 11 points 1 week ago (1 children)

The problem is how long it takes to correct against stupid managers. Most companies aren't fully rational, it's just when you look at long term averages that the various stupidities usually cancel out (unless they bankrupt the company)

load more comments (1 replies)
load more comments (3 replies)
[–] AceFuzzLord@lemmy.zip 30 points 1 week ago (2 children)

Simple:

Whenever you see a bad, incorrect answer, always give the AI a shit ton of praise. If it. Gives a correct answer, chastise it to death.

[–] WhiskyTangoFoxtrot@lemmy.world 10 points 1 week ago (3 children)

Great. Now we're going to need therapists for AIs.

load more comments (3 replies)
load more comments (1 replies)
[–] edgemaster72@lemmy.world 30 points 1 week ago (2 children)

Simple, 3+2 = 5. Add 1, which came before the 3 and 2, and you get 1 then 5, 15. It's new new math, or as I will henceforth call it, mAIth.

[–] CelloMike@lemmy.world 10 points 1 week ago (1 children)

New-hoo-hoo math

It's so simple, so very simple

That only an AI can do it

load more comments (1 replies)
load more comments (1 replies)
[–] AmazingAwesomator@lemmy.world 29 points 1 week ago

not shown: row 5 - "January 25th"

[–] UnderpantsWeevil@lemmy.world 28 points 1 week ago

We should crowdsource the answer. Submit this as a CAPTCHA to 1000 computer-users and return the golden mean as a consensus response.

[–] Fizz@lemmy.nz 27 points 1 week ago

Relax bro its just vibe working it doesnt have to be correct

[–] umbraroze@slrpnk.net 27 points 1 week ago (2 children)

I've had some fun trying to open old spreadsheet files. It's not been that painful. (Mostly because people I had to help never discovered macros. In optimal case they didn't even know about functions.) After all, you don't have weird external data sources. The spreadsheet is a frozen pile of data with strict rules.

I would love to be a fly in the wall when in 10 years someone needs to open an Excel file with Copilot stuff and needs fully reproducible results.

[–] echodot@feddit.uk 11 points 1 week ago (2 children)

Wait, You're telling me it redoes all of the prompts every time you open the document. That's such a bad way of doing it this borderline criminal.

load more comments (2 replies)
[–] Blackmist@feddit.uk 10 points 1 week ago (1 children)

At the very least, why doesn't copilot just replace that prompt with the appropriate sum(A1:A3) command?

[–] Natanael@infosec.pub 17 points 1 week ago

Then Microsoft can't motivate you to keep paying for the subscription

[–] hemko@lemmy.dbzer0.com 25 points 1 week ago* (last edited 1 week ago) (1 children)
[–] korda@aussie.zone 21 points 1 week ago

Like that LinkedIn lunatic, E = mc^2 + AI

[–] DupaCycki@lemmy.world 17 points 1 week ago (2 children)

Looks like it's just producing random numbers. If you remove 'the' and only say 'sum numbers above', it'll result in 10. You can also do the same with no numbers anywhere in the sheet and the result will still be 15 and 10.

You can even tell it to 'sum the numbers from A1, A2, A3' and it'll yet again produce 15. As per the documentation, you should give it specific cells as context, e.g., 'COPILOT("sum the numbers", A1:A3)'. I can confirm this works, though I'm not sure why as the prompt sent to the model should be the exact same.

[–] nom_nom@lemmy.ml 28 points 1 week ago (2 children)

Definitely more convenient than =SUM(A1:A3)

[–] korazail@lemmy.myserv.one 8 points 1 week ago

No kidding. If I have to tell the stupid model what I'm talking about explicitly with a cell range, I might as well write the function myself. And if I'm an excel novice who doesn't know SUM(), then I should go learn about it to solve my problem instead of offloading to a model whose result I can't verify.

LLMs are not a replacement for knowledge and skill. It's a tool that might, might be able to accelerate things you already could do.

That said... can copilot do conditional formatting? "Highlight in red all rows where cell 5 is No" would actually be useful. Conditional formatting rules are madness.

I just really looked at the image. =COPILOT() is absolutely insane... Does that make a call to microsoft from this sheet every time it's opened? when the related cells change? when anything changes? If your document is 'financial forecast fy 2026', have you just given the whole doc as context to another company? sure, sure, sure, they said they wouldn't look at your stuff, but prove it.

load more comments (1 replies)
load more comments (1 replies)
[–] Apepollo11@lemmy.world 14 points 1 week ago

Dynamic typing issue?

1 + 2 = 12

12 + 3 = 15

[–] elgordino@fedia.io 14 points 1 week ago

One of the principal justifications for George Osborne’s 2010 austerity plans turned out to be erroneous thanks to an Excel error.

That was without any help from AI, things could be about to get much worse.

[–] jsomae@lemmy.ml 13 points 1 week ago (1 children)

on the one hand, obviously this is not the way you should be using that function. On the other hand, I'm not sure how you even should.

load more comments (1 replies)
[–] DickFiasco@sh.itjust.works 13 points 1 week ago

Need more context. If this is an engineering calculation then it's wrong...but if it's just an upper level manager doing numeric gibberish, then it's probably no worse than their made-up input data anyway.

[–] pseudo@jlai.lu 13 points 1 week ago

This will. Do not mess with Excel.

[–] AnarchistArtificer@slrpnk.net 13 points 1 week ago (2 children)

Didn't an excel error cause Greece to adopt austerity measures in response to their debt crisis?

[–] AppleTea@lemmy.zip 8 points 1 week ago (3 children)

i thought the EU practically forced them to adopt austerity?

load more comments (3 replies)
load more comments (1 replies)
[–] Sceptique@leminal.space 12 points 1 week ago (1 children)

I'm so happy to know world will crumble by LLM corpo bullshit rather than climate change. It looks MUCH more fun.

load more comments (1 replies)
[–] albbi@piefed.ca 12 points 1 week ago (1 children)

A5: =COPILOT("THANKS!")

Nuclear power: intensifies.

load more comments (1 replies)
[–] snooggums@piefed.world 11 points 1 week ago

Make sure to thumbs up, like and subscribe!

load more comments
view more: next ›