Companies That Tried to Save Money With AI Are Now Spending a Fortune Hiring People to Fix Its Mistakes
-
Absolutely. I should have used the term productivity rather than service. Lack of caffeine had blunted my vocabulary. In essence: more output for less work. Output in this case is profit.
Enshitification is, in essence, the push beyond diminishing returns into the 'lossy' space ... sacrificing a for b. The end result is an increasingly shitty experience.
I think what makes enshittification is "give users less and charge more". It's about returning shareholder value instead of customer value.
Netflix is a great example. They have pulled back on content, made password sharing more challenging, and increased cost. They still report increases in paying users.
They've done the math. They know they can take lost in users because they know they'll make up for it. That's the sad part in all of this.
-
I was a frontend developer and UI/UX designer that specialized in JavaScript and Typescript with emphasis on React. I'm learning Python for Flask. I'm skipping meals so I can afford Udemy courses then AWS certifications. I don't enjoy any of this and I'm falling apart.
Hey there. Of course, I am in no position to say "do this, and it will be all right", but I will say that if there is any other way to live that won't put this kind of load on you - do it. You being happier is way way more needed in this world than you getting those certificates
-
More like 0.10 + 0.05 = 0.20, in this case.
To be fair, 0.2 + 0.1 = 0.30000000000000004
-
This post did not contain any content.
-
Practically negligible then...
However how the heck have you all been using stack exchange? My questions are typically something along the lines of:
"How to use a numpy mask with pandas dataframes"
Not something that gives me 50 lines of code.
Oh, yeah. But I assumed that's how competent coders use chatgpt. For edge cases and boilerplate.
-
This post did not contain any content.
This is a slap in the face to the American people and it’s disgusting that our DOJ is protecting pedophiles
Bitch you ELECTED A PEDOPHILE
-
Ah so AI does create jobs, it’s the Zorg logic
Pretty damn good jobs too, tbh.
-
An example from work a few weeks ago. I fixed some vibe coded UI code that had made it to prod. The layout of the UI was basically just meant to be an easy overview of information relevant to an item. The LLM had done everything right except it assumed a weird mix of tailwind and bootstrap, mixing and matching css classes from both. After I implemented the classes myself it went from a single column view to grids and nested grids grouping the data intuitively.
I talked with the dev who implemented it, and basically it was just something quickly cobbled together with AI until it was passable. The AI had added a lot of extra that served no function and that didn’t conform to a single css framework, but looked like it could. For months noone questioned it despite talk about that part of the UI needing a facelift.I don’t know how representative it is, but about half the time I’m thoroughly confused about a piece of code and why it was written the way it was, the answer has turned out to be AI. And unlike when a developer wrote it, there rarely is any reason to have written it the weird way.
TBH that sounds like a lot of code I've seen from outsourcing companies in India. Their typical approach is to copy an existing program, module, web page or whatever and modify it as quickly as possible to turn it into what's needed. The result is often a mishmash of irrelevant code, giant data queries that happen to retrieve some field that's needed along with a ton of unnecessary crap, mixing frameworks, etc.
-
I think what makes enshittification is "give users less and charge more". It's about returning shareholder value instead of customer value.
Netflix is a great example. They have pulled back on content, made password sharing more challenging, and increased cost. They still report increases in paying users.
They've done the math. They know they can take lost in users because they know they'll make up for it. That's the sad part in all of this.
They've done the math. They know they can take lost in users because they know they'll make up for it. That's the sad part in all of this.
They really haven't taken massive hits because we are creatures of habit: it's more convenient to hang around even if we know we're getting ripped off. There is a conversion rate - but it's low enough where clearly they believe the market will bear more abuse.
-
This post did not contain any content.
Let them burn.
-
To be fair, 0.2 + 0.1 = 0.30000000000000004
That's what happens when you have Intel inside ;o)
(Yes, yes, I know, it's the whole binary based floating point thing, not just Intel, although my Atari 800 BASIC interpreter implemented floating point in BCD, so it didn't have that issue.)
-
Well what ends up happening is some company will have a CEO.
He'll make all the stupid decisions. But they're only stupid from everybody ELSES perspective.
From his perspective, he uses AI, tanks the companies future in the chase of large short term stock gains. Then he gives himself a huge bonus, leaves the company, gets hired somewhere else, and gets to say "See how that company is failing without me? That's because I bring value to the brand."
So he gets hired at the neeeext place, meanwhile that first company is failing because of the actions of a CEO no longer employed there, and whom bailed because he knew what was coming.
These actions aren't stupid. They're plotted corruption for the benefit of one.
What's really stupid about this cycle is that some of these fail-upward executives genuinely believe the crap they're spewing. Weirdly, I think I respect the grifting executives more
Edit: by grifting executives, I mean the ones who participate in that cycle you describe, and are aware of the harms they cause in their wake, but don't care because they've gotten good at knowing when to skip out
-
This post did not contain any content.
The BBC report cited mainly focused on the marketing industry, with the fixing mistake people being the copywriters. This gives a strong vibe of Madman, where you have the "old-fashioned" copywriters and the tension between market research.
-
That's what I suspect. ChatGPT is never wrong, and even if it doesn't know, it knows and still answers something. I guess its no different for source code: always add, never delete.
Yesterday it tried to tell me Duration.TotalYears() and Number.IsNaN() were M functions in the first few interactions. I immediately called it out and for the first time ever, it doubled-down.
I think I'm at a level where, for most cases, what I ask of LLMs for coding is too advanced, else I just do it myself. This results in a very high counts of bullshit. But even for the most basic stuff, I have to take the time to read all of it and fix or optimise mistakes.
-
Hey there. Of course, I am in no position to say "do this, and it will be all right", but I will say that if there is any other way to live that won't put this kind of load on you - do it. You being happier is way way more needed in this world than you getting those certificates
I can't think of any other options that don't end in the best case scenario of myself being elderly and destitute.
-
This post did not contain any content.
thats because the main peddlers are the ceo/csuites of these tech companies, and the customers arnt people like you or me, its other corporate heads. in case of palintir it would be the government.
-
Microsoft did the June layoffs we knew were coming since January and pinned it on "AI cost savings" so that doing so would raise their stock price instead of lower it.
they also admitted that thier AI isnt generating profit too.
-
This 1000x. I am a PHP developer, I found out about two months ago that the AI assistant is included in my Jetbrains subscription (All pack, it was a separate thing before). And recently found about Junie, their AI agent that has deep thinking (or whatever the hell it is called). I tried it the same day to refactor part of my test that had to migrated to stop using a deprecated function call.
To my surprise, it required only very minor changes, but what would've taken me about 3 hours was done in half an hour. What I also liked was that it actually asked if it can run a terminal command to verify thr test results and it went back and fixed a broken test or two.
Finally I have faith in AI being useful to programmers.
For a test, I took our dev exam (for potential candidates) and just sent it to see what it does just based on the document, and besides a few mistakes it even used modern tools and not some 5 year old stuff (like PSR standards) and implemented core systems by itself using well known interfaces (from said PSRs). I asked it to change Dependency Injection to use Symfony DI instead of the self-made thing, and it worked flawlessly.
Of course, the code has to be reviewed or heavily specified to make sure it does what it is told to, but all in all it doesn't look like just a gimmick anymore.
it doesn't look like just a gimmick anymore.
It still does
-
This post did not contain any content.
Deserved and expected
-
This post did not contain any content.
no surprise
-
-
Never run out of content again. Mojo Video generates unlimited original videos with a single click.
Technology1
-
Russia prepares to get rid of WhatsApp and possibly Telegram: Parliament passed a law pertaining to a national messaging app
Technology1
-
-
Time reporters were able to use Google's AI to make convincing videos of Muslims setting fire to a Hindu temple; Chinese researchers handling a bat in a wet lab; and election workers shredding ballots
Technology1
-
-
-