| ▲ | andai 3 days ago | |||||||
I have a script that searches DDG (free), scrapes top 5 results, shoves them into an LLM, and answers your question. I wrote it back when AI web search was a paid feature and I wanted access to it. At the time Auto-GPT was popular and using the LLM itself to slowly and unreliably do the research. So I realized a Python program would be way faster and it would actually be deterministic in terms of doing what you expect. This experience sort of shaped my attitude about agentic stuff, where it looks like we are still relying too heavily on the LLM and neglecting to mechanize things that could just work perfectly every time. | ||||||||
| ▲ | zo1 3 days ago | parent [-] | |||||||
If you think these things are just using a "dumb" search query, and using the top 5 hits, you're in for a lot of surprises very soon. | ||||||||
| ||||||||