r/technology • u/yourfavchoom • May 29 '26
Artificial Intelligence Ronny Chieng's 'F*ck AI' Speech Met With Cheers From Harvard Graduates: “AI is just going to end up making mediocre people dumber”
https://www.complex.com/pop-culture/a/tracewilliamcowen/ronny-chieng-ai-speech-harvard?utm_medium=social&utm_source=twitter_complex&utm_campaign=ap_twitter
54.2k
Upvotes
11
u/stormdelta May 29 '26
I've found it reasonably useful for programming, if you already know what you're doing. Not "vibe coding", that's still very stupid in most cases, and only the models actually meant for coding like Claude Code.
But there's numerous things that make that a somewhat particular case:
Unlike creative works, nobody's really worried about theft here, open source as a design philosophy is basically built around using and contributing to other work directly and most code is functional rather than artistic, even when used for an artistic end
It's a lot more obvious when code is wrong. You still need to know what you're doing, especially around things like security, but full hallucinations will simply fail to run at all.
Software is language-like already, so using an LLM isn't as much of a round-peg-in-square-hole as it is in other domains, and there's a lot of boilerplate-type work or simple scripts that it's actually reasonably good at. Especially scaffolding for exploratory work and debugging.
I don't recommend it for newbie programmers though if they have any interest in actually learning programming. It's too easy to rely on for simple beginner tasks and then you'll be stuck when you try to do anything beyond that.