TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

AI Taking over Search Engines

3 点作者 jiwidi超过 2 年前

1 comment

brookst超过 2 年前
There seems to be a forest&#x2F;trees thing going on where people assume that search will use LLMs to extract data in answer to user queries. It’s not clear to me that LLM’s are better at this job that Google’s very finely tuned algorithms.<p>What LLMs do excel at is giving feedback to iteratively improve queries.<p>Ask a LLM “how do I start a thread in python” and you might get a good Python2 answer, a good python3 answer, a good answer for a utility module, or something totally made up.<p>Ask a LLM “what information should I provide to get the best answer for how to start a thread in python” and you’ll get advice to include the Python version number, desired threading module, whether you need to set thread priority, etc.<p>IMO there’s a natural place for LLMs as complementary to traditional search algorithms that is not getting enough attention.