Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
2 essays found · Page 1 of 1
Clear filtersEngineeringLLM Parsing vs CSS Selectors for Scraping: When to Use EachShould you parse scraped pages with an LLM or CSS selectors? Selectors are cheap and exact; LLMs handle chaos. Here is how to choose without blowing your cost per page.EngineeringHow to Extract Clean Structured Data From Messy HTMLGetting the page is the easy part of scraping. Turning messy HTML into clean structured data is where most projects fail. Here is how to extract reliable fields.