Live data from Hacker News

Using AI Generated Code Will Make You a Bad Programmer

slopwatch.com

51–57 of 57 posts

Re: Using AI Generated Code Will Make You a Bad Programmer

#51

Earlier quoted context omitted.

It isn't an abstraction. Not everything is an abstraction. There is a long history of tools which are not abstractions. Linters. Static code analysis. Debuggers. Profiling tools. Autocomplete. IDEs.

I can’t tell if this is an argument against the parent or just a semantic correction. Assuming the former, I’ll point out that every tool classification you’ve mentioned has expected correct and incorrect behavior, and LLM tools…don’t. When LLMs produce incorrect or unexpected results, the refrain is, inevitably, “LLMs just be that way sometimes.” Which doesn’t invalidate them as a tool, but they are in a class of th…

It's not a semantic issue.

Yeah, they are generally probabilistic. That has nothing to do with abstraction. There are good abstractions built on top of probabilistic concepts, like rngs, crypto libraries etc.

Re: Using AI Generated Code Will Make You a Bad Programmer

#52
post #49

1972: Using Anything Other Than Assembly Will Make You a Bad Programmer 1995: Using a Language with a Garbage Collector Will Make You a Bad Programmer 2024: Using AI Generated Code Will Make You a Bad Programmer

I can trust that a higher level language will produce the correct assembly code. I can trust that a garbage collector will allocate and cleanup memory correctly. I cannot trust that an AI will generate quality code. I have to review its output. As someone who has been stuck doing nothing but review other people's code for the last few months, I can confidently say it would take me less time to code the solution mysel…

[dead]

Re: Using AI Generated Code Will Make You a Bad Programmer

#53

1972: Using Anything Other Than Assembly Will Make You a Bad Programmer 1995: Using a Language with a Garbage Collector Will Make You a Bad Programmer 2024: Using AI Generated Code Will Make You a Bad Programmer

And we evidently have a fantastic software landscape with very few buggy products/features being introduced, superb security and transparent interoperability across diverse software domains nowadays.

Re: Using AI Generated Code Will Make You a Bad Programmer

#55
post #13

Earlier quoted context omitted.

Yeah, no, things have changed in the last 30 years...

How/where? We see a lot of companies inside as nature of business our business; almost no one cares. Some say they care but in the end it's money and shipping fast. If that can get code quality for the same price, they feel they are overpaying and they can ship faster.

I mean, things seemed a little different 30 years ago.

Re: Using AI Generated Code Will Make You a Bad Programmer

#57

1972: Using Anything Other Than Assembly Will Make You a Bad Programmer 1995: Using a Language with a Garbage Collector Will Make You a Bad Programmer 2024: Using AI Generated Code Will Make You a Bad Programmer

Plato: Writing will make people forgetful.

Seems accurate.

On the other hand, it's nice to not have to have people memorize every book in the library every generation.

Post reply on HN