Latest MIT research and real-world data reveal insights on whether AI will replace software engineers.
A viral Reddit post argues the “AI will replace most software engineers” storyline was a fear-inducing PR move rather than a data-backed forecast. It claims only a small fraction of 2025 tech layoffs were actually due to AI, that most companies didn’t see productivity gains from AI deployments, and that new MIT research reveals hard limits to scaling large language models (LLMs).
This piece summarises the post, links to the primary source it cites, and offers a balanced view on what matters for UK developers, teams, and decision-makers.
Read the original Reddit discussion
| Claim | Figure | Source |
|---|---|---|
| 2025 tech layoffs attributed to AI automation | ~5% (c. 55k of 1.17m) | Reddit post (not independently verified) |
| Firms adopting AI with no meaningful productivity gains | ~95% | Reddit post (not disclosed) |
| Regret rate among companies that replaced humans with AI | 55% | Reddit post (not disclosed) |
| Frontier LLMs solving “messy” real-world codebase tasks | 20–30% | Reddit post cites Scale AI benchmark (source not disclosed) |
| MIT result on interference scaling with model width | Interference ∝ 1/width | MIT paper (linked in post) |
These are strong assertions. Where the post links a primary source (the MIT paper), I include it. Where it does not, treat the numbers as the author’s claims rather than established facts.
According to the post, MIT researchers observed that models pack many token representations into comparatively narrow internal spaces (dimensions). Rather than discarding rare tokens, models keep everything in overlapping form – described as “strong superposition”. When information overlaps, it interferes, and a model can confidently select the wrong latent feature when generating an answer. That is one pathway to “hallucination” (fabricated but fluent output).
“Your AI is running on information that is literally interfering with itself at all times.”
The post says the interference follows a precise law: halve the interference by doubling model width. That would explain why ever-bigger models seemed “smarter”: they simply gave tangled representations more room to separate.
Primary source: MIT paper link (as shared in the Reddit post). The broader claims about industry impact are the author’s interpretation.
“Hallucination” refers to an LLM generating plausible but incorrect statements. LLMs are next-token predictors, not truth engines; without grounding or verification, they may assert wrong answers with confidence.
The post cites two practical issues:
The post also warns about “vibe coding”: describing features to an AI, clicking accept until you have an app, and shipping without understanding, tests, or safeguards. This can create brittle systems with security and reliability gaps.
The author argues pandemic-era over-hiring, followed by a correction, sat behind most cuts. Pitching layoffs as “AI first” allegedly softened the optics and pleased markets. That’s a claim about corporate incentives rather than a documented dataset, so treat it as commentary.
“Firing people because you overhired looks bad. Firing people because you’re going ‘AI first’ makes your stock go up.”
If you’re exploring practical automations, I’ve covered a simple, auditable workflow here: How to connect ChatGPT and Google Sheets with a custom GPT.
The Reddit post pushes back on inevitability narratives: engineers aren’t being wholesale replaced, scaling has limits, and uncritical “vibe coding” is a risk. Whether or not you accept every statistic, the practical takeaway for UK teams is clear: measure outcomes, keep engineers in the loop, and invest in testing, security, and governance. AI can accelerate good engineering – it does not replace it.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
26 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.