Answer engine

AI systemsDefined term

An answer engine retrieves candidate sources for a query, then uses a language model to synthesize a direct response with citations — the pattern behind AI search experiences and assistant browsing. The output is an answer with sources attached, not a ranked list of destinations.

Structurally it is a retrieval pipeline plus a generation step plus a citation-selection step, and each stage has its own failure modes: retrieval misses, synthesis errors, and citations that decorate rather than support. Visibility in this layer is decided by different mechanics than classic ranking.

Browse the glossary

AI systems