Remix.run Logo
SchemaLoad 9 hours ago

The hosted ones still have the advantage of being able to search the internet for live info rather than being limited to a knowledge cut off date.

gbear605 9 hours ago | parent | next [-]

I’m not sure why a model needs to be hosted in order to make network calls?

hansvm 9 hours ago | parent [-]

Is there a library of good tools for LLMs to call? I have to imagine the bot-detection avoidance mechanisms are a major engineering effort and not likely to work out of the box with a simple harness and random local LLM.

gbear605 5 hours ago | parent | next [-]

If your volume is low enough, it should be pretty fine. It can just piggy back onto your personal browser cookies for Cloudflare.

ossa-ma 9 hours ago | parent | prev | next [-]

Even the hosted ones are blocked from searching certain sites, for example Claude is banned from searching Reddit:

`Error: "The following domains are not accessible to our user agent: ['reddit.com']."`

wyre 9 hours ago | parent | prev [-]

Tavily, Exa, Firecrawl, Perplexity, and Linkup are all tools for agents to search the web.

I’ve been building a harness the past few months and supports them all out of the box with an API key.

goosejuice 8 hours ago | parent [-]

Kagi also has an API. People who hate ads are probably the same folk that should be paying for Kagi. That's the sane alternative world where companies respect their users.

wyre 2 hours ago | parent [-]

Oh, you got me so excited. I've had a Kagi sub for 3 years, but their API is still in closed beta. I guess I could (and should reach out and ask for access).

chrisweekly 7 hours ago | parent | prev | next [-]

That's not how it works. Whether local or hosted, every modern model has a cutoff date for its training data, and can be leveraged by agents / harnesses / tools to fetch context from the internet or wherever.

darepublic 9 hours ago | parent | prev | next [-]

Local ones that support tool use can do the same

eightysixfour 9 hours ago | parent | prev [-]

You can do that locally too!