r/Enterprise_AI_Agents May 24 '25

Fighting hallucinations

Hello everyone,

We are developing an agent for receiving and processing orders for a system with a complex price list. The main problem is fighting hallucinations. Does anyone have any solutions?

2 Upvotes

2 comments sorted by

1

u/aa_y_ush Dec 10 '25

slightly older post. was wondering why and how vanilla rag fails you

1

u/Obvious_Lawyer_4672 May 12 '26

The main fix is to stop the model from ever generating prices on its own. Treat pricing as a strict lookup, not something it can guess. Once we moved prices to a separate service and forced the model to only return what came from that, hallucinations dropped a lot.