this post was submitted on 23 Mar 2026
66 points (98.5% liked)

Technology

42548 readers
356 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
 

A patent granted to Google on January 27, 2026 titled “AI-generated content page tailored to a specific user” describes a system that evaluates your company’s landing page in real time and, if it decides the page won’t perform well enough for a specific user, replaces it with an AI-generated version assembled on the fly. The user never sees what your team built, they see what Google's machine learning model thinks they should see instead.

This isn’t a feature announcement, it’s a patent, meaning Google has legally protected the ability to do this. Whether and when they deploy it is a separate question, but the direction is unmistakable – your website may soon be optional.

The system described in the patent is more sophisticated than a simple redirect. When a user submits a query, Google generates a standard search result page. But simultaneously, the system scores the most relevant landing page using signals like conversion rate, bounce rate, click-through rate, and design quality. If that score falls below a threshold – or if the page simply lacks the desired content – search results maybe be updated to include a navigation link to an AI-generated alternative.

That alternative page isn’t a cached copy of your site. It’s a dynamically assembled page built from the user’s current query, their search history, their account context, and whatever Google can extract from your original page. The patent describes possible elements including personalized headlines, suggested product filters, a product feed, sitelinks to product detail pages, and even an embedded AI chatbot. In other words, a complete brand experience built by Google. Not you.

On the plus side, this kills the SEO market.

you are viewing a single comment's thread
view the rest of the comments
[–] chicken@lemmy.dbzer0.com 0 points 9 hours ago (1 children)

The reasons they want to do this sound horrible, and I wouldn't want to use any such thing Google puts out, but I was thinking the other day about how something like this might be useful for enhancing privacy by preventing websites fingerprinting you. Think something like an Invidious server, except for any arbitrary website instead of only youtube; you can indirectly interact with javascript features, maximize the browser to fill your whole monitor revealing its resolution, but the end server will never know you are doing this stuff because all they see is the way your middleman server is configured (which will be as generic as possible).

[–] Powderhorn@beehaw.org 2 points 8 hours ago (1 children)
[–] chicken@lemmy.dbzer0.com 1 points 8 hours ago (1 children)

Afaik even Tor can be vulnerable to some kinds of fingerprinting, if javascript is turned on, which is required to use some websites, I'm thinking of this as something that could be used in conjunction with Tor

[–] Powderhorn@beehaw.org 4 points 8 hours ago (1 children)

You'd be surprised how few websites actually require third-party JS. I've been using NoScript for years, and I'll allow the first-party JS to read something, but the other 15 domains can go fuck themselves if I can't read the article without totally opening up my computer to trackers.

[–] chicken@lemmy.dbzer0.com 1 points 8 hours ago

I don't like the thought of first-party javascript being able to fingerprint me either though