GKRootWire
Security ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm ForecastsSecurity ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm Forecasts
Dev Tools

A Developer Envisions Treating the Open Web Like a Queryable Database

A new post from an AT Protocol contributor imagines blogging platforms structured so posts can be queried like SQL rows instead of scraped.

A developer working in the AT Protocol ecosystem (the tech behind Bluesky) published a piece imagining what it would look like if blog posts across the internet were structured data you could query directly, rather than unstructured HTML that has to be scraped or indexed by search engines.

The idea builds on protocols like AT Protocol and other decentralized data schemas, where content is published with consistent, machine-readable structure. Instead of every blog living in its own bespoke format, posts could carry standardized fields for authorship, timestamps, tags, and content, letting any client run something conceptually like 'SELECT * FROM internet.blogposts.'

The post drew a modest but engaged discussion on Hacker News, with commenters weighing in on feasibility, existing prior art like RSS and ActivityPub, and the tradeoffs of centralized indexes versus federated schemas.

Why it matters: Making web content natively queryable would reduce the need for scraping and proprietary search indexes, which matters as AI tools increasingly need structured access to web data. It's also a signal that decentralized protocol builders are thinking beyond social feeds toward general-purpose structured publishing.

Sources: Hacker News