Live data from Hacker News

I don't care how well your "AI" works

fokus.cool

151–160 of 808 posts

Re: I don't care how well your "AI" works

#151

Earlier quoted context omitted.

> programmers should be some of the most worry-free individuals on this planet, the job is easy, well-paid, not a lot of health drawbacks if you have a proper setup and relatively easy to find a new job when you need it Not in where I live though. Competition is fierce, both in industry and academia, for most posts being saturated and most employees face "HR optimization" in their late 30s. Not to mention working ove…

Again, compare this to other professions, don't look at in isolation, and you'll see why you're still (or will have, seems you're a student still) having a much more pleasant life than others.

This is completely irrelevant. The point is that the profession is being devalued, i.e. losing value relative to where it was. If, for example, the US dollar loses value, it's not a "counterargument" to point out that it's still much more valuable than the Zimbabwe dollar.

Re: I don't care how well your "AI" works

#152

> And yeah, I get it. We programmers are currently living through the devaluation of our craft, in a way and rate we never anticipated possible. I'm a programmer, been coding professionally for 10 something years, and coding for myself longer than that. What are they talking about? What is this "devaluation"? I'm getting paid more than ever for a job I feel like I almost shouldn't get paid for (I'm just having fun),…

I didn't enter this profession because I love reviewing code though.

Then use better software engineering paradigms in how your AI builds projects.

I find the more I specify about all the stuff I thought was hilariously pedantic hyper-analysis when I was in school, the less I have to interpret.

If you use test-driven, well-encapsulated object oriented programming in an idiomatic form for your language/framework, all you really end up needing to review is "are these tests really testing everything they should."

Re: I don't care how well your "AI" works

#153
post #34

Earlier quoted context omitted.

> programmers should be some of the most worry-free individuals on this planet, the job is easy, well-paid, not a lot of health drawbacks... I don't know what kind of work you do but this depends a lot on what kind of projects you work on

Across ~10 jobs or so, mostly as a employee of 5-100 person companies, sometimes as a consultant, sometimes as a freelancer, but always with a comfy paycheck compared to any other career, and never as taxing (mental and physical) as the physical labor I did before I was a programmer, and that some of my peers are still doing. Of course, there is always exceptions, like programmers who need to hike to volcanos to setu…

That sounds ideal! I used to be a field roboticist where we would program and deploy robots to Greenland and Antarctica. IMO the fieldwork helped balance the desk work pretty well and was incredibly enjoyable.

Re: I don't care how well your "AI" works

#154
post #110

> And yeah, I get it. We programmers are currently living through the devaluation of our craft, in a way and rate we never anticipated possible. I'm a programmer, been coding professionally for 10 something years, and coding for myself longer than that. What are they talking about? What is this "devaluation"? I'm getting paid more than ever for a job I feel like I almost shouldn't get paid for (I'm just having fun),…

> What exactly is being de-valuated for a profession You're probably fine as a more senior dev...for now. But if I was a junior I'd be very worried about the longevity I can expect as a dev. It's already easier for many/most cases to assign work to a LLM vs handholding a human through it. Plus as an industry we've been exploiting our employer's lack of information to extract large salaries to produce largely poor qua…

LLMs vs human

Handholding the human pays off in the long run more than hand holding the llm, which requires more hand holding anyway.

Claude doesn't get better as I explain concepts to it the same way a jr engineer does.

Re: I don't care how well your "AI" works

#155
I honestly don't get vibe coding.

I've tried it multiple times, but even after spending 4 hours on a fresh project I don't feel like I know what the hell is going on anymore.

At that point I'm just guessing what the next prompt is to make it work. I have no critical knowledge about the codebase that makes me feel like I could fix an edge case without reading the source code line by line (which at that point would probably take longer than 4 hours).

I don't understand how anyone can work like that and have confidence in their code.

Re: I don't care how well your "AI" works

#156
post #110

Earlier quoted context omitted.

> What exactly is being de-valuated for a profession You're probably fine as a more senior dev...for now. But if I was a junior I'd be very worried about the longevity I can expect as a dev. It's already easier for many/most cases to assign work to a LLM vs handholding a human through it. Plus as an industry we've been exploiting our employer's lack of information to extract large salaries to produce largely poor qua…

> assign work to an LLM This is just not happening anywhere around me. I don't know why it keeps getting repeated in every one of these discussions. Every software engineer I know is using LLM tools, but every team around me is still hiring new developers. Zero firing is happening in any circle near me due to LLMs. LLMs can not do unsupervised work, period. They do not replace developers. They replace Stack Overflow…

I can tell you where I am seeing it change things for sure, at the early stages. If you wanted to work at a startup I advise or invest in, based on what I'm seeing, it might be more difficult than it was 5 years because there is a slightly different calculus at the early stage. often your go to market and discovery processes seed/pre-seed are either: not working well yet, nonexistent, or decoupled from prod and eng, the goal obviously is over time to bring it all together into a complete system (a business) - as long as I've been around early stage startup there has always been a tension between engineering and growth on budget division, and the dance of how you place resources across them such that they come together well is quite difficult. Now what I'm seeing is: engineering could do with being a bit faster, but too much faster and they're going to be sitting around waiting for the business teams to get their shit together, where as before they would look at hiring a junior, now they will just hire some AI tools, or invest more time in AI scaffolding etc... allowing them to go a little bit faster, but it's understood: not as fast as hiring a jr engineer. I noticed this trend starting in the spring this year, and i've been watching to see if the teams who did this then "graduate" out of it to hiring a jr, so far only one team has hired and it seems they skipped jr and went straight to a more sr dev.

Re: I don't care how well your "AI" works

#157

Earlier quoted context omitted.

> What I want from my tools is reliability. Which is a spectrum, but LLMs are very much on the lower end. "reliability" can mean multiple things though. LLM invocations are as reliable (granted you know how program properly) as any other software invocation, if you're seeing crashes you're doing something wrong. But what you're really talking about is "correctness" I think, in the actual text that's been responded wi…

I’m not a native English speaker so I checked on the definition of reliability the quality of being able to be trusted or believed because of working or behaving well For a tool, I expect “well” to mean that it does what it’s supposed to do. My linter are reliable when it catches bad patterns I wanted it to catch. My editor is reliable when I can edit code with it and the commands do what they’re supposed to do. So f…

I'm a native English speaker. Your understanding and usage of the word "reliability" is correct, and that's the exact word I'd use in this conversation. The GP is playing a pointless semantics game.

Re: I don't care how well your "AI" works

#158
post #44

> And yeah, I get it. We programmers are currently living through the devaluation of our craft, in a way and rate we never anticipated possible. I'm a programmer, been coding professionally for 10 something years, and coding for myself longer than that. What are they talking about? What is this "devaluation"? I'm getting paid more than ever for a job I feel like I almost shouldn't get paid for (I'm just having fun),…

> What exactly is being de-valuated for a profession that seems to be continuously growing A lot of newly skilled job applicants can't find anything in the job market right now.

Likewise with experienced devs who find themselves out of work due to the neverending mass layoffs.

There's a huge difference between the perspective of someone currently employed versus that of someone in the market for a role, regardless of experience level. The job market of today is nothing like the job market of 3 years ago. More and more people are finding that out every day.

Re: I don't care how well your "AI" works

#159
post #110

Earlier quoted context omitted.

> What exactly is being de-valuated for a profession You're probably fine as a more senior dev...for now. But if I was a junior I'd be very worried about the longevity I can expect as a dev. It's already easier for many/most cases to assign work to a LLM vs handholding a human through it. Plus as an industry we've been exploiting our employer's lack of information to extract large salaries to produce largely poor qua…

> assign work to an LLM This is just not happening anywhere around me. I don't know why it keeps getting repeated in every one of these discussions. Every software engineer I know is using LLM tools, but every team around me is still hiring new developers. Zero firing is happening in any circle near me due to LLMs. LLMs can not do unsupervised work, period. They do not replace developers. They replace Stack Overflow…

It's me. I'm the LM having work assigned to me that junior dev used to get. I'm actually just a highly proficient BA who has always almost read code, followed and understood news about software development here and on /. before, but generally avoided writing code out of sheer laziness. It's always been more convenient to find something easier and more lucrative in those moments if decision where I actually considered shifting to coding as my profession.

But here I am now. After filling in for lazy architects above me for 20 years while guiding developers to follow standards and build good habits and learning important lessons from talking to senior devs along the wa, guess what, I can magically do it myself now. The LM is the junior developer that I used to painstakingly explain the design to, and it screws it up half as much as the braindead and uncaring jr Dev used to. Maybe I'm not a typical case, but it shows a hint of where things might be going. This will only get easier as the tools become more capable and mature into something more reliable.

Re: I don't care how well your "AI" works

#160
post #110

Earlier quoted context omitted.

> What exactly is being de-valuated for a profession You're probably fine as a more senior dev...for now. But if I was a junior I'd be very worried about the longevity I can expect as a dev. It's already easier for many/most cases to assign work to a LLM vs handholding a human through it. Plus as an industry we've been exploiting our employer's lack of information to extract large salaries to produce largely poor qua…

LLMs vs human Handholding the human pays off in the long run more than hand holding the llm, which requires more hand holding anyway. Claude doesn't get better as I explain concepts to it the same way a jr engineer does.

Maybe see it less as a junior and replacement for humans. See it more as a tool for you! A tool so you can do stuff you used to delegate/dump to a junior, do now yourself.
Post reply on HN