This analogy has layers that OP probably doesn't recognize. The film industry loves cgi because none of the digital vfx houses are unionized and they can treat the artists like crap. It severely devalued a ton of skilled labor around miniature and set design. Now, after 20 years of hard swing into cgi, people are starting to recognize just how much better movies from the practical era looked, and there is a push back…
Don't you mean extinct?
81–90 of 145 posts
Re: Don't you mean extinct?
#82Earlier quoted context omitted.
> Fall behind what? Able to produce "as much" what? Customer meaningful features that move the needle on the business. I think this is strictly true. And not because LLMs can write code faster. I think it's true even if you're still writing most of your code by hand and using the LLM as an assistant. My anecdotal but decades-long observation is that most of the time=cost of a project comes not from writing code, but…
And I am gradually coming to the conclusion that "needle" isn't even features. In a world where everyone has AI access, moving the needle in an existing product space can readily be done by whoever. The real game changers will be those who redefine their market segment entirely rendering existing offering completely out of customer demand. And the only way to migrate the business to the new model from the ground up i…
Another thing that LLMs are particularly good at is instilling their users with a false sense of confidence.
Re: Don't you mean extinct?
#83I mostly like this article but > Those who refuse to use an LLM will fall behind because they won't be able to produce as much Seems like a silly and needlessly aggressive take. Fall behind what? Able to produce "as much" what? I've never been evaluated on volume in my life. Nor have co workers who were severely "behind" ever feared for their jobs.
* Those who refuse to use a calculator over a slide-rule will fall behind because they won't be able to produce as much * Those who refuse to use a spreadsheet over calculator and paper will fall behind because they won't be able to produce as much * Those who refuse to use a truck over horse drawn wagon will fall behind because they won't be able to carry as much Seems pretty common sense to me, rathern than aggress…
Re: Don't you mean extinct?
#84I mostly like this article but > Those who refuse to use an LLM will fall behind because they won't be able to produce as much Seems like a silly and needlessly aggressive take. Fall behind what? Able to produce "as much" what? I've never been evaluated on volume in my life. Nor have co workers who were severely "behind" ever feared for their jobs.
No, he is correct. LLMs have much larger working memories for the kind of details you work with in programming tasks. You are at an objective cognitive deficit by not taking advantage of this. Everybody knows what he means by left behind. When you program, you do so with a goal in mind, and you will not be able to reach that goal as quickly without LLMs. You will be outcompeted by those who use them, and this means t…
The Luddites were a small group; AI has the chance to turn a majority of society into loom-smashers, which will be very fun to watch.
Re: Don't you mean extinct?
#85"Ride the wave." Or don't. Most LLMs people are using to code are paywalled, and controlled by private, for-profit entities. This is fundamentally different than the past, and diametrically opposed to the hacker. If you're a hacker, which most of you are not (things have changed here over time), you will reject this.
You can accomplish quite a lot with smaller local models on reasonably priced pro tier hardware (not cheap hardware, but very attainable hardware for anyone making average software engineer money). Qwen 3.6 27B and 35BA3, Gemma 28B, and so on are incredibly beneficial even if Anthropic and OpenAI produce better options. Failing that, GLM 5.2 is open weights, trades blows with current frontier models and widely availa…
Re: Don't you mean extinct?
#86> Writing tests used to be a pain. This is no longer the case. It is ok to request unit tests/CI tests for each PR. These have never been more important since large refactors are becoming increasingly common. Human and LLM review may miss stuff but good tests should catch breakages. The default behavior is not necessarily good. You end up with tests that match the code, but you don’t necessarily end up with tests tha…
Automating this away feels like massive folly.
Re: Don't you mean extinct?
#87With the improvements that AI has made in just the last year, it should be obvious to anyone that code written by an AI will at some point stop being "AI slop" and be better than the majority of coders are able to put out. Reduced to its basics, all code is just characters put into a sequence. Similar to chess or Go, both of which, it was claimed at one point or another, would be impossible for a computer to beat a h…
Re: Don't you mean extinct?
#88Re: Don't you mean extinct?
#89With the improvements that AI has made in just the last year, it should be obvious to anyone that code written by an AI will at some point stop being "AI slop" and be better than the majority of coders are able to put out. Reduced to its basics, all code is just characters put into a sequence. Similar to chess or Go, both of which, it was claimed at one point or another, would be impossible for a computer to beat a h…
LLMs are statistical prediction machines, they're always going to produce the most "average" code because they reproduce what they're trained on. Average code is bad , and it's going to get a lot worse as people's skills degrade and the training set degrades. If the code isn't readable to humans, there's no particular reason to think it's going to be magically readable by LLMs either.
The view that they are only statistical prediction machines is becoming increasingly disconnected from their current abilities.
I probably should have put the word 'easily' before readable. After all, if it is valid code, it can be read.
Re: Don't you mean extinct?
#90>In 1993, Jurassic Park came out and revolutionized the use of CGI in films I thought Terminator 2 did this. At least around where I lived everyone talked about T2 and questioned how they did this or that. JP? Not really.