Hacker News new | ask | show | jobs
by retired 1 hour ago
As a consultant I am looking forward to being hired by companies to get rid of all the vibe code and to replace it with beautiful maintainable artisanal code.
6 comments

Idk if someone paying attention to how 2025 and 2026 have gone thinks that by 2028 we will be backing off of agenting coding that is wild. Like the other comment says: future models refactor the code of older models.
You can use LLMs heavily without ever actually "vibe coding". I do think to the degree "vibe coding" continues to exist there will always be work to do in turning some portion of vibe coded work into more robust production quality code. You can still use LLMs to do this you just have to maintain control over architectural choices.
Yea it’s hard for me to think of what the end state equilibrium is. A pile of vibe coded junk today is bad. You need humans. But we’ve made such a ridiculous amount of progress in such a short amount of time and, most importantly, this shows no sign of slowing down or plateauing. So will we hit a point where “vibe coding” is just all there is? Where human intervention is bad, just as hand tuning assembly is bad?

Is there a level of abstraction where human involvement will always be necessary? If so where?

if you were paying attention you would've noticed that between 2025 and 2026 the pricing of these things have somewhat changed. How does the extrapolation look with that?
Good thing we have reams of data on this, holding performance constant the cost goes down 10-40x per year: https://epoch.ai (like the first box)

Also, frontier token prices have remained roughly constant:

3.5 sonnet: $3/$15 3.7 sonnet: $3/$15 Opus 4: $15/$75 (opus tier) opus 4.1: same Opus 4.5: $5/$25 Opus 4.6 (same) 4.7 (same) 4.8 (Same) Fable: $10/$50

So Fable is cheaper than Opus 4 was at launch.

One thing that has increased quite significantly? Spending and adoption.

I saw this play out in Y2K, and yes, I was also looking forward to getting paid an absolute fortune to refactor all those old VB applications at their end of life.

Now, no. All that work will be done by an LLM. I'm afraid we don't get to play at being the returning heroes like those old COBOL dudes did.

I already get hired to replace/fix code built by humans.
I'm waiting for Fable to come back online so that it can do the refactor while I sleep, for peanuts.
Sure but I'd still use an LLM to do the grunt work
I wonder if people said this about compilers. Some day they’ll replace all that compiler generated junk with hand crafted ASM.

This reminds me of that. The spec is the new high level language. Code is ASM. ASM is like CPU microcode.

I entered the programming world circa 1995. There were indeed still some holdouts. A few of them were even good enough to hold out up to that point and write some code that would have been hard to replicate with the compilers of the time.

By the 200xs they were gone. Interestingly, I would say what killed them in the early 2000s wasn't actually compilers, it was the interpreted languages. Others may disagree. Even if they were dog slow by comparison, scripting languages made some things so much easier to program that it didn't matter. And then it prompted static languages to up their game to try to match that. By the time that process played out, people writing only in assembler couldn't keep up anymore.

My first job in tech was writing desktop applications in VB3 (1994, so around the same time)

The company also had an AS400 with a collection of COBOL programmers. They were utterly scathing of the new toy language for doing toy things on PCs. There was no way that VB would ever be a "real" language or that anyone would do anything "real" with it.

And yeah, in terms of serious computing, that's probably true. But the industry leapt at the new tools and tooling, and COBOL faded to obscurity (though there are still AS400s out there, and some of the code they wrote is still managing vast swathes of our essential services).

And all of that was less of a revolution in the industry than the last 12 months have been.

The difference between compilers and LLMs is that compilers actually work. LLMs do not produce a usable result, no matter how much AI bros try to convince everyone else otherwise.