> McKinsey stated AI could “automate work activities that absorb 60 to 70 percent of employees’ time today” across all occupations, not specifically software development. I would wager a large portion of that would be both generating and then triaging a certain level of institutional "bullshit communications". For example, the employee must give daily status updates, and they have a three-item list for the day. They…
LLM biggest productivity boost might uncovering that most of the work we do is B.S. anyway and mostly made up of pushing papers around.
Is AI a Bubble? I Didn't Think So Until I Heard of SDD
31–40 of 58 posts
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#32Earlier quoted context omitted.
As they should be. It’s a necessary tool to learn. If your entire dev team circa 2010 was writing code in notepad++ and sharing code versions in a zip file, you would push them to use an IDE and source control. It’s the same concept.
Why should it be necessary to adopt a tool that reduces your productivity by 20%?
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#33Earlier quoted context omitted.
As they should be. It’s a necessary tool to learn. If your entire dev team circa 2010 was writing code in notepad++ and sharing code versions in a zip file, you would push them to use an IDE and source control. It’s the same concept.
That's true insofar as there is friction to adoption. But whether $THING should be adopted and whether it does increase long-term productivity is nowhere near as clear-cut.
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#34Earlier quoted context omitted.
lol and Chamath is over here saying vibe coding is overhyped: https://www.reddit.com/r/NoCodeSaaS/comments/1mvb3tm/chamath... Professional coders are the only ones who can get anything real out of llms(well, maybe a 19% decrease in productivity but it’s not fake. Do you have a source on that “impact is monumental for non developers”? Because most of what I’ve been reading is that group is mostly vaporware.
There is a big gulf between the know-nothing vibe-coding and a professional programmer using a LLM, with lots and lots of people somewhere in the middle, who can code, but is slow at it because they are always learning on the fly, coding just a few hours a week, targeted at small goals, like data wrangling in a pipeline, small applications to replace clunky and error prone Excel books. No, I don't have a study to bac…
Yesterday I was discussing with the head of a company that has been developing software for 30 years, and he told me that they had some old assembly code left, the original programmer retired years ago, so they converted the code with the help of LLM...
I use LLM to create scripts for various manipulations and data extraction from documents, once I managed to create a working "Wikipedia" after several attempts to make prompt as accurate as possible...
The question is not whether I could have done it, but how long it would have taken me without LLM.
But looking for bugs in "someone else's" code I created is a scary, frustrating job, especially when LLM hallucinates extensively somewhere in the middle of the work :)
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#35Earlier quoted context omitted.
Why should it be necessary to adopt a tool that reduces your productivity by 20%?
Please provide supporting evidence of this wild claim.
> Most alarmingly, the METR study found experienced developers took 19% longer with AI tools, despite believing they’d sped up by 20%.
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#36Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#37Earlier quoted context omitted.
That's true insofar as there is friction to adoption. But whether $THING should be adopted and whether it does increase long-term productivity is nowhere near as clear-cut.
Have you used it? It should be, and does.
Ironically you could get the same effect and save compute fees by simply having programmers stay home one day a week.
[1] https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o...
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#38Look, maybe AI for professional programming is overhyped, but for the huge number of professionals who need to program as a part of their job, but programming is decidedly NOT their job, but who do not have programmers available to them, LLM's are.monunmental. For these people, these LLMs are huge productivity enhancers. We shouldn't be measuring productivity gain by professional programmers, but by the larger popula…
Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#39Re: Is AI a Bubble? I Didn't Think So Until I Heard of SDD
#40Earlier quoted context omitted.
There is a big gulf between the know-nothing vibe-coding and a professional programmer using a LLM, with lots and lots of people somewhere in the middle, who can code, but is slow at it because they are always learning on the fly, coding just a few hours a week, targeted at small goals, like data wrangling in a pipeline, small applications to replace clunky and error prone Excel books. No, I don't have a study to bac…
Differences in LLM usage are common, so I guess we'll just "argue" here :) Yesterday I was discussing with the head of a company that has been developing software for 30 years, and he told me that they had some old assembly code left, the original programmer retired years ago, so they converted the code with the help of LLM... I use LLM to create scripts for various manipulations and data extraction from documents, o…