Remix.run Logo
Aurornis 8 days ago

The mostly static knowledge content from sites like Wikipedia is already well represented in LLMs.

LLMs call out to external websites when something isn’t commonly represented in training data, like specific project documentation or news events.

XCSme 8 days ago | parent [-]

That's true, but the data is only approximately represented in the weights.

Maybe it's better to have the AI only "reason", and somehow instantly access precise data.

stirfish 5 days ago | parent | next [-]

Is this Retrieval Augmented Generation, or something different?

XCSme 5 days ago | parent [-]

Yes, RAG, but have the model specifically optimzied for RAG.

adsharma 8 days ago | parent | prev [-]

What use cases will gain from this architecture?

XCSme 8 days ago | parent [-]

Data processing, tool calling, agentic use. Those are also the main use-cases outside "chatting".