I don't write code for a living but I administer and maintain it. Every time I say this people get really angry, but: so far AI has had almost no impact on my job. Neither my dev team nor my vendors are getting me software faster than they were two years ago. Docker had a bigger impact on the pipeline to me than AI has. Maybe this will change, but until it does I'm mostly watching bemusedly.
This is not a good thing. If you’re not being exposed and skilling up already, you’re likely to be in the camp that is washed away. If you can’t be exposed to it in your day job, start using Claude opus in the evening so you know what’s coming.
Labor market impacts of AI: A new measure and early evidence
541–550 of 584 posts
Re: Labor market impacts of AI: A new measure and early evidence
#542Earlier quoted context omitted.
If they really want to cut cost, fire the worst dev on the team and use that money to give everyone a Codex subscription.
Or better yet, fire the managers or bean counters that think decreasing everyone’s productivity is good for long term savings. I’m reminded of https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-s...
Re: Labor market impacts of AI: A new measure and early evidence
#543The junior hiring slowdown makes sense in that context. Junior roles were often the execution layer. That layer is getting absorbed. Whether that's bad long-term depends on whether there's still a path to build judgment without first doing the execution work for years. But what can be seen on entry level teams is you typically have 20% of these people that are outstanding, and 80% average. I assume this 20% will simply be able to cover more ground.
Re: Labor market impacts of AI: A new measure and early evidence
#544Earlier quoted context omitted.
I just tested this with Claude Code and Opus 4.6, with the following prompt: "I have an arbitrary width rectangle that needs to be broken into smaller random width rectangles (maintaining depth) within a given min/max range. The solution needs to be highly performant from an algorithmic standpoint, well-tested using TDD and Red/Green testing, written in python, and not have any subtle errors." It got the answer you e…
How can we verify if you dont post the code? I appreciate you testing, even though it's not a great comparison: - My feedback cycle of LLM prompting forced me to be more explicit with each call, which benefited your prompt since I gave you exactly what to look for with fewer nuances. - Maybe GPT 5.1 is old or kneecapped for newer versions of GPT - Maybe Opus/Claud is just a way better model :P Please post the code! E…
Re: Labor market impacts of AI: A new measure and early evidence
#545Earlier quoted context omitted.
I think a lot of people will not like to hear this but we use AI almost for everything internally. The noob way to go about this is just give it a couple of tasks and just give it complete root access to your life. That's always going to end up in disappointment. Instead, I realised, AI always needs an architect. Opinionated. Strategic. Authoritative. It is quite good at following most orders. Hence why you must ALWA…
"I think a lot of people will not like to hear this..." Lol why? You've been suckered in and will eventually crash and burn. But carry on. Just remember when things go wrong - it's your ass on the line.
Will I crash and burn? Maybe, you're right. But, that's why I'm taking things at a very slow pace. Only automating internal tasks. Only things I trust AI to do. Very very limited scope. What's really my alternative here?
Just sit back and watch the world move on? My alternative is not changing with the times and being stagnant. That's not really a solution. Even if I'm doing that, I want to have data points that AI is really a dead end instead of just assumptions. My alternative reality isn't a bed or roses - a lot of people at the top do believe they can replace me and my work (CTO) with AI, thanks to the hype. I'm just trying to evolve so I don't become a meme down the line. Can they actually replace me or my job with AI? Absolutely not from what I'm seeing. But hypes of cutting cost is always attractive to people at the top. Just trying to stay alive man, lol.
Re: Labor market impacts of AI: A new measure and early evidence
#546Earlier quoted context omitted.
That still only just makes it a force multiplier for engineers, like any other tech, not a replacement as it's being hyped and sold as. Claude resorting to writing code for everything, because that's all the model can do without too many hallucinations and context poisoning, is just a higher speed REPL. Great, that's useful. But that's not what is being hyped and sold. What's being hyped and sold is "You don't need a…
Not sure why the implementation is important or not. The point is the system will be triggered by some text input and complete the task asynchronously on its own.
Re: Labor market impacts of AI: A new measure and early evidence
#547Earlier quoted context omitted.
What would that help us with?
The LLM needs to understand your existing codebase if it's going to be useful building features that integrate with said codebase seamlessly without breaking things or assuming things that don't exist. That's not something you want to give away to a private AI company, so self-host an open source model.
Re: Labor market impacts of AI: A new measure and early evidence
#548Earlier quoted context omitted.
Yeah, it's useful for scripting, but it's still only marginally faster. It certainly hasn't been "groundbreaking productivity" like it's being sold. The problem with analyzing logs is determinism. If I ask Claude to look for evidence of compromise, I can't trust the output without also going and verifying myself. It's now an extra step, for what? I still have to go into Elastic and run the actual queries to verify wh…
>still only marginally faster. Is it? A couple days ago I had it build tooling for a one-off task I need to run, it wrote ~800 lines of Python to accomplish this, in <30m. I found it was too slow, so I got it to convert it to run multiple tasks in parallel in another prompt. Would have taken a couple days for me to build from hand, given the number of interruptions I have in the average day. This isn't a one-off, it'…
Re: Labor market impacts of AI: A new measure and early evidence
#549Earlier quoted context omitted.
It’s not that it just makes mistakes but it also implements things in ways I don’t like or are not relevant to the business requirements or scope of the feature / project. I end up replacing any saved time with QA and code review and I really don’t see how that’s going to change. In my mind I see Claude as a better search engine that understands code well enough to find answers and gain understanding faster. That’s a…
can you imagine two years in the future and still believe this will be true? You are just dragging your feet. You will give in sooner or later, and i would suggest sooner.
Re: Labor market impacts of AI: A new measure and early evidence
#550Earlier quoted context omitted.
> They're still using free ChatGPT copy and paste Probably that's the reason why some people are sure their job is still safe. Nature of job is changing rapidly
I totally get tech CEOs who threaten to fire their devs who do not embrace AI tools. I'm not a tech CEO but people who are anti-LLM for programming have no place on my team.
FWIW I find it useful if I know exactly what I want and it's quicker to prompt it than type it myself. Also for research and building understanding it's generally good. I still catch it being wrong on details of you're really paying attention or literally contradicting itself between prompts. That gives me a lot of pause about trusting things it told me that I just accepted as fact without having enough knowledge myself to question it.