AI Is Making Me Dumb: A Developer's Confession of Skill Atrophy

James Pain shares a candid personal account of how relying on AI for writing and coding has eroded his skills. After using AI exclusively for coding for one to two years — prompting only, without writing a single line of code himself — he reports that he has mostly forgotten how to code. He finds this "very sad and depressing because coding used to be [his] life."
Key Details
- The author used AI entirely for writing (articles, code, documents) and felt his own writing ability diminishing.
- When he reads AI-generated text, he thinks: "God damn, this just looks like AI. It doesn't sound or look like me at all."
- For coding, he has been using AI entirely for a year or two — prompting only — and now finds he has lost the ability to code manually.
- He is now in the process of teaching himself to code by hand again.
- He connects this to imposter syndrome and self-doubt: the AI feeds on self-doubt, making him second-guess his own work.
- He notes that even while writing this article, he almost copy-pasted it into Claude to check if it "makes sense or reads funny" — recognizing the cycle of dependency.
Broader Observations
- He believes the demand for software developers may decrease as AI takes over, potentially reversing the trend of high demand over the past 20–30 years.
- Referencing Robert C. Martin (Uncle Bob), he suggests the profession may return to a more professional, specialized practice — similar to when physicists and mathematicians did the programming before CS was a profession.
- He still thinks people who can read and write code will be needed — just fewer of them.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw 4.2 fixes pairing error and adds durable task flows
OpenClaw 4.2 patches a pairing error affecting users who updated around March 31st and introduces durable task flows that allow long-running tasks to survive gateway disconnections.

AI Data Centers Increase Local Temperatures Up to 9.1°C, Study Finds
A University of Cambridge study found AI data centers raise land surface temperatures by an average of 2°C after operations begin, with extreme cases reaching 9.1°C increases affecting areas up to 10 kilometers away.

Reddit Discussion Critiques Reactive AI Assistants, Calls for True Proactivity
A Reddit post argues that current AI assistants are reactive by design, waiting for human prompts rather than proactively identifying issues. The author distinguishes between scheduled checks and true contextual awareness, noting that real proactivity requires persistent memory, event-driven triggers, and cross-time reasoning.

Building FastTab with AI: A Custom Task Switcher for X11
FastTab solves a specific performance issue in the Plasma task switcher on X11 using Zig and OpenGL, with development supported by AI tools like Claude.