Earlier quoted context omitted.
Because they are selling to market. AI is the hot new thing, so they sell it... It is all about short term now. Make a next few quarters sound hot and line goes up.
What I mean is they really believe it, not just for market selling For example, I know a boss add AI as a factor in performance reviews, where someone was evaluated as 'not AI-capable' for not using ChatGPT. He also asked for 3x output from the teams and said, 'If you feel it's too hard to complete, go learn how to work with AI.'
Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
91–100 of 218 posts
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#92Nearly every CEO I’ve talked to in the past three months (only a handful, admittedly) has said something along these lines, if not quite as extreme. They genuinely believed the current state of the art is polished and powerful enough to replace huge swathes of coders, designers, writers, etc. leaving only a middle-management supervisory layer and some lower-level grunts to herd the bots. Or it’s a good PR ruse to sca…
I'm confused about why there are so many managers/CEOs who mythologize AI. Some of them use AI as an excuse for layoffs, but many of them do believe that AI (or ChatGPT, specifically) is some kind of magic that can make (1 employee + ChatGPT) equal to 3 employees. I mean, they must have used ChatGPT, right? How does ChatGPT give them the conclusion about this?
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#93Earlier quoted context omitted.
I find it fascinating how the same people can be selfishly interested in their own finances, find bigger numbers (those that a CEO has to care about by mandate) dirty, and square that.
I think you're suggesting there is some cognitive dissonance there. I think there's some truth to that, but it's also ignoring a true difference. Personal finances can be viewed (somewhat incorrectly) as not being zero-sum. Me making more for my work or investments seems like it doesn't take from anyone else. While a CEO deciding that AI should handle as much of the labor in a company as possible seems like a decisio…
Having thousands of smart humans optimizing for their personal goals in their individual ways, at the expense of company goals, is an issue that exists in every company, bankrupts companies and super frightening to deal with as a CEO.
People are not obviously more noble, when working towards personal goals instead of company goals, and a lot of people working towards their personal goals instead of company goals, is a serious issue for any company. Not having a single entity and one big number to deal with makes it actually much more powerful and scary.
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#94Klarna was recently fined for money laundering, and in Sweden they had long fights with the unions (and lost). But their services are pretty decent.
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#95Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#96Earlier quoted context omitted.
The most ironic thing is thar the middle managers are somehow surviving this. So far, anyway, but I think they’ll be found too sooner or latet
This is a pretty cynical take, but I would think that having AI management would be highly undesirable for companies, and not because it would be bad at managing. Even in good, reputable companies, there is a certain amount of legally/ethically dubious behavior that is nonetheless desirable. An H1B candidate for a position has been found, but it must be demonstrated that there is no local candidate for that position.…
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#97Earlier quoted context omitted.
I'm a principal SWE with 25 years of experience and I think software today is comically bad and way too hard to use. So I think we can get engineers to write better software with these tools. The talk of "replacement" is going to be premature until we get something remotely resembling AGI. Unless your problems are so simple that a monkey could solve them, AI of today and foreseeable future is not going to solve them…
Funny enough, now I write better code than I used to thanks to AI because of two reasons: - AI naturally writes AI code that is more organized and clean (proper abstraction, no messy code) - I've recognized that, for AI to write code on an existing codebase, the code has to be clean and organized and make sense, so I tend to do more refactoring to make sure AI can take over them and update them when needed.
I assume you're not talking about chatgpt4o, because in my experience it's absolutely dogshit at abstracting code meaningfully. Good at finding design patterns, sure, but if your AI don't understand how to state machine, I'm not sure how I'm supposed to use it.
It's great at writing tests and documentation though.
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#98Earlier quoted context omitted.
This is a pretty cynical take, but I would think that having AI management would be highly undesirable for companies, and not because it would be bad at managing. Even in good, reputable companies, there is a certain amount of legally/ethically dubious behavior that is nonetheless desirable. An H1B candidate for a position has been found, but it must be demonstrated that there is no local candidate for that position.…
You know… all the things you mention are actually bad. I want them to stop, for the sake of our society. If the price for that is getting rid of human managers with a broken moral compass such as yours, I’m all for it.
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#99Klarna was recently fined for money laundering, and in Sweden they had long fights with the unions (and lost). But their services are pretty decent.
Decent? They create debt among teenagers. As if they don't have enough angst they now also have to worry about fines for having bought something marketing scum manipulated them into buying and Klarna allowed them to pay-now-regret-soon.
Re: Klarna CEO: Company stopped hiring because AI 'can do all of the jobs'
#100Earlier quoted context omitted.
Funny enough, now I write better code than I used to thanks to AI because of two reasons: - AI naturally writes AI code that is more organized and clean (proper abstraction, no messy code) - I've recognized that, for AI to write code on an existing codebase, the code has to be clean and organized and make sense, so I tend to do more refactoring to make sure AI can take over them and update them when needed.
> 'proper abstraction' I assume you're not talking about chatgpt4o, because in my experience it's absolutely dogshit at abstracting code meaningfully. Good at finding design patterns, sure, but if your AI don't understand how to state machine, I'm not sure how I'm supposed to use it. It's great at writing tests and documentation though.