Hacker News new | ask | show | jobs
by hubraumhugo 1089 days ago
We're using LLMs to generate web scrapers and data processing steps on the fly that adapt to website changes. Using an LLM for every data extraction, as most comparable tools do, is expensive and slow, but using LLMs to generate the scraper code and subsequently adapt it to website modifications is highly efficient.

Try it out https://kadoa.com

1 comments

That is a very thought provoking use case and optimization for LLMs, thanks for sharing.