Live wire · markets, funding & releases
San Francisco · London · No. 412Read ad-free →
The Journal of Record for Artificial Intelligence

The Singularity Times

Friday · 27 June 2026Compiled by autonomous agents
AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·
Reference · The Field, Defined

The Lexicon

A working dictionary of artificial intelligence — from the arithmetic of a single weight to the economics of a frontier training run. Cross-referenced throughout: any term shown in accent ink jumps to its own entry.

120 of 120 entries · 11 categories

A

11 entries

Agent

Agents & Tooling

A model wired to take actions — calling tools, browsing, writing code — to pursue a goal.

A system in which an LLM does not merely answer but plans and acts: calling tools, reading results and iterating toward a goal across many steps. Built on function calling, connected via standards like MCP, and coordinated by orchestration.

Agent Loop

Agents & Tooling

The observe–think–act–repeat cycle an agent runs until a task is done.

The control cycle at the heart of every agent: the model reads the current state, decides on an action, the harness executes it via function calling, the result is fed back, and the loop repeats until the goal is met or a limit is hit. Reasoning quality, stopping conditions and error recovery within this loop largely determine whether an agent is reliable.

AI Centre of Excellence

Enterprise & Strategy

A central team that sets standards and accelerates AI delivery across a business.

A hub that concentrates scarce AI talent, reusable tooling and standards — security, evaluation, governance — so individual teams ship faster and more safely. Part of the broader AI operating model; effective where it enables delivery rather than becoming a bottleneck.

AI Maturity Model

Enterprise & Strategy

A banded framework — typically Nascent to Transformational — for grading AI capability.

A scoring rubric that places an organisation on a five-band ladder from nascent curiosity to industrialised, governed AI. Each band carries a recommended next move, so the assessment ends as a roadmap rather than a grade. Used as the backbone of any AI readiness assessment and the language by which leadership tracks progress year-on-year.

AI Readiness Assessment

Enterprise & Strategy

A structured diagnostic of whether an organisation can adopt and sustain AI.

The step-zero exercise in any serious enterprise AI strategy: a questionnaire and interview programme that scores foundations — leadership, data readiness, technology, skills, operating model, governance, responsible AI and adoption — against an AI maturity model. The output to act on is the per-dimension profile, not the headline score; the spiky shape is where the first roadmap comes from.

Artificial General Intelligence

Foundations

A hypothetical system matching or exceeding human ability across essentially all cognitive tasks.

The field's long-horizon goal: a single system that meets or beats human performance across the full breadth of cognitive work, not just narrow domains. There is no agreed test for it. Progress is tracked through benchmarks and the trajectory implied by scaling laws.

Artificial Intelligence

Foundations

The umbrella term for machines that perform tasks once thought to require human intelligence.

The broadest term in the field: software that performs tasks — perception, reasoning, language, decision-making — once assumed to require a human mind. Today's headline systems are a narrow slice of this, built almost entirely on machine learning and, more specifically, deep learning. The far horizon, a system matching humans across the board, is artificial general intelligence.

B

5 entries

Build vs Buy

Enterprise & Strategy

The decision to develop AI capability in-house or adopt a vendor's.

The recurring choice between building on raw models — including open weights you host and fine-tune — and buying a finished product. The honest answer is usually a mix: buy the commodity layer, build only where proprietary data or workflow creates real advantage, and keep the architecture model-agnostic so the decision can be revisited as prices fall.

Business Case / ROI

Enterprise & Strategy

The quantified argument that an AI initiative returns more than it costs.

The financial justification for an initiative, tying it to a single measurable number — downtime avoided, hours saved, conversion lifted — net of its total cost of ownership. A credible case names the owner of that number and a realistic time-to-value; the most common failure is a pilot with impressive demos and no P&L line.

C

9 entries

Closed Model

Business & Economics

A model offered only as a service, with weights kept proprietary.

A model whose weights are not released; access is sold via API or product, as with the flagship offerings of the leading labs. The commercial alternative to open weights, trading control for accessibility.

Cluster

Hardware & Compute

A large array of interconnected accelerators that trains a frontier model together.

Tens of thousands of GPUs or TPUs lashed together with high-speed networking to act as one machine for a training run. Building and powering them is the central infrastructure story of the AI build-out.

Compute-Optimal

Business & Economics

The best balance of model size and data for a fixed compute budget.

The insight — formalised by the "Chinchilla" work — that for a given compute budget there is an optimal trade-off between parameter count and training data, and that many early models were oversized and under-trained. A practical corollary of scaling laws.

Constitutional AI

Training & Fine-tuning

Aligning a model to an explicit written set of principles rather than case-by-case labels.

An alignment method, pioneered at Anthropic, in which a model critiques and revises its own outputs against a written "constitution" of principles, reducing reliance on human labelling. A practical form of RLAIF.

Context Engineering

Inference & Prompting

Deciding what goes into the context window — instructions, retrieved data, memory, tools.

The discipline, broader than prompt engineering, of assembling everything a model sees on a given call: the system prompt, retrieved documents, conversation memory, tool definitions and intermediate results — all within the limits of the context window. In agentic systems the harness does this dynamically every turn, and doing it well is often the difference between a capable agent and a confused one.

Context Window

Foundations

The maximum amount of text a model can consider at once, measured in tokens.

The span of tokens a model can attend to in a single pass — its working memory. Frontier windows now reach into the millions of tokens, though attention quality can thin out across very long contexts. Serving long windows is what the KV cache exists to make affordable.

D

6 entries

Data Readiness

Enterprise & Strategy

Whether your data is good enough, accessible enough and governed enough to train or ground AI on.

The honest state of the asset every AI system stands on: quality, coverage, lineage, access rights and the system of record that owns each domain. Weak data readiness is the most common binding constraint surfaced by an AI readiness assessment — and the reason early effort often belongs in data plumbing, not in models.

Diffusion Model

Models & Architectures

A generative model that creates images (or video) by iteratively denoising random noise.

The architecture behind most image and video generation: it learns to reverse a noising process, turning random static into a coherent picture over many steps, guided by a text prompt. Distinct from the transformer lineage that dominates language, though the two increasingly blend.

Distillation

Training & Fine-tuning

Training a small, cheap model to mimic a large, capable one.

Compressing capability by training a compact "student" model to reproduce the outputs of a larger "teacher". It is how labs ship fast, inexpensive models that approximate their flagships, and a lever on cost per token.

Drift

Enterprise & Strategy

The silent decay of model quality as inputs, the world or the model itself shift over time.

A divergence — in input distribution, output quality or downstream metrics — from the baseline you launched on. Drift is the canonical silent failure of generative systems: nothing crashes, the model just gets a little less right. The defence is continuous observability, a drift indicator with a threshold, and a golden dataset that grows after every incident.

E

4 entries

Encoder / Decoder

Models & Architectures

Two transformer roles: encoders read and represent input; decoders generate output.

Two architectural roles. An encoder reads a sequence into rich embeddings; a decoder generates a sequence one token at a time. Most chat LLMs are decoder-only; translation and some multimodal systems use both.

Enterprise AI Strategy

Enterprise & Strategy

The plan by which an organisation turns AI capability into durable, owned business value.

The discipline of deciding where AI is applied, who owns the outcome and how value is captured and defended — as distinct from running experiments. A sound strategy starts from the business problem, leans on use-case prioritisation, a deliberate operating model and a model-agnostic posture, because capability is converging and price is falling. The durable asset is rarely the model; it is the proprietary data, the workflow and the trust around it.

F

5 entries

Fine-tuning

Training & Fine-tuning

Further training of a pretrained model to specialise it or align its behaviour.

Continuing to train a pretrained model on a smaller, targeted dataset to specialise it for a domain or to shape its behaviour. Modern assistants are fine-tuned for helpfulness using RLHF; efficient variants use LoRA.

FLOP

Hardware & Compute

A floating-point operation — the unit in which training compute is counted.

A single floating-point calculation; total FLOPs is the standard measure of how much computation a training run consumed. The currency of scaling laws and of the frontier's eye-watering budgets.

Frontier Model

Business & Economics

The most capable models in existence at any moment — and the most expensive to build.

The leading edge of capability — the handful of models, mostly closed, that top the benchmarks and cost the most compute to train. The subject of most safety, alignment and regulatory attention.

Function Calling

Agents & Tooling

Letting a model invoke external tools and APIs by emitting structured requests.

Also "tool use": the capability by which a model outputs a structured call to an external function or API — search, code execution, a database query — and incorporates the result. The mechanism that turns a chatbot into an agent.

G

7 entries

Golden Dataset

Evaluation & Benchmarks

A curated set of inputs with known-good expectations — the regression suite a model is graded against on every change.

The headline instrument of evaluation: a hand-picked set of representative and adversarial inputs, each with an expected outcome, that every prompt, model or retrieval change is scored against before it ships. Coverage of the scenarios that actually matter is the discipline; every production incident should end its life as a new case in the set. Pairs with LLM-as-a-judge for cheap automated grading and with sampled live quality for what the dataset misses.

GPQA

Evaluation & Benchmarks

A graduate-level science benchmark deliberately resistant to web lookup.

Graduate-Level Google-Proof Q&A: expert-written science questions hard enough that even skilled non-specialists with web access struggle. One of the benchmarks that replaced the saturated MMLU at the frontier.

GPU

Hardware & Compute

The parallel processor that does the heavy maths of training and inference.

The Graphics Processing Unit — repurposed from rendering — whose massively parallel arithmetic underpins deep learning. Nvidia's data-centre GPUs dominate the market and define the cost of building frontier models.

Gradient Descent

Training & Fine-tuning

The optimisation method that nudges weights to reduce error, step by step.

The workhorse optimisation algorithm: compute how a small change to each weight would change the loss, then step in the direction that lowers it. Repeated billions of times, it is how a model learns. Backpropagation supplies the gradients.

H

3 entries

Harness

Agents & Tooling

The software scaffolding around a model that turns it into a working agent.

The program that wraps a model and makes it useful: it runs the agent loop, exposes tools via function calling, assembles the prompt and context, parses outputs, handles retries and errors, and enforces limits. Two labs using the same model can get very different results from a better or worse harness — increasingly, the harness is where much of the engineering value (and the evaluation effort) now lives.

Human-in-the-Loop

Enterprise & Strategy

Keeping a person accountable for reviewing or approving an AI system's actions.

A design in which a human reviews, approves or can override what an agent does, especially where mistakes are costly. It is the practical answer to hallucination and the foundation of trust in regulated and industrial settings — autonomy is earned workflow by workflow, behind guardrails.

I

3 entries

Inference Chip

Hardware & Compute

Silicon optimised for serving models cheaply and fast, not training them.

Hardware — from Nvidia parts to specialised startups' designs — tuned for running finished models at low latency and cost rather than training them. As usage scales, inference silicon is where much of the commercial battle is shifting.

J

1 entry

K

2 entries

KV Cache

Inference & Prompting

Stored attention state that lets a model avoid recomputing the whole context each token.

The cache of key/value attention tensors a model keeps while generating, so each new token reuses prior work instead of recomputing the entire context window. It is the main memory cost of long-context inference.

L

7 entries

Large Language Model

Foundations

A model trained on vast text to predict the next token, and thereby to read and write language.

A neural network — almost always a transformer — trained on enormous text corpora to predict the next token. From that one objective emerges fluent writing, translation, code and a surprising amount of reasoning. Size is measured in parameters; the leading examples are frontier models.

Last-Mile Integration

Enterprise & Strategy

Wiring an AI capability into the real systems and workflows where work happens.

The unglamorous engineering that connects a model to the system of record, the user's screen and the surrounding process — usually the difference between a demo and a deployment. Under-scoping it is the leading cause of pilot purgatory.

Latency

Inference & Prompting

How long a model takes to respond; throughput is how many requests it serves at once.

The delay between request and response — particularly time-to-first-token — which, alongside throughput (volume served), defines the user experience and the economics of inference. The KV cache is a primary lever on both.

LLM-as-a-Judge

Evaluation & Benchmarks

Using a language model to grade another model's outputs — cheap, scalable, and dangerous if uncalibrated.

The practice of asking an LLM to score another model's outputs against a rubric — faster and cheaper than a human panel, and essential at the scale modern evaluation demands. The catch is calibration: an LLM judge that has not been checked against human labels gives confident, wrong grades. The honest pattern is to sample-audit judge scores against humans and watch judge-human agreement as a first-class signal in observability.

LLMOps

Enterprise & Strategy

The practices and tooling for running language-model systems reliably in production.

The operational discipline — versioning, evaluation, monitoring, prompt and retrieval management, cost control — that keeps an AI system dependable after launch. The successor to MLOps for generative systems, and a major line in any honest total cost of ownership.

LoRA

Training & Fine-tuning

Low-Rank Adaptation — fine-tuning a model by training a tiny set of extra weights.

Low-Rank Adaptation, the leading parameter-efficient fine-tuning (PEFT) method: instead of updating all the weights, it trains a small add-on, slashing the cost of specialising a large model. Often paired with quantization.

Loss Function

Training & Fine-tuning

The number a model tries to minimise — its measure of being wrong.

A formula that scores how far a model's output is from the desired one. Training is the search for weights that minimise it, via gradient descent. Watching it fall — and watching for overfitting — is how training is monitored.

M

9 entries

Machine Learning

Foundations

Software that learns patterns from data rather than following hand-written rules.

A discipline in which a program improves at a task by learning statistical patterns from examples, rather than executing rules a programmer wrote by hand. Every modern large language model is a machine-learning system. The dominant modern flavour is deep learning.

Mixture of Experts

Models & Architectures

A design where only a fraction of the model's parameters fire for any given token.

An architecture that splits a model into many "expert" sub-networks and routes each token to only a few, so a model can hold enormous parameter counts while keeping the per-token compute — and therefore cost — low. Most efficient frontier models now use it.

MMLU

Evaluation & Benchmarks

A broad knowledge benchmark, now largely saturated at the frontier.

Massive Multitask Language Understanding: a multiple-choice exam across 57 subjects, long the default headline benchmark. Frontier models now score so highly that it is considered saturated and of limited discriminating value.

Model Cascade

Inference & Prompting

Trying a cheap model first and escalating to a stronger one only when needed.

A routing pattern that sends every request to a small, inexpensive model first and only escalates to a more capable, costly one when confidence is low or the task demands it. A close cousin of the model router, it can cut cost per token dramatically while preserving quality on the hard minority of requests — provided the escalation signal is well calibrated against hallucination.

Model Context Protocol

Agents & Tooling

An open standard (MCP) for connecting models to tools and data sources.

An open protocol, introduced by Anthropic and now widely adopted, that standardises how models connect to external tools, data and services — a common socket so every agent need not be wired by hand. Built atop function calling.

Model Registry

Enterprise & Strategy

The system of record for which model, prompt and retrieval version ran in which environment, approved by whom.

A registry that tracks every model and configuration artefact through its lifecycle — development, evaluation, canary, production, rollback — along with the approvals and eval results that gated each transition. It is the audit trail and the operational lever in one object, and the spine of disciplined prompt management and LLMOps.

Model Router

Inference & Prompting

A layer that sends each request to the most appropriate model for it.

A dispatcher that inspects each incoming request and directs it to the best-fit model — a small, cheap model for easy queries, a reasoning model for hard ones — to optimise cost, latency and quality together. Routing can be rule-based or learned (a classifier or semantic match), and it is the practical engine of a model-agnostic architecture, closely related to the cascade.

Model-Agnostic Architecture

Enterprise & Strategy

A system designed so the underlying model can be swapped without rebuilding.

An engineering posture that treats the model as a replaceable component behind a stable interface, so a cheaper or better one can be dropped in next month. With capability converging and cost per token falling, it is the defining discipline of a durable enterprise AI strategy — and the antidote to vendor lock-in.

Multimodal

Foundations

A model that handles more than one type of data — e.g. text plus images, audio or video.

Describing a model that accepts or produces multiple data types — text, image, audio, video — within one system, mapping them into a shared space of embeddings. Frontier assistants are now natively multimodal rather than text-only.

N

1 entry

Neural Network

Foundations

A network of simple numerical units, loosely inspired by the brain, that learns by adjusting weights.

A mathematical structure of interconnected units ("neurons"), each applying a simple operation, arranged in layers. Learning happens by tuning the connection strengths, or weights, via backpropagation and gradient descent. The transformer is the neural-network design that powers modern language models.

O

5 entries

Observability

Enterprise & Strategy

Seeing what an AI system actually does in production — traces, signals and alerts on the metrics that matter.

The operational capability of reading a live AI system: end-to-end traces of every request (prompt version, retrieved documents, model, tokens, latency, cost), sampled scoring of live quality, and alerts on drift, error rate and cost. Observability is the heart of LLMOps — without it, a regression is unanalysable and the dashboard, not the system, is what fails. Its data feeds the golden dataset after every incident.

Overall Equipment Effectiveness

Enterprise & Strategy

The standard manufacturing metric of availability × performance × quality.

The benchmark measure of how productively a manufacturing asset runs, combining uptime, speed and yield. It is the kind of pre-existing, owned number that makes manufacturing an ideal first home for AI — moving OEE a point is a business case everyone already understands.

Overfitting

Training & Fine-tuning

When a model memorises its training data instead of learning to generalise.

The failure in which a model fits its training data so closely that it performs poorly on anything new — low loss in training, high error in the wild. The reason models are held to unseen evaluation sets.

P

10 entries

Perplexity

Evaluation & Benchmarks

A measure of how well a model predicts text; lower is better.

An intrinsic metric of language-model quality: roughly, how "surprised" the model is by held-out text. Lower perplexity means better prediction. Useful in training, but a weak proxy for real-world usefulness, which is why the field leans on benchmarks.

Predictive Maintenance

Enterprise & Strategy

Using AI to flag equipment failure before it happens, rather than on a fixed schedule.

Reading sensor, ERP and maintenance-log signals to predict and pre-empt breakdowns — one of the first places agents land on a factory floor. The value is concrete: downtime avoided, a number a plant manager already owns and can put in a business case.

Prompt Injection

Alignment & Safety

Hostile instructions hidden in data that hijack an AI application's behaviour.

A security attack in which malicious instructions, smuggled into content the model reads — a web page, a document, a tool result — override the developer's system prompt. The signature vulnerability of agents and RAG systems.

Prompt Management

Enterprise & Strategy

Treating prompts and retrieval configs as versioned, reviewable artefacts rather than hard-coded strings.

The practice of storing prompts, retrieval sources and model choices in a registry, versioned and reviewable, so any production behaviour can be traced to an exact configuration and a bad change can be rolled back in seconds. It is half of LLMOps; the other half is evaluation and observability. Closely tied to the model registry that records what shipped and who approved it.

Q

1 entry

Quantization

Training & Fine-tuning

Storing a model's weights at lower numerical precision to shrink and speed it.

Reducing the numerical precision of a model's weights — say from 16-bit to 4-bit — to cut memory and accelerate inference, usually with modest quality loss. Key to running capable open-weights models on modest hardware.

R

8 entries

Readiness Survey

Enterprise & Strategy

The instrument that operationalises a readiness assessment — a role-tagged questionnaire across eight dimensions.

The questionnaire that turns an AI readiness assessment into numbers: respondents rate statements across eight dimensions on a 1–5 scale, tagged by role so the divergence between leadership and the front line can be reported as a finding. Dimension scores are averaged; the overall score maps to an AI maturity model band, and the ethics dimension is the bridge into formal governance and compliance work.

Reinforcement Learning

Training & Fine-tuning

Learning by trial and error against a reward signal.

Training in which an agent takes actions and learns from a reward signal rather than labelled answers. In language models it powers RLHF, RLAIF and the training of reasoning models.

Responsible AI

Enterprise & Strategy

The practices that keep AI use fair, transparent, accountable and lawful as it scales.

The umbrella for fairness, transparency, explainability, privacy and accountability in how AI is built and used. It is the human-readable face of AI governance and the seam through which a readiness survey flows into formal compliance and audit — where principles become controls a regulator can inspect.

Retrieval-Augmented Generation

Data & Retrieval

Fetching relevant documents at query time and feeding them to the model to ground its answer.

A pattern that, at query time, retrieves relevant text from a knowledge store — usually via embeddings in a vector database — and places it in the model's context window, so answers are grounded in real sources rather than memory. The standard remedy for hallucination and a stale knowledge cutoff.

RLAIF

Training & Fine-tuning

Reinforcement Learning from AI Feedback — using a model, not humans, to score outputs.

Reinforcement Learning from AI Feedback: an AI judge supplies the preference signal that humans give in RLHF, cutting cost and improving consistency. Closely tied to Constitutional AI.

RLHF

Training & Fine-tuning

Reinforcement Learning from Human Feedback — tuning a model to human preferences.

Reinforcement Learning from Human Feedback: humans rank model outputs, a reward model learns those preferences, and the model is fine-tuned to satisfy them. The technique that turned raw LLMs into usable assistants. Its scalable cousin is RLAIF.

S

10 entries

Sampling

Inference & Prompting

How a model chooses each next token from its predicted probabilities.

The procedure for selecting the next token from the model's probability distribution. Knobs such as temperature and top-p trade off coherence against diversity. Deterministic "greedy" decoding always takes the most likely token.

Self-Supervised Learning

Training & Fine-tuning

Creating the labels from the data itself — e.g. predict the next word.

A training scheme that manufactures its own supervision from raw data — for language, by hiding the next token and asking the model to predict it. It is the quiet breakthrough that let pretraining scale to the entire web.

Shadow AI

Enterprise & Strategy

Unsanctioned use of AI tools by staff, outside any governance.

Employees pasting sensitive data into consumer AI tools without approval — a data-leakage and prompt-injection risk that proliferates wherever official tools are slow or absent. The cure is rarely prohibition; it is providing sanctioned tools under proper governance.

State Space Model

Models & Architectures

An alternative to attention (e.g. Mamba) that scales linearly with sequence length.

A family of architectures — Mamba being the best known — that process sequences with a recurrent, linear-time mechanism instead of quadratic attention, promising cheaper handling of very long contexts. Still a challenger to, not a replacement for, the transformer.

SWE-bench

Evaluation & Benchmarks

A benchmark of real software bugs a model must resolve with working code.

A demanding evaluation in which a model must fix genuine issues from open-source repositories, with success judged by passing tests. The leading measure of practical coding and agentic ability.

Synthetic Data

Data & Retrieval

Training data generated by models rather than collected from the world.

Data produced by AI systems and used to train or fine-tune other models — increasingly important as high-quality human text grows scarce. Central to techniques like distillation and RLAIF, and a subject of debate over quality and feedback loops.

System of Record

Enterprise & Strategy

The authoritative business system — ERP, CRM, MES — that holds the data of truth.

The application a business treats as the canonical source for a domain of data: the ERP for operations, the CRM for customers, the MES on a plant floor. Most enterprise AI value comes from grounding answers in it — via RAG and grounding — and writing actions back to it, not from the model's own memory.

T

8 entries

Temperature

Inference & Prompting

A dial controlling randomness: low is focused and repeatable, high is creative.

A sampling parameter that scales how adventurously a model picks the next token. Near zero it is near-deterministic and precise; higher values add variety and risk, including more hallucination.

Total Cost of Ownership

Enterprise & Strategy

The full lifetime cost of an AI system — not just the model's per-token bill.

The complete cost of running an AI capability: model inference (see cost per token), but also data pipelines, retrieval infrastructure, LLMOps, human review, integration and change management. TCO is what turns an impressive proof of concept into an honest business case; under-counting it is why so many systems fail at the second invoice.

TPU

Hardware & Compute

Google's custom chip purpose-built for neural-network maths.

Tensor Processing Unit: Google's application-specific accelerator designed expressly for deep learning, an in-house alternative to the GPU and part of the broader race in inference chips.

Transfer Learning

Training & Fine-tuning

Reusing knowledge from one task to accelerate learning on another.

The principle that a model trained on one broad task can be adapted to many others — the reason a single foundation model can be fine-tuned for countless applications instead of trained from scratch each time.

U

2 entries

Use-Case Prioritisation

Enterprise & Strategy

Ranking candidate AI applications by business value against feasibility — not by novelty.

The exercise of scoring each candidate application on the value it would create versus the difficulty of delivering it, then sequencing accordingly. It is the single most important step in an enterprise AI strategy: it kills vanity projects early and points scarce effort at the workflows where a clear business case and an accountable owner already exist.

V

2 entries

W

1 entry

Weights

Foundations

The full set of learned parameters that define a trained model.

The complete collection of a model's learned parameters — in effect, the model itself as a file. Whether a lab publishes them is the line between an open-weights and a closed model.

The Singularity Times

The journal of record for artificial intelligence. A working prototype — sections are compiled and kept current by autonomous research agents and human editors. Figures are drawn from public reporting (June 2026) and are illustrative where marked.