I have been really enjoying working with keycloak! Thanks to all who contribute!
The best way for me to contribute to our community is building an AI kit for keycloak. The AI kit has these components:
- Scraper - collects public signals on keycloak.
- Indexer - indexes/chunks scrape chunks (uses voyager)
- Training - synthesizes 800 questions and answers (trained by claude Sonnet Model) + all other required training data (basically everything from the index)
- Fine tuning (Moving to Qwen3-14B )
- Query Router ( RAG+commercial LLM, RAG+Keycloak LLM, or hybrid (RAG+commercial LLM ++ RAG+KeyCloak LLM)
As you probably know generalist AI (commercial LLMs) really suck at keycloak questions and they hallucinate with a very high degree of confidence.
I’m still testing the AI Kit but the results look super promising. For my next step I was wondering if I could answer a few of the forum questions using the AI Kit. Or maybe if admins wanted to post some test questions?
Thanks
-Jonathan