Take code. In a sense, StackOverflow is about finding a code snippet for an already solved problem. Auto complete does the same kind of search in a sense.
Take generative text. In a sense that’s the equivalent of making a query and then aggregating the many results into one phrase. You could imagine the bot searching 1,000 websites and then taking the average of the answers to the query and then outputting the result.
Does every LLM use case fit the following pattern?…
query —-> LLM does its work —-> result —> script of result (optional)
minimaxir•29m ago
That's not how it works. They're different approaches to how they handle the same inputs.
edwin2•24m ago
i wouldn’t conclude “therefore they’re the same”. they’re clearly not the same
if it’s a different approach to search and scripting, does that not mean it is a kind of search and scripting?