this post was submitted on 07 Jun 2026
611 points (98.7% liked)
Technology
85213 readers
4517 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean, this is no different than Walmart making prices low until other businesses die out and then raising them.
It is no different than police shoving all the homeless people and drug addicts into one area of town to crash the property prices, and then evicting them once developers buy everything for cheap.
They're purposely operating at a loss in the expectation that they can get ingrained into a ton of workflows, and then gouge everyone absolutely to death while also worsening the quality of the service to make it cheaper for them to run.
If it weren't so horrible for the environment, I'd kind of like it, because all the dumbass executives that are signing up for this are going to get exactly what they deserve. You'd think they'd recognize a scheme when they see one.
My CEO (whom I don't consider a particularly good or bad CEO) spent a day playing with AI then when asked if he'd sign the company up with the service he literally laughed in their faces and said it's useless. I was honestly shocked because he's totally into buzzword and popular crap. Gained a lot of respect for him that day.
An older co-worker seems to ask AI for help during work, we are blue collar. But the Owner of the company does not seem to use it whatsoever.
I ask Claude on occasion, to see if it will say something smart (it was mostly useless as fuck).
Honestly I think Claude it's good at programming. Way better than ChatGPT.
But I ain't going to pay for it.
Published a library doing some very specific data processing. One of the algorithms I implemented was a bit too slow: it would take about a week to process data. I reckon implementation was a little bit sloppy, but I've been implementing a bunch of algorithms from research papers and this was pretty much the published implementation.
I asked Claude to analyse the implementation and check whether it could be improved, half an hour later I got a 26,000% improvement in performance with exactly the same results passing all tests.
Of course, I could have done that myself. But optimization had to go down to simd level; I doubt I would have been able to do that in less than a week of work.