⏱ 10 min read
I DON'T
WRITE
CODE
ANYMORE.
and that's the point.
After 15+ years of typing every line myself from Manipur to Pune, client to client I had to confront a quietly uncomfortable truth: the best version of my work no longer starts with a blank file.
The Numbers Behind This Article
15+
Years coding
2025/26
The shift point
50+
Client projects
~80%
Code now AI-assisted
"There's a new kind of programming emerging not quite programming as we know it. You describe intent, and AI figures out the implementation."
— Andrej Karpathy, 2024 (still true in 2026)
~80%
15+
Still
Reviews every line before it ships
Better
Outcomes than ever
How I Used to Work — VS Code, Every Line
Personal Context — Why This Matters to Me
“
What Actually Changed — And When
The shift didn’t happen overnight. It accumulated. First it was GitHub Copilot for boilerplate saving me from typing the same React component scaffold for the hundredth time. Then Cursor, with its multi-file reasoning that started understanding my codebases holistically. Then in 2026, Claude Code and that’s when the relationship changed fundamentally.
Claude Code isn’t an autocomplete tool. It’s an agent. I give it a task “Refactor this WordPress template to be more semantic and add proper Schema markup” and it reasons across files, makes decisions, runs tests, and reports back. I review. I adjust. I approve or reject. But I’m no longer the person writing every line.
The first time I gave Claude Code a complex multi-file refactoring task and watched it work through the problem questioning its own assumptions, catching its own errors, asking me for clarification on genuinely ambiguous decisions I felt two things simultaneously: impressed and quietly unsettled.
Before AI Agents (2024 and earlier)
- Open VS Code. Start typing HTML from scratch
- Write CSS rule by rule, tweak breakpoints manually
- Wire up JavaScript interactions character by character
- Debug by reading stack traces and searching docs
- Write boilerplate that's nearly identical every project
- Refactor = rewrite manually, file by file
After Claude Code & Cursor (2026)
- Describe the component and its constraints in plain English
- Review and refine the AI's generated CSS improve, don't recreate
- Verify the AI's logic meets performance and accessibility requirements
- Debug by asking the agent to reason through the error with me
- Skip boilerplate entirely focus on the non-obvious decisions
- Refactor = describe the goal, review the diff, approve or iterate
On "Vibe Coding" — What Karpathy Got Right
In early 2025, Andrej Karpathy coined the term “vibe coding” the idea of describing what you want and letting AI figure out the implementation while you focus on the overall feel and direction. It became one of the most discussed (and debated) developer concepts of the year.
— Somorjit Konthoujam, August 2026
“
The 8 Tools — Reviewed for 2026
The framing that resonates most with me and that I think describes where front-end development is heading is the concept of the orchestrator.

SOMORJIT — ORCHESTRATOR
Architecture & Decisions
Claude Code
Cursor
v0.dev
Performance Review
Accessibility Check
Final Review
Ship & Monitor
What a Real Workday Looks Like in 2026
Architecture & Problem Definition
30%
Reviewing & Refining AI Output
35%
Hand-Writing Critical Code
15%
Testing, Performance & Communication
20%
Roughly 80% of the code that ships in my projects is now AI-assisted in some way generated, refactored, or significantly improved by AI. But 100% of that code passes through my judgment, review, and explicit approval before it reaches a client or production environment. The ratio has changed; the responsibility hasn’t.
What This Means for WordPress Work Specifically
In 2026, Claude Code changed this substantially. Its understanding of WordPress internals action hooks, filter chains, template hierarchy, WooCommerce’s cart/checkout flow is now genuinely useful. I use it daily on client sites. But I still catch errors that would have caused real problems: wrong hook priority, a function that fires on the wrong conditional, CSS specificity that looked fine in isolation but collided with a plugin’s output.
The Part AI Still Can't Do
I want to be clear about this because I’ve seen the opposite claim made that AI will eventually replace all of it. That’s not what I observe in my daily work.
Where AI Struggles
Contextual judgment about why a design choice exists. Knowing which performance tradeoff fits this specific client’s audience. Reading between the lines of a vague brief. Noticing that an accessibility pattern works technically but creates a confusing UX for this specific flow.
The Gap
Where Humans Remain Irreplaceable
Understanding client goals beyond the stated brief. Anticipating business context the code doesn’t show. Architectural taste: knowing not just what works but what will still make sense in two years when someone else maintains it.
The developers who are struggling right now are not the ones being replaced by AI. They’re the ones who don’t have enough foundational knowledge to evaluate what AI gives them. You cannot review the code you don’t understand. You cannot catch AI’s mistakes in a domain where you have no expertise. The fundamentals matter more now, not less because they are the judgment layer that makes AI useful rather than dangerous.
Being Honest: The Uncomfortable Side
I’ve made peace with this framing: I am not the person who writes the code. I am the person responsible for the outcome. Those have always been different things. AI just made the gap between them more visible.
FAQs
If AI writes most of the code, what are clients actually paying for?
How do you ensure AI-generated code is quality not just functional?
Should junior developers avoid AI tools to learn "real coding"?
Which specific tools do you use daily in 2026?
Claude Code for agentic tasks and complex multi-file work (especially WordPress). Cursor for daily IDE editing and inline assistance. v0.dev for rapid UI component generation. GitHub Copilot occasionally for quick completions when I’m already in VS Code. I wrote a full breakdown in the 2026 AI tools article.
Do you ever still write code by hand, without AI?
Yes. Complex business logic where clarity and auditability matter more than speed. Performance-critical sections where I need precise control. Security-sensitive code. Accessibility patterns that AI consistently gets subtly wrong. And sometimes just because I want to the craft still matters to me, even when the outcome doesn’t depend on it.
Share this Article
Journey
Freelancing
AI & Dev
Web Development
WordPress Performance Expert & AI-Driven Developer with 15+ years of experience. Based in Pune, India. I help businesses get faster sites, better rankings, and launch-ready pages.
- ~80% of shipped code is now AI-assisted but 100% passes through human review
- Claude Code changed WordPress development in 2026 more than any previous tool
- The orchestrator model: direct, review, and approve don't just generate
- Fundamentals matter more in the AI era, not less they are the judgment layer
- AI cannot replace contextual business judgment or responsibility for outcomes