Better Offline - Monologue: LLM Code Is Already Breaking Big Tech

Episode Date: March 20, 2026

In this week's Better Offline monologue, Ed Zitron talks about hyperscalers allowing non-technical workers to ship code, and how the over-reliance on LLMs and push to ship as much code as possible is ...setting big tech up for a calamity.This week’s free newsletter: https://www.wheresyoured.at/why-are-we-still-doing-this/ Save $10 off a year of my premium newsletter: https://edzitronswheresyouredatghostio.outpost.pub/public/promo-subscription/gzqwkv54e1 - I’d be so grateful! The Information piece: https://www.theinformation.com/articles/inside-meta-rogue-ai-agent-triggers-security-alert?rc=kz8jh3 Business Insider piece: https://www.businessinsider.com/amazon-tightens-code-controls-after-outages-including-one-ai-2026-3 YOU CAN NOW BUY BETTER OFFLINE MERCH! Go to https://cottonbureau.com/people/better-offline and use code FREE99 for free shipping on orders of $99 or more. Buy our new “FUCK DATA CENTERS” shirts today! --- LINKS: https://www.tinyurl.com/betterofflinelinks Newsletter: https://www.wheresyoured.at/ Reddit: https://www.reddit.com/r/BetterOffline/  Discord: chat.wheresyoured.at Ed's Socials: https://twitter.com/edzitron https://www.instagram.com/edzitron https://bsky.app/profile/edzitron.com https://www.threads.net/@edzitron Email Me: ez@betteroffline.comSee omnystudio.com/listener for privacy information.

Transcript
Discussion (0)
Starting point is 00:00:00 This is an IHeart podcast. Guaranteed Human. Run a business and not thinking about podcasting. Think again. More Americans listen to podcasts than adds supported streaming music from Spotify and Pandora. And as the number one podcaster, IHearts twice as large as the next two combined.
Starting point is 00:00:15 Learn how podcasting can help your business. Call 844-844-I-Hart. Another podcast from some SNL late-night comedy guy, not quite. Unhumor me with Robert Smygel and friends. Me and hilarious guests from Bob Odenkirk to David Letterman help make you funnier. This week, my guest,
Starting point is 00:00:32 SNL's Mikey Day and head writer, Streeter Seidel, help an a cappella band with their between songs banter. Where does your group perform? We do some retirement homes. Those people are starving for banter. Listen to humor me with Robert Smigel and friends on the IHeart Radio app, Apple Podcasts,
Starting point is 00:00:48 or wherever you get your podcasts. Most people out here think that taking care of one another is important. And most people would step up for a neighbor going through a tough time. Most people around here, here help out friends and family when they need it. But the funny thing is, most of us won't look for help when we need it. Talk to someone if you're struggling with mental health because most people out here really care. Find more information at loveyourmindtay.org. That's loveyourmindtay.org.
Starting point is 00:01:16 Brought to you by the Huntsman Mental Health Institute and the Ad Council. Therapy is fantastic, but once again, it does not have a monopoly on healing. That's why I create the resources and that's why I create the community because I really just want you to have more access. On the podcast, as cultivating her space, Dr. Dom and Terry Lomax create a space where black women can show up fully and be heard. It's tough because we're suppressing our emotions and so many of us are like high achieving individuals. Listen to cultivating her space on the IHeartRadio app, Apple Podcasts, or wherever you get your podcast. Hello and welcome to this week's better offline monologue. I'm your host at Zittron.
Starting point is 00:02:04 I heard something really worrying the other day about a major hyperscaler. According to the source, said hyperscaler was allowing and even encouraging non-technical workers to deploy code to consumer-facing products, specifically those who cannot read or write code, vibe coding their own projects using generative AI, with their code at some point theoretically reviewed by an actual software engineer before it gets pushed to production. The cold comfort of that review is that it assumes that software engineers, or at least the ones reviewing that code, are actually adept at code review. Or even if they are that they have sufficient time to look over the overly verbose code that LLM spew.
Starting point is 00:02:44 In some cases, I've heard, management is actively encouraging and even mandating these non-technical workers to use LLMs to make these features, creating a mutation of tech debt where somebody who cannot code uses a machine that doesn't think to create code with no intention that nobody really understands and does so at such a velocity that it burdens the actual technical workers with constantly having to monitor and fix it.
Starting point is 00:03:08 LLMs do not understand anything, nor do they think, which means any solutions they build or theoretical bug reports that they may make are immediately questionable. Their hallucinations are such that even features you believe are part of your code. After all, you can't read it, might not be there, or might be poorly designed, or might have some sort of unforeseen problem that neither you nor the LLM are aware of because its training data is based on code that already exists
Starting point is 00:03:31 versus any ability to solve novel problems. Also, the idea of having any number of non-technical people shipped code is fucking insane, an indicative of an overwhelming ignorance on the part of management. Even a few years of having overwhelming amounts of code written by LLMs, even by engineers who know what it says and have some intention in the prompts they do, is going to create a situation where most of the code is written without any intention, making it much harder to debug, because nobody really knows why it was written that way,
Starting point is 00:04:01 because LLMs don't think. I know I'm repeating myself already, but this situation is chilling me. Even outside of the vibe coding, there's a larger problem of developers writing code with LLMs that they barely review. In some cases, because they don't feel they need to and just skim read it, in many, many more because their bosses are demanding they ship features faster than is responsible or safe. Remember, many, many tech companies are mandating LLM use, harassing their workers, checking how much they use LLMs.
Starting point is 00:04:30 I've heard this from multiple companies. And really, it's not just for them, but it's especially hard on software engineers. Adding a layer of code written by people who quite literally do not understand what it says or does guarantees future situations where major services simply break. And the more of this nonsensical code that's allowed to be stood up on these services, the harder it will be to fix. Code isn't just something you write once and leave forever. It needs to be maintained by other people.
Starting point is 00:04:59 Sometimes years in the future, especially when people keep being laid off, which becomes much harder when there's lots of code to go through, written by an LLM piloted by somebody who doesn't know what they're actually doing, and relies on the LLM which doesn't know anything to tell them what's going on. Again, I realize I'm repeating myself, but LLMs do not have thoughts or feelings or knowledge. They are generating based on the parameters of their training data, which means that all of their code is, at best, an abstraction of somebody else's back and forth with a chat bomb. The code is not written efficiently or with any consideration of who might have to work with it in the future, or indeed what other things might be involved. LMs only know what they are fed or what they're connected to. They don't know the nuances of code. They don't know the nuances of software engineering or architecture, which means that they only know so much based on their training data and the environment around them, kind of.
Starting point is 00:05:52 They don't know the nuances of how service, let's say, meta or Microsofts, has been built over decades. and indeed the more of this code that's used to build those services, the less that these companies know about how their actual fucking software works. This is setting up the software industry for disaster after disaster, and it's already started to happen. To quote the information from this week. According to internal metac communications and an incident report seen by the information, a major security alert occurred last week after a meta software engineer used an in-house
Starting point is 00:06:25 agent tool similar to OpenClaw to analyze a technical question that are not yet. another employee had posted on an internal discussion forum. After doing the analysis, the AI agent posted a response in the discussion forum to the original question, offering advice on the technical issue, according to internal communications. The agent did so without approval from the employee. It's so cool that this is happening. It's so cool. It's great. It's actually brilliant. How fucking insane. What, and I'm, I am kindly going to assume that the person using this knew what they were doing. But the idea that we have, and I think this is what's happening with open source too, we have people with LLMs who are like, yeah, well, the LLM tells me I'm good,
Starting point is 00:07:03 so it must be. Let me just run this LLM past your problems. It's why we're getting all these junk pull requests on GitHub on open source projects. People that think they're competent because an LLM told them to are fucking up the entire software world. And according to the information, meta systems storing large amounts of company and user-related data were accessible to engineers who didn't have permission to see them. And this was marked as Sec 1 incident, the second highest level of severity on an internal scale that meta uses to rank security incidents. And again, that's quoting the information. The incident follows multiple problems caused at Amazon by its Kiro and QLLMs. I quote Business Insiders Eugene Kim. On March 2nd,
Starting point is 00:07:43 customers across Amazon marketplaces saw incorrect delivery times when adding items to their carts. The incident led to nearly 120,000 lost orders and roughly 1.6 million website errors. Amazon's AI tool Q was one of the primary contributors that triggered the event, according to an internal review. On March 5th, another outage caused a 99% drop in orders across Amazon's North American marketplaces, resulting in 6.3 million lost orders, one of the internal documents stated. One key factor was a production change that was deployed without using a formal documentation on an approval process called Model Change Management. Very cool. I also want to be clear that it appears that these incidents were created by use of these tools
Starting point is 00:08:29 by actual software engineers, people that ostensibly know how code and software architecture works. Reliance on large language models, especially at a time when executives are putting more pressure on engineers to deliver more features and ship more code, means that software engineers are being incentivized to be sloppy and to ship slop itself. There is nothing inherently good about automating code, nor is there any inherent value in shipping a lot of it fast. LLMs convince you that what you're writing is good and stable and does the thing you want it to, and if you skim reading the outputs or of course unable to read them at all, it's easy for you to assume that because you asked a model that does not have thoughts whether it thinks you got something right, that you actually did so, and that it got it right. To be explicit, allowing an LLM to write all of your code means that you are no longer developing code,
Starting point is 00:09:16 nor are you learning how to develop code, nor are you going to become a better software engineer as a result, nor are you solving actual problems. You are just handing work over to something and taking dog shit out. I'm not saying that all code is using LLMs are inherently bankrupt or anything, but I hear these stories about writing all the code and they give me the willies. And I know what I'm saying sounds like an insult or hyperbole. I don't mean it in that way. If you are just a person looking at, you're just a person looking at, code, you're only as good as the code the model makes. And as Mobertar recently discussed, these models are built to galvanize you, glaze you and tell you that you are remarkable, as you barely glance at globs of overwritten code that, even if it functions, eventually grows to a whole built with no intention or purpose other than what the model generated from your prompts. I'm sure there are software engineers using these models ethically, who read all the code, who have complete industry over it and use it like a glorified autocomplete. I can see the value. I'm also sure that there are some that are just asking it to do stuff, glancing at the code and shipping it.
Starting point is 00:10:21 It's impossible to measure how many of each camp there are, but hearing Spotify's CEO so that its top developers are basically not writing code anymore makes me deeply worried, because this shit isn't replacing software engineering at all. It's mindlessly removing friction and putting the burden of good or right on a user that it's intentionally gassing up. And ultimately, this entire era is a test of a person's ability to understand and appreciate friction. Friction can be a very good thing. When I don't understand something, I make an effort to do so, and the moment it clicks is magical. In the last three years, I've had to teach myself a great deal about finance, accountancy,
Starting point is 00:10:57 and the greater technology industry, and there have been so many moments where I've walked away from the page frustrated. Student self-doubt that I'd never understand something. I eventually did. It took time. It really took time, and really that luxury of time is important. And sadly, many software engineers face increasingly deranged deadlines set by bosses that don't understand a single fucking thing about their job or the software industry itself,
Starting point is 00:11:20 let alone what LLMs are capable of or what responsible software engineering might be. The push from above to use these models because they can, and I quote, write code faster than a human, is a disastrous conflation of fast and good, all because of flimsy myths peddled by venture capitalists in the media about LLM's being able to replace software engineers. It's fucking stupid. It's a disgrace, and there are a real problem. that are going to happen as a result.
Starting point is 00:11:48 The problem is that LLMs can write all code, theoretically. They can just put the code out that you might have written yourself. Doesn't mean the code is good or that somebody can read it and understand its intention or that it works so that it will work in the future or that you can build any kind of sustainable or, I don't know, like stable in any way organization on top of it. Or even that having a lot of code is a good thing both in the present and in the future of any company built. using this generative code. Adding the variable of code written by people who quite literally do not understand it
Starting point is 00:12:22 guarantees something severe and calamitous in the future, though I'd argue that was the case without their influence. Increasing the volume of code contributed to a company naturally increases the amount of time needed to read it, and the amount of effort needed to maintain it, which naturally encourages people to use LLMs to summarize it, and then... Well, you have to rely on the... LLMs to tell you what good looks like and they don't know a single fucking thing.
Starting point is 00:12:50 And it also creates a new burden on the technical workers to have to clean up the slop in their day-to-day lives. Generative code is a digital ecological disaster, one that will take years to repair thanks to company remits to write as much code as fast as possible, and use LLMs as much as possible too. Every single person responsible must be held accountable, especially for the calamities to come, as lazily managed software companies see the consequences of building their software on sand. I'll see you all next week. Another podcast from some SNL late night comedy guy, not quite.
Starting point is 00:13:33 Unhumor me with Robert Smygel and friends. Me and hilarious guests from Bob Odenkirk to David Letterman help make you funnier. This week, my guest, SNL's Mikey Day and head writer Streeter Seidel help an a cappella band with their between songs banter. Where does your group perform? We do some retirement homes. Those people are starving for banter. Listen to humor me with Robert Smigel and Friends on the IHeart Radio app, Apple Podcasts, or wherever you get your podcasts.
Starting point is 00:13:59 This week on Crimless, Rory and I welcome a very special guest. When I did a podcast, I wear my sleep mask. I like what this is going. So if you guys will indulge me. That's right, the incredibly talented and hilarious Will Ferrell on an episode dedicated to crimes committed by people named Will Ferrell. You're good for 300 crimes? Yeah. We're doing it. We got two.
Starting point is 00:14:23 I'm ready to go right up to present day. Listen to Crimless on the IHeart Radio app, Apple Podcasts, or wherever you get your podcast. I actually drop better when I'm high. It heightens my senses. It calms me down. If anything, I'm more careful. Honestly, it just helps me focus. That's probably what the driver who killed a four-year-old told himself.
Starting point is 00:14:48 And now, he's in prison. You see, no matter what you're not. you tell yourself, if you feel different, you drive different. So if you're high, just don't drive. Brought to you by NHTSA and the Ad Council. Therapy is fantastic, but once again, it does not have a monopoly on healing. That's why I create the resources and that's why I create the community because I really just want you to have more access. On the podcast, cultivating her space, Dr. Dom and Terry Lomax create a space where black women can show up fully and be heard. It's tough because we're suppressing our emotions and so many of us are like high achieving individuals.
Starting point is 00:15:25 Listen to cultivating her space on the IHeart radio app, Apple podcast, or wherever you get your podcast. This is an IHeart podcast. Guaranteed human.

There aren't comments yet for this episode. Click on any sentence in the transcript to leave a comment.