Exploring whether AI will replace software engineers and the implications for tech careers in 2025.
A Redditor in this post asks a hard question many UK technologists are whispering: what if AI is compressing the need for human labour in tech, in real time?
“One person with AI can do them on the side.”
If your team feels smaller but ships more, you’re not imagining it. AI is eating the slow, repetitive and low-context parts of software work. The concern is whether there’s anything left on the plate for the rest of us.
“It feels like a slow erosion of the need for human labor in tech.”
The honest answer today is task-level automation, not wholesale job replacement. Large language models (LLMs) are superb at code generation and refactoring, yet still unreliable without human review. Hallucinations (confident but wrong answers) remain a daily reality, and integration with messy real systems is non-trivial.
However, two things can be true at once:
In the UK context, adoption is tempered by legal and operational constraints: UK GDPR, ICO guidance on generative AI, data residency, security review, procurement, and sector rules (finance, health, public sector). Those frictions slow full automation and create new work in governance, evaluation and integration.
Useful reads:
| Work area | AI leverage | Human edge | UK-specific factors |
|---|---|---|---|
| Boilerplate app dev, CRUD APIs | High | Product judgement, integration, constraints | Security, data protection, legacy interop |
| Manual QA, basic test writing | High | Test strategy, non-functional testing | Auditability, regulated testing evidence |
| Support Level 1 | High | Escalation triage, empathy, exceptions | Recording and handling personal data |
| Data engineering, MLOps | Medium | Quality pipelines, reliability, cost control | Data lineage, DPIAs, vendor lock-in |
| Security, compliance, safety | Medium | Threat modelling, policy design, audits | UK GDPR, sector guidance, NCSC controls |
| Embedded, real-time, safety-critical | Low–Medium | Determinism, verification, certification | Standards and regulator expectations |
Master your chosen tools and show measurable impact: reduced cycle time, defect rates, or costs. Keep a changelog of “before vs after” to evidence your value in reviews and interviews.
Practical example: connect LLMs to everyday tools to unlock compounding gains. See my guide on connecting ChatGPT with Google Sheets to automate reporting and analysis.
The hardest problems are at boundaries – legacy systems, flaky APIs, permissions, data quality. That’s where models struggle and humans win. Learn retrieval-augmented generation (RAG – a pattern that fetches authoritative facts from your data before generation) and evaluation frameworks. Understand “context window” limits (how much text a model can consider at once) and how to chunk, cache, and ground.
Work that touches customer value, cost control, or compliance survives. Build product sense, run small experiments, and quantify outcomes. If you can articulate the business case, you’re harder to cut.
Generic “full-stack” is saturated. Pick a domain: fintech reconciliation, NHS data pipelines, marketplace pricing, IIoT telemetry. Domain context multiplies your leverage with AI assistants.
If you lead teams, fight to keep apprenticeships and junior roles. AI needs reviewers and maintainers – that capability doesn’t appear without investing in people.
“It is like trying to run up an escalator that keeps speeding up under your feet.”
You’re not alone. The emotional bit is real: even if jobs aren’t vanishing wholesale, the reconfiguration is unsettling. Often the healthiest response is narrowing your horizon to the next 6–12 months:
If these trends solidify, expect smaller, more leveraged teams, not no teams. Output goes up; headcount goes down in some areas; new bottlenecks emerge elsewhere.
AI is reducing the need for human hands on repetitive tasks, especially for juniors. But UK adoption is gated by governance and integration realities that still need skilled people. To stay relevant, lean into AI, own the messy edges, and ground your work in business value and compliance.
If this Reddit post resonates, read it, sit with it, then translate the anxiety into two concrete experiments you’ll ship this quarter. Careers don’t vanish overnight – they migrate. Steer yours.
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
53 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.