Hacker News new | ask | show | jobs
by stevepotter 27 days ago
I'm the same way, which makes sense because for 20 years I've done things by hand, tediously managing every line.

I hired a few fresh grads and they have no problem just going with the default AI output. As long as it works, they are good.

For me, it comes down to the ability to properly test. If the code works, is covered by tests, and its performance is measured for regressions, and the high level design is sound, it's hard to argue with vibing. The problem is almost nobody has such a testing system. They are still hard to find and/or build. So that's what I'm putting my effort into because otherwise I'll have trouble sleeping at night (for good reason)