top | item 43425890

(no title)

goatmeal | 11 months ago

kagi already lets me use claude to search the web. how is this different?

discuss

order

whalesalad|11 months ago

kagi is searching the web for you, and then injecting the results into the context of the prompt.

callamdelaney|11 months ago

Are there any downsides to that approach? It seems like we're moving towards empowering llm's to interact with stuff as if that's better than us doing it for them - is it really?

Eg say I want to build an agent to make decisions, shall I write some code to insert the data that informs the decision into the prompt, return structured data, and then write code to implement the decision?

Or should I empower the llm do those things with function calls?