# What are large language models (LLMs) and how do they work? — QANATONE

> LLMs are probabilistic models with billions of parameters, trained on internet text. A next-word prediction game yielding uncanny…

Kaynak: https://www.qanatone.com/en/nedir/buyuk-dil-modelleri-nedir/

---

[Explainers](https://www.qanatone.com/en/nedir/)

# What are large language models (LLMs) and how do they work?

12 Sep 2026 6 min read Core Concept · LLM

LLMs are probabilistic models with billions of parameters, trained on internet text. A next-word prediction game yielding uncanny capabilities at scale.

## What do they do?

An LLM produces the most probable continuation for a given text (prompt). Simple on paper; but at sufficient scale, this yields near-human performance on coding, translation, summarization, reasoning, and even tool use.

## Architecture: Transformer

The Transformer (Vaswani et al., 2017) broke the sequential bottleneck of RNNs/LSTMs. **Self-attention** lets every token attend to every other token in parallel, enabling training across thousands of GPUs.

## Training stages

**Pre-training:** Masked language modeling on trillions of tokens — learns statistical structure of language, world knowledge, reasoning patterns. Cost: millions of GPU-hours.

**Fine-tuning / RLHF:** Reinforcement learning from human feedback aligns the model for instruction following, safety, helpfulness. This stage defines the model's "personality" and guardrails.

## Limits and risks

LLMs are **reasoning engines, not knowledge bases** . Hallucination, training-data bias, staleness, and cost are real. RAG and tool use partially mitigate these.

## More articles

[Architecture · RAG ### What is RAG (retrieval-augmented generation)? 12 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/rag-nedir/)[Core Concept · AI ### What is artificial intelligence and how does it work? 12 Sep 2026 · 5 min](https://www.qanatone.com/en/nedir/yapay-zeka-nedir/)[QANATONE · Brand ### What is a qanat? The water channel behind our name 23 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/qanat-nedir/)[Applications · AI Agent ### What is an AI agent? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/ai-agent-nedir/)[Architecture · Memory ### What is memory in AI assistants and agents? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/ai-memory-nedir/)[Core Concept · Context Window ### What is a context window in AI? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/context-window-nedir/)[Business · Digitalization ### What is digitalization? How it differs from transformation 15 Sep 2026 · 1 min](https://www.qanatone.com/en/nedir/dijitallesme-ne-demek/)[Web · Cookies ### What is a cookie on a website? 15 Sep 2026 · 2 min](https://www.qanatone.com/en/nedir/cerez-nedir/)
