DEV Community

Valeria
Valeria

Posted on

Six bets on web development in the era of AI

Is it safe to assume that AI is not coming for our jobs after all? What about SEO experts and old-school webmasters? I wouldn’t claim to know exactly what the future holds, but I’d like to share with my thoughts on the matter and hear yours.

1. SEO would still matter

Currently applications like Claude or ChatGPT rely on three sources of data: their internal training data, contextual information (system and user prompts, RAGs, “memory” etc) and old-school web search APIs.

Depending on a particular prompt the system decides if it needs to fetch new information from the web or not. And for e-commerce requests like “I want to book a hotel” or “buy a bag of cat food” AI would need to go and fetch fresh data from actual sellers - they simply won’t have reliable information available elsewhere.

That’s why I believe that structured and clear content, semantic markup and engagement signals would still matter just as much, if not more than today.

In fact, I think that AI would have to learn to measure the quality of the content and its reliability. It’s all fun and games until someone is legally liable for producing false information, as they say. Cleaning up data - AI slop in this case - is a necessity for the next generation of AI tools to emerge.

2. Progressive Embedded media would emerge

I don’t think users would ever stop visiting the websites directly. It might have been the case if we’d only rely on text and basic media, but it’s not - interactive web components are what makes user stick longer on the pages and give those good engagement signals for the search engines as a side effect.

I believe that we will continue evolving technology to allow machines enjoy clear and fast well-structured content and for humans to enjoy accessible, rich, interactive widgets that can be accessed on the source website or directly in your AI chat.

3. CSS would be used less for Design, more for Design Systems

If we are to explore the idea of chat embeds further, I would bet that AI chat applications would still want to have a modicum of control over how the interface would look like. At the very least it would be great if an embed wouldn’t stick as a sore thumb and instead would fit into UI of the tool seamlessly.

We have done something similar with dark and light modes, but I think we would move it even further - towards customisable designs. CSS already has variables that we could use to make embedded applications look great in ChatGPT, Claude, Gemini and our own apps/websites.

4. Accessibility would matter for AI too

Let’s say I want to schedule an appointment with my hairdresser. I can ask my AI assistant to schedule it for me over voice or in a chat.

If I use a device without a display, e.g. a home hub, AI assistant would have to present me with information verbally, akin to a screen reader.

And to make an actual appointment AI would definitely prefer to use text-based information rather than a screenshot of the page as it’s much less energy consuming.

5. Wider adoption of MCP & LLMs Docs

Model context protocol is already quite widespread and I think it would make its way into pretty much any e-commerce website.

I’m not sure what we would settle on, but at some point we would most likely adopt something like /llms.txt as we need a way to share the information about capabilities like MCP support with the machines.

6. Single Sign On & Passwordless authentication adoption

The future where one would trust AI to perform operations on its behalf on a wide variety of platforms demands a secure way to authenticate AI agents on external platforms.

I think the most likely winner would be a combination of password managers and single sign on (SSO) from them or other trusted providers.

That also means that MFA codes sent by email and SMS would have to retire and make way for passkeys or at the very least switch to digital MFA codes that one can share with the password manager.

Final thoughts

Call me a hopeless romantic, but I’d love to see AI tools giving rise to genuine, unique, human made high quality content.

Yes, we took a bit of a detour with image and video generation and Suno is making quite decent music nowadays, but ultimately I would like to hope that there soon come a time when AI would need creators to feed them new content. To be fair, the time is almost there, I just hope that writers, musicians, researchers, poets, artists, photographers, painters and, yes, us, developers would be valued for our skills and contributions.

What do you think about the future?

Top comments (8)

Collapse
 
lucapu88 profile image
Luca Caputo

The reasoning is actually flawless! If artificial intelligence relies on things created by us humans, when it finishes using everything we've used, will it need something else, or will it continue with things it created itself? It seems more like a dog chasing its own tail to me! So I also believe it will still need us humans, even for those tasks it's "replacing"... But we live in uncertain times, where things change often and too quickly, so I wouldn't bet my life on it! 10-20 years ago, it was much easier to predict the future; today, it's becoming almost impossible to predict even what will happen a year from now.

Collapse
 
leob profile image
leob

AI isn't per se "coming for your job" - but it's very likely to (sooner or later) change your job ...

Collapse
 
valeriavg profile image
Valeria

I agree, just like NodeJS, React and did! Change is the only constant 🤗

Collapse
 
masterdevsabith profile image
Muhammed Sabith

Points 2,3,4 I'll bet 100%

Collapse
 
valeriavg profile image
Valeria

What about SEO & authentication? What do you think in those ones?

Collapse
 
masterdevsabith profile image
Muhammed Sabith

yeah I agree with them, but these are the ones I strongly agree ! Because I know it's gonna definitely come for sure !

Thread Thread
 
valeriavg profile image
Valeria

Ah I see, I was hoping to learn a different perspective!

Collapse
 
gregory_willis_db2b7f3142 profile image
Gregory Willis

Great post Valeria ! It's been reposted to yoDEV.dev a Latin American dev community. Credits back to your dev.to profile. 🙏

Some comments may only be visible to logged-in visitors. Sign in to view all comments.