Live model rankings, benchmarks, agents, tools, funding, jobs and breaking AI news — everything in one place.
| # | Model | Provider | Elo | MMLU | Context | Access | Type |
|---|
A language model is a statistical system trained to predict the probability of sequences of words. Modern large language models (LLMs) are neural networks — most commonly using the Transformer architecture — trained on massive text datasets to understand and generate human language.
An AI agent is a system that uses an LLM as its reasoning core, but can also take actions in the world — calling tools, browsing the web, writing and executing code, managing files, or sending messages. Unlike a chatbot (which only responds), an agent operates in a loop: observe → think → act → observe again.