Large language models (LLM) are the product of neural networks, a relatively recent innovation in the field of computer intelligence.
Since these systems are surprisingly adept at producing natural sounding language, and is good at create answers that sound correct (and sometimes actually happen to be) marketers have seized on this as an innovation, called it AI (a term with a complicated history), and have started slapping it onto every product.
qaz@lemmy.world 1 year ago
A machine learning model that can generate text. It works by converting pieces of text to “tokens” which are mapped to numbers in a way that reflects their association with other pieces of text. The model is fed input tokens and predicts tokens based on that, which are then converted to text.