A very large AI model trained on huge amounts of text that can write, answer questions, summarise, and converse in natural language.
A very large AI model trained on huge amounts of text that can write, answer questions, summarise, and converse in natural language.
LLMs use transformer architectures with billions to trillions of parameters, trained using next-token prediction on internet-scale text corpora. Their capabilities emerge from scale — behaviours absent in smaller models appear at sufficient parameter counts. LLMs are the core technology behind GPAI models regulated under Chapter V of the EU AI Act. Key governance considerations include hallucination (generating false claims), copyright (training on copyrighted text), bias (encoding societal prejudices from training data), and security (vulnerability to prompt injection and jailbreaking). Fine-tuning, RLHF (reinforcement learning from human feedback), and RAG are standard techniques for improving LLM quality and safety.
Enterprises deploying LLM-based applications must implement the full RAG, grounding, and trust mechanism stack to make LLM outputs reliable enough for business use — model capability alone does not ensure production readiness.
Like a very well-read generalist who can write convincingly on almost any topic but occasionally confuses facts or invents plausible-sounding details — impressive breadth, but requiring verification for high-stakes use.
A very large AI model trained on huge amounts of text that can write, answer questions, summarise, and converse in natural language.
LLMs use transformer architectures with billions to trillions of parameters, trained using next-token prediction on internet-scale text corpora. Their capabilities emerge from scale — behaviours absent in smaller models appear at sufficient parameter counts. LLMs are the core technology behind GPAI models regulated under Chapter V of the EU AI Act. Key governance considerations include hallucination (generating false claims), copyright (training on copyrighted text), bias (encoding societal prejudices from training data), and security (vulnerability to prompt injection and jailbreaking). Fine-tuning, RLHF (reinforcement learning from human feedback), and RAG are standard techniques for improving LLM quality and safety.
Enterprises deploying LLM-based applications must implement the full RAG, grounding, and trust mechanism stack to make LLM outputs reliable enough for business use — model capability alone does not ensure production readiness.