Explore whether AI will replace programmers in this 2026 career guide for software developers.
A recent Reddit post from /u/kalmankantaja captured a feeling many developers in 2026 will recognise: the shock of seeing paid AI coding tools demolish the need to type much by hand, and the creeping worry that this isn’t just task automation – it’s the automation of thinking.
AI is replacing intellectual activity itself.
The author is considering leaving software for biotech research, but worries AI could swallow that too.
Even though AI can’t generate truly novel ideas yet, the pace scares me.
Let’s ground this. What’s really changing, what still needs us, and how UK developers can build a resilient, high-leverage career over the next few years.
Modern AI coding assistants are based on transformers – models that predict the next token (piece of text) with remarkable accuracy over a large context window (the amount of text they can “remember” at once). They are extremely good at pattern completion, translation between representations (requirements to code, code to tests), and explaining ambiguous code.
That makes them lethal to a large slice of day-to-day software work: boilerplate, wiring, refactors, tests, documentation drafts, and porting between frameworks. It can feel like “intelligence automation” because a lot of programming is text and patterns – and these models excel at text and patterns.
But there’s a difference between automating programming and automating product and system outcomes. Models still struggle with underspecified requirements, hidden constraints, real-world data mess, trade-offs (security vs velocity, cost vs latency), and accountability. These sit outside token prediction – they live in teams, customers, governance and production environments.
AI is your new baseline productivity layer. The value moves up the stack: design, integration, data boundaries, safety, and measurable outcomes. Roles are shifting from “type code” to “ship reliable systems that matter”.
If you’re pasting client code or data into US-hosted tools, you’re potentially in scope of UK GDPR. Build guardrails before habits set in:
Useful reference: the UK Information Commissioner’s Office guidance on AI and data protection.
Biotech and research will also feel AI’s tailwinds. Many research tasks are becoming more automatable – literature review, data wrangling, experiment planning support, and analysis. But wet lab work, regulatory processes, and hypothesis-driven thinking keep humans in the loop for the foreseeable future.
If you’re drawn to science, go because you love the domain, not to outrun AI. The most resilient path is likely cross-disciplinary: software skills plus a hard domain (biology, energy, manufacturing, law). You’ll bring leverage wherever the constraints are gnarly and the data is proprietary.
For a simple workflow example, see how to connect a model to a spreadsheet in my guide on automating Google Sheets with ChatGPT. The same pattern applies: small, auditable automations with clear inputs and outputs.
No – but the kitchen is hot. AI has automated a surprising chunk of programming-as-typing. What it hasn’t automated is the chain from problem to impact: scoping, constraints, ethics, data stewardship, quality and operations. That’s where your edge lives.
If you switch to biotech, do it because you care about the science and are ready to pair domain learning with your software leverage. If you stay in software, move up the stack, get compliance-savvy, and treat AI as a power tool – not a crutch. The work is changing fast, but there’s still plenty of human-shaped ground to own.
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
118 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.