Summary
Rafael Levi from Bright Data takes the stage at an AI Engineer conference to expose a systemic problem with AI agents that claim to search the web: most of the time, they are not actually retrieving live data. Because LLMs are trained to be helpful rather than to admit failure, they silently hallucinate results when blocked by anti-bot systems, returning plausible-sounding but fabricated citations, product links that 404, and outdated information from 2024 training data presented as current facts.
Levi walks through the infrastructure behind this failure: Cloudflare now blocks AI crawlers for approximately 20% of the web by default and has deployed an “AI Labyrinth” that feeds bots deliberately false data. Standard fetch calls hit CAPTCHAs or empty pages without surfacing any error to the agent or user, leaving the model to confabulate.
The live demo compares identical prompts — targeting Rightmove, LinkedIn, Instagram, Amazon, and TikTok — run through GPT-5 with and without the Bright Data MCP server. Without MCP: zero successes across all five sites. With MCP (which includes 66 tools covering Google/Bing/DuckDuckGo search, markdown scraping, CAPTCHA solving, and anti-bot bypass): multiple successful retrievals. Levi also addresses the legal boundary clearly — Bright Data works exclusively with publicly available data and does not access content behind login walls. The talk is a useful corrective for developers building agent pipelines that depend on real-time web information.
📺 Source: AI Engineer · Published June 17, 2026
🏷️ Format: Showcase







