Hacker News new | ask | show | jobs
by hyuuu 947 days ago
how do you ensure that the AI that you use does not hallucinate? (assuming you use some type of LLM)
1 comments

We do a lot of pre-processing and post-processing with iterative generations and a voting system to ensure accuracy.

AI is mostly used for natural language generation.

For insight-generation, we built our own algorithm (ML-based).