X @Avi Chawla
Avi Chawla·2025-12-21 06:31
Devs often treat Agent context as an access problem.The thinking goes like this:"If there's no API, just scrape the website. And if scraping breaks, let the Agent use the browser like a human."This sounds reasonable until you try to run it in production.To see why, consider a simple task:"Watch this site and notify me when the price changes."Without an API, the Agent has to infer meaning from HTML, layouts, and UI behavior.But if a pop-up appears or the DOM shifts, then suddenly, the Agent is clicking the w ...