“Every line of AI-generated code is a plausible-looking liability. It may pass basic tests, only to fail spectacularly in production with an edge case you never considered.” Every time I read something along the lines I have to wonder whose code these people review during code reviews. It’s not like the alternative is bulletproof code.
They set up a GitHub action that has AI do an immediate first pass (hallucinates high on drugs and not the good kind) and leave a review. Considering 80% of team mates are usually dead weight or mid at best (every team is carried by that 1 or 2 guys who do 2-3x), they will do the bare minimum review. Let’s be real.. PIP is real. Job hopping because bad is real. It’s a problem. I have dealt with this and had to fire.
AI and Home-Cooked Software
21–30 of 44 posts
Re: AI and Home-Cooked Software
#22Re: AI and Home-Cooked Software
#23I find LLMs really useful on a daily basis but I keep wondering, what's going to happen when the VC money dries up and the real cost of inference kicks in? Its relatively cheap now but its also being heavily subsidized. The usual answer is to just jam ads into your product and slowly increase the price over time (see: Netflix) but I don't know how that'll work for LLMs.
But in that situation, there may be no further updates, the future remains uncertain.
Re: AI and Home-Cooked Software
#24Earlier quoted context omitted.
That is literally the exact promise of CASE tools in the 80s and the early 90s; UML code generation tools in the 2000s, and "low-code/no-code" platforms in the 2010s. It turned out to be a disaster every time, especially when the Idea Persons chucked their creations over the wall to SWEs to bash them into actual products because the Idea Persons had Far More Important Things To Do than maintain their coalesced brain…
I do think that there’s a difference in kind here - we’re not producing UML graphs that require programmer time to implement (or sending the diagrams to SE Asia and then code reviewing). The code ‘works’ - and the folks who are improving the prototype can also benefit from the tools that the Idea Person used.
And in the case of low code/no code, those produced working prototypes as well. And you could in most cases export them to raw code.
Re: AI and Home-Cooked Software
#25Re: AI and Home-Cooked Software
#26I find LLMs really useful on a daily basis but I keep wondering, what's going to happen when the VC money dries up and the real cost of inference kicks in? Its relatively cheap now but its also being heavily subsidized. The usual answer is to just jam ads into your product and slowly increase the price over time (see: Netflix) but I don't know how that'll work for LLMs.
Re: AI and Home-Cooked Software
#27Ah, another "Now that we have AI, people can do [thing people could do for decades]" article. If there was something you wanted a computer to do, that it did not yet do, you programmed it. And if you didn't know how, you learned. BASIC was always there. But the industry as a whole moved away from the idea that end users are to program computers sometime in the 80s or 90s (the glorious point and click future was not e…
Re: AI and Home-Cooked Software
#28Ah, another "Now that we have AI, people can do [thing people could do for decades]" article. If there was something you wanted a computer to do, that it did not yet do, you programmed it. And if you didn't know how, you learned. BASIC was always there. But the industry as a whole moved away from the idea that end users are to program computers sometime in the 80s or 90s (the glorious point and click future was not e…
This may change as tools become better known or adopted. But for know the same people who did the job before are now using AI in that job.
FWIW, in my IRL experience, all the work output of those using AI for whatever task has been of poorer quality than without.
Re: AI and Home-Cooked Software
#29Long-term SWEs at non-tech companies will spend much of their time reviewing vibe coded features/prototypes/scripts from non-technical employees and scaling them once they become critical infrastructure. This'll eliminate jobs in the "develop CRUD app" industry but will create better jobs in security/scalability/quality expertise. But it'll take a few years as all these vibe coded business process scripts start to fa…