this post was submitted on 21 Aug 2025
209 points (98.6% liked)

Technology

4307 readers
548 users here now

Which posts fit here?

Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.


Post guidelines

[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
top 19 comments
sorted by: hot top controversial new old
[–] TomMasz@lemmy.world 21 points 1 month ago (1 children)

And here you thought automatic date conversion was a problem.

[–] riskable@programming.dev 12 points 1 month ago (1 children)

I hate Microsoft and Excel but that date thing is exactly the kind of stuff that AI would be great at.

Just not the kind of AI Microsoft probably plans to put in Excel 🀷

[–] WhatAmLemmy@lemmy.world 7 points 1 month ago* (last edited 1 month ago)

Not necessarily. It would do better than current excel, but that's a low bar... but it would also introduce less reliability / more randomness in date conversions, which is not what any business wants.

Most of excels quirks have not been fixed because a ton of business processes have been built upon those quirks. AI can't fix that.

[–] kubica@fedia.io 17 points 1 month ago (1 children)

The new excuse: "It's not a bug it's AI"

[–] Empricorn@feddit.nl 6 points 1 month ago

Gross, this annoying bug I didn't ask for is distracting me, and sucking my blood. Totally not a metaphor...

[–] facow@hexbear.net 15 points 1 month ago* (last edited 1 month ago) (1 children)

Not the point of this article but

Meta is shaking up and downsizing its artificial intelligence division

Wasn't it just a month or two ago that Zuc was poaching AI engineers with multi-million dollar sign on bonuses? These boom and bust cycles are happening at breakneck speed. Most efficient system btw

[–] frogbellyratbone_@hexbear.net 16 points 1 month ago (1 children)

100%. Meta did the same thing with VR back in like 2021 iirc. they'll hire everyone in sight so competitors can't hire them. and then those workers will just sit on their hands playing candy crush all day doing zero work.

random link i found about it https://nypost.com/2023/04/07/workers-at-meta-salesforce-say-they-got-paid-to-do-nothing/

Former employees of tech giants including Meta and Salesforce say they were hired to sit around and essentially do nothing as companies embark on a course-correction and lay off extraneous workers during the current economic downturn.

Levy added: β€œIt kind of seemed that Meta was hiring people so that other companies couldn’t have us.”

[–] Belly_Beanis@hexbear.net 4 points 1 month ago

That bit about Bighead in Silicon Valley getting paid to do nothing wasn't made up?

[–] robot_dog_with_gun@hexbear.net 14 points 1 month ago (2 children)

i sort of don't care when the LLM is wrong about things it's not designed for. the functional problem they have is that they're shit at what they are designed to do.

[–] Crozekiel@lemmy.zip 8 points 1 month ago

A big part the problem is also how they are marketed... Everyone is pushing AI as though it has the entire wealth of human knowledge inside it, it knows the right answer, and can explain it to you in seconds.

Not, you know, we fed this machine a bunch of words and trained it to spit back out words that look like they fit together.

[–] Postimo@lemmy.zip 4 points 1 month ago* (last edited 1 month ago) (1 children)

Lets not lie by omission, they are wildly more expensive while being shit too. πŸ™‚

there are a ton of social, ethical, and environmental problems with them, those problems would exist even if the worked properly. that they don't work properly is the fondant on the shit cake.

[–] SomeoneSomewhere@lemmy.nz 11 points 1 month ago (1 children)

I thought Intel already managed that with the GPU issues.

[–] SeductiveTortoise@piefed.social 9 points 1 month ago (2 children)
[–] tux0r@feddit.org 2 points 1 month ago

Or rather, between two AI winters.

[–] SomeoneSomewhere@lemmy.nz 2 points 1 month ago

I meant to write FPU. It got auto-mangled and I thought I corrected it; clearly not...

[–] frogbellyratbone_@hexbear.net 11 points 1 month ago

Tech stocks tanked Tuesday,

lol... k... still up 0.5% over 1 month, 18% over the past year, and 87% over 5 years.

when it goes down 15-40% lmk.

i think it's fair to say that though when this random normie author (likely an AI bot) is writing about an AI bubble it means it is real and here though.

[–] who@feddit.org 7 points 1 month ago* (last edited 1 month ago)

Finally, you say?

To emphasize that bugs in implementations of floating point arithmetic are far from rare, we mention that the Calculator application in Microsoft Windows 3.1 evaluates fl(2.01 - 2.00) = 0.0.

http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf

[–] ThermonuclearEgg@hexbear.net 2 points 1 month ago

Microsoft Finally Invented A Calculator That Is Wrong Sometimes

I've leaked the source code

function wrong_calculator(actual_answer) {
    return actual_answer + Math.floor(Math.random() + 0.5);
}