logoalt Hacker News

smerrill2today at 1:13 PM5 repliesview on HN

> I'm no luddite, I’ve integrated AI in my everyday work, while actually teaching my colleagues what I’ve learned

It's appalling that we still hold on to such things that are no longer necessary. Code maintainability is not a problem when you don't have to open a file and inspect how something works anymore. You use english to add to it. You sit on chairs everyday where you don't give a shit how they were created. They fulfill their purpose. hopefully the same can be said for your software.


Replies

cryptonymtoday at 1:28 PM

> You sit on chairs everyday where you don't give a shit how they were created.

I am dumb on chair making, as the average chair user. I wouldn't trust myself building a commercial-grade chair.

If you are as dumb with software as I am with chair making, you should refrain from building software for others. This is regardless of LLM.

mjr00today at 1:33 PM

> Code maintainability is not a problem when you don't have to open a file and inspect how something works anymore. You use english to add to it.

Hilarious and unhinged junior dev and/or outsourced dev and/or expert beginner take here.

Not everything is baby's first React app for an internal business or B2B SaaS startup with 3 users. Sometimes your software is actually used by people, and bugs happen, and you need to figure out why bugs happen, and quickly. You do this by reading the code. Yes, AI is very helpful with this--sometimes. But even SOTA agents cannot solve every bug, particularly when the person directing them has no clue what they're doing, as in your case, so they aren't given good constraints or starting points.

iillexialtoday at 1:29 PM

>It's appalling that we still hold on to such things that are no longer necessary. Code maintainability is not a problem when you don't have to open a file and inspect how something works anymore.

Even if you never read/write code anymore you still need to care. LLMs also suffer from a bad code. LLMs very quickly lose track of their own shit and start producing more bugs.

feanarotoday at 1:21 PM

What exactly is appalling? Are you referring to something in the sentence you quoted?

zxortoday at 1:44 PM

So have you never had a problem the LLM couldn't solve? What do you do in that scenario?

How do you guide the LLM away from making a horrible choice if you don't understand the internals?