Come back in a week and update us on how long you've spent debugging all the ways that the code was broken that you didn't notice in those 15 minutes.
Usually I don't nitpick spelling, but "mimnutes" and "stylisitic" are somewhat ironic here - small correct-looking errors get glossed over by human quality-checkers, but can lead to genuine issues when parsed as code. A key difference between your two examples is that the failure-cases of an HTML download are visible and treated-as-such, not presented as successes; you don't have to babysit the machine to make sure it's doing the right thing.
EDIT: plus, everything that sibling comments pointed out; that, even if AI tools _do_ work perfectly (they don't, and never will), they'll still do harm when "working-as-intended" - to critical thinking, to trust in truth and reporting, to artistic creation, to consolidation of wealth and capital.
I was a non believer for most of 2024.
How could such a thing with no understanding write any code that works.
I've now come to accept that all the understanding it has is what I bring and if I don't pay attention, I will run into things like you just mentioned.
Just about the same if I work with a human being with no strong opinions and a complete lack of taste when it comes to the elegance of a solution.
We often just pass over those people when hiring or promoting, despite their competence.
I was being sold a "self driving car" equivalent where you didn't even need a steering wheel for this thing, but I've slowly learned that I need to treat it like automatic cruise control with a little bit of lane switching.
Need to keep the hands on the wheel and spend your spare attention on the traffic far up ahead, not the phone.
I don't write a lot of code anymore, but my review queue is coming from my own laptop.
> Usually I don't nitpick spelling, but "mimnutes" and "stylisitic" are somewhat ironic here
Those are errors an AI does not make.
I used to be able to tell how conscientious someone was by their writing style, but not anymore.
> Need to keep the hands on the wheel and spend your spare attention on the traffic far up ahead, not the phone.
Now _this_ is a more-balanced perspective!
(And, to be clear - I use AI in my own workflow as well, extensively. I'm not just an outside naysayer - I know when it works, _and when it doesn't_. Which is why unreasonable claims are irritating)
Except it's turns out it's not a problem in practice, and "the work" matters only in less than 1% of the cases, and even then, it's much easier done with the web than without.
But it was impossible to convince the older generation of this. It was all apparent from our personal experience, yet we couldn't put it into words that the critics would find credible.
It took few more years and personal experience for the rest to get up to speed with reality.
Three years ago, would you have hired me as a developer if I had told you I was going to copy and paste code from Stack Overflow and a variety of developer blogs, and glue it together in a spaghetti-style manner? And that I would comment out failing unit tests, as Stack Overflow can't be wrong?
LLMs will change Software Engineering, but not in the way that we are envisaging it right now, and not in the way companies like OpenAI want us to believe.
Why? I'm not in this to make money, I'm this for cool shit. Game-changing technologies are created incrementally, and come from extensive collaboration.
Come on, this problem is now a US president
I got limited access to the internet in the Netscape Navigator era, and while it was absolutely awesome, until around 2010, maybe 2015 I maintained that for technical learning, the best quality materials were all printed books (well, aside from various newsgroups where you had access to various experts). I think the high barrier to entry and significant effort that it required were a pretty good junk filter.
I suspect the same is true of LLMs. You're right, they're right, to various degrees, and it's changing in various ways as time goes on.
This so much - can't believe how much of these "I am not even reading the LLM code anymore it is that good" comments I am reading. Either you are all shit programmers or your "You are an expert senior software developer" prompts are hitting the LLM harder. Because I'm here LLMing as much as the next guy, hoping it will take the work away - but as soon as I start being lazy, jumping over the code and letting it take the wheel it starts falling apart and I start getting bug reports. And the worst part is - it's the code "I wrote" (according to git blame), but I'm reading it for the first time as well and reading it with attention to detail reveals its shit.
So not sure what models you guys are getting served - especially the OpenAI stuff for coding, but I'm just not getting there. What is the expert prompt sauce I am missing here ?
I’m still telling it pretty much exactly what to do but it’s fuzzy enough to save a lot of time often.
Fairly sure you didn't mean this :-D
LLMs will probably lead to 10x the concentration of wealth.
Yes, I meant that LLMs will do harm to - will exacerbate - _the problem of" wealth consolidation.
Same as if I let a junior engineer merge code to main w/o unit tests.
Complete garbage, of course.
Oh wait, my code is also trash w/o good unit tests, because I am only human.
Instead I'll write out a spec, define behaviors and edge cases, and ask the junior engineer to think about them first. Break implementation down into a plan, and I'll code review each task as it is completed.
Now all of a sudden, the code is good, independent of who/what wrote it!