Why I'm betting on AI-curated directories when Google AI Overviews answer the same queries
The author is building AI-curated directory sites despite competition from Google's AI Overviews, which provide similar information without requiring clicks. They argue that their sites offer advantages like structured filtering, editorial caveats, and up-to-date maintenance status that AI Overviews currently lack. The author bets that by October 2026, at least one site will achieve sustained organic traffic, or they will publicly admit failure.
- ▪The author runs three AI-curated directory sites: Top AI Tools, Find Games Like, and Open Alternative To.
- ▪Google's AI Overviews can answer queries like 'best AI tools for video editing' without sending clicks to external sites.
- ▪The author believes their sites have advantages in attribute-based filtering, editorial negative-space, and freshness of maintenance data.
- ▪They define success as achieving 200+ non-homepage organic clicks per month for two consecutive months by October 2026.
- ▪If the sites fail to meet this benchmark, the author commits to publishing evidence and explaining the failure.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3907455) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } MORINAGA Posted on May 16 Why I'm betting on AI-curated directories when Google AI Overviews answer the same queries #ai #indiehackers #webdev #showdev The obvious counterargument to everything I'm building is this: Google already does it. You type "best AI tools for video editing" into Google and an AI Overview surfaces a curated list, synthesized from the same kind of data I maintain, without requiring a click.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).