Industry News 10:00 am

The Future of Web Development: Predictions from the Trenches

Where web development is heading, from someone who’s been wrong before but keeps trying.

5 min read

I have never once in my life dismissed a technology without trying it first. Not once. This is not a brag - it’s a clinical condition. I have undiagnosed ADHD and weapons-grade FOMO, and the combination means that every time something new shows up, I am physically incapable of ignoring it. I have to touch it. I have to build something with it. I have to stay up until 3 AM reading documentation written by someone whose first language clearly isn’t English, squinting at code samples on a phone because I’m too wired to get out of bed and go to my desk.

So when I tell you where I think web development is heading, understand that I’m not coming at this from some detached analyst position. I’m coming at it from 16 years of freelancing through my own shop, a current senior front-end role at an Omnicom agency, and an entire career that started because I found an HTML4 for Dummies book on a free shelf at a coffee shop and opening index.html in a browser was literally like a hit of drugs. That book was the spark, not the syllabus - I learned the rest from Google.

AI Is Going to Take My Job (And I’m Weirdly Excited About It)

In December 2024, I built an Electron app with Rust binaries. I had never written a line of Rust in my life. ChatGPT wrote roughly 95% of that code. It compiled. It worked. It shipped.

Let that sink in for a second. A high school dropout with a GED and no CS degree built a working application in a systems programming language he’d never touched, in a matter of weeks, because AI filled every gap in his knowledge in real time.

I genuinely believe AI will eventually replace what I do for a living. I also genuinely cannot stop using it and pushing it further. The duality is real, and I’ve stopped pretending it isn’t. Every time I use Claude Code to bang out a WordPress plugin in an afternoon that would have taken me a week, I’m simultaneously thrilled and aware that I’m training my replacement.

But here’s the thing - the developers who survive aren’t the ones who can write the most code. They’re the ones who know what to build. Architecture. Problem-solving. Understanding what a client actually needs versus what they asked for. AI can write a function, but it can’t sit in a meeting and realize the client’s real problem is three layers deeper than the feature request.

WordPress Will Outlive All of Us

I’ve been deep in WordPress for over a decade. Not the “I install themes and plugins” kind of deep. The “I reverse-engineered the core codebase line by line because I came in the back door, up the building, across the street, and dug a tunnel” kind of deep. I taught myself PHP by reading WordPress source code until it made sense.

People have been predicting WordPress’s death for years. They’re wrong, and they’ll keep being wrong. WordPress powers 43% of the web, has an ecosystem worth billions, and the hook system - actions and filters - is genuinely one of the most elegant architectural patterns in software. It shaped how I think about building everything.

Will WordPress modernize? Slowly, painfully, and with approximately fourteen thousand arguments on Trac tickets. But it’ll modernize. The REST API was a start. Full Site Editing is a mess that will eventually become less of a mess. The platform is too entrenched and too useful to die.

The JavaScript Framework Churn Will Continue (And That’s Fine)

I heard about React at a tiny grassroots WordCamp in Saratoga, New York - the one the local WP518 meetup group put together, where I volunteered. A French Automattic engineer named Bo was supposed to be giving a talk about Backbone, but he couldn’t contain his excitement about this new thing from Facebook. I was in the audience struggling with Backbone state management for a project called Glaze, and I immediately understood what React solved. It clicked in my bones.

I prefer Vue.js, personally. But I work in a React house at StudioRx (an Omnicom agency), and I’m fine with that. The framework doesn’t matter as much as people think. What matters is understanding why these tools exist, what problems they solve, and being ready to pick up the next one when it shows up.

Because it will show up. And I will be unable to resist trying it at 2 AM. See: FOMO, above.

Server-Side Isn’t Dead - It Just Got a Better Marketing Team

The pendulum is swinging back from “everything must be a single-page app” to “maybe we should actually think about whether this needs to be a single-page app.” Astro, HTMX, server components in Next.js - the industry is rediscovering that shipping less JavaScript to the browser is good, actually.

I manage my own Linode server with cPanel and, more recently, LiteSpeed. I’ve been running my own server for the better part of 16 years. I host a deliberately small roster of client sites on it. When you’ve spent that long watching server logs and tuning performance, you develop a deep appreciation for not sending 400KB of JavaScript to render a blog post.

The Solo Developer Is More Powerful Than Ever

This is the prediction I’m most confident about. AI tools are turning individual developers into small agencies. I’m living proof - I recently revamped my hosting business to offer clients free updates and fixes included in their hosting. Most are at $20/month, the nonprofits I host pay half that, and a few multi-site clients ride along for free, because Claude Code makes it possible for one person to maintain that whole roster without losing their mind.

That was not possible two years ago. The math didn’t work. Now it does. And that changes everything about how small development shops operate.

The Stuff I’m Less Sure About

WebAssembly will be important, but I don’t know when. Blockchain still hasn’t found a use case that makes me care. Edge computing is cool but most of my clients don’t need their WordPress site served from 47 global locations.

The honest answer for most predictions is “I don’t know.” But I know I’ll try whatever comes next, because that’s the only way I’ve ever learned anything - obsessively, recklessly, and usually at an hour when responsible adults are sleeping.

That approach got me from a GED and a free book to a senior dev role at an Omnicom agency. So I’m going to keep doing it until the robots fully take over, and probably even after that.

Related Posts