5 pointsby tiny-automates7 hours ago1 comment
  • tiny-automates7 hours ago
    hey hn, we've been building the web infrastructure for ai agents at tinyfish. our agent primitive was already out. just went live with 3 new primitives - search, fetch, and browser - all under one api. the team wrote some details on how they built fetch and browser (search deep dive coming soon). we forked chromium to build a browser where automation runs below the js sandbox. clicks go through the native trusted event path, dom reads happen in native code with zero javascript executed. separately, we built a fetch that renders pages in a real browser and returns structured content. because status 200 with 14 characters of text isn't actually a successful fetch.

    please do try them out at tinyfish.ai, 500 credits are on us.