this post was submitted on 20 Aug 2025
506 points (99.0% liked)

Technology

74233 readers
4340 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] deranger@sh.itjust.works 37 points 5 hours ago* (last edited 5 hours ago) (3 children)

ITT: people who didn’t read the article.

Excel is still doing the calculations, not the AI. The AI is helping to write functions. You can easily spot check a couple examples then apply that same formula down the column. I don’t really see the issue.

Of all the things to shove AI into, the first thing that came to my mind years back was Excel. It’s handy when I’m presented a spreadsheet of data at work and I just want to do something like “write a function to extract just the number from a column containing data formatted like LPF_PHASE_OF_CARE [PAF 304001]” because I just want to copy paste all the numbers somewhere. It’s trivial to verify it works correctly, I can examine the formula, and I don’t have to wade through numerous shitty Excel tutorial websites to try and teach myself something I’ll use once or twice a year.

Quick shitpost images I share with friends and Excel functions are where I get the most utility out of AI, which in general I think sucks and is massively overhyped.

[–] 4am@lemmy.zip 6 points 2 hours ago* (last edited 2 hours ago)

If it didn’t use 100 gallons of freshwater and like 600kW of definitely-non-renewable-sourced electricity then ML trained to excel at Excel would be most welcome.

Does it run locally?

[–] kibiz0r@midwest.social 11 points 3 hours ago (1 children)

What? That’s not what the article says.

[–] jj4211@lemmy.world 2 points 1 hour ago

Well, the article is covering the disclaimer, which is vague enough to mean pretty much whatever.

I can buy that he is taking it to the level of if it can't directly be used for the stuff in the disclaimer, well, what could it be used for then? Crafting formulas seems to be a possibility, especially since the spreadsheet formula language is kind of esoteric and clumsy to read and write. It 'should' be up an LLM alley, a relatively limited grammar that's kind of a pain for a human to work with, but easy enough to get right in theory for an LLM. LLM is sometimes useful for script/programming but the vocabulary and complexity can easily get away from it, but excel formula are less likely to have programming level complexity or arbitrarily many methods to invoke. You of course have to eyeball the formula to see if it looks right, and if it does screw up the cell parameters, that might be a hard thing to catch by eyeballing for most people.

[–] ch00f@lemmy.world 23 points 4 hours ago (2 children)

Honestly, if they just made it easier to craft a formula (like, I dunno multiple lines, some kind of better color coding of matched parentheses, etc), that'd go a lot farther.

[–] 4am@lemmy.zip 4 points 2 hours ago

You can already do multiple lines. Drag the divider between the entry box and the grid down to make it larger, and use Alt-Enter to make a new line in a formula. Been there since at least 2009. You’re welcome.

[–] whats_a_lemmy@midwest.social 3 points 2 hours ago

Can't you already use newlines and whitespace in Excel formulas?