Knowledge Graph
A map of things and how they relate — this company, its founder, its address, its services. Search engines and AI systems use one to know that two mentions of a name refer to the same business.
Related terms
Transformer
The model architecture behind almost every modern AI system, introduced in 2017. Its trick is paying attention to how every word in a passage relates to every other, which is what made fluent machine writing possible.
RAG (Retrieval-Augmented Generation)
A technique where the AI first searches a set of documents, then writes its answer from what it found. It is how assistants quote current information rather than whatever was in their training data.
AI Crawler
A bot that reads websites on behalf of an AI company, either to build an index or to answer a live question. They arrive under their own names and obey robots.txt, so you can decide which are welcome.
Author Authority
The weight given to content because of who wrote it. Advice attributed to a named person with a real background is treated very differently from advice signed by a company or by nobody.
Grounding
Giving an AI real source material to answer from, instead of letting it rely on memory. A grounded answer can be checked and cited; an ungrounded one is where hallucinations come from.
Generative AI
AI that produces something new — text, images, code, audio — rather than only classifying or predicting. The generative part is why it can write an answer about your business instead of just linking to it.

