| ▲ | blaesus 4 days ago | ||||||||||||||||
"Summarization of what a search engine would return" is good enough for many of my purposes though. Good for breaking into new grounds, finding unknown unknowns, brainstorming etc. | |||||||||||||||||
| ▲ | andai 3 days ago | parent [-] | ||||||||||||||||
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. | |||||||||||||||||
| |||||||||||||||||