Hacker News new | ask | show | jobs
by OtherShrezzing 18 days ago
It's unlikely that AI will get to the point where it makes handwritten coders redundant, and then not immediately be at the point where vibe coders are redundant too. So if you earnestly take the position that handwriting code is a "ngmi" type activity, you also need to take the position that the vibe coder (or agent- assisted-developer/loop-architect, or whatever its nom de guerre is this week) is "ngmi".
2 comments

He just means the development pace has picked up with AI.

I've been doing this for 15 years, I love coding manually.

However, with AI-assistance I can do projects in 3 days what would take 6 months.

It's not vibe coding, everything is controlled, reviewed, understood, refined by me in the end.

But still the dev time is magnitudes faster. I would not hire anyone that is adverse to AI.

I'm actually happier. With age and a family I was getting a bit slower.

Now I have more time to spend with them AND I'm getting more done. Including personal projects I never had the bandwidth for.

> I can do projects in 3 days what would take 6 months.

The hyperbole on this keeps growing every time I see it. Soon we’ll be having people claiming they can do in 12 seconds what used to take them 17 years. What is never presented is proof. People (and programmers are no exception) are notoriously bad at estimating. We already did studies where people thought they were being faster with LLMs when they were in fact being slower.

As companies begin to rehire to fix the mess made by LLMs, it’s clear that just getting something out the door isn’t enough. It never was. Maintenance is an important part of any long-standing system.

It's not a hyperbole. I know how long it takes me to do something.

And the last project truly would have taken me 6 months.

It was done in 3 days after fable 1:1 the design, setup the infrastructure, and turned all tasks and specs into code.

Everything was done day 1, but it took 2 days to manually clean it, test, and correct small issues.

--

But that does make sense you're seeing "hyperboles" grow, AI is getting better very quickly, so you'll see the time saved estimations grow.

Less than a year ago I'd say it was saving me about a month of work, mainly because it sucked at UI.

That one does sound like hyperbole, or maybe he just works slowly as a human? People are different.

Likewise, I think they're having wildly different results. Look at how differently humans drive vehicles, and realize they're doing the same with compute. Some people probably are working at light speed, and some people are actually slower like in the study.

> Look at how differently humans drive vehicles, and realize they're doing the same with compute.

I’m not sure that comparison is evoking the image you intended. Hands down the best driver I know—the one I’m sure won’t get me car sick, won’t ever have me worrying for my safety, the most fuel efficient, the smoothest rider—is by no means the fastest but the most thoughtful and methodical.

I don’t care how fast you develop your software. Is it good? Is it carefully considered? Will it not bite me in the ass? Those are the things that matter.

Sure, I agree. And I get that result--slow and steady--out of the LLM when I use it.
I'm talking about the scale. This was a large app with 60+ screens, 400+ component ui kit, and very rich features.

And had to work on ios/android/web.

I'd consider myself a pretty fast programmer, and I grind 12 hours at a time, everyday until it's done.

But between all humans it's a rounding error compared to the output of an agent swarm.

For personal projects, I pick and choose how much to use AI. But for work, agents go brrrr.

you are very smart