Articles

3 articles

RAG — Retrieval Augmented Generation Explained
Artificial Intelligence 12 min read

RAG — Retrieval Augmented Generation Explained

RAG is the most important technique for making AI reliable in enterprise settings. It gives an LLM access to your documents, data and knowledge at query time — so it answers from evidence, not from memory. This post explains what RAG is, how it works step by step, where vector databases fit in, and how SAP uses it in Joule and AI Core.

RAGRetrieval Augmented Generation
AI Hallucinations — Why They Happen and What You Can Do About Them
Artificial Intelligence 12 min read

AI Hallucinations — Why They Happen and What You Can Do About Them

AI hallucinations are not a bug that will be fixed in the next model update. They are a structural consequence of how large language models work. This post explains what hallucination actually is, why it happens at a technical level, the different types, and what practical steps reduce it — without the hype or the panic.

AI HallucinationLLM Hallucination
What is a Large Language Model (LLM)?
Artificial Intelligence 12 min read

What is a Large Language Model (LLM)?

ChatGPT, Claude, Gemini, Joule — they are all powered by large language models. But what is an LLM actually doing when it responds to you? This post explains what an LLM is, how it is trained, what tokens and embeddings mean, and why LLMs predict rather than think — clearly, without the academic language.

LLMLarge Language Model