AI HR Policy Assistant (RAG)
Client: Multiple companies across the Gulf region — deployed org-wide for internal HR self-service
The Challenge
Employees had constant questions about leave policy, benefits, and internal procedures — but the answers lived buried inside long HR policy PDFs and intranet pages nobody wanted to dig through. In practice, that meant a steady stream of repetitive questions landing on HR's desk instead of employees just finding the answer themselves.
Our Approach
A generic chatbot wasn't good enough — answers about leave entitlement or reimbursement policy need to be grounded in each company's actual documents, not a plausible-sounding guess. We designed a retrieval-augmented generation (RAG) system so every answer is retrieved from, and traceable to, the real policy text.
What We Built
An internal RAG assistant built on Kotlin and Micronaut, using Meta's Llama-3.3-70B-Instruct model to generate answers grounded in each company's own HR policy documents. Employees ask questions in plain language and get an instant, accurate answer instead of searching a PDF or waiting on HR. The same architecture extends naturally to other departments or a company-wide knowledge base.