Senior developers can reclaim the joy of programming and achieve flow in 2026 despite the impact of AI.
A senior developer on Reddit writes that they’ve stopped coding, now juggling multiple AI coding tabs and YouTube while models “work”. The result isn’t productivity – it’s burnout and a loss of pride in the craft.
“I haven’t written a single line of code in four months.”
They miss the slower, careful architecture work – that satisfying balance of flexible, readable, secure code and sane dependency management. Many of us feel this. The tooling moved at warp speed and our sense of mastery didn’t keep up. If coding used to be flow, today can feel like constant context-switching between “agents”, prompts and partial diffs.
“I miss the slower pace, when it was okay to spend several days on a small system.”
This isn’t just nostalgia. It’s a design problem at team and tool level: too many tabs, unclear roles for humans vs models, and no rituals for deep work. The good news is that you can redesign it.
AI hasn’t killed programming; it’s moved the locus of craft. In 2016, the craft was writing code and choosing libraries. In 2026, it’s shaping problems, setting constraints, writing robust interfaces and tests, and evaluating model output with discipline. The artefacts are different, but the standards can be just as high.
Two shifts matter:
If you feel less “valuable”, it may be because your workflow rewards speed over judgement. You can change that – personally and within your team.
Decide the model and environment up front (e.g., your IDE assistant), and stay there. Close the browser chat tabs. Switching between “Claude Code tab 7” and “Codex tab 3” burns attention and creates duplicate state. Depth beats breadth for both quality and morale.
Write the module boundaries, interfaces, and key invariants yourself. Add the first test for each public function. Then ask the AI to fill repetitive internals. You keep the architectural decisions – the part you once loved – and still benefit from speed.
Create “golden tests” and small benchmarks before asking the model to produce code. When the AI replies, run the tests, capture failures, and feed back only facts. You shift from nudging prose to operating a tight feedback loop.
Set 60–90 minute windows with autocomplete and chat disabled. Sketch designs, write docs and tests, and make tricky decisions. Then re-enable assistance to implement. You’ll get the slower, deliberate rhythm you miss – by design.
Voice prompting can feel more natural and reduce typing fatigue. Keep a single transcript per task inside your IDE so prompts and diffs live together. Avoid creating 12 chat rooms for one feature.
Pick small, end-to-end systems where you own the result: a CLI that tidies CSVs, a secure webhook proxy, a local note-to-issue tool. Treat them like weekend restoration projects. If you need a starter idea, try a simple data workflow like connecting a chat model to a sheet – my walkthrough on connecting ChatGPT to Google Sheets shows the pattern without the tool sprawl.
Senior impact isn’t raw keystrokes. It’s setting quality bars for AI-generated code (tests, security checks, licence compliance), steering architecture, and turning fuzzy ideas into robust plans. Write the team’s “AI code review policy” and own it.
UK organisations have particular constraints that actually reward careful, slower practice:
These constraints legitimise the slower, test-first discipline that brings back pride – and keeps you out of trouble.
| Practice | Why it helps | Tooling tips |
|---|---|---|
| Single-agent, single-context | Reduces cognitive churn and duplicate state | Use the IDE assistant; disable browser chats for the task |
| Hand-code interfaces and tests | Keeps architectural decisions human-led | Create module contracts and golden tests first |
| No-autocomplete blocks | Restores deep focus and design time | Editor profiles or focus modes; scheduled sessions |
| Evaluation harness | Turns prompting into measurable loops | Capture failures, seed fixtures, automate reruns |
| Minimal tab policy | Prevents “12 Claude tabs” fatigue | One transcript per feature, stored with code |
| AI code review policy | Aligns team on quality and compliance | Require tests, SBOMs, licence checks, secret scans |
For UK developers, the durable edge is shifting to problem framing, system design, evaluation, and production reliability. You’ll still write code – just not every line. The work that matters is tying code to business outcomes, proving correctness, and protecting users’ data.
For leaders, remove incentives that reward “lines per day” and create ones for passing tests, tackling ambiguous problems, and reducing operational risk. Make calm, deliberate engineering a first-class objective.
The Reddit author concludes they may need to grieve and move forward, experimenting with voice prompting and multiple agents. That’s a healthy stance. Cathedrals are still built – the cranes changed.
Start small: reclaim your architecture time, collapse your tabs, and define “good” in tests before the model types a word. The joy returns when you design the work so that your judgment – not the chat window – is the bottleneck.
If you want the full thread, it’s here: “I have lost the technical passion” on Reddit. And if you try any of the practices above, let me know what brought your flow back.
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
57 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.