Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I have yet to meet anyone except managers be excited about LLM's or generative AI.

And the only people actually excited about the useful kinds of "AI", traditional machine learning, are researchers.

 help



You don' have to look past this very forum, most people here seem to be very positive about gen AI, when it comes to software development specifically.

Lots of folk here will happily tell you about how LLMs made them 10x more productive, and then their custom agent orchestrator made them 20x more productive on top of that (stacking multiplicatively of course, for a total of 200x productivity gain).


I assume those people are managers, have a vested interest in AI, or have only just started programming.

How would you find out if you were wrong?

You're presented with hundreds of people that prove you wrong, and your response is "no, I assume I'm right"?


This is obviously a rhetorical statement. I'm not claiming a categorical fact, but a fuzzy one.

Most of these peoples are managers, investors, or junior.


I don't know what is your bubble, but I'm a regular programmer and I'm absolutely excited even if a little uncomfortable. I know a lot of people who are the same.

Interesting, every developer I've spoken to is extremely skeptical and has not found any actual productivity boosts.

Ok that's not true. I know one junior who is very excited, but considering his regular code quality I would not put much weight on his opinion.


I am using AI a lot to do tasks that just would not get done because they would take too long. Also, getting it to iterate on a React web application meant I can think about what I want it to do rather than worry about all the typing I would have to do. Especially powerful when moving things around, hand-written code has a "mental load" to move that telling an AI to do it does not. Obviously not everything is 100% but this is the most productive I have felt for a very long time. And I've been in the game for 25 years.

Why do you need to move things around? And how is that difficult?

Surely you have an LSP in your editor and are able to use sed? I've never had moving files take more than fifteen minutes (for really big changes), and even then most of the time is spent thinking about where to move things.

LLM's have been reported to specifically make you "feel" productive without actually increasing your productivity.


I mean there are two different things. One is whether there are actual productivity boosts right now. And the second is the excitement about the technology.

I am definitely more productive. A lot of this productivity is wasted on stuff I probably shouldn't be writing anyways. But since using coding agent, I'm both more productive at my day job and I'm building so many small hobby projects that I would have never found time for otherwise.

But the main topic of discussion in this thread is the excitement about technology. And I have a bit mixed feelings, because on one hand side I feel like a turkey being excited for the Thanksgiving. On the other hand, I think the programming future is bright. there will be so much more software build and for a lot of that you will still need programmers.

My excitement comes from the fact that I can do so much more things that I wouldn't even think about being able to do a few months ago.

Just as an example, in last month I have used the agents to add features to the applications I'm using daily. Text editor, podcast application, Android keyboard. The agents were capable to fork, build, and implement a feature I asked for in a project where I have no idea about the technology. Iif I were hired to do those features, I would be happy if I implemented them after two weeks on the job. With an agent, I get tailor made features in half of a morning. Spending less than ten minutes prompting.

I am building educational games for my kids. They learn a new topic at school? Let me quickly vibe the game to make learning it fun. A project that wouldn't be worth my weekend, but is worth 15 minutes. https://kuboble.com/math/games/snake/index.html?mode=multipl...

So I'm excited because I think coding agents will be for coding what pencil and paper were for writing.


I don't understand the idea that you "could not think about implementing a feature".

I can think of roughly 0 fratures of run-of-the-mill software that would be impossible to implement for a semi-competent software developer. Especially for the kinds of applications you mention.

Also it sounds less like you're productive and more like the vibeslop projects are distracting you.


I'm claiming it's both.

I produce more good (imo) production features despite being distracted.

The features I mention is something that I would be able to do, but only with a lot of learning and great effort - so in practical terms I would not.

It is probably a skill issue but in the past many times I downloaded the open source project and just couldn't build and run it. Cryptic build errors, figuring out dependencies. And I see claude gets the same errors but he just knows how to work around those errors. Setting up local development environment (db, dummy auth, dummy data) for a project outside of my competence area is already more work than I'm willing to do for a simple feature. Now it's free.

>I can think of roughly 0 fratures of run-of-the-mill software that would be impossible to implement for a semi-competent software developer.

Yes. I'm my area of competence it can do the coding tasks I know exactly how to do just a bit faster. Right now for those tasks I'd say it can one shot code that would take me a day.

But it enables me to do things in the area where I don't have expertise. And getting this expertise is very expensive.


Out of interest, could you give me an example of a feature that it one-shotted that would have taken you a whole day?

The example from yesterday:

I have a large C# application. In this application I have a functionality to convert some group of settings into a tree model (a list of commands to generate this tree). There are a lot of weird settings and special cases.

I asked claude to extract this logic into a separate python module.

It succesfully one-shot that, and I would estimate it as 2 days work for me (and I wrote the original C# code).

This is probabaly the best possible kind of task for the coding agents, given that it's very well defined task with already existing testcases.


Seems reasonable, but if it's just copy pasting, doesn't seem like that would take you a whole day. Maybe on the order of an hour at most.

Were you exaggerating earlier or do you have more examples?


This is a two-day task for me. If you could do it in one hour, then you're a 10x programmer compared to me.

You can browse the code at <my_username>.com/slop/hn_tb/

I have also sloped the simple code viewer. So you can make your judgement if it looks like 1 hour task.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: