Live data from Hacker News

Code Is Cheap Now, and That Changes Everything

perevillega.com

1–10 of 62 posts

Re: Code Is Cheap Now, and That Changes Everything

#2
Found this really well written. I really enjoyed reading it, and found myself agreeing with a lot of it.

I wish the author wrote more about the day 2 problem cases with AI built applications. It somewhat matters what the programming language is, the architecture and design for debugging and reasoning verification when we want to alter the system specification.

Basically as a Dev, or "Owner" of the application, we are responsible for the continuous changes and updates to the system. Which I've found hard to reason about in practice when speaking to other people, if I dont know the code explicitly.

Re: Code Is Cheap Now, and That Changes Everything

#4
post #2

Found this really well written. I really enjoyed reading it, and found myself agreeing with a lot of it. I wish the author wrote more about the day 2 problem cases with AI built applications. It somewhat matters what the programming language is, the architecture and design for debugging and reasoning verification when we want to alter the system specification. Basically as a Dev, or "Owner" of the application, we are…

They allude to it, but I think one of the new skills that will be valuable is reasoning about systems where you don't know the code. This is what “owners” and managers who don’t touch code do today.

Re: Code Is Cheap Now, and That Changes Everything

#8
I would question the framing that code is cheap now. That's not really meaningful. What is the cost most associated with software? Maintenance.

Considering that, I would say a much more accurate statement is that sub-prime technical debt is now easy to take on.

I'm surprised at the low quality of the grifting comments in this thread. I have a feeling that the vibe coding enjoyers used to at least make defensible statements. Now it's just pure hype. Seems like we're in the SBF being lauded for FTX part of the bubble.

Re: Code Is Cheap Now, and That Changes Everything

#10
post #8

I would question the framing that code is cheap now. That's not really meaningful. What is the cost most associated with software? Maintenance. Considering that, I would say a much more accurate statement is that sub-prime technical debt is now easy to take on. I'm surprised at the low quality of the grifting comments in this thread. I have a feeling that the vibe coding enjoyers used to at least make defensible stat…

> sub-prime technical debt is now easy to take on

Vibe-coded projects can't keep up with the scale of technical debt accretion. See the proliferation of OpenClaw clones - instead of fixing it we're iterating on rewriting it from scratch without fixing the core issues. (Give it a year and the "minimal" Claw-clones will also collapse under technical debt, because they're also vibe-coded, with all that implies.)

Post reply on HN