Hacker News new | ask | show | jobs
by jacquesm 1044 days ago
I would never use an LLM for fact checking, then you'd have to check again using something else.
1 comments

Usually for asking questions about specific details, people are using RAG (Retrieval Augmented Generation) to ground the information and provide enough context for the llm to return the correct answers. This means additional engineering plumbing and very specific context to query information from.