Live data from Hacker News

AI adoption linked to 13% decline in jobs for young U.S. workers: study

cnbc.com

141–150 of 662 posts

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#141
post #3

Brutal that software engineering went from one of the least automatable jobs to a job that is universally agreed to be "most exposed to automation". Was good while it lasted though.

I'm sure those who lost a job to software at some point are feeling a great deal of sympathy for developers who are now losing out to automation.

Nice watching it tear down recruiters though.

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#143
post #3

Brutal that software engineering went from one of the least automatable jobs to a job that is universally agreed to be "most exposed to automation". Was good while it lasted though.

Too bad engineers were “too important” to unionize because their/our labor is “too special .” I think you could find 10,000 quotes from HN alone why SDEs were immune to labor market struggles that would need a union Oh well, good luck everyone.

I mean, I still don't want to unionize with the guys who find `git` too complicated to use (which is apparently the majority of HN). Also, you guys all hate immigrants which is not my vibe, sorry.

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#144
post #3

Brutal that software engineering went from one of the least automatable jobs to a job that is universally agreed to be "most exposed to automation". Was good while it lasted though.

If it gets to the point where I can no longer find a tech job I am just going to buy a trailer, live somewhere cheap, and just make money doing odd jobs while spending most of my time programming what I want. I don't want to participate in a society where all I have for job options is a McJob or some Amazon warehouse.

>Buy a trailer, live somewhere cheap, do odd jobs

Unrelated to the discussion, but I love these kinds of backup plans. I've found that most guys I talk to have one. Just a few days ago a guy was telling me that, if his beloved wife ever divorces him, then he'd move to a tropical island and become a coconut seller.

(My personal plan: find a small town in the Sonoran Desert that has a good library, dig a hole under a nice big Saguaro cactus, then live out my days reading library books in my cool and shady cave.)

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#145
post #86

Earlier quoted context omitted.

I think you are selling yourself short if you believe you can be replaced by a next token predictor :)

I think humans who think they can't be replaced by a next token predictor think too highly of themselves. LLMs show it plain and clear: there's no magic in human intelligence. Abstract thinking is nothing but fancy computation. It can be implemented in math and executed on a GPU.

what's actually happening is all your life you've been told by experience if something can talk to you is that it must be somewhat intelligent.

Now you get can't around that this might not be the case.

You're like that beetle going extinct mating with beer bottles.

https://www.npr.org/sections/krulwich/2013/06/19/193493225/t...

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#146

Every day when I am out in the city, I am amazed by how many jobs we have NOT managed to replace with AI yet. For example, cashiers. There are still many people spending their lives dragging items over a scanner, reading a number from a screen, holding out their hand for the customer to put money in, and then sorting the coins into boxes. How hard can it be to automate that?

Pharmacists are my favourite. They're a human vending machine that is bad at counting and reading. But law protects them. Pretty good regulatory capture.

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#147
post #3

Brutal that software engineering went from one of the least automatable jobs to a job that is universally agreed to be "most exposed to automation". Was good while it lasted though.

If it gets to the point where I can no longer find a tech job I am just going to buy a trailer, live somewhere cheap, and just make money doing odd jobs while spending most of my time programming what I want. I don't want to participate in a society where all I have for job options is a McJob or some Amazon warehouse.

That's plan C, plan B is to one person SAAS a better app than my current company makes.

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#148

Earlier quoted context omitted.

By all accounts, yes. "Model collapse" is a popular idea among the people who know nothing about AI, but it doesn't seem to be happening in real world. Dataset quality estimation shows no data quality drop over time, despite the estimates of "AI contamination" trickling up over time. Some data quality estimates show weak inverse effects (dataset quality is rising over time a little?), which is a mindfuck. The perform…

Given the number of academic papers about it, model collapse is a popular idea among the people who know a lot about AI as well. Model collapse is something demonstrated when models are recursively trained largely or entirely on their own output. Given most training data is still generated or edited by humans or synthetic, I'm not entirely certain why one would expect to see evidence of model collapse happening right…

We've found in what conditions does model collapse happen slower or fails to happen altogether. Basically all of them are met in real world datasets. I do not expect that to change.

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#149
post #101
post #60

Earlier quoted context omitted.

The jpeg compression argument is still valid. It's lossy compression at the core.

In 2025 you can add quality to jpegs. Your phone does it and you don't even notice. So the rhetorical metaphor employed holds up, in that AI is rapidly changing the fundamentals of how technology functions beyond our capacity to anticipate or keep up with it.

> add quality to jpegs

Define "quality", you can make an image subjectively more visually pleasing but you can't recover data that wasn't there in the first place

Re: AI adoption linked to 13% decline in jobs for young U.S. workers: study

#150
post #98

Earlier quoted context omitted.

I'm not sure it's that our job is the most automatable, but that the interface is the easiest to adapt to our workflow. I have a feeling language models will be good at virtually every "sit at a desk" job in a virtually identical capacity, it's just the act of plugging an AI into these roles is non-obvious. Like every business was impacted by the Internet equally, the early applications were just an artifact of what…

> I'm not sure it's that our job is the most automatable I don't know. It seems pretty friendly to automation to me. When was the last time you wrote assembly? When was the last time you had map memory? Think about blitting memory to a screen buffer to draw a square on a screen? Schedule processes and threads? These are things that I routinely did as a junior engineer writing software a long time ago. Most people at…

This has been my argument as well. We've been climbing the abstraction ladder for years. Assembly -> C -> OOP ->... this just seems like another layer of abstraction. "Programmers" are going to become "architects".

The labor cost of implementing a given feature is going to dramatically drop. Jevons Paradox paradox will hopefully still mean that the labor pool will just be used to create '10x' the output (or whatever the number actually is).

If the cost of a line of code / feature / app becomes basically '0', will we still hit a limit in terms of how much software can be consumed? Or do consumers have an infinite hunger for new software? It feels like the answer has to be 'it's finite'. We have a limited attention span of (say) 8hrs/person * 8 billion.

Post reply on HN