AISEA is a focused search engine for AI-generated and AI-assisted content that only indexes sites that explicitly opt in. Instead of crawling the entire web by default, it looks for a simple directive in a site’s robots.txt file, such as ai-generated: true, and only then adds that site’s pages to the index.
Replies
Best
Maker
📌
Hey PH,
I built AISEA overnight after realising the web has no discovery layer for AI native content.
The problem AI generated content faces everywhere (take it reddit, twitter, Instagram, Github) is that they're categorised as "slop". People just looking at generic em dashes and content structure and don't even care what's written inside, that's the basic reason that inspired me to build AISEA.
The idea is very simple, robots.txt is very standard in web pages, just add one line:
ai-generated: true
Just add this line and submit the website to AISEA for indexing, the website will not scan the whole web, just "ai-generated" ones.
AISEA is not trying to replace Google Bing or Perplexity. Google indexes the human web (our web). AISEA indexes the parallel AI web that is growing underneath it.
Two honest things:
This will eventually exist weather I build it or not. Google will build it. Bing will build it. Someone with VC money will build it. This is just a MVP to show everyone that something like this needs to be built. I just wanted the robots.txt standard to exist today with a timestamp on it.
And yes, I built this in one morning. The crawler works. The docs are live. One website is indexed there. That is enough to ship.
Happy to answer anything.
Replies