Live data from Hacker News

Ask HN: With all the AI hype, how are software engineers feeling?

news.ycombinator.com

201–209 of 209 posts

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#201
LLMs are writing I expect a massive bubble burst and recession in the next year or so, but honestly I cannot wait. I fear it will be quite a while before hiring picks up again, unfortunately.

I keep thinking of a friend in finance in pre-crash 2008 who could see the emperor had no clothes but was derided by his enthusiastic coworkers every time he opened his mouth.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#202
My feeling: Meh.

On one hand, AI helps me and my team ideate and prototype quickly. On the other, it’s replacing the fun part of coding with the annoying part: troubleshooting its thought process and fixing its generated code.

I’d say it’s still too early to have a concrete opinion.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#203
post #124

Earlier quoted context omitted.

> Those "experienced" actually are just senior code monkeys if u ask me, it's trivial right Well, it seems you are not open for discussion. There is no reason to disparage the senior devs that participated in the study just because you don't like the results of the study. But the study happened, and it is clear: experienced developers are the ones that suffered from using LLMs. > but it's just illogical for a junior…

That study was not conducted well at all. The participants haven’t learned how to use these tools. For example one was interviewed later and said a lot of the time they would wait for an agent and get distracted playing with something irrelevant and then forget to go back until much later. That has solutions they are not aware of to implement.

> For example one was interviewed later and said a lot of the time they would wait for an agent and get distracted playing with something irrelevant and then forget to go back until much later

Counterpoint: the agents are the reason for the distraction.

> That has solutions they are not aware of to implement.

Counterpoint: there are no other current studies that suggest otherwise. Given the impact of LLMs on open source (net negative, maintainers are drowning in slop: e.g curl: https://daniel.haxx.se/blog/2025/07/14/death-by-a-thousand-s...) maybe it makes sense to be a bit more critical on LLM's supposed gains.

Let's see what we have so far:

- The only study to date suggests a net negative from using LLMs on experienced developers

- OSS maintainers are rejecting AI generated PRs due to low quality

- No other studies have come out so far to suggest otherwise

Based on my anecdotal experience and based on the currently available evidence, for me the conclusion is clear: LLMs and agents are mostly hype.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#205
post #203

Earlier quoted context omitted.

That study was not conducted well at all. The participants haven’t learned how to use these tools. For example one was interviewed later and said a lot of the time they would wait for an agent and get distracted playing with something irrelevant and then forget to go back until much later. That has solutions they are not aware of to implement.

> For example one was interviewed later and said a lot of the time they would wait for an agent and get distracted playing with something irrelevant and then forget to go back until much later Counterpoint: the agents are the reason for the distraction. > That has solutions they are not aware of to implement. Counterpoint: there are no other current studies that suggest otherwise. Given the impact of LLMs on open sou…

You keep talking about "no other studies" as if that holds power but the strength of your argument rests on a single study

It's no surprise to me that devs who are accustomed to working on one thing at a time due to fast feedback loops have not learned to adapt to paralellizing their work (something that has been demonized at agile style organizations) and sit and wait on agents and start watching YouTube instead. The study reflects usage of emergent tools without training, and with regressive training on previous generation sequential processes, so I would expect these results. If there is any merit in coordinating multiple agents on slower feedback work, this study would not find it.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#206
post #42

Earlier quoted context omitted.

You don't use any AI - drafting documentation, write boilerplate code, transcribing meetings, simplifying team communications, searching product documentation, alternative to Google or StackOverflow, creating presentations, as a brainstorming partner? I would consider all of these "work". If you say AI does 0% of your work, I'd say you're either a genius, behind the curve or being disingenuous.

LLM does 0% of my work, don't know what to tell you. LLMs are like 3 years old, I learned to do everything I know without LLMs, how is that hard to believe? How do you think all the software you use everyday, including this site itself, was written? 99.99% of it without any LLMs at all. Do I use LLMs as an alternative to Googling? Absolutely. That doesn't mean AI is doing my job. Google and Stack Overflow also do 0%…

It's hard for nupeople to understand that people from our generations learned how to do things and to use our brains. The younger tech folks only do things that the computer automatically knows how to do and/or AI can help with. Even UI design and basic stuff is purely done on web-based tools with prebuilt components and AI help these days. I'm completely shocked from day-to-day when I interface with front end/design. I would venture to guess there aren't many front end peeps that even know how to code HTML & CSS these days.

In my opinion, the only thing that AI is helpful for is doing all the menial boilerplate nonsense that is only necessary because the unexperienced people in charge of so many projects. For example, setting up 30 totally unnecessary GitHub actions, etc. Anything that is worth doing, I'd rather do myself and not lose my skills.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#207
AI which is mostly based on LLM are based on the old Neural networks of the past. Having worked on the early ones they have all of the same issues that they had over 20 years ago.

Neural Networks have the long tail risk problem. In that they are good at returning the top 20% of answers to you. But they are pretty poor at returning the less common 80% answers.

I have seen the different tools return the wrong code, code with security issues or code that was open source that is not legal to use in your project without open sourcing it.

The big tech companies are selling it as AGI and this massive replacement tool to get more money. But really it is just gaining a few percentage points of productivity.

Most modern development tools can do the same. Like if you are able to build a app with some low code method. I have not seen a AI build app that i could not build in a low code system in the same amount of time.

Re: Ask HN: With all the AI hype, how are software engineers feeling?

#209
I will share my experience. AI is speeding up the bootstrapping phase of the project or prototyping. However, when you are working on a project with millions of lines of code, it is approximately helping 5-10% only with some autocompletion or googling. In addition to that, since AI is not retrained on up-to-date data, it sometimes uses old APIs or old information, old methodologies. That is one of the downfalls, I think, at the moment. The biggest downside is that we will face the result in the future, where new graduates and junior developers will use it heavily at the moment; they will not be able to learn the details or nuances properly. That makes me scared about the future because overall software quality will collapse/drop in the future, in my opinion.
Post reply on HN