Ideas & CommentaryUpdated 6 min read

Where the web is going (and what founders should build for)

The web is splitting in two: the agentic layer that talks to machines, and the experience layer that talks to humans. Founders who build for both will win the next decade.

Digital globe and network lights representing where the web is heading

For Founders, Operators, Marketing leads · Intermediate · Informational · Solves: AI overviews cannibalizing traffic, Content not legible to LLMs, Declining organic reach

Key takeaways

  • The web is splitting into an agentic layer and an experience layer.
  • Most teams over-invest in the experience layer and ignore the agentic layer.
  • Machine-legible pages, structured data, and JSON-LD still matter. llms.txt is optional and does not rank you in Google.
  • Founders who treat both layers as one system will own the next decade.

For most of the last decade, a website was the destination. You built it, you drove traffic to it, you optimized the funnel inside it. That model is breaking apart.

The two layers of the new web

The new web has two layers. The agentic layer is what machines read: structured data, JSON-LD, predictable endpoints, and content modeled for retrieval. An llms.txt file can sit in that layer as an optional courtesy map. It is not a ranking switch. The experience layer is what humans experience: motion, hierarchy, taste, the parts that convert.

Most teams are still optimizing the experience layer and ignoring the agentic layer. That works until a ChatGPT query replaces a Google search, or a Perplexity answer replaces a click. Then the team that invested in machine-legible content wins the impression before the human ever lands.

What founders should build for

For founders, the practical move is to ship for both at once. Make the experience layer better than your competitors. Make the agentic layer legible to the models that are now answering questions about your category. Neither layer is optional anymore.

The founders who treat this as one system, not two, will own the next decade of distribution.

What to do this quarter

Audit your content for machine-legibility. Add structured data. Model your content for retrieval. If you keep an llms.txt, treat it as a maintained index, not a Google ranking lever. Then make the human experience better than anything else in your category.

The agentic layer still needs pages that models can cite. I wrote generative engine optimization without the product pitch for what that actually means on a marketing site.

If you are about to treat llms.txt as a distribution channel, read whether llms.txt actually helps AI search visibility. Google Search does not use that file for ranking. Some non-Google crawlers may use it as a courtesy map.

Implementation table

FixProblemWhat to changeMetricTool
Add JSON-LD to every pageAI engines cannot parse your content into answersShip BlogPosting, Article, FAQPage, and BreadcrumbList schemasAppearance in AI Overviews and Perplexity citationsschema.org + Next.js Metadata API
Publish llms.txt at the site rootLLMs have no summary of what your site is aboutWrite a plain-language brief of your offering, audience, and URLsModel recall in brand queriesllmstxt.org
Related services

Work this article points to.

AI product development

AI product development

Most AI projects stall after the prototype. You need someone who can take the idea from prompt to production: structured outputs, auth, billing, logging, cost controls, and a codebase your team can maintain. I do AI product development that ships.

View service

Sources & references

Related links

Zlatko Marjanovic — founder of ZedNova Studios

Zlatko Marjanovic

Founder, ZedNova Studios

I am Zlatko Marjanovic, founder of ZedNova Studios and an AI product engineer. I take over Next.js, Supabase, and Stripe codebases, fix what is actually broken, and keep shipping.

On GitHub I work in public with Cursor, Claude Code, Next.js, and Supabase. On Upwork I help founders who already have a product, often one built fast with AI tools, and now need someone to stabilize auth, billing, and deploys.

I have been doing this for 7+ years and have shipped 120+ projects for US and EU teams. The work I care about is the layer after the demo: RLS, webhooks, Vercel, and the next version.

If you want help with a build, a messy repo, or a site that should rank and convert, email me at zlatkomarjanovic.zm@gmail.com.

LinkedInX / TwitterGitHubWebsiteUpwork
Older articleAgentic workflows that actually ship (not just demo)Newer articleYour AI Agent Bill Is Becoming Your Second Rent Payment

Frequently asked questions

What is the agentic layer of the web?

The agentic layer is the part of the web built for machines to read: structured data, llms.txt, JSON-LD, predictable content modeling. It determines whether your business shows up inside AI answers.

Should founders prioritize SEO or AEO first?

Both, in parallel. SEO still drives the largest share of human traffic. AEO determines whether you appear in AI-generated answers. Treat them as one system with two outputs.

Should a new SaaS build an llms.txt file on day one?

Only if you can keep it accurate. A stale machine file that disagrees with the site is worse than none. Start with crawlable pages and honest service copy.

Related