TAG

Posts tagged "LLM"

2 posts

An Experiment on a Bird in the Air Pump
Engineering7 min read

LLM extraction vs CSS selectors: why selector-based scraping is dead at scale

Selectors break when sites redesign. LLMs extract by semantic meaning. Here's why the tradeoff has flipped, with cost numbers from real workloads.

The Astronomer, by Johannes Vermeer
AI-Agents8 min read

Web scraping for AI agents: building the data layer for LLM apps

How to architect the scraping stack behind autonomous agents. Schema-typed data, low-latency tool calls, cost control, and error semantics that don't break the loop.