Money quote:
Excel requires some skill to use (to the point where high-level Excel is a competitive sport), and AI is mostly an exercise in deskilling its users and humanity at large.
There are things that could be done to improve Excel. For instance, fully integrate python and allow it to be used to create custom functions. Then, maybe one day, VBA can ride off into the sunset where it belongs.
Adding Copilot to Excel is not an improvement because Copilot and all other LLM based platforms frequently barfs out totally incorrect information about how to do something in Excel.
“You do that using <X> formula.”
No, I can’t, you worthless pile of shit because THAT FORMULA DOESNT EXIST.
Integrated python scripts in excel sounds like a malware developers dream.
And a nightmare for an application developer told to make some app with a spreadsheet for a database scale
Could result in some very cursed codebases.
“We dont use git, we just update the excel spreadsheet”
I’ve worked at places where they did that anyway lol
That’s just called Access
Is that creepy thing still alive?
It can’t be … but I wouldn’t be surprised if it was. I remember making fun of Access on StackOverflow circa 2008 and running afoul of some dude there who was like the last living Access consultant on Earth. I’ve never encountered defensive rage like that before or since.
Fun Access fact, the Diebold-manufactured voting machines that featured prominently in the 2000 presidential election cycle used an Access database as their underlying data storage mechanism. Access DBs did incorporate an audit table - which was manually-editable.
That explains why they didn’t want anyone investigating the machines. Did proper authorities finally get access (no pun intended lol) to investigate? Or was that already known?
No, this came out after the election was settled. There was a woman that maintained a website covering all these details called BlackBoxVoting or something like that (long gone now).
I did not want to read this, today … or ever.
Fair point. Of course that’s already a problem with Excel. It would probably have to be disabled by default just like VBA macros.
They foresaw that. That’s because python on Excel doesn’t run locally, but in the cloud and then returns the result to you: https://support.microsoft.com/en-us/office/introduction-to-python-in-excel-55643c2e-ff56-4168-b1ce-9428c8308545
That’s the worst possible solution to that problem. Why can’t they just develop their own script that’s Turing complete but doesn’t have any system calls?
Yeah, no doubt.
Having access to visual basic is dangerous enough, let alone Python
I mean… Yeah, but the same can be said for VB?
Especially since VBA can make calls to the Windows API directly and through that avenue do all kinds of funky things to your system.
Yeah, but lots more tooling and libraries for Python. Its just one more attack surface 🤷
Yea like what? It’s been a big increase in workflow for me.
Lol you shared your personal experience and got downvoted… lmao even
Lemmy is propaganda against AI at this point. Not sure what paid for it but it has all the markers. Feels like being in the comment section of ny post articles.
Same energy as talking online about immigrants, nuclear energy or marvel
It’s using a community to post toxic and dystopian articles over and over again. Lemmy technology communitys are extremely vile. Not sure why it happened but it’s turned toxic
There isn’t propaganda against AI, it’s totally grassroots because companies are overselling it.
No it isn’t. There is 100% propaganda and media targeting communities to spread it.
The Gap between peoples opinion towards AI in everyday life vs people on Lemmy is massive and a good indicator that Lemmy is astroturfed to be toxic towards it. People who are influenced cannot see it, outsiders can though. It’s like seeing right wingers talk about immigrants. They’ll never be able to see how their news and media influence them. That is their truth and it’s as true to them as hate towards AI is towards lemmings in places like c/technology
Look at the articles posted, the headlines, the appeals used, the comments. It has all the markers of an Astro turf campaign.
The Gap between peoples opinion towards AI in everyday life vs people on Lemmy is massive and a good indicator that Lemmy is astroturfed
By who? Your conspiracy theory makes no sense. Why would anyone want to do that.
You really can’t imagine why corporations and political groups who spend billions paying people to manufacture narratives and flood feeds might hate the idea of ordinary people suddenly having their own free, on-demand content factory, fact-checker, and megaphone?
That’s on both sides of the political spectrum. These AI tools are not just Google chat. You can build with them rapidly. Is it some revolutionary thing? No
But can it be a game changer in some areas? Absolutely.
They moved rapidly with the media on this. Compare headlines for AI to any other yellow journalistic topic. They’re identical
Lemmy is pretty consistent with the people I know IRL in terms of opinions on AI.
Not where I am. I haven’t met anyone irl that has any spite with AI. They think it’s interesting. Have tried it a few times. But nobody is out there saying fuck AI.
How did it improve your workflow?
Give Microsoft some credit! Excel has been able to come up with wrong answers for decades. For example, reporting 1900 as a leap year.
“Microsoft Excel is testing a new AI-powered function that can automatically fill cells in your spreadsheets.”
Every year, Microsoft gives me more reasons to permanently leave their products.
Unfortunately, due to compatibility with financial and other Windows-only software I still need to run Windows, but I am down to two rigs and it might go down to one in the new year.
deleted by creator
apparently you should be able to run any windows app with WinApps on linux, but I think they have a bug or something right now because I haven’t been able to get it to work.
There’s an old story about the lead developer at Texas Instruments saying “I want a computer that fits in my pocket”. And then his staff dutifully measured the pocket to spec before proceeding to perform a feat of miniaturization that would revolutionize the modern world.
I’m trying to imagine one of the techies, from way out in the back, saying “Does it have to get the right answer?” Then getting fired, walking off the job, and walking into Microsoft with 10x the salary the next day.
Why would anyone use an LLM as calculator?
That just doesn’t make sense.
It is like using a calculator as typewriter because it can spell 80085.
To waste electric energy. All those power plants produce immense amounts of energy that needs to be consumed. If we didn’t have LLMs, the pollution of those plants would be for nothing. At least now, there is an attempt to put it in good use.
So what you are saying is, my car is a typewriter?
Microsoft might agree with this.
Are you kidding? Microsoft has always been shit at math. According to Microsoft Excel, 2 + 2 = 12:04 AM Jan 1, 1900.
Integers are days in Excel, no? So I think 2+2= 12:00 AM Jan 5, 1900.
OK, I’m not really mad at this. I already used Copilot to design a table for me in Excel and it worked really well. It did everything for me, and I just had to copy-paste the formulas into their appropriate spots. If it’s built-in, possibly will work better.
Not everybody needs to be an Excel expert, after all. Having that functionality might be actually beneficial.
How do you know those formulas are correct?
I’m talking about using it when you’re “not great at Excel”, not when “you can’t do basic math”.
Always verify the results given to you by LLMs.
By verifying that they’re correct…? 🤔
I think the concern is that you can come up with a number of formulas that will get correct answers for some combinations of values and not others.
If you do not understand the logic of the formula, and what each function does, how do you verify they are correct and will always give you the results you think they will? Double check every result in its entirety?
That’s my thinking
If you know what you’re doing, it’s significantly easier to do it yourself
You at least have some reassurance it’s correct (or at least thought through)
Verification is important, but I think you’re omitting from your imagination a real and large category of people who have a basic familiarity with spreadsheets and computers, so are able to understand a potential solution and see whether it makes sense, but who do not have the ability to quickly come up with it themselves.
In language it’s the difference between receptive and productive vocabulary: there are words which you understand but which you would never say or write because they’re part of your receptive, but not productive knowledge.
There are times when this will go wrong, because the LLM will can produce something plausible but incorrect and such a person will fail to spot it. And of course if you blindly trust it with something you’re not actually capable of (or willing to) check then you will also get bad results.
I think you’re completely missing the point here.
I’m not great at Excel. That doesn’t mean I can’t do basic math, it means I struggle designing an
xlookup
orhlookup
.If AI does that for me, I’ll be a happy bunny. And then run a dozen different iterations of data to verify that the results I’m getting are correct.
This is what this integration is for - it’s not a replacement for a human brain, it’s an assistant. As are all LLMs.
it’s not a replacement for a human brain, it’s an assistant.
This is what I think AI and automation is generally good at and should be used for - mitigating unpleasant or repetitive work so that the focus of the user is productivity/creativity.
This is what this integration is for - it’s not a replacement for a human brain, it’s an assistant. As are all LLMs.
The context is something we disagree on wholeheartedly. Those funding and fundraising for AI and an enormous subset of those using are not looking to use AI in the way we are talking about. The prior are hoping to use AI to extract value from it at the expense of people who would otherwise need to be paid, or they and claim it can do anything and everything. Those using it, many of them, do not have a sufficient understanding to comprehend the solution. They are basically “vibe coding”. Tell the LLM to do something they aren’t knowledgeable about, then keep telling it to fix the problems until they don’t see problems anymore. Yes, spreadsheet formulas are likely simpler than an app but I know people who use AI for Google Sheets and they rarely test any results, let alone rigorously.
Anecdotal, sure, but I don’t have enough faith in humanity to presume everyone else is doing something wildly different.
Edit: To expand, LLMs specifically, are what I consider to be the worst side of “AI”. You can use ML and neural networks to create “AI” (self altering, alien blackbox algorithms) to become proficient in analyzing information and solving problems. LLMs create a situation where the model appears intelligent because it knows how to mimic language… and so now we pretend like it can do whatever people can do.
yes okay dad