AI in insurances: A case study with BVAEB

ONTEC AI developed a system for the insurance institution that makes querying the internal data pool highly efficient.

BVAEB Speeds Up Insurance Case Processing with AI-Powered Search

BVAEB processes insurance cases based on extensive internal rulebooks that staff need to consult constantly in daily work. Together with ONTEC AI, BVAEB implemented an AI solution that guides employees directly to the relevant document passages and speeds up research, without replacing professional judgment.

At a Glance

About the Customer

BVAEB is Austria’s insurance institution for public sector employees, railway workers, and mining employees. It provides health, accident, and pension insurance for more than 1.3 million insured members and dependents across Austria. From birth through old age, BVAEB supports its members’ health through preventive care and health promotion programs. The organization is structured across several specialist departments, each with distinct areas of responsibility.

Starting Point and Challenge

In day-to-day case processing, including reimbursements and benefit decisions, employees regularly need to consult extensive internal rulebooks and guidelines known as “Dienstverfügungen” (service directives). These documents present several challenges:

The core challenge was therefore:

Objective

BVAEB wanted an assistance solution that would guide employees significantly faster to the right sections of its guidelines, without replacing professional accountability. Precision, answer quality, and traceability of information were the top priorities.

The Solution: “KIWI”, AI-Powered Search with a RAG Approach and Domain-Specific Extensions

Together with ONTEC AI, BVAEB built “KIWI” (German for “Artificial Intelligence for Knowledge Management”).

KIWI delivers answers in seconds with full traceability, but it doesn’t make decisions.

Technically, KIWI is built on a Retrieval Augmented Generation (RAG) approach and was deliberately designed not as a generic chatbot but as a clear, structured workflow:

Ask a question -> Get an answer -> Get guided directly to the relevant source passages

What Makes KIWI Different

KIWI isn’t a standardized, off-the-shelf RAG solution.

KIWI includes several capabilities co-developed specifically for BVAEB, combining ONTEC AI’s modular platform with targeted extensions built for this use case.

“The real challenge in this project was the extensive tables within the rulebooks. In classic RAG setups, tables are often poorly machine-readable, risking loss of semantic meaning. We built processing specialized for BVAEB, so that even hard-to-parse content becomes reliably searchable and usable within the RAG system.”

Branko Ristivojcevic, Project Lead, ONTEC AI

A hybrid search approach was implemented, combining semantic search (via vectors and LLMs that capture meaning and context) with classic lexical search (keyword matching), ensuring both contextual similarity and exact-term matches are reliably covered. This is especially valuable when purely semantic methods fail to capture domain-specific terms or phrasing. The combination makes results more robust.

Every generated answer is automatically checked against the source text by calculating the semantic match between the answer and the original document. If this falls below a defined threshold, the answer is discarded. The system only responds when the information is actually supported by the document. This ensures KIWI delivers only relevant, valid, and useful information, making it more reliable than the underlying language model alone.

An automated regression test suite was also built. For each test question, both the expected source document and the expected facts of the answer are stored. Every time the system changes, whether in search, document processing, or prompts, this suite runs automatically to ensure quality standards are maintained.

Project Journey and Rollout

Project Team

The project team combined ONTEC AI’s team with BVAEB’s team, including the digitalization department, project management, and power users and end users from specialist departments for testing and professional validation.

Development

Development was iterative and closely coordinated with BVAEB. It began with a proof of concept (POC) in which approximately 1,700 documents were reviewed and analyzed.

A key part of the implementation was prompt engineering: instructing the model on how to handle document information, such as answer format, mandatory citations, and handling uncertainty. This was complemented by the model-agnostic hallucination prevention integrated into the ONTEC AI platform, which automatically validates every generated answer against source documents and only allows verified information through.

The resulting solution was then validated and refined through repeated test and feedback cycles with power users.

“Working with ONTEC AI was especially valuable to us because the team fully understood our professional and organizational requirements. What convinced us most was how pragmatically and solution-oriented ONTEC AI approached tricky challenges.”

Bernhard Böck, BVAEB, Head of ICT Software Department

A rigorous quality process was applied, with up to 200 test questions per cycle defined and verified, each including the expected source passages. These test questions were also converted into an automated regression test suite that ensures answer quality is maintained with every system change.

Beyond search and answer quality, the user interface and practical day-to-day usability were also progressively improved.

Rollout and Supporting Measures

The rollout took place in early 2026 and was accompanied by extensive training: content on an internal learning platform (covering how the system works, plus examples of good and bad questions), an internal handbook setting expectations (“what it is and what it isn’t”), and a course with a quiz. Feedback was established as a core part of ongoing improvement.

Results and Business Impact

KIWI helps employees process insurance and reimbursement cases more efficiently by making it faster to find and cite relevant sections of the rulebooks. Key results include:

“Through iterative test and feedback cycles with power users and structured enablement, we were able to build quality and adoption into everyday work in a targeted way.”

Bernhard Böck, BVAEB, Head of ICT Software Department

Key Takeaways for Other Organizations

Organizations building AI-powered knowledge management can draw several practical lessons from BVAEB’s project: