logoalt Hacker News

h4ch1yesterday at 6:04 PM2 repliesview on HN

> Once you vibe code, you don't look at the code.

Truly one of the statements of all time. I hope you look at the code, even frontier agents make serious lapses in "judgement".


Replies

robby_w_gyesterday at 6:37 PM

I loved learning Computer Engineering in college because it de-mystified the black box that was the PC I used growing up. I learned how it worked holistically, from physics to logic gates to processing units to kernels/operating systems to networking/applications.

It's sad to think we may be going backwards and introducing more black boxes, our own apps.

show 1 reply
SV_BubbleTimeyesterday at 10:15 PM

I assume he’s mostly joking but… how often do you look at the assembly of your code?

To the AI optimist, the idea of reading code line by line will see as antiquated as perusing CPU registers line by line. Something do when needed, but typically can just trust your tooling to do the right thing.

I wouldn’t say I am in that camp, but that’s one thought on the matter. That natural language becomes “the code” and the actual code becomes “machine language”.