Earlier quoted context omitted.
Work is delivering value. Yes, we have craftsmanship, but at the end of the day everything is ephemeral and impermanent and the world continues on without remembering us. I think both the IC and executive are correct in superposition.
Indeed. Even the ur-craftsman, John Carmack, says that delivering value to customers is pretty much the only thing that matters in development. If AI lets you do that faster, cheaper, you'd be a fool not to use it. There's a reason why it's virtually a must in professional software engineering now.
Why are executives enamored with AI, but ICs aren't?
161–170 of 179 posts
Re: Why are executives enamored with AI, but ICs aren't?
#162Earlier quoted context omitted.
ICs dislike this because executives haven't been shy that their goal in increasing productivity with LLMs is to reduce headcount. Additionally, we have 50 years of data showing that increased productivity only marginally increases pay, if at all - all the gains are captured by the executives. The more appropriate tools for ICs are torches and pitchforks.
But what’s your expectations here? Should companies pretend LLMs don’t exist and just continue as before, or do we need some way of acknowledging there’s a new technology that, when put to good use, can increase productivity?
Re: Why are executives enamored with AI, but ICs aren't?
#163Earlier quoted context omitted.
> I do regularly read the code that Claude outputs You probably could have s/Claude/Human/ in your rant and been just as accurate. I don't know how many times I've flagged these issues in code reviews. And that's only assuming the human even bothered to write tests... What I find is that when I ask AI to write tests it writes too many, and I agree with you that a lot of them are useless. But then I just tell it that,…
How do you know whether the tests it’s spits out are bad if you don’t read the tests. We’re not dealing AGI here. Tests aren’t strictly necessary for humans. They are for AI. AI requires guardrails to keep from spinning out. That’s essentially the entire premise of the agentic workflow.
Re: Why are executives enamored with AI, but ICs aren't?
#164I think executives are excited about AI because it confirms their worldview: that the work is a commodity and the real value lies in orchestration and strategy. It doesn't help that the west has a clear bias wherein moving "up" is moving away from the work. Many executives often don't know what good looks like at the detail level, so they can't evaluate AI output quality.
MD here, of a really small company (and I'm not a doctor). I'm (mildly) excited by LLMs because I love a new shiny tool that does appear to have quite some utility. My analogy these days is a screwdriver. Let's ignore screw development for now. The first screwdrivers, which we still use, are slotted and have a habit of slipping sideways and jumping (camming out). That's err before LLMs ... something ... something. Fa…
Re: Why are executives enamored with AI, but ICs aren't?
#165Earlier quoted context omitted.
I lead a team of Data Engineers, DevOps Engineers, and Data Scientists. I write code and have done so literally for my entire life. AI-assisted codegen is incredible; especially over the last 3-4m. I understand that developers feel their code is an art form and are pissed off that their life’s work is now a commodity; but, it’s time to either accept it and move on with what has happened, specialize as an actual artis…
> their life’s work is now a commodity Which parts of it exactly? I've considered for loops and if branches "commodities" for a while. The way you organize code, the design, is still pretty much open and not a solved problem, including by AI-based tools. Yes we can now deal with it at a higher level (e.g. in prompts, in English), but it's not something I can fully delegate to an agent and expect good results (althoug…
Re: Why are executives enamored with AI, but ICs aren't?
#166Re: Why are executives enamored with AI, but ICs aren't?
#167e: typo
Re: Why are executives enamored with AI, but ICs aren't?
#168I think executives are excited about AI because it confirms their worldview: that the work is a commodity and the real value lies in orchestration and strategy. It doesn't help that the west has a clear bias wherein moving "up" is moving away from the work. Many executives often don't know what good looks like at the detail level, so they can't evaluate AI output quality.
For the record all your prompts are tracked and easily viewable by whoever oversees it at your company. Don't prompt more than you have to and certainly don't give it your best ids. This is value at scale.
Re: Why are executives enamored with AI, but ICs aren't?
#169Earlier quoted context omitted.
> I'm (mildly) excited by LLMs because I love a new shiny tool that does appear to have quite some utility. I really think a lot of folks were conned by a smooth operator and a polished demo, so now everyone has to suffer though having this nebulous thing rammed down our throats regardless of its real utility because people with higher pay grades believe it has utility. It feels like a lot of “AI is inevitable; you a…
Classic kafka trap! The mere sign of resistance is a sign of a deeper psychological incompatibility that fundamentally needs to be worked through until you agree with the state.
Re: Why are executives enamored with AI, but ICs aren't?
#170AI allows executives to spend R&D to create a flywheel which builds more, faster, without hiring more. It makes every individual employee able to deliver more. ICs dislike this because it raises expectations and puts the spotlight on delivery velocity. In a manufacturing analogy, it’s the same as adding robots that enables workers to pack twice as many pallets per day. You work the same hours, but you’re more tired,…
> it’s the same as adding robots that enables workers to pack twice as many pallets per day. It isn't this. This is the executive's misinterpretation.