logoalt Hacker News

imiricyesterday at 1:15 PM4 repliesview on HN

[flagged]


Replies

serfyesterday at 2:24 PM

I have never read a snide comment on this site that i've been more repulsed by.

I think because it's so specifically sharpened to stab at the software developer, my compatriot, one of the foremost primary populations here, rather than just an overall shitty human insult -- and timed to do so when the person opens up in an honest dialogue about what they're doing.

But good news: every large software house i've talked to in the past two years is touching AI. As tragic as that is for a multitude of good reasons surrounding the workforce/copyright/ip/human-laziness/loss-of-skill/etc, that means imric is going to be outside of software , by their own rules, in totality in just a few short years!

Happy days!

show 1 reply
slashdevyesterday at 1:42 PM

We have the quietest on-call rotation of any company I've ever worked at.

We have a high standard for code review, static verification, and tests.

The fact that the code isn't hand-rolled artisanal code, and is generated by AI now, has so far turned out to have no impact on product quality or bugs reported.

show 2 replies
aditmagyesterday at 1:25 PM

Tbf, as long as you really know what you're doing and have the sense to avoid falling into a spaghetti code trap, generating bigger chunks of code absolutely works and should be done. The pitfall happens when

(a) the dev has no idea what the agent is doing (b) the dev gives overtly-broad instructions.

If you give it specific enough tasks (not to the point where it's writing singular functions) but a general class description, you're on a good track.

yohannparisyesterday at 1:27 PM

Why? Because writing code is the only measure of quality when producing tools? What about Unit and Integration Tests, UX research, and Performance tests.

show 1 reply