Scoutbee's 16-18 month journey building LLM-powered supplier discovery through four production stages
Scoutbee, a supply chain supplier discovery platform serving enterprises like Unilever and Walmart, wanted to bring LLMs into a new generation of their product, but foundational models lacked domain knowledge about supplier discovery, produced hallucinated results, and raised enterprise data privacy concerns.
The initial ChatGPT API integration failed because foundational models lacked domain knowledge and hallucinated fake suppliers. A subsequent agent-based approach remained unpredictable and nearly impossible to debug, with agents randomly fabricating supplier answers even after domain adaptation and guardrails were introduced.
After introducing RAG with Chain of Thoughts prompting, hallucinations drastically reduced and testing became much easier.
Results now include citations with data provenance, allowing users to trust and verify the source of each supplier answer.
Frequently asked questions
What did this team achieve with this AI workflow?
After introducing RAG with Chain of Thoughts prompting, hallucinations drastically reduced and testing became much easier.
What tools did this team use?
ChatGPT, LangChain, LLaMA-13B, FastChat API, Hugging Face, Ragas, Spark, knowledge graphs.
What results were reported?
Hallucinations: drastically reduced; Testing ease: whole lot easier; User trust in results: now they can start to trust (source-reported, not independently verified).
What failed first in this deployment?
The initial ChatGPT API integration failed because foundational models lacked domain knowledge and hallucinated fake suppliers.
How is this procurement AI workflow structured?
User submits supplier query → Chain of Thoughts query processing → Graphs of Thought guardrails → RAG retrieval from knowledge graphs → Cited supplier results delivered.