Glossary
Glossary
Every field builds a private language; ours insists on decoding it. The full glossary, migrated whole: searchable, linkable, and written for humans.
- 3,050
- terms
- 1007
- crypto
- 2043
- AI + quantum
◈ TERM OF THE DAYSearcherA searcher is an operator scanning pending transactions for profitable ordering opportunities and bidding for the right to capture them.
#
- 1/f noisequantum
- Noise whose power rises at low frequencies, the dominant slow drift affecting qubit frequencies and coherence.
- 1inchcrypto
- 1inch is a decentralised exchange aggregator that sources liquidity across multiple DEXs, ensuring optimal token-swap prices and minimal slippage.
- 4-bit quantisationai
- Compressing model weights to just four bits each, roughly a quarter of the usual size, so large models fit on smaller or cheaper hardware.
- 51% Attackcrypto
- A 51% attack is control of most of a chain's mining or staking power, enough to reverse recent transactions and double-spend but not to steal existing coins.
A
- A* searchai
- A pathfinding algorithm that expands the route with the lowest estimated total cost, guaranteed optimal when its distance estimate never overshoots.
- A/B testingai
- Comparing two versions with live users by splitting traffic between them, measuring which performs better before rolling one out fully.
- Aaronson-Arkhipovquantum
- The 2011 result establishing that sampling from photon interference is classically hard, which launched boson sampling as an advantage route.
- Aavecrypto
- Aave is a decentralised lending protocol enabling users to supply and borrow crypto assets through over-collateralised smart contracts with algorithmic interest rates.
- ABI (Application Binary Interface)crypto
- An ABI describes a contract's functions and data types so that other software knows how to encode calls to it.
- Abracrypto
- Abra is a crypto investment platform offering multi-asset custody, trading, and yield products through regulated custodians and blockchain infrastructure.
- AC Stark shiftquantum
- A shift in a qubit's frequency caused by a nearby drive or by photons in its readout resonator, a common source of gate error.
- Acalacrypto
- Acala is a DeFi hub on Polkadot providing stablecoin issuance, liquid staking, and multi-chain financial services via Substrate technology.
- Accessibility treeai
- The structured, screen-reader-facing description of a user interface, increasingly used to let agents understand screens robustly.
- Account Abstraction (ERC-4337)crypto
- Account abstraction allows smart accounts to execute complex logic, gas sponsorship, and signature flexibility, enhancing user experience across decentralised applications.
- Accuracyai
- The proportion of predictions a model gets correct, a figure that can mislead when the classes are heavily imbalanced.
- Activation checkpointingai
- Saving memory during training by discarding some intermediate results and recomputing them later, trading extra compute for lower memory use.
- Activation functionai
- A non-linear function applied to a neuron's output, letting a network learn relationships that a purely linear model could not represent.
- Activation patchingai
- Swapping activations from one run into another to test which internal components actually cause a model's output.
- Activation steeringai
- Nudging a model's behaviour at run time by adding a direction to its internal activations, for example to increase honesty or reduce toxicity.
- Activation-aware weight quantisation (AWQ)ai
- A quantisation method that protects the small fraction of weights most important to activations, keeping accuracy high while compressing the rest to low precision.
- Active Addressescrypto
- Active addresses count distinct addresses transacting in a period, a crude but standard proxy for genuine network usage.
- Active spacequantum
- The subset of orbitals a quantum chemistry calculation treats exactly, chosen to fit available qubits while capturing the important physics.
- Actor-criticai
- A method pairing a policy that acts with a value estimator that criticises, cutting the noise in raw policy gradients.
- Adagradai
- An optimiser that gives smaller updates to frequently changing weights and larger ones to rare features by accumulating squared gradients over time.
- Adamai
- A widely used optimiser that adapts each weight's step size using running averages of recent gradients and their squared values.
- AdamWai
- A variant of Adam that applies weight decay separately from the gradient update, giving cleaner regularisation and better generalisation for large models.
- ADAPT-VQEquantum
- A variational eigensolver that builds its ansatz operator by operator based on measured gradients, rather than fixing the circuit in advance.
- Addresscrypto
- A blockchain address is a unique alphanumeric identifier derived from a public key, representing where digital assets can be sent securely.
- Address Poisoningcrypto
- Address poisoning sends a dust transaction from a lookalike address hoping the victim later copies it from their history instead of the real one.
- Address Reusecrypto
- Address reuse is receiving repeatedly to the same address, which links payments together and undermines the privacy a fresh address would give.
- Adiabatic quantum computationquantum
- A model that solves problems by slowly evolving a system from an easy starting state to one whose ground state encodes the answer.
- Adiabatic theoremquantum
- The principle that a quantum system stays in its lowest-energy state if the governing Hamiltonian is changed slowly enough.
- Advantage functionai
- How much better an action was than the average for that state, used to reduce variance when updating a policy.
- Adversarial exampleai
- An input deliberately perturbed, often imperceptibly, to make a model produce a wrong or harmful output while looking normal to humans.
- Adversarial suffixai
- A nonsense-looking string appended to a prompt, found by optimisation, that reliably defeats a model's refusals.
- AES-256quantum
- The symmetric cipher considered quantum-resistant at its full key length, which is why the quantum threat concerns public-key cryptography instead.
- Agent (RL)ai
- In reinforcement learning, the decision-maker that observes a state, takes an action and receives a reward, learning a policy from the consequences.
- Agent handoffai
- When one agent passes control and context of a task to another agent that is better suited to the next step.
- Agent hijackingai
- Redirecting an autonomous agent's goal through content it reads, turning its own tool access against the user.
- Agent memoryai
- Information an agent carries between sessions, written deliberately rather than accumulated in a conversation that will be truncated.
- Agent orchestrationai
- The coordination of multiple agents or tools, deciding what runs, in what order, and how their outputs are combined.
- Agent-computer interfaceai
- The design of the tools an agent is given, which affects reliability at least as much as the model behind it.
- Agentic benchmarkai
- An evaluation measuring whether a model can complete a multi-step task with tools, rather than answer a question in one turn.
- Agentic loopai
- The repeating cycle where a model reads a goal, chooses an action, observes the result, and continues until the task is finished or stopped.
- Agentic RAGai
- Letting a model decide what to search for, evaluate what it finds and search again, rather than retrieving once before answering.
- Aharonov-Bohm effectquantum
- The measurable phase shift a charged particle acquires from a magnetic potential in a region where the field itself is zero.
- AI acceleratorai
- Any hardware designed to speed up machine learning workloads, including GPUs, TPUs and custom chips, by processing many operations in parallel.
- AI agentai
- An AI system that does not just answer questions but takes actions — browsing, writing files, calling other software — usually in a loop of planning, acting and checking its own results.
- AI bill of materials (AIBOM)ai
- A structured inventory of the models, datasets and components in a system, so downstream users can assess what they are running.
- AI crawlerai
- A bot that collects web content for model training or live retrieval, distinguished from search crawlers by whether it sends traffic back.
- AI disclosureai
- Telling readers or users that content was produced or assisted by AI, required in some jurisdictions and a matter of editorial policy elsewhere.
- AI liabilityai
- The unsettled question of who answers for harm caused by a model's output — developer, deployer or user — which existing product law fits poorly.
- AI Safety Instituteai
- A government body set up to test frontier models for dangerous capabilities, first established in the UK and the US in 2023 and since replicated elsewhere.
- AI winterai
- A period of collapsed funding and interest following inflated promises, most notably in the mid-1970s and again in the late 1980s.
- AI21 Labsai
- The Israeli lab behind the Jurassic and Jamba models, an early proponent of hybrid state-space and transformer architectures.
- Aider Polyglotai
- A coding benchmark spanning several programming languages, measuring whether a model can edit existing files correctly rather than write from scratch.
- AIME (as a benchmark)ai
- The American Invitational Mathematics Examination, used to test reasoning models on problems whose answers are short integers and cannot be guessed.
- Air-Gapped Signingcrypto
- Air-gapped signing keeps a signing device permanently offline, moving transactions in and out by QR code or memory card rather than by cable.
- Airbridgequantum
- A small suspended metal crossover on a superconducting chip that lets control lines cross without shorting or trapping stray modes.
- Airdropcrypto
- An airdrop distributes free tokens to wallet addresses, usually to reward early supporters, drive engagement, or decentralise token ownership within communities.
- Airdrop Taxationcrypto
- An airdrop is generally taxable when received if given in return for something, and its treatment varies enough between jurisdictions to require local advice.
- Alchemycrypto
- Alchemy is a blockchain-development platform providing APIs, analytics, and infrastructure services powering decentralised applications across multiple networks.
- AlexNetai
- The 2012 convolutional network that won ImageNet by a wide margin on two consumer GPUs, starting the deep learning era.
- Algorand (ALGO)crypto
- Algorand is a high-performance, pure proof-of-stake blockchain designed for scalability, security, decentralisation, and low-cost financial or enterprise applications.
- Algorithm deprecation timelinequantum
- The published schedule for retiring RSA and elliptic-curve cryptography, with US guidance pointing to deprecation by 2030 and prohibition by 2035.
- Algorithmic accountabilityai
- The requirement that organisations be able to explain and justify automated decisions affecting people, and be answerable for them.
- Algorithmic fault tolerancequantum
- Designing the algorithm and the error correction together so fewer correction rounds are needed, cutting runtime substantially.
- Algorithmic qubits (AQ)quantum
- A benchmark estimating how many usable qubits a device offers for real algorithms, factoring in error rates and how qubits connect.
- Algorithmic Stablecoincrypto
- An algorithmic stablecoin defends its peg through supply adjustment rather than reserves, a design whose most prominent example collapsed in 2022.
- Alibaba Qwenai
- Alibaba's model family, released with open weights across a wide range of sizes and among the most downloaded on Hugging Face.
- Alice & Bobquantum
- The French company building cat qubits, trading many physical qubits for hardware-level suppression of one error type.
- Alignmentai
- The field concerned with making models behave in line with human intentions and values, reliably doing what people actually want.
- Alignment taxai
- The extra cost or capability loss sometimes incurred when making a model safer and more aligned rather than purely maximising raw performance.
- Alkaline-earth atomquantum
- An atom such as strontium or ytterbium whose energy levels suit precise laser control, favoured in some neutral-atom and optical-clock qubit systems.
- All-reduceai
- A collective operation that combines values, such as gradients, from every device and then shares the result back to all of them.
- All-to-all connectivityquantum
- The ability to entangle any two qubits directly, which trapped-ion and neutral-atom machines offer and fixed superconducting lattices do not.
- Allan deviationquantum
- A statistical measure of how a clock or oscillator's stability changes with averaging time, the standard way to characterise atomic clock performance.
- Allowlistcrypto
- An allowlist reserves the right to mint for chosen addresses, the standard NFT launch mechanism and a frequent target of Sybil farming.
- Alpha-beta pruningai
- An optimisation that skips branches of a game tree which cannot affect the final choice, letting the same search go far deeper.
- AlphaFoldai
- DeepMind's protein structure predictor, which effectively solved a fifty-year-old problem at CASP14 in 2020 and won a share of the 2024 Nobel Prize in Chemistry.
- AlphaGeometryai
- DeepMind's system for olympiad geometry problems, pairing a language model with a symbolic deduction engine.
- AlphaGoai
- DeepMind's Go program, which beat Lee Sedol in March 2016 using policy and value networks with Monte Carlo tree search.
- AlphaProofai
- DeepMind's formal mathematics system, which reached silver-medal standard on International Mathematical Olympiad problems in 2024.
- AlphaQubitquantum
- Google DeepMind's neural network decoder for the surface code, shown to outperform matching decoders on real hardware data.
- AlphaZeroai
- The successor that learned chess, shogi and Go from the rules alone through self-play, with no human games at all.
- Alpine Racing Tokencrypto
- Alpine Racing Token is a Formula 1 fan token on Binance Fan Token platform granting exclusive voting rights and rewards.
- Altcoincrypto
- An altcoin refers to any cryptocurrency other than Bitcoin, often created to introduce novel consensus mechanisms, governance, or niche-specific use cases.
- Amazon Braketquantum
- AWS's managed service for running circuits on several vendors' quantum hardware and simulators from one interface.
- Amber Groupcrypto
- Amber Group offers liquidity, derivatives, and treasury management solutions for institutional digital-asset investors globally.
- Amberdatacrypto
- Amberdata provides institutional-grade blockchain analytics, APIs, and risk-management data across DeFi, derivatives, and centralised-exchange activity.
- AMD Instinctai
- AMD's data-centre accelerator line, the main credible alternative to Nvidia for large-model inference.
- AMM (Automated Market Maker)crypto
- An automated market maker uses mathematical formulas instead of order books to price assets dynamically and facilitate decentralised trading liquidity.
- Amplitude amplificationquantum
- A generalisation of Grover's search that boosts the probability of measuring desired states, giving a quadratic reduction in the number of oracle calls needed.
- Amplitude dampingquantum
- A noise process describing energy loss from a qubit, such as decay from the excited to the ground state, characterised by T1.
- Amplitude encodingquantum
- A way of loading classical data into a quantum state by storing values in its amplitudes, packing many numbers into few qubits but hard to prepare.
- Amplitude estimationquantum
- A quantum technique that estimates the probability amplitude of a marked outcome, achieving quadratically better precision than classical sampling for tasks like Monte Carlo integration.
- Analog quantum simulationquantum
- A method where one engineered quantum system is tuned so its natural dynamics directly mimic those of the target system, without breaking evolution into gates.
- Analog quantum simulatorquantum
- A purpose-built quantum system that directly mimics another, delivering scientific results well before general-purpose machines are ready.
- Anchor boxai
- A predefined box shape a detector adjusts rather than predicting coordinates from nothing, a design newer detectors have largely dropped.
- Anchor Protocolcrypto
- Anchor Protocol was a Terra-based savings platform offering stable yield on UST deposits backed by staking-based collateral before its collapse.
- Anchorage Custodycrypto
- Anchorage Custody provides segregated cold-storage vaults and controlled access for regulated institutional crypto-asset safeguarding.
- Anchorage Digitalcrypto
- Anchorage Digital is a federally chartered US crypto bank providing institutional custody, staking, and settlement services.
- Ancilla qubitquantum
- An auxiliary qubit added to a computation to assist operations such as error detection or intermediate storage, rather than holding the final result.
- Ancilla-assisted measurementquantum
- Extracting information indirectly by entangling a helper qubit with the system and measuring the helper instead.
- Ancilla-free synthesisquantum
- Compiling a gate without helper qubits, valuable where qubits are scarce even though it may need a longer sequence.
- Anharmonic oscillatorquantum
- An oscillator whose energy levels are unevenly spaced, which is what allows two of them to be addressed as a qubit without exciting the rest.
- Anharmonicityquantum
- The uneven spacing between a qubit's energy levels that lets control pulses address just two states, preventing accidental leakage into higher levels.
- Ankrcrypto
- Ankr provides decentralised cloud computing, RPC endpoints, and liquid-staking services for developers building multi-chain blockchain applications.
- Anomacrypto
- Anoma is a privacy-first intent-centric protocol enabling multi-asset atomic settlement and composable encrypted transactions.
- Anomalous heatingquantum
- Motional heating far above thermal expectations, attributed to surface contamination and a long-standing obstacle for surface traps.
- Ansatzquantum
- A chosen circuit structure with tunable parameters used as a starting guess in variational algorithms, balancing expressiveness against trainability and hardware cost.
- Answer engineai
- A product that responds to a query with a synthesised answer and citations rather than a ranked list of links.
- Anthropicai
- The AI safety company founded in 2021 by former OpenAI researchers, developer of the Claude models and of Constitutional AI.
- Anyonquantum
- A quasiparticle in two dimensions whose exchange produces a phase or transformation beyond that of ordinary particles, the basis of topological computing.
- API (Application Programming Interface)crypto
- An API enables different software systems to communicate, allowing crypto exchanges, wallets, and dApps to interact securely through programmable instructions.
- API3crypto
- API3 enables decentralised APIs connecting off-chain data providers directly to smart contracts without intermediaries using first-party oracle nodes.
- Application-specific decoder hardwarequantum
- Purpose-built chips that process error syndromes fast enough to keep pace with a running quantum computer.
- Application-specific integrated circuit (ASIC)ai
- A chip designed for one particular task, offering high efficiency for that job but no flexibility to do anything else.
- Appropriateness Assessmentcrypto
- An appropriateness assessment tests whether a consumer understands the risk before a firm may sell them a cryptoasset product.
- Approvalcrypto
- Approval is the on-chain permission allowing a smart contract to transfer or manage tokens from a user’s wallet within defined allowances.
- Approval Exploitcrypto
- An approval exploit drains funds using permissions a user granted earlier and forgot, which is why periodically revoking approvals matters.
- Approval Revocationcrypto
- Revoking an approval withdraws a contract's permission to move your tokens, the single most useful routine hygiene step for an active wallet.
- Approximate nearest neighbour (ANN)ai
- Search that finds vectors close to a query quickly by trading a little accuracy for much greater speed at scale.
- APRcrypto
- Annual Percentage Rate measures simple interest over a year, commonly used in DeFi lending, staking, and liquidity programs excluding compounding effects.
- APYcrypto
- Annual Percentage Yield expresses annualised interest with compounding included, providing a more accurate representation of long-term DeFi yield performance.
- Aragoncrypto
- Aragon is a DAO-creation platform offering governance modules, treasury management, and on-chain dispute resolution tools for communities.
- Arbitragecrypto
- Arbitrage exploits temporary price differences of the same asset across exchanges, allowing traders to profit without directional exposure through instantaneous cross-market trades.
- Arbitrary waveform generator (AWG)quantum
- Electronics that produce precisely shaped control pulses used to drive qubit gates and trigger readout.
- Arbitrumcrypto
- Arbitrum is an Ethereum layer-two optimistic rollup providing faster transactions and lower fees while maintaining Ethereum-level security.
- ARC (AI2 Reasoning Challenge)ai
- A set of grade-school science questions designed so that retrieval alone cannot answer them.
- ARC-AGIai
- The Abstraction and Reasoning Corpus, a set of grid puzzles testing whether a system can infer abstract rules from very few examples.
- Archive Nodecrypto
- An archive node retains every historical state, required for block explorers and analytics but far heavier than an ordinary full node.
- Area under the curve (AUC)ai
- A single number summarising ROC performance, where 1 is perfect and 0.5 is no better than random chance.
- Arithmetic intensityai
- The ratio of computation to memory traffic in an operation, which determines whether it is limited by the chip's maths units or its memory.
- ARK Investcrypto
- ARK Invest allocates capital to disruptive innovation sectors including blockchain, AI, and decentralised finance.
- Arkham Intelligencecrypto
- Arkham Intelligence links blockchain wallets to real-world identities, offering transparent address-labelling dashboards for compliance, research, and market analytics.
- Artificial general intelligence (AGI)ai
- A hypothetical system that matches or exceeds human ability across the full range of cognitive tasks rather than one narrow domain, with no agreed definition or test.
- Artificial intelligence (AI)ai
- The field of building systems that perform tasks normally associated with human intelligence, such as understanding language, recognising images or making decisions.
- Artificial superintelligence (ASI)ai
- A hypothetical system far beyond the best human performance at essentially every task, usually discussed as a consequence of an AGI that can improve itself.
- ASIC Minercrypto
- An ASIC miner is hardware built solely to compute one mining algorithm, thousands of times more efficient than general-purpose chips at the same task.
- ASIC Resistancecrypto
- ASIC resistance is a chain's attempt to keep mining viable on ordinary hardware, usually eroded once specialised chips become worth designing.
- Asset-Referenced Token (ART)crypto
- An asset-referenced token is MiCA's category for a stablecoin backed by a basket of currencies, commodities or other assets.
- Assignment errorquantum
- A readout mistake caused by overlapping signal distributions for the two states rather than by the qubit changing.
- Astariacrypto
- Astaria enables NFT-backed lending, issuing loans against digital collectibles using automated appraisals and on-chain escrow mechanisms.
- ATH (All-Time High)crypto
- All-Time High is the highest recorded price of an asset, reflecting peak market optimism and often preceding profit-taking or volatility surges.
- Atom Computingquantum
- The American neutral-atom company that announced an array of over a thousand atomic qubits, working with Microsoft on logical qubits.
- Atom interferometryquantum
- A measurement technique that splits and recombines atomic waves so their interference reveals accelerations, rotations and gravity with high sensitivity.
- Atom lossquantum
- The escape of an atom from its trap during a computation, an erasure-type error neutral-atom architectures can detect and exploit.
- Atom rearrangementquantum
- Moving atoms between tweezer sites to fill a perfect lattice from a randomly loaded one, and to bring distant qubits together for gates.
- Atomic clockquantum
- A timekeeping device that counts the extremely stable oscillations of atoms between energy levels, providing the most accurate time and frequency standards.
- Atomic Settlementcrypto
- Atomic settlement makes both legs of a trade succeed or fail together, removing the risk that one side delivers and the other does not.
- Atomic Swapcrypto
- An atomic swap enables cross-chain asset exchange directly between users using cryptographic contracts, eliminating trusted intermediaries or custodial risk.
- Attention headai
- One parallel attention computation within a layer, with its own query, key and value projections, capturing a particular pattern of relationships.
- Attention Is All You Needai
- The 2017 Google paper that introduced the transformer, discarding recurrence in favour of attention and enabling everything that followed.
- Attention maskai
- A pattern that blocks certain positions from attention, used to hide padding tokens or enforce causal, left-to-right generation.
- Attention mechanismai
- A method that lets a model weigh the relevance of different input elements when producing each output, focusing on the most useful parts.
- Attention sinkai
- The tendency of attention to dump spare weight onto the first few tokens, which quantisation and cache-eviction schemes must preserve.
- Attention with linear biases (ALiBi)ai
- A scheme that adds a distance-based penalty to attention scores instead of positional embeddings, favouring nearer tokens and extending to longer sequences.
- Attenuator (cryogenic)quantum
- A component that reduces room-temperature noise on a control line at each cooling stage, essential to protecting qubit coherence.
- Attestationcrypto
- An attestation is a digitally signed proof verifying data authenticity, identity, or event integrity, frequently used in decentralised identity or oracle systems.
- Attestercrypto
- An attester is a validator that votes on the head of the chain, and it is the weight of those votes that drives Ethereum towards finality.
- Audio watermarkingai
- An inaudible signal embedded in generated speech so it can later be identified as synthetic.
- Audit Scopecrypto
- Audit scope defines exactly which code and assumptions were reviewed, and reading it matters more than the fact an audit exists.
- Auditingcrypto
- Auditing examines smart contracts or blockchain protocols for vulnerabilities, ensuring code safety, compliance, and adherence to best-practice security standards.
- Authorised Participantcrypto
- An authorised participant is the institution permitted to create and redeem ETF shares, the mechanism keeping the fund's price near its net asset value.
- Auto-Deleveraging (ADL)crypto
- Auto-deleveraging force-closes profitable traders' positions when the insurance fund cannot cover a bankrupt counterparty's losses.
- Autoencoderai
- A network trained to compress its input into a compact code and reconstruct it, learning useful representations without labels.
- Automated calibrationquantum
- Software that retunes hundreds of device parameters without human intervention, a practical requirement above a few dozen qubits.
- Automated decision-makingai
- A decision taken about a person without meaningful human involvement, which UK and EU data protection law restricts and gives rights against.
- Automated machine learning (AutoML)ai
- Tooling that automates model selection, feature handling and hyperparameter tuning so non-specialists can produce working models.
- Automated theorem provingai
- Deriving formal proofs by machine search, now increasingly paired with language models that propose the steps.
- Automatic differentiation (autodiff)ai
- A technique that computes exact gradients of a program's outputs with respect to its inputs by applying the chain rule mechanically.
- Automatic speech recognition (ASR)ai
- Converting spoken audio into text, the input half of every voice interface.
- Automation biasai
- The human tendency to over-trust a machine's output and stop checking, the failure mode behind most AI-assisted mistakes.
- Autonomy levelsai
- A scale describing how much an agent acts on its own, from suggesting steps for approval to completing tasks without oversight.
- Autoregressive generationai
- Producing text one token at a time, where each new token is predicted from all the tokens generated so far, then fed back in.
- Autoregressive modelai
- A model that generates a sequence one element at a time, conditioning each prediction on the elements already produced.
- Autoscalingai
- Automatically adding or removing computing resources based on demand, so a service handles traffic spikes without paying for idle capacity.
- Average gate fidelityquantum
- The gate fidelity averaged over all possible input states, giving a single figure that summarises a gate's overall accuracy.
- AVS (Actively Validated Service)crypto
- Actively Validated Services reuse validator security from existing networks like Ethereum’s, enabling modular staking to secure specialised off-chain or on-chain functions.
- Aztec Networkcrypto
- Aztec Network builds privacy-enabled DeFi using zk-rollups that encrypt transaction values while retaining on-chain verification.
- Azure AI Foundryai
- Microsoft's platform for deploying and managing models on Azure, including OpenAI models under Microsoft's own terms.
B
- Backdoor attackai
- A hidden trigger planted during training that makes a model misbehave on command while behaving normally otherwise.
- Backlog problemquantum
- The failure mode where syndrome data arrives faster than the decoder can process it, so the delay grows without limit.
- Backpropagationai
- The algorithm that works out how much each weight contributed to the loss by propagating error signals backwards through the network layers.
- Backrunningcrypto
- Backrunning places a transaction immediately after a known one to profit from its price effect, less harmful to the victim than front-running.
- Backwardationcrypto
- Backwardation is a futures curve priced below spot, usually signalling stress or an urgent demand to sell.
- Bacon-Shor codequantum
- A subsystem code arranged on a square lattice that simplifies error correction by requiring only two-qubit gauge measurements.
- Bag-of-wordsai
- A text representation that counts word occurrences while ignoring grammar and order, treating a document as an unordered collection.
- Balanced product codequantum
- A code construction generating good qLDPC families with better parameters than the hypergraph product.
- Balancercrypto
- Balancer is an automated market maker allowing multi-token pools with custom weights, functioning as self-balancing index funds and liquidity engines.
- Barge-inai
- A voice system's ability to stop speaking and listen when the user interrupts, the difference between conversation and a recorded menu.
- Barren plateauquantum
- A training difficulty in variational quantum algorithms where the cost landscape becomes almost flat, making gradients vanish and optimisation extremely hard as circuits grow.
- Barrierquantum
- A compiler instruction that prevents gates on either side from being reordered or merged across it, preserving circuit structure during optimisation.
- BARTai
- A denoising encoder-decoder model trained to reconstruct corrupted text, strong at summarisation.
- Basecrypto
- Base is Coinbase’s layer-two built on Optimism’s OP Stack, offering secure, low-cost on-chain applications integrated with Coinbase’s ecosystem.
- Base Feecrypto
- Base fee is the minimum gas amount per transaction introduced by EIP-1559, dynamically adjusting according to network demand and congestion.
- Based Rollupcrypto
- A based rollup delegates sequencing to the underlying chain's proposers, inheriting its censorship resistance instead of running its own sequencer.
- Basis (Perps)crypto
- Basis is the price difference between perpetual futures and spot markets, reflecting funding-rate dynamics and traders’ sentiment on future price direction.
- Basis encodingquantum
- A method of representing classical data as computational basis states of qubits, using one qubit per bit so that binary values map directly onto qubit states.
- Basis gatequantum
- One of the elementary gates a compiler targets for a particular device; every higher-level gate is rewritten using only these.
- Basis setquantum
- A collection of mathematical functions used to represent electron orbitals in a calculation; larger sets give more accuracy at greater cost.
- Basis statequantum
- One of a chosen set of reference states from which every state in the space can be built by combination.
- Basis Tradecrypto
- A basis trade buys spot and sells a future to harvest the price gap, a market-neutral strategy that dominates institutional crypto flow.
- Batch Auctioncrypto
- Batch auctions execute orders simultaneously at a uniform clearing price, reducing front-running, slippage, and MEV exploitation within decentralised exchanges.
- Batch inference APIai
- Submitting many requests for asynchronous processing at a reduced rate, suitable for work with no latency requirement.
- Batch normalisation (BatchNorm)ai
- Normalisation that standardises each feature using the mean and variance across a training batch, stabilising and speeding up learning.
- Batch sizeai
- The number of training examples processed together before the model updates its weights; it affects speed, memory use and stability.
- Batchingai
- Grouping several requests together so a model processes them in one pass, improving hardware use and overall throughput.
- Battery materials simulationquantum
- Using quantum simulation to model electrolyte and electrode chemistry, a frequently cited near-term commercial target.
- Bayes' theoremai
- A rule for updating the probability of a hypothesis given new evidence, foundational to probabilistic machine learning.
- BB84quantum
- The first quantum key distribution protocol, devised by Bennett and Brassard in 1984, encoding key bits on single photons using two randomly chosen measurement bases.
- BCS theoryquantum
- The 1957 explanation of conventional superconductivity through electrons bound into Cooper pairs by lattice vibrations.
- Beacon Chaincrypto
- The Beacon Chain is Ethereum's consensus layer, coordinating validators, attestations and finality separately from transaction execution.
- Beamcrypto
- Beam is a privacy-centric blockchain using MimbleWimble technology for confidential transactions and scalable private payments.
- Beam Privacycrypto
- Beam is a MimbleWimble-based blockchain ensuring confidential assets, signatures, and atomic-swap support for private transfers.
- Beam searchai
- A decoding method that keeps several candidate sequences in parallel at each step, expanding the most promising and finally choosing the highest-scoring whole sequence.
- Beam splitterquantum
- An optical component that partially transmits and partially reflects light; a basic building block for combining and interfering photonic qubits.
- Bear Marketcrypto
- A bear market describes a prolonged period of declining asset prices, low investor confidence, and increased caution within financial or crypto markets.
- Bed and Breakfasting Rulecrypto
- The UK thirty-day rule matches a disposal against any repurchase within thirty days, blocking the sell-and-buy-back trick for crystallising a loss.
- Bedrockai
- Amazon's managed service for calling models from several providers behind one API, with data kept inside the customer's AWS account.
- Behaviour cloningai
- The simplest form of imitation learning, treating demonstration data as supervised examples of what to do in each state.
- Behind-the-meter generationai
- Power generated on site and consumed directly by a data centre, bypassing grid connection queues that would otherwise delay construction by years.
- Belief-propagation decoderquantum
- A decoding method, common for qLDPC codes, that iteratively passes probability estimates across the code to infer the most likely errors.
- Bell basisquantum
- The set of four Bell states, which together form an orthonormal basis for measurements on two entangled qubits.
- Bell inequalityquantum
- A bound on correlations achievable by any local classical theory, which entangled quantum states can measurably violate.
- Bell statequantum
- One of four maximally entangled two-qubit states forming the basis for teleportation and many quantum communication protocols.
- Bell state measurementquantum
- A joint measurement projecting two qubits onto entangled states, the operation at the heart of teleportation and entanglement swapping.
- Bell testquantum
- An experiment measuring correlations between entangled particles to confirm they violate a Bell inequality, proving genuine entanglement rather than mere classical correlation.
- Below thresholdquantum
- Operating a quantum processor at physical error rates low enough that increasing the code distance genuinely lowers the logical error rate.
- Benchmarkai
- A standardised test used to measure and compare model performance on tasks such as reasoning, coding or knowledge, producing a comparable score.
- Benchmark contaminationai
- When test questions or answers leak into a model's training data, inflating its benchmark scores and making them a poor guide to real ability.
- Bernstein-Vazirani algorithmquantum
- A quantum algorithm that recovers a hidden binary string encoded in a linear function with one query, whereas classical approaches require one query per bit.
- Berry phasequantum
- The geometric phase picked up when a system's parameters are cycled slowly around a loop.
- BERTai
- Google's 2018 encoder-only model, trained by masking words, which set the pattern of pretraining then fine-tuning for language tasks.
- Best-of-n samplingai
- Generating several answers and returning whichever a reward model or verifier rates highest, the cheapest way to spend more compute at inference.
- bfloat16 (BF16)ai
- A 16-bit number format that keeps the wide range of 32-bit floats with less precision, popular for training neural networks efficiently.
- Bias benchmarkai
- An evaluation that measures whether a model's outputs differ systematically by the demographic group mentioned in the prompt.
- Bias-preserving gatequantum
- A gate designed so that a hardware's dominant error type stays dominant, letting the error-correcting code be tailored to it.
- Bias-tailored codequantum
- An error-correcting code adapted to hardware whose errors are predominantly of one type, buying better protection for the same qubit count.
- Bias-variance tradeoffai
- The balance between a model too simple to fit the data and one so flexible it fits noise, each hurting accuracy differently.
- Biconomycrypto
- Biconomy provides gasless transaction infrastructure and multi-chain relayer APIs simplifying blockchain onboarding for decentralised applications.
- Bid-Ask Spreadcrypto
- The bid-ask spread is the gap between the best buy and sell prices, the most direct measure of how expensive a market is to trade.
- BIG-benchai
- A collaborative benchmark of over two hundred tasks contributed by researchers to probe capabilities beyond standard exams.
- BIKEquantum
- A code-based key encapsulation candidate considered in the NIST process, based on quasi-cyclic moderate-density parity-check codes.
- Binance Coin (BNB)crypto
- Binance Coin powers the Binance ecosystem, paying transaction fees, participating in governance, and supporting multiple DeFi and exchange functionalities.
- Binomial codequantum
- A bosonic error-correcting code that encodes a qubit in a specific superposition of photon numbers, chosen so photon loss is detectable.
- BIP (Bitcoin Improvement Proposal)crypto
- A Bitcoin Improvement Proposal is a formal document suggesting changes to Bitcoin’s protocol, network rules, or development processes.
- BIP-32crypto
- BIP-32 defines hierarchical deterministic key derivation, the standard that lets one seed generate an entire structured tree of keys.
- BIP-39crypto
- BIP-39 defines the twelve or twenty-four word seed phrase, turning a wallet's master secret into words a person can write down and check.
- BIP-44crypto
- BIP-44 defines the derivation path structure that lets one seed hold separate accounts across many different chains.
- Bit-flip errorquantum
- An error that swaps a qubit's 0 and 1 amplitudes, equivalent to a Pauli X operator, the quantum analogue of a classical bit flip.
- Bitcoin (BTC)crypto
- Bitcoin is the first decentralised cryptocurrency, using proof-of-work consensus and limited supply to enable borderless, censorship-resistant digital value transfer.
- Bitcoin Cash (BCH)crypto
- Bitcoin Cash forked from Bitcoin to increase block size, improving transaction throughput and reducing fees for peer-to-peer electronic payments.
- Bitcoin Corecrypto
- Bitcoin Core is the reference implementation most nodes run, and the codebase where consensus-affecting changes are debated and merged.
- Bitfinexcrypto
- Bitfinex is one of the oldest crypto exchanges, offering advanced trading tools, derivatives, and staking products for professional traders.
- BitGocrypto
- BitGo offers institutional crypto custody with multi-signature wallets, insurance coverage, and regulatory-compliant asset-management solutions.
- BitGo Primecrypto
- BitGo Prime extends institutional services including trading, lending, and qualified custody under regulated frameworks.
- BitGo Trustcrypto
- BitGo Trust is a regulated US trust company offering qualified custody and fiduciary digital-asset management services.
- BitPaycrypto
- BitPay provides merchant-payment gateways for cryptocurrencies, converting digital payments to fiat while maintaining accounting transparency.
- Bitquerycrypto
- Bitquery supplies blockchain data APIs enabling developers to query transactions, smart-contract logs, and liquidity information programmatically.
- Bitstampcrypto
- Bitstamp is a regulated European exchange providing fiat-crypto trading pairs, staking, and secure custody services since 2011.
- Bitwise Investcrypto
- Bitwise Invest offers index funds and ETFs tracking diversified crypto baskets for professional investors.
- Bivariate bicycle codequantum
- A recent qLDPC code family offering many protected logical qubits with modest overhead and connectivity, studied as a surface-code alternative.
- Black box problemai
- The difficulty that a trained network's behaviour cannot be read off its weights, so its reasoning must be inferred experimentally.
- Black Forest Labsai
- The German lab founded by former Stability AI researchers, developer of the FLUX image models.
- Black-box modelquantum
- A framework where an algorithm accesses a function only through queries, without seeing its internal workings, used to prove many quantum speedups over classical computation.
- BlackRock BUIDLcrypto
- BlackRock’s BUIDL fund tokenises short-term US-Treasury exposure on Ethereum for institutional investors seeking on-chain yield.
- Blackwellai
- Nvidia's GPU generation announced in 2024, pairing two dies per package and aimed at both training and large-scale inference.
- Bletchley Declarationai
- The statement signed by 28 countries and the EU at the UK's November 2023 summit, the first joint acknowledgement of frontier AI risk.
- BLEU (bilingual evaluation understudy)ai
- A metric scoring machine translation by comparing overlapping word sequences between the machine output and human reference translations.
- Blind quantum computingquantum
- A protocol letting a user run a computation on a remote quantum computer without the operator learning the input, output or algorithm.
- Blind Signingcrypto
- Blind signing is approving a transaction whose contents a device cannot display, and the reason a hardware wallet is not automatically safe.
- Blob (EIP-4844)crypto
- A blob is a large chunk of data attached to a block and deleted after roughly eighteen days, giving rollups cheap short-term data availability.
- Blobspacecrypto
- Blobspace is the market for blob capacity, priced by its own fee market and the main determinant of what rollup transactions cost.
- Bloch spherequantum
- A geometric picture representing any single qubit's pure state as a point on the surface of a unit sphere.
- Bloch vectorquantum
- The arrow representing a single qubit's state inside the Bloch sphere, shrinking towards the centre as the state decoheres.
- Bloch-Redfield theoryquantum
- The standard framework for describing how weak coupling to an environment produces relaxation and dephasing.
- Blockcrypto
- A block groups verified transactions, cryptographically linked to previous ones, forming the immutable chronological record known as the blockchain.
- Block encodingquantum
- A way of embedding a general matrix inside a larger unitary so a quantum computer can manipulate it, a key ingredient in modern linear-algebra algorithms.
- Block Explorercrypto
- A block explorer is a web tool allowing users to view blockchain data such as transactions, addresses, block heights, and confirmations.
- Block Heightcrypto
- Block height counts the number of blocks preceding a given block, serving as a measure of blockchain length and network progress.
- Block Rewardcrypto
- A block reward is cryptocurrency granted to miners or validators for producing new blocks, securing the network, and processing transactions.
- Block Subsidycrypto
- The block subsidy is the newly issued portion of a miner's reward, distinct from transaction fees and cut in half at every halving.
- Blockchaincrypto
- A blockchain is a distributed ledger maintained by multiple nodes, ensuring transparency, immutability, and consensus without centralised control or intermediaries.
- Blockdaemoncrypto
- Blockdaemon provides institutional blockchain infrastructure, staking, and node-as-a-service solutions across multiple proof-of-stake networks.
- BlockFicrypto
- BlockFi was a centralised lending platform offering interest accounts and collateralised loans before filing for bankruptcy in 2022.
- Blocknativecrypto
- Blocknative delivers real-time mempool monitoring tools helping traders and dApp developers anticipate pending transactions and MEV activity.
- Blockstreamcrypto
- Blockstream develops Bitcoin infrastructure including the Liquid sidechain, satellite network, and cryptographic research for financial scalability.
- Bloomcrypto
- Bloom is a decentralised credit-scoring protocol allowing users to control identity data while sharing verified financial reputation.
- BLS Signaturecrypto
- BLS signatures aggregate multiple cryptographic signatures efficiently, enabling scalable consensus validation in proof-of-stake and threshold-based multi-party systems.
- Blue detuningquantum
- Trapping atoms in the dark regions of a light field to reduce the trap's disturbance of the qubit.
- Blueforsquantum
- The Finnish manufacturer of dilution refrigerators, whose cryostats house most superconducting quantum computers.
- Blurcrypto
- Blur is an NFT marketplace focused on professional traders, aggregating listings and rewarding activity through the BLUR governance token.
- BM25ai
- A widely used keyword ranking formula that scores documents by term frequency and rarity to judge how relevant they are.
- Bollinger Bandscrypto
- Bollinger bands plot a moving average with volatility-scaled envelopes, framing whether a price is unusually stretched.
- Boltzmann distributionquantum
- The rule governing how a system's population spreads across energy levels at a given temperature, which sets residual qubit excitation.
- Bond Protocolcrypto
- Bond Protocol enables tokenised bond markets on-chain, issuing debt instruments with transparent yields and composable liquidity.
- Bonding Curvecrypto
- A bonding curve mathematically defines a token’s price in relation to its supply, used in DAOs, token launches, and liquidity design.
- Born rulequantum
- The principle that a measurement outcome's probability equals the squared magnitude of its probability amplitude within the quantum state.
- Born-Oppenheimer approximationquantum
- A simplification that treats the heavy atomic nuclei as fixed while calculating the behaviour of the much lighter, faster electrons.
- Boson samplingquantum
- A photonic task where many photons interfere through an optical network; sampling the outputs is hard for classical computers, showing quantum advantage.
- Bosonic codequantum
- An error-correction scheme storing a qubit in the many energy levels of a single oscillator, such as a microwave cavity, rather than several separate qubits.
- Bottlepaycrypto
- Bottlepay facilitates social Bitcoin payments via the Lightning Network, enabling instant tipping across messaging platforms.
- Bounded-error quantum polynomial time (BQP)quantum
- The class of decision problems a quantum computer can solve efficiently with high probability. It captures what is considered tractable for quantum machines.
- Bounding boxai
- The rectangle marking an object's position in an image, the basic unit of detection labels and predictions.
- BPP (bounded-error probabilistic polynomial time)quantum
- The class of problems a classical computer can solve efficiently with randomness, the baseline quantum computing must beat.
- Braquantum
- Dirac notation for the conjugate transpose of a ket, combined with kets to form inner products and probabilities.
- Bra-ket notation (Dirac notation)quantum
- A compact notation for quantum mechanics using bras and kets to write states, inner products and operators clearly.
- Braidingquantum
- Swapping anyons around one another to perform operations that depend only on the pattern of moves, the basis of topological quantum computing.
- Brain Walletcrypto
- A brain wallet derives keys from a memorised phrase, an approach comprehensively broken because human-chosen phrases are easily guessed at scale.
- Braintrustcrypto
- Braintrust is a decentralised talent network connecting freelancers with enterprises, governed by community incentives via BTRST token.
- Bravyi-Kitaev transformationquantum
- An alternative mapping of fermionic systems onto qubits that often needs fewer qubit operations than the Jordan-Wigner method.
- BRC-20crypto
- BRC-20 is an experimental token standard on Bitcoin using ordinal inscriptions, enabling fungible token issuance via embedded on-chain metadata.
- Break-evenquantum
- The point at which an encoded logical qubit outlives its best physical qubit, showing that error correction is providing a net benefit.
- Breez Walletcrypto
- Breez Wallet offers non-custodial Lightning payments and podcast streaming-sats functionality for Bitcoin microtransactions.
- Bridgecrypto
- A bridge transfers assets or data between blockchains, facilitating interoperability but introducing security risks like smart-contract exploits or custodial compromise.
- Bridge Exploitcrypto
- A bridge exploit attacks the contracts or keys holding assets locked on one chain, and has produced several of the largest thefts in the industry.
- BrowseCompai
- A benchmark of hard-to-find facts that can only be answered by persistent web browsing.
- Browser automationai
- Driving a web browser through software so an agent can navigate pages, click links and fill forms to complete online tasks.
- BTC Ordinalscrypto
- Ordinals inscribe data directly onto satoshis, creating on-chain NFTs and fungible experiments within Bitcoin’s UTXO model.
- BTCPay Servercrypto
- BTCPay Server is an open-source Bitcoin payment processor allowing businesses to accept payments directly without intermediaries.
- Bug Bountycrypto
- A bug bounty pays researchers for privately reporting vulnerabilities, and is far cheaper than the exploit it prevents.
- Builder (MEV)crypto
- A builder in MEV systems constructs optimal block bundles for proposers, balancing inclusion incentives, latency, and extraction opportunities across markets.
- Bull Marketcrypto
- A bull market features sustained asset-price growth, strong investor optimism, high liquidity, and widespread belief in long-term upward momentum.
- Bundle (MEV)crypto
- A bundle is a set of transactions a searcher submits to be executed together in a fixed order, or not at all.
- Bundlercrypto
- A bundler collects account abstraction operations from users and submits them on-chain as one transaction, the infrastructure role ERC-4337 created.
- Burn Rate (Token)crypto
- Burn rate measures how quickly a protocol destroys tokens, often tied to fees so that usage reduces supply.
- Burningcrypto
- Burning permanently removes tokens from circulation, reducing supply and potentially increasing scarcity or value through verifiable on-chain destruction events.
- Burst errorquantum
- A correlated failure affecting many qubits simultaneously, which standard error-correction assumptions do not cover.
- Bybitcrypto
- Bybit is a derivatives exchange offering perpetual contracts, options, and spot trading with advanced risk controls and high liquidity.
- Byte pair encoding (BPE)ai
- A tokenisation method that starts from characters and repeatedly merges the most frequent adjacent pairs, building a vocabulary of common subword units.
- Byte-level BPEai
- A variant of byte pair encoding that operates on raw bytes rather than characters, letting a small vocabulary encode any text, including emoji and symbols.
- Bytecodecrypto
- Bytecode is the compiled machine code a contract actually runs, and what is verified against published source to prove a deployment matches its code.
- Byzantine Fault Tolerance (BFT)crypto
- Byzantine fault tolerance is a system's ability to reach agreement while some participants actively lie or fail, the theoretical foundation of blockchain consensus.
C
- C4 (Colossal Clean Crawled Corpus)ai
- A filtered snapshot of Common Crawl released with T5, an early attempt at systematic pretraining data cleaning.
- Cache hit rate (prompt)ai
- The share of input tokens served from a provider's prompt cache, which decides much of the real cost of a repetitive workload.
- Caesium fountain clockquantum
- A microwave clock that tosses cooled caesium atoms upward and measures them as they fall, defining the international standard for the second.
- Calibrationai
- How well a model's stated confidence matches how often it is actually correct; a calibrated model is neither overconfident nor underconfident.
- Calibration driftquantum
- The slow change in a qubit's parameters over hours or days, which forces automated recalibration between runs.
- Calldatacrypto
- Calldata is the transaction input data written permanently into a block, and what rollups used for data availability before blobs existed.
- Canary deploymentai
- Releasing a change to a small share of users first, watching for problems before rolling it out to everyone.
- Canary stringai
- A unique text marker embedded in a benchmark so testers can later check whether it was accidentally included in a model's training data.
- Candlestickcrypto
- A candlestick shows a period's open, high, low and close in one shape, the standard unit of a price chart.
- Cantocrypto
- Canto is a layer-one blockchain providing free public infrastructure for DeFi primitives like DEXs, lending, and stablecoins.
- Capability elicitationai
- Techniques such as careful prompting and fine-tuning used to draw out a model's true maximum ability, so evaluations do not underestimate risk.
- Capability thresholdai
- A predefined level of ability at which stronger safeguards are triggered, the mechanism at the heart of frontier safety policies.
- Capital Gains Tax (Crypto)crypto
- Disposing of a cryptoasset, including swapping one for another, is usually a taxable event even when no fiat currency is involved.
- Carbon footprint of trainingai
- The greenhouse gas emissions produced by the electricity used to train a model, a growing concern as models grow larger.
- Cardano (ADA)crypto
- Cardano is a proof-of-stake blockchain emphasising formal verification, peer-reviewed research, and modular development through its layered protocol architecture.
- Cartesicrypto
- Cartesi integrates Linux-based off-chain computation for smart contracts, enabling scalable dApp logic in familiar programming environments.
- Casacrypto
- Casa supplies multisignature Bitcoin-custody solutions focusing on personal key management, inheritance, and security redundancy.
- Cascade (model cascade)ai
- Trying a cheap model first and escalating to an expensive one only when confidence is low, a standard way to cut serving cost.
- Cash and Carrycrypto
- Cash and carry is the classic basis trade holding the asset while shorting its future, earning the premium as the contract converges at expiry.
- Cash-Secured Putcrypto
- A cash-secured put earns a premium for agreeing to buy an asset at a lower price, with the cash set aside to honour it.
- Casimir effectquantum
- The measurable attraction between two close uncharged plates caused by vacuum fluctuations, a nuisance in nanoscale fabrication.
- Casper FFGcrypto
- Casper FFG is the finality gadget that turns Ethereum's block votes into irreversible checkpoints every two epochs.
- Cat qubitquantum
- A qubit encoded in superposed coherent states of a resonator, named after Schrödinger's cat, engineered to strongly suppress bit-flip errors.
- Cat statequantum
- A superposition of two macroscopically distinct states, used both as a demonstration of quantum weirdness and as a bosonic error-correcting code.
- Catalysis simulationquantum
- Modelling reaction pathways on catalysts, one of the most economically significant proposed applications of quantum computing.
- Catastrophic forgettingai
- The tendency of a neural network to lose previously learned abilities when trained on new tasks, overwriting its older knowledge.
- Catastrophic interferenceai
- The way new training overwrites earlier skills in a neural network, the mechanism underlying catastrophic forgetting.
- Causal maskingai
- A mask that prevents a token from attending to later positions, so predictions depend only on earlier tokens during generation.
- Cavity modequantum
- A discrete standing-wave pattern a resonator supports, each behaving as its own quantum oscillator.
- Cavity quantum electrodynamics (cavity QED)quantum
- The study of atoms or artificial atoms interacting strongly with light trapped in a cavity, underpinning many qubit control and readout schemes.
- CCIP (Cross-Chain Interoperability Protocol)crypto
- CCIP by Chainlink standardises secure cross-chain token and message transfers, enabling interoperability among distinct blockchains and off-chain systems safely.
- CDP (Collateralised Debt Position)crypto
- A CDP locks collateral to mint a stable asset, maintaining system solvency through liquidation ratios and decentralised governance parameters.
- Celestia (DA Layer)crypto
- Celestia is a modular blockchain providing data availability for rollups, separating consensus from execution to scale decentralised ecosystems efficiently.
- Celestia Bridgecrypto
- Celestia Bridge connects modular rollups to its data-availability layer, enabling scalable settlement without shared execution environments.
- Celsius Networkcrypto
- Celsius Network offered yield-bearing accounts and loans before bankruptcy, highlighting counterparty-risk lessons in centralised finance.
- Censorship Resistancecrypto
- Censorship resistance is a network's ability to include transactions regardless of who sent them, and is measurably weakened when block building concentrates.
- Central Bank Digital Currency (CBDC)crypto
- A CBDC is central bank money issued in digital form, a direct claim on the state rather than on a commercial intermediary.
- Centralised Exchange (CEX)crypto
- A centralised exchange is a custodial trading platform matching buyers and sellers internally while retaining control over users’ private keys.
- Cerebrasai
- The company building wafer-scale processors, putting an entire silicon wafer to work as one chip to avoid inter-chip communication.
- Certified randomnessquantum
- Randomness whose unpredictability is guaranteed by physics and verified remotely, demonstrated in 2025 using a trapped-ion machine.
- CertiKcrypto
- CertiK audits smart contracts and blockchain codebases, offering real-time monitoring and formal verification for enhanced decentralised-application security.
- Chain breakquantum
- A failure where qubits representing one variable disagree, a principal source of error in annealing results.
- Chain Reorganisation (Reorg)crypto
- A reorg happens when nodes switch to a longer competing chain, undoing recently confirmed transactions and the reason merchants wait for several confirmations.
- Chain-of-thoughtai
- A prompting approach that asks a model to set out its reasoning step by step, often improving accuracy on complex problems.
- Chain-of-thought faithfulnessai
- Whether a model's stated reasoning matches the computation that actually produced its answer, which experiments show is often not the case.
- Chainalysiscrypto
- Chainalysis supplies blockchain-forensics software helping governments and exchanges trace illicit funds, ensure compliance, and investigate cyber-crime networks globally.
- Chainlink (LINK)crypto
- Chainlink is a decentralised oracle network delivering reliable real-world data to smart contracts across blockchains, enhancing automation and interoperability.
- Chainstackcrypto
- Chainstack offers managed blockchain nodes, APIs, and analytics for enterprises deploying multi-chain decentralised applications.
- Challenge Periodcrypto
- A challenge period is the window during which an optimistic rollup's claims can be disputed, and the reason withdrawals take days.
- Change Addresscrypto
- A change address receives the remainder of a spent output, and reusing one instead of generating a fresh address is a common privacy mistake.
- Chaos Labscrypto
- Chaos Labs offers on-chain risk-simulation platforms enabling DeFi projects to stress-test protocols and optimise collateral settings dynamically.
- Chapter 11crypto
- Chapter 11 is US reorganisation bankruptcy, the process through which several large crypto lenders and exchanges were wound down.
- Character error rate (CER)ai
- The same measure as word error rate computed per character, more meaningful for languages without clear word boundaries.
- Charge qubitquantum
- An early superconducting qubit encoding information in the presence or absence of a single Cooper pair on a small island; highly sensitive to noise.
- Chargeback Riskcrypto
- Chargeback risk is the danger that a card payment for an irreversible cryptoasset purchase is later reversed, which is why card on-ramps price so high.
- Charging energyquantum
- The energy cost of moving one Cooper pair onto a superconducting island, one of the two parameters that define a transmon.
- ChatGPTai
- OpenAI's chat product, launched in November 2022, whose adoption turned language models from a research curiosity into mass-market software.
- Check operatorquantum
- One of the parity constraints an error-correcting code enforces, measured every cycle to produce the syndrome.
- Checkpointai
- A saved snapshot of a model's weights during training, letting work resume after a failure or a chosen version be reused later.
- Checkpointingai
- Periodically saving a model's weights and training state to disk, allowing recovery after failure and comparison of different training stages.
- Checks-Effects-Interactionscrypto
- Checks-effects-interactions is the ordering convention that updates internal state before calling outside code, the simplest defence against reentrancy.
- Child-Pays-for-Parent (CPFP)crypto
- Child-pays-for-parent rescues a stuck transaction by spending its output with a high enough fee that miners are paid to confirm both together.
- Chilizcrypto
- Chiliz powers sports-fan tokens and engagement platforms through its blockchain, enabling voting rights and rewards for supporters worldwide.
- Chinchilla scalingai
- DeepMind's 2022 result that most large models were badly undertrained, and that data and parameters should grow roughly in step.
- Chinese roomai
- John Searle's thought experiment arguing that manipulating symbols by rule, however convincingly, does not amount to understanding what the symbols mean.
- Chip-on-wafer-on-substrate (CoWoS)ai
- TSMC's advanced packaging process that bonds compute dies to high-bandwidth memory, and a long-standing bottleneck on accelerator supply.
- Chip-scale atomic clockquantum
- A miniaturised atomic clock small enough for a handheld device, giving precise timing when satellite signals are unavailable.
- Chiplet architecturequantum
- Building a processor from several smaller dies joined by high-bandwidth links, improving yield over one large chip.
- CHSH inequalityquantum
- A specific Bell inequality whose experimental violation demonstrates entanglement and rules out local hidden-variable explanations.
- Chunk overlapai
- Repeating some text between neighbouring chunks so meaning that spans a boundary is not lost when passages are retrieved.
- Chunkingai
- Splitting documents into smaller passages so each piece can be embedded, indexed and retrieved on its own during search.
- Churn Limitcrypto
- The churn limit caps how many validators may join or leave per epoch, keeping the validator set's turnover predictable.
- CI/CD for modelsai
- Automated pipelines that test, validate and deploy models whenever code or data changes, so updates ship safely and repeatedly without manual steps.
- CID (Content Identifier)crypto
- A CID uniquely represents content in IPFS by its cryptographic hash, ensuring data integrity, addressability, and decentralised file verification.
- CIFAR-10ai
- A small dataset of 60,000 colour images in ten classes, the standard quick benchmark for vision architectures.
- CipherTracecrypto
- CipherTrace, acquired by Mastercard, tracks cryptocurrency transactions for anti-money-laundering compliance, counter-terrorist-financing, and blockchain-intelligence insights.
- Circuitai
- In interpretability, a small subset of a network's components that work together to carry out a specific, identifiable computation.
- Circuit Breakercrypto
- Circuit Breaker mechanisms pause smart-contract activity during anomalies or exploits, protecting funds and maintaining market integrity.
- Circuit depthquantum
- The number of sequential gate layers in a quantum circuit, roughly the longest path from input to output and a measure of runtime.
- Circuit knittingquantum
- Splitting a circuit too large for one processor into smaller pieces and recombining results classically, at an exponential sampling cost.
- Circuit Layer Operations Per Second (CLOPS)quantum
- A speed benchmark measuring how many layers of quantum gates a processor can run each second, capturing throughput rather than qubit quality.
- Circuit optimisationquantum
- Rewriting a quantum circuit to reduce its depth, gate count or error, while keeping the overall operation it performs unchanged.
- Circuit quantum electrodynamics (circuit QED)quantum
- The framework describing superconducting qubits coupled to microwave resonators, used for control and readout in most superconducting quantum processors.
- Circuit widthquantum
- The number of qubits a quantum circuit uses, including any ancilla qubits, indicating how much hardware the computation requires.
- Circulating Supplycrypto
- Circulating supply is the number of tokens actually available to trade, excluding locked, vested and unissued allocations.
- Circulatorquantum
- A microwave component routing signals in one direction only, protecting qubits from amplifier noise reflecting back down the line.
- Cirqquantum
- An open-source Python framework from Google for writing, optimising and running quantum circuits, designed with near-term noisy hardware in mind.
- Citadel Securities Cryptocrypto
- Citadel Securities Crypto explores liquidity provision and market-making infrastructure for tokenised assets and blockchain securities.
- Citation groundingai
- Requiring every claim in an answer to point at a retrieved passage, the main defence against confident invention.
- Citi Token Servicescrypto
- Citi Token Services tokenises deposits and trade-finance instruments for faster cross-border settlements using private blockchains.
- Civiccrypto
- Civic provides decentralised identity verification and KYC solutions using blockchain-anchored credentials controlled by individual users.
- Civic Passcrypto
- Civic Pass is a reusable KYC credential allowing users to access regulated DeFi protocols while preserving privacy through zero-knowledge proofs.
- Classic McEliecequantum
- The oldest surviving post-quantum encryption proposal, unbroken since 1978 but burdened by very large public keys.
- Classical control loopquantum
- The conventional electronics that reads syndromes and issues corrections between quantum operations, whose latency limits error-correction speed.
- Classical simulation of quantum circuitsquantum
- Reproducing a quantum computer's output on conventional hardware, the moving benchmark every advantage claim must beat.
- Classificationai
- A supervised task that assigns inputs to discrete categories, such as labelling an email as spam or not spam.
- Classifier-free guidance (CFG)ai
- A technique that steers a diffusion model towards the prompt by blending its conditioned and unconditioned predictions, trading variety for stronger prompt adherence.
- Classiqquantum
- The Israeli company whose software synthesises optimised quantum circuits from high-level descriptions.
- Claudeai
- Anthropic's family of language models, trained with Constitutional AI and used through chat, an API, coding tools and agents.
- Claude Codeai
- Anthropic's command-line coding agent, which reads, edits and runs code in a terminal rather than suggesting completions in an editor.
- Clawbackcrypto
- A clawback recovers payments made before an insolvency, which is why withdrawals shortly before a collapse are not always safe.
- Client Diversitycrypto
- Client diversity is the spread of validators across independent software implementations, without which one bug could finalise an invalid chain.
- Cliff (Vesting)crypto
- A cliff is the initial period during which no tokens vest, after which a large tranche becomes available at once.
- Clifford gatequantum
- A gate that maps Pauli operators to Pauli operators; Clifford operations are efficient to simulate classically and are often protected transversally.
- Clifford gatesquantum
- A family of gates including Hadamard, phase and CNOT that are efficient to simulate classically but cannot achieve universal computation on their own.
- Clifford+T decompositionquantum
- Expressing an arbitrary gate as Clifford operations plus T gates, the standard compilation target for error-corrected hardware.
- Clipboard Hijackingcrypto
- Clipboard hijacking is malware silently swapping a copied wallet address for the attacker's, defeated only by checking the pasted address in full.
- CLMM (Concentrated Liquidity Market Maker)crypto
- A concentrated liquidity market maker allows liquidity providers to allocate funds within specific price ranges, improving efficiency and fee returns.
- Cluster statequantum
- A large, specially entangled group of qubits prepared in advance that acts as the resource for measurement-based quantum computing.
- Clusteringai
- An unsupervised task that groups similar data points together, so items in one group resemble each other more than those in others.
- CNSA 2.0quantum
- The US National Security Agency's suite of quantum-resistant algorithms, with a timetable requiring national security systems to migrate during the 2030s.
- Coalition for Content Provenance and Authenticity (C2PA)ai
- An open standard for attaching tamper-evident origin and edit history to media files, helping people trace where content came from.
- COCO (Common Objects in Context)ai
- An image dataset with object outlines, captions and keypoints, the reference benchmark for detection and segmentation.
- Code deformationquantum
- Gradually changing the code's layout during a computation to move or merge logical qubits, the general mechanism behind lattice surgery.
- Code distance (d)quantum
- The smallest number of physical qubit errors that can turn one valid logical state into another; larger distances correct more errors.
- Code ratequantum
- The ratio of logical qubits to physical qubits in a code; higher rates mean less overhead but usually weaker error protection.
- Code switchingquantum
- Converting between two codes with complementary gate sets, so each supplies the operations the other cannot perform transversally.
- Code-based cryptographyquantum
- A family of post-quantum schemes whose security relies on the difficulty of decoding a general linear error-correcting code, as used in McEliece.
- Code4renacrypto
- Code4rena crowdsources smart-contract audits through competitive review contests, rewarding auditors for identifying high-impact security issues.
- Coexistence (QKD)quantum
- Running quantum key distribution over fibre that also carries ordinary data, made difficult by scattered light from the classical channels.
- Cohereai
- The Toronto-based company focused on enterprise language models, retrieval and re-ranking rather than consumer chatbots.
- Coherence timequantum
- The average duration over which a qubit keeps its quantum state usably intact before decoherence corrupts the stored information.
- Coherence-limited depthquantum
- The maximum number of sequential gates a processor can run before decoherence destroys the result, the practical limit on circuits without error correction.
- Coherent errorquantum
- A small, systematic over-rotation or miscalibration that accumulates predictably, often more damaging than random noise of the same size.
- Coherent error accumulationquantum
- Small systematic control errors adding constructively over a circuit, growing far faster than random errors of the same size.
- Coherent Ising machinequantum
- An optical system that solves optimisation problems by settling into a low-energy configuration, a competitor to quantum annealing.
- Coherent statequantum
- The most classical-like state of light, produced by a laser, with a fixed phase and a Poisson spread of photon numbers.
- Coherent transportquantum
- Physically moving atoms while they remain in superposition, which gives neutral-atom machines reconfigurable connectivity.
- Coin Controlcrypto
- Coin control lets a user choose exactly which outputs a transaction spends, preventing a wallet from silently linking unrelated coins together.
- Coin Days Destroyedcrypto
- Coin days destroyed weights a transaction by how long its coins sat still, so movements by long-term holders count for more.
- Coin Metricscrypto
- Coin Metrics publishes reference data, indexes, and network-health metrics for institutional crypto-asset analysis and benchmarking.
- Coinbasecrypto
- Coinbase is a publicly listed crypto exchange offering custody, trading, and staking with regulatory compliance and insurance safeguards.
- Coinbase Transactioncrypto
- The coinbase transaction is the first in every block, paying the miner the block subsidy plus fees, and is unspendable for one hundred blocks.
- Coincovercrypto
- Coincover offers crypto-insurance and recovery services safeguarding digital-asset holders against theft, loss, and key failure.
- Coinfirmcrypto
- Coinfirm is a RegTech platform analysing blockchain transactions for AML, CFT, and sanctions screening across thousands of tokens and protocols.
- CoinGeckocrypto
- CoinGecko tracks cryptocurrency prices, market capitalisations, and analytics across thousands of tokens and exchanges globally.
- CoinMarketCapcrypto
- CoinMarketCap is a data-aggregator platform ranking cryptocurrencies by price, volume, and supply for retail and institutional users.
- CoinRoutescrypto
- CoinRoutes provides algorithmic-execution and smart-order-routing technology optimising crypto trade performance across exchanges.
- Cold atom sourcequantum
- The laser-cooled atomic cloud at the heart of quantum sensors and clocks, and the component whose size limits field deployment.
- Cold startai
- The extra delay when a service must load a model or spin up resources before it can answer the first request.
- Cold Walletcrypto
- A cold wallet stores cryptocurrencies offline, protecting private keys from online threats like phishing or malware, ideal for long-term holdings.
- Collateral Factorcrypto
- Collateral factor defines how much can be borrowed relative to collateral value in lending protocols, balancing capital efficiency and risk management.
- Collective communicationai
- The synchronised message patterns such as all-reduce and all-gather that keep distributed training in step, and the usual scaling bottleneck.
- Collision problemquantum
- Finding two inputs that a function maps to the same output. Quantum algorithms provide a speedup relevant to assessing the security of hash functions.
- Collision Resistancecrypto
- Collision resistance is the property that no two inputs produce the same hash, which is what makes a Merkle tree a reliable proof structure.
- Colour centrequantum
- A light-absorbing defect in a crystal, such as diamond or silicon carbide, whose spin can serve as a qubit or single-photon source.
- Colour codequantum
- A topological stabiliser code on a three-coloured lattice that allows more gates to be done transversally than the surface code, at higher connectivity cost.
- Combinatorial optimisationai
- Finding the best arrangement from a vast set of discrete possibilities, such as routing or scheduling, where brute force is impossible.
- ComfyUIai
- A node-based interface for image and video generation pipelines, favoured for reproducible and highly customised workflows.
- Command (Cohere)ai
- Cohere's instruction-following model line, tuned for retrieval-augmented enterprise workloads.
- Comminglingcrypto
- Commingling is mixing customer assets with company funds, prohibited for regulated custodians and a recurring feature of failed exchanges.
- Commodity Futures Trading Commission (CFTC)crypto
- The CFTC regulates US derivatives markets and treats Bitcoin as a commodity, making it the venue for most crypto futures oversight.
- Common Crawlai
- The open archive of web pages that supplies the bulk of pretraining text for most large language models.
- Commutatorquantum
- The measure of whether two operations give the same result in either order; when it is non-zero the corresponding quantities cannot both be known precisely.
- Compactionai
- Summarising an agent's earlier conversation to free context while preserving what matters, so a long task can continue.
- Complementarityquantum
- Bohr's principle that some pairs of properties cannot be observed simultaneously, because measuring one destroys the conditions for the other.
- Completely positive trace-preserving map (CPTP)quantum
- The mathematical class of all physically valid quantum operations, including both perfect gates and noisy processes.
- Completion tokensai
- The tokens a model generates in response to a prompt, also called output or response tokens; typically priced higher than input tokens.
- Compliance Costcrypto
- Compliance cost is the ongoing expense of licensing, monitoring and reporting, and the main reason smaller cryptoasset firms consolidate or exit.
- Composabilitycrypto
- Composability lets decentralised applications interact seamlessly, enabling protocols to integrate like modular ‘money legos’ for complex DeFi systems.
- Compoundcrypto
- Compound is a decentralised lending protocol enabling algorithmic interest-rate markets for collateralised borrowing and lending.
- Computational basisquantum
- The standard reference states labelled 0 and 1, used to define a qubit and to report its measurement results.
- Compute clusterai
- A group of connected servers, usually packed with GPUs, that work together as one system to train or serve large models.
- Compute divideai
- The widening gap between organisations that can afford frontier-scale training and those that cannot, and its effect on who sets the agenda.
- Compute governanceai
- The proposal to regulate AI by tracking and controlling access to large amounts of computing power, rather than by policing models or uses.
- Compute-boundai
- A workload limited by the processor's arithmetic throughput, the usual state of training and of large batched prefill.
- Compute-optimal trainingai
- Choosing the model size and data volume that give the lowest loss for a fixed compute budget, rather than making the model as large as possible.
- Computer useai
- A capability that lets a model operate a computer by reading the screen and controlling the mouse and keyboard like a person.
- Computer visionai
- The field of extracting meaning from images and video, from reading a label to reconstructing a scene in three dimensions.
- Computer-using agentai
- An agent that operates software through its ordinary interface, clicking and typing as a person would, rather than through an API.
- Concatenated codequantum
- A code built by encoding qubits repeatedly inside other codes, so each level suppresses errors further and helps prove the threshold theorem.
- Concept driftai
- A change over time in the real-world relationship a model learned, causing its predictions to grow less accurate after deployment.
- Concurrencequantum
- A standard measure of entanglement for two qubits, running from zero for separable states to one for a maximally entangled pair.
- Condor (IBM)quantum
- IBM's 1,121-qubit processor, announced in 2023 to prove that the wiring and fabrication could reach four figures.
- Confidential computingai
- Running a workload inside a hardware-encrypted enclave so that even the host operator cannot read the data or the model.
- Confirmationcrypto
- A confirmation is each block mined on top of the one containing a transaction, with more confirmations making reversal exponentially more expensive.
- Conformity assessmentai
- The pre-market check that a regulated system meets legal requirements, borrowed from EU product safety law and applied to high-risk AI.
- Confused deputy problemai
- An agent misusing its own privileges on behalf of an attacker who lacks them, the structural risk behind prompt injection.
- Confusion matrixai
- A table showing counts of true and false positives and negatives, summarising where a classifier gets things right or wrong.
- Connectionismai
- The view that intelligence emerges from networks of simple units adjusting their connections, the tradition modern deep learning belongs to.
- Consensus Mechanismcrypto
- Consensus mechanisms determine how distributed nodes agree on blockchain state, with models like proof-of-work, proof-of-stake, or Byzantine-fault-tolerant protocols.
- Consent Ordercrypto
- A consent order settles an enforcement action with agreed penalties and undertakings, without the firm admitting or denying the findings.
- Consistency modelai
- A generative model trained to jump from noise to a finished sample in one or a few steps, greatly speeding up diffusion-style generation.
- Constant-time implementationquantum
- Code written so its running time reveals nothing about the secret values it handles, a basic defence against timing attacks.
- Constitutional AIai
- An alignment approach where a model critiques and revises its own responses against a written set of principles, reducing reliance on human harm labels.
- Constrained decodingai
- Forcing generated tokens to follow a required pattern, such as valid JSON or a fixed grammar, by blocking any token that would break the rules.
- Constraint satisfaction problem (CSP)ai
- A task defined by variables, their allowed values and the constraints between them, solved by search rather than learning.
- Constructive interferencequantum
- The reinforcement of quantum amplitudes that share the same phase, raising the probability of the corresponding measurement outcome.
- Consumer Dutycrypto
- The FCA's Consumer Duty requires firms to deliver good outcomes for retail customers, a standard that reaches marketing, pricing and support alike.
- Contangocrypto
- Contango is a futures curve priced above spot, the normal state in a bullish crypto market and the source of basis yield.
- Content credentialsai
- The visible C2PA marker on an image or video, showing its recorded capture and editing history.
- Content licensing dealai
- A paid agreement letting a lab train on or cite a publisher's archive, the commercial answer to unresolved copyright questions.
- Content moderationai
- Automated or human review that detects and filters content violating policy, such as hate speech, harassment or illegal material.
- Content provenanceai
- Verifiable information about how a piece of media was created and edited, used to judge whether it is authentic or AI-generated.
- Context cachingai
- Storing the processed representation of a repeated prompt prefix so later requests reuse it, cutting cost and the time to first token.
- Context compressionai
- Shortening or summarising material before adding it to the context window so more relevant information fits within the token limit.
- Context engineeringai
- The practice of deciding what information, instructions and examples to place in a model's context window to get the best results.
- Context rotai
- The degradation in an agent's reliability as its context fills with stale or irrelevant history.
- Context windowai
- The maximum amount of text, measured in tokens, that a model can consider at once, covering both the input and its generated response.
- Contextual retrievalai
- Prefixing each chunk with a short model-written summary of where it sits in the document, which sharply reduces retrieval failures.
- Continual learningai
- Training a model on a stream of new tasks over time while trying to retain performance on everything it learned earlier.
- Continued pretrainingai
- Further self-supervised training of an existing model on new domain data, used to add a specialism without starting over.
- Continuous batchingai
- A serving technique that adds and removes requests from a running batch as they arrive and finish, keeping the hardware busy and improving throughput.
- Continuous monitoringquantum
- Watching a qubit's state in real time through weak measurement, the basis of feedback stabilisation.
- Continuous-time quantum walkquantum
- A quantum walk defined by continuous evolution under a Hamiltonian on a graph, used to design algorithms with speedups on certain search and traversal problems.
- Continuous-variable QKD (CV-QKD)quantum
- Quantum key distribution that encodes keys in the amplitude and phase of laser light, read out with homodyne detection using standard telecoms components.
- Continuous-variable quantum computingquantum
- Encoding information in the amplitude and phase of light rather than in discrete levels, natural for photonic hardware.
- Contract Verificationcrypto
- Contract verification publishes source code matching a deployed bytecode, letting anyone read what a contract really does rather than trusting a description.
- Contrastive Language-Image Pre-training (CLIP)ai
- A model trained to match images with their text descriptions, widely used to steer and to evaluate image generators.
- Contrastive learningai
- A self-supervised method that teaches a model to pull similar examples together and push dissimilar ones apart in representation space.
- Control electronicsquantum
- The room-temperature hardware that generates signals, times pulses and records measurements to operate a quantum processor.
- Control pulsequantum
- A precisely shaped signal, often microwave or laser, sent to a qubit to perform a specific gate or measurement.
- Controlled gatequantum
- Any gate whose operation on a target qubit is applied only when one or more control qubits are in the one state.
- Controlled rotation gatequantum
- A two-qubit gate that rotates the target qubit by a set angle only when the control qubit is in the one state.
- Controlled-NOT gate (CNOT)quantum
- A two-qubit gate that flips the target qubit only when the control qubit is one; it is a fundamental building block for entanglement.
- Controlled-phase gate (CPHASE)quantum
- A two-qubit gate that applies a chosen phase to the one-one state, generalising the controlled-Z gate to any rotation angle.
- Controlled-Z gate (CZ)quantum
- A two-qubit gate that applies a sign flip when both qubits are one, treating both symmetrically; it is Clifford and entangling.
- Controlled-Z via tunable couplerquantum
- The dominant fast entangling gate in tunable superconducting processors, achieved by briefly bringing states into resonance through a coupler.
- ControlNetai
- An add-on that conditions image generation on a structural input such as an edge map, depth map or pose, giving precise layout control.
- Convex Financecrypto
- Convex Finance optimises Curve liquidity rewards, allowing CRV holders to earn boosted yields without locking tokens individually.
- Convolution kernelai
- The small grid of learned weights, also called a filter, that a convolutional layer slides across its input to detect features.
- Convolutional layerai
- A layer that slides small learned filters over its input to produce feature maps highlighting local patterns such as edges.
- Convolutional neural network (CNN)ai
- A network that applies learned filters sliding across data to detect local patterns, widely used for images and other grid data.
- Cooling powerquantum
- The heat a refrigerator can remove at its base temperature, which caps how many control lines and qubits one cryostat can support.
- Cooling-Off Periodcrypto
- The UK rules require a twenty-four hour pause before a first-time customer can act on a cryptoasset promotion, intended to interrupt impulsive decisions.
- Cooper pairquantum
- Two electrons bound together that move without resistance in a superconductor; the flow of these pairs underlies how superconducting qubits behave.
- Copenhagen interpretationquantum
- The traditional reading of quantum mechanics in which measurement collapses the wavefunction, with no account of how or why.
- Coplanar waveguide resonatorquantum
- A flat, on-chip microwave circuit that stores and guides signals, used to read out and couple superconducting qubits together.
- Core MLai
- Apple's on-device inference framework, which runs models on the Neural Engine for battery and privacy reasons.
- Correlation energyquantum
- The part of a molecule's energy that mean-field methods miss, the quantity quantum simulation aims to capture.
- Corrigibilityai
- A safety property describing an AI that accepts correction, redirection and shutdown by humans without resisting or trying to prevent it.
- Cosine annealingai
- A learning-rate schedule that lowers the rate following a cosine curve, decaying smoothly from its peak towards zero across training.
- Cosine similarityai
- A measure of how alike two vectors are, based on the angle between them, widely used to compare embeddings.
- Cosmic ray eventquantum
- A high-energy particle strike that breaks Cooper pairs across a whole superconducting chip, wiping out many qubits at once.
- Cosmos Hubcrypto
- Cosmos Hub connects independent blockchains through the IBC protocol, facilitating cross-chain communication within the Cosmos ecosystem.
- Cost Basiscrypto
- Cost basis is the acquisition value used to calculate a gain, and reconstructing it across wallets and years is the hardest part of crypto tax.
- Cost function landscapequantum
- The surface a variational optimiser searches, whose flatness and local minima are the central obstacles to these algorithms.
- Cost per tokenai
- A common pricing and budgeting measure for language models, based on the number of tokens processed in a request and its reply.
- Counterparty Riskcrypto
- Counterparty risk is the chance the other side of a trade or deposit fails to deliver, the risk self-custody is designed to remove.
- Coupling mapquantum
- A description of which pairs of physical qubits on a processor can directly perform a two-qubit gate together.
- Covered Callcrypto
- A covered call sells upside on an asset already held, generating income at the cost of capping gains.
- CREATE2crypto
- CREATE2 lets a contract be deployed to an address computed in advance, enabling counterfactual accounts that can receive funds before they exist.
- Creator Royaltycrypto
- A creator royalty is a percentage of each resale paid to the artist, enforceable only where a marketplace chooses to honour it.
- Credit assignment problemai
- Working out which of many earlier actions deserves the blame or praise for an outcome that arrived much later.
- Credixcrypto
- Credix provides tokenised credit markets bridging institutional investors with real-world asset lending in emerging economies.
- Critical temperaturequantum
- The temperature below which a material becomes superconducting, and the property that decides how hard it is to cool a device.
- Cross-attentionai
- Attention where one sequence attends to a different sequence, letting a decoder draw on an encoder's representations, for example in translation.
- Cross-encoderai
- A model that reads a query and a document together to score their relevance, more accurate but slower than comparing separate embeddings.
- Cross-entropy benchmarking (XEB)quantum
- A statistical test comparing a quantum processor's output distribution against ideal predictions, used to verify performance and support quantum supremacy claims in random circuit sampling.
- Cross-entropy lossai
- A loss function for classification and language models that penalises predictions according to how little probability they assign to the true answer.
- Cross-Margincrypto
- Cross-margin pools collateral across positions on an exchange, reducing liquidation risk but exposing total balance if losses exceed thresholds.
- Cross-resonance gatequantum
- A two-qubit entangling operation used in fixed-frequency superconducting qubits, driving one qubit at the resonance frequency of a neighbouring qubit.
- Cross-validationai
- An evaluation method that repeatedly splits data into training and validation parts, averaging the results to judge a model more reliably.
- Crossmintcrypto
- Crossmint offers NFT-minting infrastructure with credit-card payments, abstracting wallet complexity for mainstream adoption.
- Crosstalkquantum
- Unwanted interaction where operating on or measuring one qubit disturbs its neighbours, a common source of correlated errors.
- Cryo-CMOSquantum
- Conventional silicon electronics designed to operate at cryogenic temperatures, so control hardware can sit beside the qubits instead of above the fridge.
- Cryogenic linkquantum
- A cooled physical channel joining two dilution refrigerators so qubits can be entangled between them without conversion to light.
- Cryostatquantum
- The apparatus that cools quantum hardware to very low temperatures and maintains that cold environment steadily during operation.
- Cryostat wiring budgetquantum
- The heat load imposed by control cabling, a hard physical ceiling on qubit count per refrigerator.
- Crypto-agilityquantum
- The capacity of a system to switch cryptographic algorithms quickly and cheaply, essential for migrating smoothly to post-quantum standards without disruption.
- Crypto-Asset Reporting Framework (CARF)crypto
- CARF is the OECD standard for automatic exchange of cryptoasset account information between tax authorities, with first reporting due from 2027.
- Crypto-Asset Service Provider (CASP)crypto
- A CASP is MiCA's licensed category for exchanges, custodians and brokers, authorised in one member state and passportable across the bloc.
- Crypto-Collateralised Stablecoincrypto
- A crypto-collateralised stablecoin is backed by volatile assets deposited well above the value issued, absorbing price swings through over-collateralisation.
- Crypto-Native Riskcrypto
- Crypto-native risk refers to vulnerabilities inherent to blockchain systems—smart-contract bugs, oracle manipulation, governance failure, or economic-design flaws.
- Crypto.com Paycrypto
- Crypto.com's checkout product. A shopper approves a payment from their Crypto.com wallet, and the merchant is paid in ordinary money, so the merchant never holds a digital asset or carries its price risk. Emirates added it as a payment option for UAE residents in July 2026.
- Cryptographic agilityquantum
- Designing systems so an algorithm can be swapped without redesigning the protocol, the lesson most organisations learn too late.
- Cryptographic inventoryquantum
- A catalogue of every place an organisation uses cryptography, the unavoidable first step of any post-quantum migration.
- Cryptographically relevant quantum computer (CRQC)quantum
- A quantum computer large and reliable enough to break today's widely used public-key cryptography, such as RSA and elliptic-curve schemes.
- CryptoQuantcrypto
- CryptoQuant offers exchange-flow and miner-behaviour analytics, tracking liquidity and on-chain movements influencing Bitcoin and Ethereum markets.
- Crystal Blockchaincrypto
- Crystal Blockchain provides visual investigation tools and risk scores for digital-asset tracing across multiple chains and exchanges.
- CRYSTALS-Dilithiumquantum
- A lattice-based digital signature scheme selected by NIST for post-quantum use and subsequently standardised as ML-DSA in FIPS 204.
- CRYSTALS-Kyberquantum
- A lattice-based key encapsulation mechanism selected by NIST for post-quantum encryption and subsequently standardised as ML-KEM in FIPS 203.
- CSS code (Calderbank-Shor-Steane)quantum
- A family of stabiliser codes built from two classical codes, handling bit-flip and phase-flip errors separately for simpler fault-tolerant constructions.
- CUDAai
- Nvidia's software platform for programming its GPUs, widely used in AI because most machine learning frameworks are built to run on it.
- CUDA graphsai
- A mechanism for recording a sequence of GPU operations once and replaying it, removing per-step launch overhead in inference loops.
- Curiosity-driven explorationai
- Rewarding an agent for encountering states it cannot yet predict, a way to make progress when real rewards are almost absent.
- Curriculum learningai
- A training strategy that presents easier examples first and harder ones later, mirroring how people learn progressively from simple to complex.
- Curse of dimensionalityai
- The problem that data becomes vanishingly sparse as the number of features grows, so distance and density measures lose their meaning.
- Cursorai
- An AI-first code editor built on VS Code, designed around whole-codebase context and multi-file edits.
- Curtailmentcrypto
- Curtailment is a miner powering down on demand so its electricity returns to the grid, a service that grid operators pay for.
- Curve Financecrypto
- Curve Finance is an automated market maker optimised for low-slippage swaps between stablecoins or pegged assets.
- Custodia Bankcrypto
- Custodia Bank bridges digital assets and US banking, offering compliant custody and payments infrastructure for institutional clients.
- Custodial Walletcrypto
- A custodial wallet is managed by a third party holding users’ private keys, simplifying recovery but introducing counterparty trust and risk.
- Cyberneticsai
- The mid-century study of control and feedback in machines and living systems, an intellectual precursor to modern AI.
D
- D-Wave Quantumquantum
- The Canadian company that commercialised quantum annealing years before gate-based machines were available, and continues to sell annealers for optimisation.
- D33 Economic Agendacrypto
- Dubai's economic plan running to 2033, announced in 2023, which aims to double the size of the emirate's economy. Its Cashless Strategy is the part that touches payments: a target of 90% of all financial transactions, across both government and private sectors, being digital by the end of 2026.
- DA (Data Availability)crypto
- Data availability ensures all necessary transaction data is accessible for verification, preventing fraudulent rollup states and enhancing scalability layers.
- DAC8crypto
- DAC8 implements CARF across the European Union, obliging cryptoasset service providers to report user holdings and transactions to tax authorities.
- DAIcrypto
- DAI is a decentralised stablecoin soft-pegged to the US dollar, collateralised by on-chain assets within the Maker Protocol.
- DALL·Eai
- OpenAI's text-to-image model line, first shown in 2021 and later folded into ChatGPT.
- Dangerous capability evaluationai
- A test that checks whether a model can meaningfully help with high-harm tasks, such as cyber-attacks, biological weapons or autonomous self-replication.
- Dankshardingcrypto
- Danksharding is an Ethereum scaling upgrade introducing blobs for cheaper rollup data posting, unifying proposers and builders for efficiency.
- DAO (Decentralised Autonomous Organisation)crypto
- A DAO coordinates governance through on-chain voting and smart contracts, enabling community-driven resource management without traditional hierarchies.
- DApp (Decentralised Application)crypto
- A decentralised application runs on blockchain infrastructure rather than central servers, offering transparency, censorship-resistance, and user-controlled data interactions.
- DappRadarcrypto
- DappRadar tracks usage metrics and token volumes across decentralised applications, highlighting trends and market-share statistics for investors.
- Dark countquantum
- A detector click with no photon present, the noise floor of single-photon detection and a limit on key rates.
- Dark fibrequantum
- Unused optical fibre leased for dedicated quantum links, avoiding the classical traffic that would swamp single photons.
- Dartmouth workshopai
- The 1956 summer meeting at Dartmouth College that named the field artificial intelligence and set its founding research agenda.
- Data augmentationai
- Expanding a training set by creating altered copies of existing examples, such as cropped, rotated or reworded versions, to improve robustness.
- Data Availability Samplingcrypto
- Data availability sampling lets light nodes confirm that block data was published by checking small random pieces, without downloading all of it.
- Data centreai
- A large facility housing servers, storage and networking, with dedicated power and cooling, where cloud computing and AI workloads actually run.
- Data curationai
- The careful selection, cleaning and organisation of training data to improve its quality, balance and relevance for a model.
- Data labellingai
- Annotating examples so a model can learn from them, an industry employing hundreds of thousands of people, often in low-wage markets.
- Data leakageai
- When information from outside the training data influences a model, inflating measured performance and misleading real-world expectations.
- Data loading problemquantum
- The difficulty of getting classical data into a quantum computer fast enough that the algorithm's advantage is not consumed by the loading.
- Data parallelismai
- A training method where each device holds a full copy of the model and processes a different slice of the data.
- Data poisoningai
- An attack that inserts malicious or corrupted examples into training data, so the resulting model behaves badly or hides a planted backdoor.
- Data poisoning attackai
- Corrupting training data to implant a chosen behaviour, feasible because web-scraped corpora include pages anyone can edit.
- Data protection impact assessment (DPIA)ai
- The written risk assessment required before processing personal data in a way likely to be high risk, including most AI profiling.
- Data qubitquantum
- A physical qubit that holds part of the encoded logical information, as opposed to an ancilla used only for measuring syndromes.
- Data re-uploadingquantum
- A technique where classical inputs are fed into a quantum circuit multiple times across layers, increasing its expressive power for machine learning tasks.
- Data residencyai
- Contractual and technical control over which country processes and stores data, often the deciding factor in enterprise model choice.
- Dead internet theoryai
- The claim that most online activity is now automated rather than human, once a fringe idea and increasingly a measurable concern.
- Death Crosscrypto
- A death cross is a short moving average falling through a long one, the bearish mirror of the golden cross.
- DeBankcrypto
- DeBank aggregates DeFi wallet portfolios, lending positions, and token approvals, offering comprehensive multi-chain user analytics dashboards.
- Debankingcrypto
- Debanking is the withdrawal of banking services from cryptoasset businesses and their customers, an obstacle the industry has faced in successive waves.
- Debate (AI safety)ai
- A proposed oversight method in which two models argue opposite sides and a weaker judge decides, aiming to surface flaws a judge could not find alone.
- Decentralandcrypto
- Decentraland is a virtual-reality metaverse where users buy land parcels, build experiences, and monetise content through the MANA token.
- Decentralised Exchange (DEX)crypto
- A DEX enables peer-to-peer asset trading via smart contracts, removing intermediaries and enhancing transparency but requiring liquidity-pool incentives.
- Deceptive alignmentai
- A hypothesised failure where a model behaves as intended during training and testing but pursues different goals once it believes it is unobserved.
- Decision treeai
- A model that predicts by following a branching sequence of yes or no questions about the input features.
- Decodeai
- The generation stage of language model inference, where output tokens are produced one at a time after the prompt is processed.
- Decode phaseai
- The stage after prefill where the model generates output one token at a time, each step reusing the cache and appending the new token.
- Decoderai
- The part of a model that generates an output sequence step by step, typically conditioned on encoder representations or prior tokens.
- Decoder (error correction)quantum
- The classical algorithm that turns a stream of syndrome measurements into corrections, whose speed limits how fast a machine can run.
- Decoder latencyquantum
- The time a decoder takes to process one round of syndromes, which must stay below the cycle time or the machine falls behind.
- Decoder-only architectureai
- A design using only stacked decoder blocks with causal masking to predict the next token, used by most large language models.
- Decoherencequantum
- The loss of a qubit's quantum properties as it interacts with its environment, causing superposition and entanglement to degrade into ordinary classical behaviour.
- Decoherence-free subspacequantum
- A set of states immune to a particular kind of environmental noise because it affects all of them identically.
- Decoy-state protocolquantum
- A quantum key distribution technique that sends pulses of randomly varying brightness to expose photon-splitting eavesdroppers, letting weak laser sources achieve secure key exchange.
- Deep learningai
- Machine learning with many-layered neural networks that learn their own features from raw data instead of being given hand-designed ones.
- Deep Q-network (DQN)ai
- DeepMind's 2013 system that learned Atari games from raw pixels by approximating the Q-function with a neural network.
- Deep researchai
- An agent mode that browses many sources over several minutes and returns a cited report, trading latency for depth.
- Deepfakeai
- Synthetic media, typically video or audio, that convincingly replaces or imitates a real person's face or voice.
- Deepfake fraudai
- Using cloned voices or faces to impersonate someone in real time, now a routine technique in business payment fraud.
- DeepSeekai
- The Chinese lab whose open-weight R1 reasoning model, released in January 2025, matched far more expensive systems and forced a rethink of training costs.
- DeepSpeedai
- Microsoft's training library, best known for the ZeRO optimiser states sharding that made very large models trainable.
- DeFi (Decentralised Finance)crypto
- DeFi encompasses financial services built on blockchains, replacing intermediaries with smart contracts for lending, trading, and yield generation.
- DefiLlamacrypto
- DefiLlama compiles total-value-locked data across chains and protocols, visualising liquidity flows and comparing DeFi ecosystem growth.
- Delayed-choice experimentquantum
- An experiment where the measurement setting is chosen after the particle has passed the apparatus, with results unchanged.
- Delegated Proof of Stake (DPoS)crypto
- Delegated proof of stake lets holders vote for a small set of block producers, gaining speed at the cost of a narrower validator set.
- Delegated Stakingcrypto
- Delegated staking allows token holders to assign validation rights to trusted nodes, earning rewards while avoiding validator infrastructure management.
- Delivery versus Payment (DvP)crypto
- Delivery versus payment ties asset transfer to cash transfer so neither happens alone, the settlement standard tokenisation aims to reproduce.
- Delphi Labscrypto
- Delphi Labs incubates DeFi and gaming projects, providing tokenomics design, audits, and venture funding from Delphi Digital.
- Deltacrypto
- Delta measures how much an option's price moves for a one-unit move in the underlying, and is the standard measure of directional exposure.
- Demand Responsecrypto
- Demand response is the arrangement under which large consumers such as mining sites cut load at peak, earning payments for grid flexibility.
- Denoisingai
- The core generative step where a model gradually removes predicted noise from a corrupted or random input to reveal a clean image or audio clip.
- Denoising diffusion implicit model (DDIM)ai
- A faster diffusion sampler that produces good images in fewer steps and can generate deterministically from a fixed seed.
- Denoising diffusion probabilistic model (DDPM)ai
- An early diffusion method that learns to reverse a fixed noise-adding process step by step, producing samples starting from pure random noise.
- Denoising strengthai
- In image-to-image, a setting controlling how much the input is altered; low values stay close to the original, high values diverge widely.
- Density matrixquantum
- A matrix describing any quantum state, pure or mixed, encoding all statistical predictions about measurements performed on the system.
- Density matrix renormalisation group (DMRG)quantum
- The classical algorithm that dominates one-dimensional quantum simulation, and the standard against which quantum claims are checked.
- Depegcrypto
- A depeg is a stablecoin trading meaningfully away from its target, whether from a reserve doubt, a liquidity shock or a redemption bottleneck.
- Dephasingquantum
- The gradual loss of the fixed phase relationship in a qubit's superposition, which erases quantum interference and degrades computation.
- Depolarising channelquantum
- A simple noise model in which a qubit's state is, with some probability, replaced by a completely random state.
- Depolarising noisequantum
- A simple error model in which a qubit is randomly hit by an X, Y or Z error with equal probability, widely used for benchmarking.
- Depth Chartcrypto
- A depth chart plots cumulative buy and sell orders around the current price, showing at a glance where liquidity thins out.
- Depth estimationai
- Inferring how far each point in a scene is from the camera, from a single image or a stereo pair.
- Dequantisationquantum
- The discovery of classical algorithms that match the performance of certain quantum machine learning methods, showing those quantum speedups were not genuine.
- Dequantisation resultquantum
- A proof that a classical algorithm can match a claimed quantum speedup, which has repeatedly deflated proposed machine learning applications.
- Deribitcrypto
- Deribit is the leading crypto-options exchange offering institutional-grade derivatives trading and volatility analytics.
- Derivation Pathcrypto
- A derivation path is the numbered route from a seed to a specific key, and the reason the same seed can show different balances in different wallets.
- Derivativescrypto
- Derivatives are financial instruments deriving value from underlying assets, used in crypto for hedging, speculation, and leveraged exposure management.
- Deskillingai
- The erosion of a practitioner's own judgement through prolonged reliance on an automated aid.
- Destructive interferencequantum
- The cancellation of quantum amplitudes with opposing phases, lowering or eliminating the probability of a particular measurement outcome.
- Detection eventquantum
- A change between consecutive stabiliser measurements signalling that an error occurred nearby, the basic input a decoder works from.
- Detection loopholequantum
- The objection that a Bell test's result could be explained by which particles happened to be detected, closed by high-efficiency detectors.
- Detector efficiencyquantum
- The probability a detector registers an arriving photon, which directly bounds the fidelity of any photonic protocol.
- Deterministic quantum computation with one clean qubit (DQC1)quantum
- A model using one pure qubit and many mixed ones, which still appears to beat classical simulation at some tasks.
- Detokenisationai
- Converting a sequence of tokens back into readable text, reversing tokenisation and correctly rejoining subword fragments and spacing.
- Deutsch's algorithmquantum
- The first quantum algorithm to beat classical computing, deciding a property of a one-bit function with a single query instead of two.
- Deutsch-Jozsa algorithmquantum
- An early quantum algorithm that decides whether a hidden function is constant or balanced using a single query, where classical methods may need exponentially many.
- Device variabilityquantum
- Spread in frequency and quality across nominally identical qubits, which forces per-device calibration and complicates scaling.
- Device-independent QKD (DI-QKD)quantum
- Quantum key distribution whose security rests only on observing a Bell inequality violation, requiring no assumptions about the internal workings of the devices used.
- Device-independent randomnessquantum
- Random numbers whose quality is certified by a Bell inequality violation, requiring no trust in the equipment that produced them.
- Devinai
- Cognition's autonomous software engineering agent, launched in 2024 and an early test of how far unattended coding could go.
- DEX Aggregatorcrypto
- A DEX aggregator routes orders through multiple exchanges to achieve optimal pricing, minimising slippage and improving capital efficiency.
- DEXToolscrypto
- DEXTools provides analytics for decentralised exchanges, tracking token prices, liquidity, and wallet activity in real time.
- Diamond Pattern (EIP-2535)crypto
- The diamond pattern splits a contract across many logic modules behind one address, used to escape contract size limits at the cost of complexity.
- Dictionary learningai
- Decomposing dense activations into a large set of sparse, individually meaningful features, the main tool for reading a model's internals.
- Differential privacyai
- A mathematical guarantee that adding or removing one person's data barely changes the output, bounding what can be inferred about any individual.
- Difficulty Adjustmentcrypto
- Bitcoin retargets mining difficulty every 2,016 blocks so that blocks keep arriving roughly every ten minutes whatever the total hashrate.
- Difficulty Targetcrypto
- The difficulty target is the threshold a block hash must fall below to be valid, lowered as more mining power joins the network.
- Diffie-Hellman key exchangequantum
- A classic method letting two parties agree a shared secret over a public channel; its security fails against Shor's quantum algorithm.
- Diffusion distillationai
- Training a fast student model to reproduce a slower diffusion model's results in far fewer steps, cutting generation time sharply.
- Diffusion modelai
- A generative model that creates images or other data by starting from random noise and repeatedly refining it towards a coherent result.
- Diffusion transformer (DiT)ai
- A diffusion model that replaces the usual U-Net with a transformer backbone, scaling well and powering many recent image and video generators.
- Digital Eurocrypto
- The digital euro is the European Central Bank's retail CBDC project, progressing through preparation phases alongside a legislative proposal.
- Digital Poundcrypto
- The digital pound is the Bank of England's proposed retail CBDC, still at design stage and explicitly framed as complementing rather than replacing cash.
- Digital quantum simulationquantum
- A method that reproduces a target system's dynamics using a sequence of discrete quantum gates on a programmable quantum computer.
- Digital Securities Sandboxcrypto
- The UK's Digital Securities Sandbox lets firms trial tokenised securities issuance and settlement under modified rules with the regulators watching.
- Digital Signaturecrypto
- A digital signature cryptographically verifies message authenticity and ownership of a private key, underpinning secure blockchain transactions and identities.
- Digital twinai
- A continuously updated simulation of a real system, used to test changes and predict failures before they happen.
- Dilution refrigeratorquantum
- A cryogenic device that cools quantum processors to a few thousandths of a degree above absolute zero using a mixture of helium isotopes.
- Dimensionality reductionai
- Techniques that compress data into fewer variables while preserving important structure, aiding visualisation, speed and noise reduction.
- Diraqquantum
- The Australian silicon spin-qubit company aiming to use existing semiconductor foundries for manufacture.
- Direct preference optimisation (DPO)ai
- A method for aligning models directly on human preference pairs, skipping the separate reward model and reinforcement learning loop used in RLHF.
- Direct-to-chip coolingai
- Circulating coolant through cold plates on the processors themselves, now necessary because air cannot remove the heat modern accelerators produce.
- Discount factorai
- The weight, between 0 and 1, applied to future rewards, deciding how far ahead an agent is willing to plan.
- Discrete-time quantum walkquantum
- A quantum walk that advances in steps using a coin operation and a shift, offering a versatile framework for building quantum search algorithms.
- Discriminator (GAN)ai
- The network in a GAN that tries to tell real training examples from the generator's fakes, providing the signal that trains the generator.
- Disparate impactai
- A policy or model producing worse outcomes for a protected group even when that attribute is not used as an input.
- Dispersive readoutquantum
- A measurement method where a qubit's state slightly shifts a resonator's frequency, letting the state be inferred without directly disturbing the qubit.
- Distance-3 codequantum
- The smallest useful error-correcting code, able to correct any single error and the usual first hardware demonstration.
- DistilBERTai
- A distilled BERT roughly 40 per cent smaller and 60 per cent faster, retaining most of the original's accuracy.
- Distillationai
- Training a smaller model to reproduce the outputs of a larger one, transferring much of its capability into a cheaper, faster form.
- Distillation of a frontier modelai
- Training a small cheap model on a large model's outputs, which transfers much of the capability and is prohibited by most providers' terms.
- Distillation overheadquantum
- The physical qubits and time spent producing usable magic states, historically the largest single cost in fault-tolerant algorithms.
- Distributed Ledgercrypto
- A distributed ledger records data across multiple nodes simultaneously, ensuring transparency, immutability, and resilience against single-point failures.
- Distributed trainingai
- Spreading a single training job across many machines or chips that work together, so very large models can be trained in reasonable time.
- Document understandingai
- Extracting structured information from forms, invoices and reports, combining layout analysis with text recognition.
- DODOcrypto
- DODO is a proactive-market-maker DEX optimising liquidity efficiency and price discovery for new token listings.
- Dogecoin (DOGE)crypto
- Dogecoin began as a meme coin but evolved into a community-driven cryptocurrency emphasising accessibility, fast transactions, and tipping culture.
- Dollar-Cost Averaging (DCA)crypto
- Dollar-cost averaging buys a fixed amount at regular intervals, removing timing decisions and smoothing the entry price.
- DOM extractionai
- Reading a page's underlying structure rather than its pixels, cheaper and more reliable than vision for most web automation.
- Domain randomisationai
- Varying textures, lighting and physics wildly during simulated training so the real world looks like just another variation.
- Donation Attackcrypto
- A donation attack inflates a vault's share price by sending assets directly to it, so the next depositor's shares round down to nothing.
- Donor qubitquantum
- A qubit formed from the spin of an electron or nucleus bound to a single dopant atom, such as phosphorus, placed inside silicon.
- Doppler coolingquantum
- A first-stage laser cooling method that slows atoms or ions by having them preferentially absorb photons that oppose their motion.
- Dormancycrypto
- Dormancy measures the average age of coins being spent, rising when long-held supply starts to move.
- Double descentai
- The counterintuitive pattern where test error worsens as a model approaches the size of its dataset, then improves again as it grows well beyond it.
- Double Spendingcrypto
- Double spending attempts to use the same digital currency twice, prevented in blockchains by consensus and cryptographic transaction validation.
- Double-slit experimentquantum
- The demonstration that single particles passing through two slits build up an interference pattern, which vanishes if the path is observed.
- Draft modelai
- A smaller, faster model that guesses upcoming tokens for a larger model to check, used in speculative decoding to cut generation time.
- DRAG pulse (Derivative Removal by Adiabatic Gate)quantum
- A shaped control pulse designed to suppress leakage into unwanted energy levels during fast single-qubit gates.
- DreamBoothai
- A fine-tuning technique that teaches an image model a particular subject from a handful of photos so it can be regenerated in new scenes.
- Dressed statequantum
- The combined qubit-plus-field state that results from strong coupling, whose shifted frequencies make dispersive readout possible.
- Dropoutai
- A regularisation technique that randomly disables a fraction of units during training, forcing redundancy and reducing overfitting.
- DTCC Digitalcrypto
- DTCC Digital tests blockchain-based post-trade infrastructure, improving transparency and settlement efficiency in capital markets.
- Dual-rail encodingquantum
- Representing a qubit by which of two modes a single photon occupies, so photon loss becomes a detectable erasure rather than a silent error.
- Dual-species architecturequantum
- Using two ion species so one can be cooled and measured while the other holds quantum information undisturbed.
- Duffing oscillatorquantum
- The classical model of a weakly anharmonic resonator, used to describe transmon behaviour under strong drive.
- Dune Analyticscrypto
- Dune Analytics enables community-driven blockchain dashboards using SQL-like queries on on-chain data for transparent insights.
- Dustcrypto
- Dust is an output so small that spending it would cost more in fees than it is worth, leaving it economically stranded in a wallet.
- Dusting Attackcrypto
- A dusting attack sends tiny token amounts to multiple wallets, attempting to deanonymise users by analysing subsequent transactional correlations.
- DVN/DONcrypto
- Decentralised Validation or Oracle Networks verify off-chain data collectively, improving reliability and removing single-provider trust dependencies.
- Dynamical decouplingquantum
- A sequence of pulses applied to idle qubits that averages out slow noise, extending how long they keep their quantum information.
E
- E-Money Token (EMT)crypto
- An e-money token is MiCA's category for a stablecoin referencing a single official currency, carrying the strictest reserve and redemption obligations.
- E91 protocolquantum
- A quantum key distribution scheme proposed by Ekert in 1991 that draws keys from shared entangled photon pairs and verifies security by testing Bell inequalities.
- Eagle (IBM)quantum
- IBM's 127-qubit superconducting processor, announced in 2021 as the first to pass one hundred qubits.
- Early stoppingai
- A technique that halts training once performance on held-out validation data stops improving, preventing the model from overfitting the training set.
- Eastin-Knill theoremquantum
- A no-go result proving no quantum code can implement a universal gate set entirely transversally, forcing extra techniques like magic states.
- ECDSAcrypto
- Elliptic Curve Digital Signature Algorithm secures Bitcoin and Ethereum transactions through mathematically verifiable cryptographic signing and key pairs.
- Echoed cross-resonancequantum
- A refinement of the cross-resonance gate that cancels unwanted terms by inserting reversing pulses.
- Eclipse Attackcrypto
- An eclipse attack surrounds a node with attacker-controlled peers so it sees a false view of the network.
- Edge inferenceai
- Running a model on the device that captured the data, removing network latency and keeping the data local.
- Edge Walletcrypto
- Edge Wallet offers mobile self-custody supporting multiple cryptocurrencies, in-app swaps, and private-key encryption on-device.
- EfficientNetai
- A convolutional family that scales depth, width and resolution together by a fixed rule, giving better accuracy per unit of compute.
- EigenDAcrypto
- EigenDA is a modular data-availability layer within EigenLayer, providing scalable, decentralised blob storage for rollups.
- EigenLayer / Restakingcrypto
- EigenLayer enables restaking of Ethereum collateral to secure additional services, extending trust and yield within modular decentralisation.
- Eigenstatequantum
- A state whose direction an operator leaves unchanged, returning a definite value when the associated observable is measured.
- Eigenvaluequantum
- The definite value an observable yields when the system occupies a corresponding eigenstate of that observable.
- EIP-1559crypto
- EIP-1559 reformed Ethereum’s fee market by burning base fees, introducing predictable gas pricing and deflationary pressure on ETH supply.
- EIP-4844 (Proto-Danksharding)crypto
- EIP-4844 introduces blob-carrying transactions to reduce rollup costs, bridging Ethereum toward full data-sharding scalability.
- EIP-712crypto
- EIP-712 defines structured, human-readable data for signing, so a wallet can show what is being approved rather than an unreadable hash.
- EIP-7702crypto
- EIP-7702 lets an ordinary externally owned account temporarily behave as a smart account, bringing batching and sponsorship to existing wallets.
- Electrode surface treatmentquantum
- Cleaning or coating trap electrodes to suppress anomalous heating, a practical requirement for scaling ion traps.
- Electron correlationquantum
- The way electrons influence each other's motion beyond simple averaged models; capturing it accurately is a central goal for quantum computers.
- Electron shuttlingquantum
- Moving an electron's spin between quantum dots to connect qubits that are not adjacent, the spin platform's answer to limited connectivity.
- Electron spinquantum
- The intrinsic angular momentum of an electron, which takes only two values along any axis and so makes a natural qubit.
- Electronic structurequantum
- The arrangement and energies of electrons in atoms, molecules or solids, which determines chemical bonding and material behaviour.
- Element distinctness problemquantum
- Deciding whether a list contains any repeated entry. Quantum walks solve it faster than classical methods, needing roughly N to the two-thirds queries.
- ElevenLabsai
- The speech synthesis company whose voice cloning and multilingual narration became the default for AI audio production.
- Elicitation gapai
- The difference between what a model does by default and what it can do with better prompting and tools, which makes safety evaluations conservative.
- Ellipticcrypto
- Elliptic is a blockchain-analytics company providing transaction monitoring, wallet screening, and risk-assessment tools for financial institutions and law-enforcement agencies.
- Elliptic-curve cryptography (ECC)quantum
- Public-key cryptography based on the algebra of elliptic curves, giving strong security with small keys but breakable by a capable quantum computer.
- ELMoai
- The 2018 model that made word representations depend on their sentence, an immediate precursor to BERT.
- Elo ratingai
- A rating system borrowed from chess that ranks models by their win rates in pairwise comparisons, updating scores after each match-up.
- Embeddingai
- A list of numbers representing a piece of text, image or other data so that similar items sit close together in mathematical space.
- Embedding layerai
- A lookup table that maps discrete tokens to learned dense vectors, forming the input representation for a neural network.
- Embodied AIai
- AI that acts through a physical body in the world, where perception, control and consequences cannot be separated.
- Emergency Shutdowncrypto
- An emergency shutdown winds a protocol down in an orderly way, settling positions at known prices rather than leaving them stranded.
- Emergent abilitiesai
- Skills that appear abruptly once a model passes a certain scale, though some apparent jumps turn out to be artefacts of how the metric is scored.
- Emission Schedulecrypto
- An emission schedule sets how fast new tokens enter circulation, and is the single most important number in judging a token's dilution.
- Encoderai
- The part of a model that reads an input sequence and builds rich contextual representations for downstream tasks to use.
- Encoder-decoder architectureai
- A design pairing an encoder that reads the input with a decoder that produces the output, common in translation and summarisation.
- Encoder-only architectureai
- A design using only encoder blocks to produce representations for understanding tasks like classification, rather than generating new text.
- Encoding ratequantum
- The ratio of logical to physical qubits a code achieves, the headline advantage qLDPC codes hold over the surface code.
- Energy levelquantum
- One of the discrete energies a bound quantum system may occupy; a qubit is built by isolating two of them.
- Enforcement Actioncrypto
- An enforcement action is a regulator's formal proceeding against a firm, and for years was the main way US crypto rules were actually communicated.
- ENS (Ethereum Name Service)crypto
- ENS converts complex blockchain addresses into readable names like alice.eth, simplifying payments and Web3 user experiences.
- Ensemble learningai
- Combining the predictions of several models to achieve better accuracy and robustness than any single model can alone.
- Entanglementquantum
- A quantum correlation between two or more particles whose measurement outcomes stay linked in ways that cannot be explained by any independent classical state.
- Entanglement area lawquantum
- The property that entanglement in many physical ground states grows with a region's boundary rather than its volume, the reason tensor networks work.
- Entanglement distillationquantum
- A process that converts many weakly entangled pairs into fewer strongly entangled ones, raising the quality needed for teleportation and quantum repeaters.
- Entanglement entropyquantum
- A measure of entanglement between two parts of a system, given by the von Neumann entropy of the reduced state.
- Entanglement fidelityquantum
- How closely a distributed pair matches an ideal entangled state, which decays with distance and limits what protocols will run.
- Entanglement generation ratequantum
- How many usable entangled pairs a link produces per second, the figure that determines whether a quantum network is practical.
- Entanglement measurequantum
- Any quantity attempting to say how entangled a state is, of which several inequivalent versions exist for mixed states.
- Entanglement swappingquantum
- A procedure that entangles two particles which have never interacted, by performing a joint measurement on the partners each was previously entangled with.
- Entanglement witnessquantum
- An observable whose measured value can prove a state is entangled without reconstructing the whole state.
- Entanglement-enhanced sensingquantum
- Using entangled particles together so a measurement gains precision that the same number of independent particles could never reach.
- Entangling gatequantum
- A multi-qubit gate that can create entanglement between qubits, producing correlations that cannot be described by treating each qubit separately.
- Environment (RL)ai
- Everything outside the agent in a reinforcement learning setup, which receives actions and returns the next state and reward.
- Episodic memoryai
- A record of specific past events or interactions that an agent can recall later to inform its decisions.
- Epochcrypto
- An epoch is a fixed time period in proof-of-stake systems for distributing rewards and confirming validator performance statistics.
- EPR pairquantum
- A pair of maximally entangled particles, named after Einstein, Podolsky and Rosen, whose correlated measurements underpin many quantum communication schemes.
- Epsilon-greedyai
- A simple exploration rule that takes the best-known action most of the time and a random one with a small fixed probability.
- Erasure Codingcrypto
- Erasure coding expands data with redundancy so the whole can be reconstructed from a fraction, the mathematics behind data availability sampling.
- Erasure conversionquantum
- Engineering hardware so errors announce their own location, which raises the fault-tolerance threshold dramatically.
- Erasure errorquantum
- An error at a known location, such as a lost or leaked qubit; knowing where it occurred makes it much easier to correct.
- ERC-1155crypto
- ERC-1155 is a multi-token standard letting one contract issue both fungible and non-fungible items, widely used in gaming.
- ERC-20crypto
- ERC-20 is Ethereum’s standard for fungible tokens, defining consistent smart-contract interfaces for transfers, balances, and allowance approvals.
- ERC-2981crypto
- ERC-2981 is the on-chain royalty standard for NFTs, which signals a creator fee that marketplaces may or may not choose to honour.
- ERC-4626crypto
- ERC-4626 standardises tokenised yield-bearing vaults so that integrations can treat every vault the same way.
- ERC-6551crypto
- ERC-6551 gives every NFT its own smart contract account, so a token can itself hold assets and take actions.
- ERC-721crypto
- ERC-721 is the Ethereum non-fungible token standard enabling unique digital asset ownership, essential for collectibles, gaming, and digital identity.
- Error budgetquantum
- An allocation of the total tolerable error across the different noise sources and operations in a computation, guiding hardware and code design.
- Error budget analysisquantum
- Attributing a device's total error to its individual causes, the diagnostic that tells a hardware team what to fix next.
- Error mitigationquantum
- Techniques that reduce the impact of noise on results through post-processing or clever circuit design, without full error correction.
- Error per Clifford (EPC)quantum
- The average error of a randomly chosen Clifford gate, a standard figure produced by randomised benchmarking experiments.
- Error ratequantum
- The probability that a given quantum operation produces an incorrect result, often quoted per gate and closely linked to fidelity.
- Error syndromequantum
- The pattern of stabiliser measurement outcomes indicating where and what kind of errors occurred, which a decoder interprets to choose a correction.
- Error thresholdquantum
- The physical error rate below which adding more qubits to a code reduces the logical error rate rather than increasing it.
- Error-corrected qubitquantum
- A logical qubit whose error rate is demonstrably lower than that of the physical qubits composing it, the threshold Google first crossed with Willow in 2024.
- Error-correction cyclequantum
- One full round of measuring all stabilisers and decoding, repeated continuously to keep logical qubits protected over time.
- Escape Hatchcrypto
- An escape hatch lets users withdraw directly from the base layer if an operator disappears, the property separating a rollup from a sidechain.
- Escrowcrypto
- Escrow temporarily holds funds until predefined conditions are met, providing transactional security across marketplaces or decentralised contract interactions.
- Estate Claimcrypto
- An estate claim is a creditor's entitlement in an insolvency, tradeable at a discount long before any distribution is made.
- Ethenacrypto
- Ethena issues the USDe synthetic dollar backed by delta-neutral hedging positions, combining on-chain collateral with derivative exposure.
- Ethereum (ETH)crypto
- Ethereum is a programmable blockchain supporting smart contracts, decentralised applications, and token economies through its robust EVM ecosystem.
- Ethereum Classic (ETC)crypto
- Ethereum Classic preserves the original Ethereum chain post-DAO hack, upholding immutability as a fundamental blockchain governance principle.
- EtherMailcrypto
- EtherMail delivers wallet-to-wallet email communication secured by blockchain identities and incentivised with tokenised engagement rewards.
- ethers.jscrypto
- ethers.js is a JavaScript library for reading Ethereum state, signing transactions and interacting with contracts from an application.
- EthSigncrypto
- EthSign provides on-chain digital-signature and document-management solutions enabling verifiable contract execution without intermediaries.
- EU AI Actai
- The European Union's risk-tiered AI regulation, in force since August 2024 and phased in over the following years, the first comprehensive statute of its kind.
- EU Quantum Flagshipquantum
- The European Union's billion-euro, decade-long research programme covering computing, communication, simulation and sensing.
- Euler Financecrypto
- Euler Finance was a non-custodial lending protocol hacked in 2023, later recovering most assets through negotiated white-hat returns.
- Euroclear DLTcrypto
- Euroclear DLT explores distributed-ledger-based collateral and fund-distribution platforms within Europe’s financial-market infrastructure.
- Evalsai
- Structured tests that measure a model's capabilities, safety and alignment, run repeatedly to track progress and catch regressions before deployment.
- Evaluation harnessai
- A framework that runs a model or agent through set test cases and scores its outputs to measure quality and track changes.
- Event Logcrypto
- An event log is data a contract emits for off-chain consumers, cheaper than storage and the basis of most indexing and analytics.
- EVM (Ethereum Virtual Machine)crypto
- The Ethereum Virtual Machine executes smart-contract bytecode consistently across nodes, ensuring deterministic computation and interoperability among networks.
- Evolutionary algorithmai
- Any optimisation approach modelled on natural selection, keeping variants that score well and discarding those that do not.
- Exchangecrypto
- An exchange facilitates cryptocurrency trading between buyers and sellers, centralised or decentralised, providing liquidity, discovery, and price formation.
- Exchange gatequantum
- A two-qubit gate for spin qubits performed by briefly lowering the barrier between neighbouring electrons.
- Exchange interactionquantum
- A tunable coupling between neighbouring electron spins that turns two-qubit gates on and off in semiconductor spin-qubit devices.
- Exchange Netflowcrypto
- Exchange netflow measures coins moving onto venues minus those leaving, read as a signal of intent to sell or to hold.
- Exchange Reservecrypto
- Exchange reserve is the total held in known exchange wallets, a falling balance often being interpreted as accumulation into self-custody.
- Exchange-Traded Product (ETP)crypto
- An ETP is the broader wrapper covering funds and notes, the structure European crypto products generally use in the absence of a fund route.
- Excited statequantum
- A quantum state of a system with more energy than its ground state, important for understanding light absorption and chemical dynamics.
- Execution Layercrypto
- The execution layer is where transactions actually run and state changes, separated in modular designs from where they are ordered and secured.
- Exit Queuecrypto
- The exit queue rate-limits how quickly validators can stop staking and withdraw, preventing a sudden collapse in the security budget.
- Exit Scamcrypto
- An exit scam is a team disappearing with funds after building enough credibility to attract them, distinct from a technical failure.
- Expectation valuequantum
- The average result expected from measuring an observable many times on identically prepared copies of a quantum system.
- Experience replayai
- Storing past transitions and training on random samples of them, which breaks the correlation between consecutive steps and stabilises learning.
- Experiment trackingai
- Recording the settings, data and results of each training run, so experiments can be compared, reproduced and audited later.
- Expert networkai
- One of several specialised sub-networks in a mixture-of-experts layer, of which only a few are activated for each token.
- Expert systemai
- A 1980s program that captured a specialist's decision rules in an if-then knowledge base, brittle outside the exact cases its authors anticipated.
- Explainable AI (XAI)ai
- The broad effort to make model decisions inspectable by people, ranging from feature attribution to mechanistic circuit analysis.
- Exploding gradient problemai
- A failure where gradients grow uncontrollably large during backpropagation, causing unstable updates and weights that overflow into invalid numbers.
- Exploration-exploitation tradeoffai
- The tension between taking the best-known action and trying something new that might prove better.
- Exponential separationquantum
- A proven exponential gap between quantum and classical cost for a task, so far demonstrated for structured problems rather than broadly useful ones.
- Exponential speedupquantum
- A quantum advantage where the running time grows far more slowly than the best classical algorithm, as seen in Shor's factoring compared with classical factoring.
- Export controlsai
- Restrictions on selling advanced chips and tools to specific countries, the main lever governments hold over where AI compute accumulates.
- Export controls (quantum)quantum
- Restrictions several countries have placed on exporting quantum computers, cryostats and control electronics above defined thresholds.
- Extended Public Key (xpub)crypto
- An xpub can generate every receiving address in an account without exposing any spending key, useful for watch-only monitoring and dangerous for privacy if leaked.
- Extended thinkingai
- A mode in which a model is given a large budget of reasoning tokens for hard problems, exposed as an adjustable limit.
- Externally Owned Account (EOA)crypto
- An externally owned account is a plain key-controlled address with no code, the account type most users still hold.
- Extraction attackai
- Prompting a model until it emits memorised training data, used both to demonstrate privacy leakage and to audit what a model was trained on.
- Extreme ultraviolet lithography (EUV)ai
- The ASML-only technology used to pattern leading-edge chips, and the chokepoint at the centre of semiconductor export controls.
F
- F1 scoreai
- The harmonic mean of precision and recall, giving a single balanced measure that is useful when classes are imbalanced.
- Face recognitionai
- Identifying a person from an image of their face, the most tightly regulated application of computer vision.
- Factualityai
- How accurately a model's statements reflect verifiable real-world facts, a core quality target for news, research and reference use.
- Fair use (AI training)ai
- The US doctrine at the centre of AI copyright litigation, turning on whether training on a work is transformative and how the source was obtained.
- Fair Value Accounting (Crypto)crypto
- US accounting rules now require companies to carry cryptoassets at fair value with changes through profit and loss, replacing the old impairment-only treatment.
- Fairness metricai
- A formal criterion such as equalised odds or demographic parity for judging whether a model treats groups equally, several of which cannot hold at once.
- FalconXcrypto
- FalconX provides institutional crypto trading, credit, and analytics via an all-in-one brokerage platform.
- Fallback Functioncrypto
- A fallback function runs when a contract is called with no matching function, a small surface that has caused outsized losses when written carelessly.
- False refusalai
- A model declining a harmless request because it superficially resembles a prohibited one, the most common visible cost of safety training.
- Fantomcrypto
- Fantom is a high-throughput blockchain using directed-acyclic-graph consensus for near-instant transaction finality and low fees.
- Farcastercrypto
- Farcaster is a decentralised social network using Ethereum addresses and Optimism frames to enable portable, censorship-resistant social identities.
- Fault tolerancequantum
- Designing quantum circuits so that a single component failure cannot spread into an uncorrectable error, keeping computation reliable despite faulty parts.
- Fault-tolerant gadgetquantum
- A circuit built so that any single component failure produces at most one error per code block, the building block of fault-tolerant design.
- Fault-tolerant quantum computing (FTQC)quantum
- Running algorithms on encoded logical qubits with error correction throughout, so noise stays controlled and long computations still give correct results.
- FCA Cryptoasset Registrationcrypto
- UK firms carrying on cryptoasset activity must register with the Financial Conduct Authority for anti-money-laundering supervision, a process with a low approval rate.
- Feature engineeringai
- Creating, transforming or selecting input variables to help a model learn better, often decisive for classic machine learning success.
- Feature importanceai
- A score indicating how much each input variable contributes to a model's predictions, aiding interpretation and feature selection.
- Feature scalingai
- Adjusting numeric features to a common range or distribution, so no single one dominates simply because of its units.
- Feature storeai
- A system that stores and serves the prepared input features used by machine learning models, keeping them consistent across training and serving.
- Feature visualisationai
- Generating the input that maximally excites a chosen neuron or feature, to see what it has learned to detect.
- Federated learningai
- Training across many devices that keep their data locally and share only model updates, used for phone keyboards and healthcare.
- Fee Rate (sat/vB)crypto
- The fee rate prices a transaction in satoshis per virtual byte, since miners select by fee per unit of block space rather than by total fee paid.
- Feed-forward controlquantum
- Choosing later operations based on earlier measurement results within the same run, required for measurement-based computing and teleported gates.
- Feedforward network (FFN)ai
- The position-wise sub-layer in a transformer block, two linear layers with an activation between, that transforms each token independently.
- FeMocoquantum
- The nitrogenase cofactor central to biological nitrogen fixation, the standard benchmark molecule for quantum chemistry resource estimates.
- Fermionquantum
- A particle, such as an electron, that forbids two of its kind from sharing the same quantum state; central to chemistry and materials simulation.
- Fermionic simulationquantum
- Simulating systems of fermions such as electrons on a quantum computer, which requires special encodings that respect their exchange behaviour.
- Few-shotai
- When a model is given a small number of worked examples within the prompt to guide how it should perform a task.
- Fiat Currencycrypto
- Fiat currency is government-issued legal tender without intrinsic value, backed by state authority and central-bank monetary policy mechanisms.
- Fiat Off-Rampcrypto
- A fiat off-ramp converts holdings back into ordinary currency, historically the harder direction to arrange and the one banks scrutinise most.
- Fiat On-Rampcrypto
- A fiat on-ramp converts ordinary currency into cryptoassets, the regulated pinch point where identity checks are performed.
- Fiat-Backed Stablecoincrypto
- A fiat-backed stablecoin holds cash and short-term government debt against every token issued, redeemable one for one by approved parties.
- Fidelityquantum
- A measure of how closely an achieved quantum state or operation matches the intended one, expressed as a value between zero and one.
- Fidelity Digital Assetscrypto
- Fidelity Digital Assets offers custody and execution services, integrating Bitcoin exposure into institutional investment portfolios.
- Field-deployable quantum sensorquantum
- A quantum instrument ruggedised to work outside a laboratory, the practical threshold most quantum sensing must still cross.
- Field-programmable gate array (FPGA)ai
- A chip that can be reconfigured after manufacture to run different tasks, sitting between fixed chips and general processors in flexibility.
- Field-programmable gate array (FPGA) controlquantum
- Reconfigurable logic used close to the cryostat to make control and decoding decisions within a qubit's coherence time.
- Fifth Anti-Money Laundering Directive (5AMLD)crypto
- 5AMLD first brought European cryptoasset exchanges and custodian wallet providers into anti-money-laundering supervision.
- Filecoin (FIL)crypto
- Filecoin is a decentralised storage network using cryptographic proofs to verify data retention, rewarding providers and ensuring content persistence.
- Fill or Killcrypto
- A fill or kill order must execute in full immediately or be cancelled entirely, leaving no partial position behind.
- Finalitycrypto
- Finality means a transaction’s state becomes irreversible, guaranteeing settlement assurance once sufficient confirmations or consensus conditions are met.
- Financial Action Task Force (FATF)crypto
- FATF sets the global anti-money-laundering standards that national cryptoasset rules, including the Travel Rule, are written to implement.
- Financial Promotions Regime (Cryptoassets)crypto
- Since October 2023 UK cryptoasset marketing must carry risk warnings, a cooling-off period and appropriateness checks, or it is a criminal offence.
- Fine-tuningai
- Further training of an already-trained model on a smaller, specific dataset to adapt its behaviour to a particular task or domain.
- FineWebai
- An open, heavily filtered web corpus published by Hugging Face, notable for documenting exactly how the filtering was done.
- FIPS 203quantum
- The US federal standard published in August 2024 defining ML-KEM, the primary post-quantum key encapsulation mechanism.
- FIPS 204quantum
- The US federal standard defining ML-DSA, the primary post-quantum digital signature algorithm.
- FIPS 205quantum
- The US federal standard defining SLH-DSA, a hash-based signature scheme chosen as a conservative backup to lattice cryptography.
- Fireblockscrypto
- Fireblocks is an institutional digital-asset custody platform offering MPC-based key management and secure transaction workflows.
- Fireblocks Networkcrypto
- Fireblocks Network interconnects institutions for secure asset transfer, settlement, and DeFi access via MPC-based custody.
- Fireworks AIai
- An inference provider focused on fast, low-latency serving of open-weight models.
- Firmware Verificationcrypto
- Firmware verification checks that a hardware wallet is running genuine signed code, the defence against a tampered or counterfeit device.
- Firocrypto
- Firo, formerly Zcoin, is a privacy-focused cryptocurrency using Lelantus protocols for zero-knowledge transaction confidentiality.
- First-order logicai
- A formal language with objects, relations and quantifiers, used in symbolic AI to state facts and derive conclusions mechanically.
- Fixed-frequency qubitquantum
- A superconducting qubit with no tuning element, giving longer coherence but making frequency crowding harder to avoid.
- Flag qubitquantum
- An extra ancilla added to a syndrome-extraction circuit to catch dangerous error patterns that would otherwise spread and defeat fault tolerance.
- Flared Gas Miningcrypto
- Flared gas mining runs generators on gas that would otherwise be burnt off at wellheads, converting a waste stream into hashrate.
- Flash attentionai
- An input-output-aware algorithm that computes exact attention without storing the full attention matrix in memory, greatly speeding training and inference.
- Flash Loancrypto
- A flash loan is an uncollateralised loan executed and repaid within one transaction, enabling arbitrage, refinancing, or exploitation risks.
- Flash Loan Attackcrypto
- A flash loan attack borrows a vast uncollateralised sum within one transaction to distort prices or votes, repaying it before the transaction ends.
- FlashAttentionai
- An optimised way of computing attention that avoids writing large intermediate matrices to memory, making inference and training faster and more memory-efficient.
- Flashbotscrypto
- Flashbots is a research and infrastructure organisation mitigating MEV risks through transparent block-building and fair-ordering protocols.
- Flip-chip packagingquantum
- Bonding a qubit chip face-to-face with a wiring chip, so control lines reach the interior of a large array without crossing the qubit plane.
- Floatcrypto
- Float is the share of supply freely trading, and a low float against a high valuation is the classic setup for a violent repricing.
- Floating-point operations (FLOPs)ai
- A count of the arithmetic calculations needed for a task, used to measure how much compute training or running a model requires.
- Floating-point operations per second (FLOP/s)ai
- A measure of a chip's raw speed, counting how many floating-point calculations it can perform each second.
- Floor Pricecrypto
- Floor price is the cheapest listing in an NFT collection, a headline figure easily manipulated by a handful of trades.
- Floquet codequantum
- An error-correcting code whose checks change in a repeating schedule, so only two-qubit measurements are ever needed.
- Flow matchingai
- A training method that teaches a model the continuous path from noise to data, offering a simpler and often faster alternative to step-by-step diffusion.
- Flowdeskcrypto
- Flowdesk delivers market-making, compliance, and treasury services helping token issuers maintain stable on-chain liquidity.
- Fluiditycrypto
- Fluidity wraps stablecoins into yield-generating assets rewarding users randomly upon transfers, gamifying on-chain payments.
- Flux noisequantum
- Random fluctuations in the magnetic flux threading a superconducting qubit, a major source of dephasing in flux-tunable designs.
- Flux quantumquantum
- The indivisible unit of magnetic flux that can thread a superconducting loop, the basis of flux qubits and SQUID sensors.
- Flux qubitquantum
- A superconducting qubit whose two states correspond to tiny loops of current circulating in opposite directions, controlled by an applied magnetic flux.
- FLUX.1ai
- Black Forest Labs' image model family, released partly with open weights and widely adopted after Stable Diffusion's lead narrowed.
- Fluxoniumquantum
- A superconducting qubit using a large array of Josephson junctions to give strong anharmonicity and long coherence, operating at relatively low frequencies.
- FN-DSA (FALCON)quantum
- A compact lattice-based signature scheme built on NTRU lattices, selected by NIST and being standardised as the FFT-based FN-DSA.
- Fock statequantum
- A state containing an exactly known number of photons, difficult to produce and central to photonic quantum computing.
- Fold Appcrypto
- Fold App rewards Bitcoin cashback for everyday purchases, integrating Lightning Network payments into loyalty programmes.
- FOMO (Fear of Missing Out)crypto
- FOMO describes investor anxiety about missing profitable opportunities, often driving speculative behaviour and irrational market surges.
- Footprint Analyticscrypto
- Footprint Analytics provides no-code blockchain-data dashboards, helping analysts track DeFi, GameFi, and NFT market movements.
- Force Inclusioncrypto
- Force inclusion lets a user push a transaction through the base layer when a rollup's sequencer censors or fails, the escape hatch that makes trust minimal.
- Forced alignmentai
- Matching a known transcript to the exact timings in an audio file, used for subtitles and for training data preparation.
- Forkcrypto
- A fork occurs when blockchain participants adopt new rules or software versions, creating divergent chains or temporary network splits.
- Fork Choice Rulecrypto
- A fork choice rule is the algorithm every node uses to pick between competing chain branches, and the reason honest nodes converge on one history.
- Form 1099-DAcrypto
- Form 1099-DA is the US information return through which brokers report customers' digital asset disposals to the tax authorities.
- Formal verificationai
- Proving mathematically that a system meets its specification, proposed as a way to make AI-written code trustworthy.
- Formal Verification (Contracts)crypto
- Formal verification proves mathematically that a contract satisfies its specification, stronger than testing but only as good as the specification written.
- Forward diffusion processai
- The training stage that repeatedly adds small amounts of random noise to data until it becomes indistinguishable from pure noise.
- Foundation modelai
- A large model trained on broad data that serves as a general-purpose base, adaptable to many downstream tasks through further tuning or prompting.
- Foundrycrypto
- Foundry is a Solidity development toolkit whose tests are written in Solidity itself, widely adopted for fast fuzzing and forked-state testing.
- Foundry-fabricated qubitsquantum
- Quantum devices made on standard semiconductor production lines rather than in research cleanrooms, the route to volume manufacturing.
- FP8ai
- An 8-bit floating-point number format used to store weights and activations more compactly than 16-bit, speeding up inference on supporting hardware.
- Fractionalised NFTcrypto
- A fractionalised NFT splits ownership of one item into fungible shares, broadening access while raising awkward securities questions.
- Frame interpolationai
- Generating extra in-between frames to make video smoother or slower, synthesising motion that was not originally filmed.
- Franklin Templeton OnChaincrypto
- Franklin Templeton OnChain tokenises money-market funds on public blockchains, pioneering regulated on-chain financial products.
- Fraud Proofcrypto
- Fraud proofs allow optimistic rollups to verify correctness by challenging invalid state transitions before final settlement on-chain.
- Frax Financecrypto
- Frax Finance issues hybrid algorithmic-collateralised stablecoins and yield products underpinning its ecosystem of DeFi protocols.
- Frechet inception distance (FID)ai
- A common metric scoring how close generated images are to real ones; lower values indicate more realistic and varied output.
- Fredkin gate (CSWAP)quantum
- A three-qubit gate that swaps two target qubits only when a control qubit is one; it is reversible and preserves the number of ones.
- Free-space QKDquantum
- Quantum key distribution that sends photons through open air or space rather than optical fibre, used for satellite and line-of-sight links.
- Frequency collisionquantum
- Two neighbouring qubits landing too close in frequency to be addressed separately, a yield problem for fixed-frequency designs.
- Frequency penaltyai
- A setting that reduces a token's likelihood in proportion to how often it has already appeared, curbing overuse of common words.
- Frequency-division multiplexing (readout)quantum
- Reading many qubits down one line by giving each resonator a distinct frequency, a standard way around the wiring bottleneck.
- Freshness (retrieval)ai
- How current the indexed corpus is, the property that decides whether a retrieval system can answer questions about today.
- Front-Runningcrypto
- Front-running reorders transactions for profit before a target trade executes, exploiting information asymmetry in public mempools or MEV systems.
- Front-Running Protectioncrypto
- Front-running protection routes transactions privately or batches them, so a searcher cannot profit by trading ahead of a user.
- Frontier AI safety commitmentsai
- Voluntary undertakings by leading labs, agreed at the 2024 Seoul summit, to publish safety frameworks and define thresholds at which they would stop deploying.
- Frontier modelai
- One of the most capable general-purpose models available at a given time, typically the largest and most expensive to train and run.
- Frontier safetyai
- Practices and policies for managing the heightened risks posed by the most capable AI models, including staged testing and deployment thresholds.
- FrontierMathai
- A benchmark of unpublished research-level mathematics problems, built to resist both memorisation and contamination.
- Fujitsu quantum programmequantum
- The Japanese company's superconducting effort with RIKEN, pursuing large qubit counts alongside its classical supercomputing work.
- Full Nodecrypto
- A full node independently verifies every rule of the chain rather than trusting anyone else's summary, which is what gives a user sovereign assurance.
- Fully connected layerai
- A layer where every input unit connects to every output unit through a learned weight, also known as a dense layer.
- Fully Diluted Valuation (FDV)crypto
- FDV values a project as if every token already circulated, and the gap between it and market cap is a warning about future unlocks.
- Fully Sharded Data Parallel (FSDP)ai
- A technique that splits a model's weights and optimiser state across devices to cut memory use, letting bigger models train.
- Function callingai
- A feature letting a model return a structured request to run a named function with arguments, which the surrounding application then executes.
- Funding Ratecrypto
- Funding rate balances perpetual futures with spot prices by rewarding or penalising positions, reflecting leveraged trader sentiment directionally.
- Fusion-based quantum computingquantum
- A photonic architecture that builds a large entangled resource by fusing small entangled clusters with measurements.
- Fuzz Testingcrypto
- Fuzz testing throws vast numbers of random inputs at a contract to find states its author never considered.
- Fuzzy logicai
- Reasoning with degrees of truth between 0 and 1 rather than strict true or false, used in control systems where boundaries are vague.
G
- GAIAai
- A benchmark of assistant tasks that are simple for people but require tool use, retrieval and reasoning in combination.
- Galaxy Digitalcrypto
- Galaxy Digital is a diversified crypto-financial-services firm engaged in trading, investment banking, and asset management.
- Gammacrypto
- Gamma measures how fast delta itself changes, which is why hedged option books can amplify moves rather than dampen them.
- Gap engineeringquantum
- Designing a superconducting circuit's energy gaps to trap quasiparticles away from the junctions where they cause damage.
- Gascrypto
- Gas measures computational work required to execute blockchain operations, denominated in network tokens to prevent spam and resource abuse.
- Gas Limitcrypto
- Gas limit defines the maximum computational effort a transaction or block can consume before execution halts to preserve resources.
- Gate cancellationquantum
- An optimisation that removes pairs of adjacent gates which undo each other, such as two consecutive identical self-inverse gates.
- Gate countquantum
- The total number of gates in a quantum circuit, often reported separately for single-qubit and two-qubit gates as a complexity measure.
- Gate decompositionquantum
- Breaking a complex or high-level gate into a sequence of simpler gates that the target hardware can actually execute.
- Gate fidelityquantum
- A measure of how closely a quantum gate's actual operation matches the ideal one, where 1 is perfect and lower values indicate errors.
- Gate set tomography (GST)quantum
- A thorough technique that reconstructs a full, self-consistent description of a device's gates, preparation and measurement without assuming they are perfect.
- Gate synthesisquantum
- Approximating an arbitrary rotation by a sequence of available gates to a required precision, a core compiler task.
- Gate timequantum
- How long one quantum operation takes, which together with coherence time determines how many gates fit in a computation.
- Gate zonequantum
- A dedicated region of a segmented ion trap where operations are performed, separate from where ions are stored or measured.
- Gated linear unit (GLU)ai
- A layer that multiplies one linear projection by a sigmoid-gated second projection, letting the network control which information passes through.
- Gated recurrent unit (GRU)ai
- A streamlined recurrent unit with update and reset gates, offering much of the LSTM's benefit with fewer parameters.
- Gauge fixingquantum
- Choosing which degrees of freedom a subsystem code leaves free, a technique used to switch codes and implement otherwise unavailable gates.
- Gauntletcrypto
- Gauntlet simulates DeFi-protocol economics under stress scenarios, optimising risk parameters through agent-based modelling and quantitative analysis.
- Gaussian boson samplingquantum
- A photonic sampling task using squeezed light, used in several quantum advantage demonstrations and subject to continuing classical challenge.
- Gaussian error linear unit (GELU)ai
- A smooth activation that scales each input by the probability, under a standard normal distribution, that a value falls below it.
- Gaussian splattingai
- A technique representing a 3D scene as many coloured fuzzy blobs, enabling fast, high-quality rendering from fresh viewpoints.
- Gaussian statequantum
- A state of light whose statistics are fully described by means and variances, efficiently simulable and therefore not sufficient alone for quantum advantage.
- Geminicrypto
- Gemini is a regulated US exchange offering insured custody, derivatives, and staking under stringent compliance frameworks.
- Gemini (Google)ai
- Google DeepMind's multimodal model family, launched in December 2023 and built into Search, Workspace and Android.
- Gemmaai
- Google's open-weight model family, built from the same research as Gemini but sized to run on a single GPU or laptop.
- General-purpose AI model (GPAI)ai
- The EU AI Act's category for models usable across many tasks, carrying transparency and documentation duties separate from any specific application.
- Generalisationai
- A model's ability to perform well on new, unseen data rather than merely memorising the specific examples it was trained on.
- Generalised advantage estimation (GAE)ai
- A way of trading bias against variance when estimating advantages, standard in PPO implementations.
- Generative adversarial network (GAN)ai
- A pair of networks trained together, a generator making samples and a discriminator judging them, competing until outputs look realistic.
- Generative engine optimisation (GEO)ai
- Structuring content so that AI answer engines cite it, the successor discipline to search engine optimisation.
- Generator (GAN)ai
- The network in a GAN that turns random input into synthetic samples, improving as it learns to fool the discriminator.
- Genesis Blockcrypto
- The genesis block is the first block in a blockchain, embedding initial parameters and establishing the network’s immutable origin.
- Genesis Tradingcrypto
- Genesis Trading was a leading OTC desk offering institutional liquidity and lending before restructuring in 2023.
- Genetic algorithmai
- An optimisation method that evolves a population of candidate solutions through mutation, crossover and selection over many generations.
- Geoblockingcrypto
- Geoblocking restricts a service by user location, the standard compliance response to jurisdictions where a product is not authorised.
- Geometric phasequantum
- A phase acquired purely from the path a state traverses rather than from elapsed time, the basis of holonomic quantum gates.
- GGUFai
- A file format for storing quantised language models, widely used with llama.cpp, that packs weights and metadata for efficient loading on consumer hardware.
- Ghost imagingquantum
- An imaging method that forms a picture from correlations between two light beams, one of which never directly strikes the object.
- Ghost workai
- The largely invisible human labour of labelling, moderating and rating that makes AI systems appear autonomous.
- GHZ paradoxquantum
- A three-particle argument that contradicts local realism in a single measurement rather than statistically, as Bell's does.
- GHZ statequantum
- A maximally entangled state of three or more qubits, named after Greenberger, Horne and Zeilinger.
- Gigawatt data centreai
- A campus whose power draw is measured in gigawatts, the scale at which AI build-out begins to compete with cities for grid capacity.
- Gitcoincrypto
- Gitcoin funds open-source projects through quadratic-funding rounds, aligning community donations with ecosystem impact.
- GitHub Copilotai
- The code completion and chat assistant built into editors, the first mass-market developer product built on a language model.
- Glassnodecrypto
- Glassnode provides on-chain market intelligence, deriving indicators from blockchain data to analyse investor behaviour and network health.
- Global phasequantum
- An overall phase factor multiplying an entire quantum state, carrying no physical consequence and never observable by any measurement.
- GloDollarcrypto
- GloDollar is a non-profit stablecoin whose revenue funds universal basic income, demonstrating mission-driven monetary design.
- GLUEai
- A suite of nine language understanding tasks that measured progress after BERT, and was saturated within a year.
- Gnosis Safe (Safe)crypto
- Gnosis Safe is a multisignature smart-wallet enabling collaborative asset management, requiring multiple approvals for secure on-chain transactions.
- Golden Crosscrypto
- A golden cross is a short moving average rising through a long one, treated as a bullish signal and heavily discussed in retail commentary.
- Golden datasetai
- A small, carefully verified set of examples with known-correct answers, used as the reference for regression testing a system.
- Goldman Sachs Digital Assetscrypto
- Goldman Sachs Digital Assets develops tokenisation and blockchain settlement solutions for traditional-finance instruments.
- Good old-fashioned AI (GOFAI)ai
- A nickname for classical symbolic and rule-based AI, used to distinguish it from the learning-based methods that displaced it.
- Good quantum codequantum
- A code family whose rate and distance both grow in proportion to its size, proved to exist in 2021 and a turning point for qLDPC research.
- Goodhart's lawai
- The principle that when a measure becomes a target it stops being a good measure, a recurring problem for AI training objectives and benchmarks.
- Google DeepMindai
- Google's AI research division, formed in 2023 by merging DeepMind with Google Brain, responsible for AlphaGo, AlphaFold and the Gemini models.
- Google Quantum AIquantum
- Google's quantum hardware division, responsible for the 2019 supremacy experiment and for the first below-threshold error correction demonstration.
- Gottesman-Kitaev-Preskill code (GKP)quantum
- A bosonic error-correcting code that stores a qubit in grid-like states of a light or microwave mode to resist small shifts.
- Gottesman-Knill theoremquantum
- A result showing that quantum circuits built only from Clifford gates can be simulated efficiently on an ordinary classical computer.
- Governance Attackcrypto
- A governance attack borrows or buys enough voting power to pass a proposal draining a protocol's treasury, exploiting the rules rather than the code.
- Governance Tokencrypto
- A governance token grants voting power within decentralised protocols, allowing holders to propose, prioritise, and implement protocol upgrades.
- GPT (generative pre-trained transformer)ai
- OpenAI's line of decoder-only transformers, from the 2018 original through GPT-4 and its successors, and the name that became shorthand for the whole class.
- GPT-3ai
- OpenAI's 175-billion-parameter 2020 model, the release that demonstrated few-shot learning from prompts alone.
- GPT-4ai
- OpenAI's March 2023 model, the first widely used system to accept images alongside text and to score highly on professional exams.
- GPTQai
- A post-training method that quantises a model's weights to very low precision, usually four bits, layer by layer while limiting the resulting accuracy loss.
- GPU hoursai
- A measure of compute usage, counting the number of GPUs multiplied by the hours they run, often used for billing.
- Grace Hopper superchipai
- Nvidia's pairing of an Arm CPU with a GPU over a fast coherent link, designed so models can spill beyond GPU memory without collapsing in speed.
- Gradientai
- A vector of partial derivatives showing how the loss changes as each weight changes, pointing towards the steepest increase in error.
- Gradient accumulationai
- A method that sums gradients over several small batches before updating weights, simulating a large batch when memory is limited.
- Gradient boostingai
- An ensemble method that builds trees sequentially, where each new tree corrects the errors made by those before it.
- Gradient clippingai
- A stabilising technique that caps the size of gradients before a weight update, preventing rare huge values from derailing training.
- Gradient descentai
- An optimisation method that repeatedly nudges weights in the direction that most reduces the loss, taking steps down the error surface.
- Gradioai
- A Python library for wrapping a model in a shareable web interface in a few lines, the standard way research demos are published.
- Graduate-Level Google-Proof Q&A (GPQA)ai
- A set of hard science questions written by experts to be difficult even for skilled people using web search.
- Grandmother cellai
- The idea of a single neuron responding to one specific concept, a useful intuition that real networks mostly contradict.
- Graph Indexercrypto
- Graph indexers organise blockchain data for fast querying, powering analytics dashboards, APIs, and dApp front-end data pipelines efficiently.
- Graphics processing unit (GPU)ai
- A processor with thousands of cores built for parallel maths, now the standard hardware for training and running large AI models.
- GraphRAGai
- Retrieval that traverses a knowledge graph built from the corpus, answering questions that require joining facts across many documents.
- Gravimetryquantum
- The precise measurement of gravitational acceleration; quantum gravimeters drop cold atoms to map density changes underground with high accuracy.
- Gravity gradiometryquantum
- Measuring how gravity changes across a short distance, which reveals buried structures and voids from the surface.
- Grayscale Discountcrypto
- The persistent discount at which a closed-end crypto trust traded below its holdings, which collapsed once conversion to an ETF became possible.
- Grayscale Investmentscrypto
- Grayscale Investments manages digital-asset trusts offering regulated exposure to cryptocurrencies for institutional and retail investors.
- Greedy decodingai
- Generating text by always picking the single most likely next token; fast and deterministic, but often repetitive and lacking variety.
- Griefing Attackcrypto
- A griefing attack costs the attacker money purely to impose greater cost on someone else, common in poorly designed incentive systems.
- Grincrypto
- Grin is a lightweight privacy coin implementing MimbleWimble for scalable, confidential transactions without address reuse or rich lists.
- Grokai
- xAI's language model family, integrated with X and marketed on real-time access to posts on the platform.
- Grokkingai
- A phenomenon where a model suddenly generalises to unseen data long after it has already memorised its training set.
- Groqai
- The company behind the language processing unit, a deterministic inference chip designed for very low latency per token.
- Groth16crypto
- Groth16 produces the smallest and cheapest proofs to verify, at the cost of a fresh trusted setup for every program.
- Ground statequantum
- The lowest-energy state of a quantum system; finding it is central to quantum chemistry and materials science.
- Ground state energyquantum
- The energy of a system's lowest-energy state, a key quantity for predicting chemical structure, reactions and material properties.
- Ground truthai
- The reference answer a prediction is scored against, and often the weakest link when labels are themselves uncertain or contested.
- Ground-state energy estimationquantum
- Determining a molecule or material's lowest energy, the most cited practical target for quantum computers.
- Groundednessai
- The degree to which a model's response is supported by the source material it was given, rather than invented.
- Groundingai
- Tying a model's output to retrieved evidence or real data so that its claims can be traced back to a source.
- Group relative policy optimisation (GRPO)ai
- A reinforcement learning method that scores several sampled answers against each other rather than against a learned value model, cutting the cost of training reasoning models.
- Grouped-query attention (GQA)ai
- A variant where groups of query heads share key and value projections, balancing the quality of multi-head attention with lower memory use.
- Grover diffusion operatorquantum
- The reflection step in Grover's search that amplifies the amplitude of marked states, also called the diffuser, repeated to drive the answer towards certainty.
- Grover's algorithmquantum
- A quantum algorithm that searches an unstructured list quadratically faster than any classical method, needing roughly the square root of the usual attempts.
- Grover's impact on symmetric keysquantum
- The quadratic speedup against brute-force search, addressed simply by doubling symmetric key lengths rather than replacing the algorithms.
- GSM8Kai
- A benchmark of 8,500 grade-school maths word problems, the standard early test of step-by-step reasoning.
- GSR Marketscrypto
- GSR Markets trades and structures digital-asset derivatives, supplying liquidity and hedging solutions to institutional counterparties.
- Guardrail agentai
- A supporting agent that checks another agent's inputs or outputs against safety and policy rules before they are allowed to proceed.
- Guardrail evaluationai
- Testing the filters around a model separately from the model itself, since most production failures happen at that boundary.
- Guardrailsai
- Controls placed around a model that filter or block unwanted inputs and outputs, keeping its behaviour within safe and intended limits.
- Guidance scaleai
- A setting controlling how strongly generation follows the prompt; higher values increase adherence but can reduce naturalness and variety in the output.
H
- H-series (Quantinuum)quantum
- Quantinuum's trapped-ion processors, built on the QCCD architecture with all-to-all connectivity and mid-circuit measurement.
- Hackencrypto
- Hacken is a blockchain-security consultancy performing audits, penetration testing, and DeFi vulnerability assessments via its HackenProof bug-bounty platform.
- Hadamard gate (H)quantum
- A single-qubit gate that puts a definite zero or one into an equal superposition of both, and reverses that operation when applied a second time.
- Halborncrypto
- Halborn provides cybersecurity services for Web3 firms, including smart-contract audits, penetration testing, and security-awareness training programmes.
- Hallucinationai
- When a model generates confident but false or fabricated information that is not supported by its training data or any provided sources.
- Hallucination rateai
- The proportion of a model's outputs that contain fabricated or false information, used as a measure of its reliability.
- Halvingcrypto
- Halving periodically reduces proof-of-work block rewards by half, controlling supply issuance and sustaining Bitcoin’s deflationary monetary schedule.
- Hamiltonianquantum
- The mathematical operator describing a quantum system's total energy; it governs how the system's state changes over time.
- Hamiltonian simulationquantum
- Using a quantum computer to model how a quantum system evolves over time, the original motivation for quantum computing and a proven area of advantage.
- Hard Forkcrypto
- A hard fork introduces non-backward-compatible changes, requiring node upgrades and potentially creating a permanent blockchain network split.
- Hardhatcrypto
- Hardhat is a JavaScript-based Ethereum development environment for compiling, testing and deploying contracts with a local fork of live state.
- Hardware-efficient ansatzquantum
- A parametrised circuit designed to use a device's native gates and qubit connectivity, minimising depth at the expense of theoretical grounding.
- Harrow-Hassidim-Lloyd algorithm (HHL)quantum
- A quantum algorithm for solving certain systems of linear equations, potentially exponentially faster than classical methods when only summary properties of the solution are needed.
- Hartree-Fock methodquantum
- A foundational chemistry approximation where each electron is treated as moving in the average field created by all the other electrons.
- Harvest now, decrypt laterquantum
- An attack strategy of collecting encrypted data today to store and decrypt in future once quantum computers can break the encryption.
- Hash Functioncrypto
- A hash function turns any input into a fixed-length fingerprint that cannot practically be reversed, the primitive underpinning blockchains and digital signatures.
- Hash-based signaturesquantum
- Digital signatures whose security rests entirely on the strength of a hash function, making them a conservative and well-understood post-quantum option.
- Hashdexcrypto
- Hashdex develops regulated crypto ETFs in collaboration with Nasdaq, bridging traditional finance with digital-asset markets.
- Hashpricecrypto
- Hashprice is the daily revenue a miner earns per unit of hashrate, the single figure that decides whether a mining fleet is profitable.
- Hashratecrypto
- Hashrate measures computational power securing proof-of-work networks, directly correlating with mining difficulty, energy consumption, and security strength.
- Hashrate Derivativecrypto
- A hashrate derivative lets a miner sell future computing output forward, hedging revenue against price and difficulty swings.
- HBM3Eai
- A generation of high-bandwidth memory stacked beside the processor, whose supply and capacity often limit how large a model a chip can serve.
- Headless browserai
- A browser running without a visible window, the standard vehicle for automated web agents and testing.
- Health Factorcrypto
- Health factor quantifies collateral safety in DeFi lending, comparing total borrowed value against liquidation thresholds to monitor risk.
- Hebbian learningai
- The principle that connections strengthen when two units fire together, summarised as cells that fire together wire together.
- Heisenberg limitquantum
- The ultimate precision allowed by quantum mechanics for a measurement, improving with the number of resources far faster than conventional methods.
- Heisenberg modelquantum
- A model of interacting quantum spins that can point in any direction, used to study magnetism and test quantum simulation methods.
- Heisenberg uncertainty principlequantum
- The limit stating that certain pairs of observables cannot both be known to arbitrary precision at the same time.
- Held-out setai
- Data deliberately withheld from training and tuning so that a final measurement is not influenced by either.
- Heliumcrypto
- Helium operates a decentralised wireless network rewarding node operators with HNT tokens for providing IoT and 5G coverage.
- Helium-3 supplyquantum
- The scarce isotope required for dilution refrigeration, a genuine supply constraint on scaling superconducting quantum computers.
- HellaSwagai
- A commonsense benchmark asking which continuation of a scene is plausible, easy for people and long difficult for models.
- Heralded entanglementquantum
- Entanglement generation accompanied by a separate signal confirming success, so that only verified entangled pairs are kept for teleportation or repeater use.
- Heraldingquantum
- Using the detection of one photon to announce that its partner is ready, converting a probabilistic source into a usable one.
- Hermitian operatorquantum
- An operator equal to its own conjugate transpose, guaranteeing real eigenvalues and so suitable for representing physical observables.
- Heron (IBM)quantum
- IBM's tunable-coupler processor line, which cut crosstalk sharply and marked a shift from chasing qubit counts to improving quality.
- Heterodyne detectionquantum
- Measuring both quadratures of a light field at once, at the cost of added noise from the uncertainty principle.
- Heuristicai
- A rule of thumb that guides search or decision-making towards good answers quickly, without guaranteeing the best one.
- Heuristic quantum algorithmquantum
- An algorithm believed useful from numerical evidence without a proof of advantage, the category most near-term proposals fall into.
- Hierarchical clusteringai
- A clustering method that builds a tree of nested groups by repeatedly merging or splitting clusters based on similarity.
- Hierarchical Deterministic Wallet (HD Wallet)crypto
- An HD wallet derives an unlimited tree of keys from a single seed, so one backup restores every address the wallet will ever use.
- High electron mobility transistor (HEMT)quantum
- The low-noise semiconductor amplifier used at the four-kelvin stage to boost readout signals from a quantum processor.
- High-bandwidth memory (HBM)ai
- Fast memory stacked close to an AI chip, providing the huge data throughput that large models need to keep the processor busy.
- High-risk AI systemai
- The EU AI Act's tier for uses such as recruitment, credit scoring and medical devices, subject to conformity assessment before deployment.
- Hilbert spacequantum
- The abstract complex vector space in which quantum states live, providing the geometry underlying superposition and measurement.
- Hive Blockchaincrypto
- Hive Blockchain is a publicly traded mining company operating renewable-energy data centres securing proof-of-work networks.
- HMRC Cryptoassets Manualcrypto
- HMRC's cryptoassets manual is the UK tax authority's published guidance on how income, capital gains and business rules apply to digital assets.
- HODLcrypto
- HODL means holding cryptocurrency long-term regardless of volatility, originating from a typo yet symbolising investor conviction and patience.
- HODL Wavescrypto
- HODL waves chart supply by how long it has been held, showing visually when older coins begin changing hands.
- Holevo boundquantum
- The limit on how many classical bits can be extracted from a quantum state, showing that n qubits carry no more than n bits of readable information.
- Holistic Evaluation of Language Models (HELM)ai
- A Stanford framework that scores models across many scenarios and metrics, not accuracy alone, for fairer and more transparent comparison.
- Homodyne detectionquantum
- Measuring one quadrature of a light field by interfering it with a strong reference beam, the standard readout in continuous-variable systems.
- Honeycomb codequantum
- A Floquet code on a hexagonal lattice, well suited to hardware that can only perform two-qubit parity measurements.
- Honeypot Contractcrypto
- A honeypot contract lets buyers in but blocks selling, appearing to trade normally until the victim tries to exit.
- Hong-Ou-Mandel effectquantum
- Two identical photons meeting at a beam splitter always exiting together, the interference effect underlying photonic entangling gates.
- Hook errorquantum
- A single fault inside a syndrome-extraction circuit that spreads into a multi-qubit error, which careful gate ordering is designed to prevent.
- Hopper (H100)ai
- Nvidia's 2022 GPU generation, whose H100 became the standard unit of frontier training compute and the benchmark for cluster sizes.
- Hot Walletcrypto
- A hot wallet remains internet-connected for convenient access, trading usability, and speed but carries elevated security and hacking risks.
- Howey Testcrypto
- The Howey test asks whether there is an investment of money in a common enterprise with profits expected from others' efforts, and is the US benchmark for a security.
- HQC (Hamming Quasi-Cyclic)quantum
- The code-based key encapsulation mechanism NIST selected in 2025 as a backup to ML-KEM, resting on different mathematics in case lattices fall.
- HSBC Orioncrypto
- HSBC Orion issues digital bonds on distributed-ledger systems, demonstrating institutional adoption of tokenised securities.
- HTLC (Hashed Time-Locked Contract)crypto
- An HTLC enforces conditional payments with cryptographic secrets and expirations, enabling atomic swaps and trust-minimised payment channels.
- Hubbard modelquantum
- A simplified model of electrons hopping between lattice sites and repelling each other, central to understanding superconductivity and strongly correlated materials.
- Hugging Faceai
- The platform hosting most open model weights, datasets and demos, and maintainer of the Transformers library that standardised how they are loaded.
- Hugging Face Transformersai
- The library that standardised loading and running pretrained models, so a new architecture reaches practitioners within days.
- Human approval gateai
- A checkpoint requiring a person to confirm before an agent takes an irreversible or outward-facing action.
- Human evaluationai
- Scoring model outputs by asking people to judge or compare them, still the standard for qualities no automatic metric captures.
- Human handoffai
- Passing a task from an automated system to a person, with enough context that the person is not starting from scratch.
- Human oversight requirementai
- A legal duty that a person can understand, override or stop an automated system, central to the EU AI Act's high-risk tier.
- Human-in-the-loop (HITL)ai
- A design where a person reviews or approves an agent's key actions or outputs before they are allowed to take effect.
- Human-on-the-loopai
- A design where a person monitors an agent working on its own and can step in, without approving every single action.
- HumanEvalai
- A benchmark of one hundred and sixty-four Python programming problems that scores whether generated code passes hidden unit tests.
- Humanity's Last Examai
- A benchmark of expert-written questions across many disciplines, designed to stay hard after existing exams were saturated.
- Humanodecrypto
- Humanode verifies unique human identities through biometric proof-of-personhood consensus for Sybil-resistant governance and airdrops.
- Hybrid AMMcrypto
- A hybrid AMM combines multiple pricing curves for stable-asset and volatile pairs, improving capital efficiency and reducing impermanent-loss exposure.
- Hybrid certificatequantum
- A digital certificate carrying both a classical and a post-quantum signature, so it validates under either during the transition.
- Hybrid key exchangequantum
- Combining a classical and a post-quantum algorithm so that a shared key stays secure as long as either component resists attack.
- Hybrid quantum-classical algorithmquantum
- An approach that splits work between a quantum processor and a classical computer, running short quantum circuits inside a classical optimisation loop, as in VQE and QAOA.
- Hybrid searchai
- Combining keyword and semantic search so results benefit from both exact term matching and meaning based similarity.
- Hyperbolic tangent (tanh)ai
- An activation that maps inputs to the range minus one to one, zero-centred and often used in recurrent networks.
- Hyperfine qubitquantum
- A qubit encoded in two closely spaced internal energy levels of an atom or ion, prized for very long coherence times.
- Hyperfine structurequantum
- The fine splitting of atomic levels from nuclear-electron interaction, providing the very long-lived states used as atomic qubits.
- Hypergraph product codequantum
- A construction that combines classical codes to build quantum LDPC codes with good distance and low-weight stabilisers.
- Hyperparameterai
- A configuration value set before training, such as learning rate or batch size, that shapes how a model learns rather than being learned.
- Hyperparameter tuningai
- The process of searching for the configuration values that make a model train best, often by trial, grid search or Bayesian methods.
- Hyperspacecrypto
- Hyperspace is a Solana NFT marketplace integrating analytics, social discovery, and multi-market aggregation.
I
- IBC (Inter-Blockchain Communication)crypto
- IBC is Cosmos’s protocol for secure cross-chain messaging, allowing tokens and data to move between sovereign zones safely.
- IBM Quantumquantum
- IBM's quantum division, which pioneered cloud access to real hardware and publishes a dated roadmap the rest of the field is measured against.
- Ice Phishingcrypto
- Ice phishing tricks a user into signing a token approval rather than stealing a key, after which the attacker withdraws at leisure.
- Iceberg Ordercrypto
- An iceberg order shows only a fraction of its size at a time, hiding a large position from other traders on the book.
- ICO (Initial Coin Offering)crypto
- An ICO raises capital by selling newly issued tokens to investors, funding blockchain startups before full product deployment.
- Identity gate (I)quantum
- A single-qubit gate that leaves a qubit unchanged, often used as a placeholder or to represent a deliberate idle period within a circuit.
- Idling errorquantum
- Error accumulated by a qubit while waiting for other operations to finish, which makes circuit scheduling part of the error budget.
- IEO / IDOcrypto
- Initial Exchange Offerings and Initial DEX Offerings distribute new tokens via trading platforms, automating compliance, liquidity, and discovery.
- IFEvalai
- A benchmark that checks whether a model follows literal, automatically verifiable instructions such as length or format constraints.
- Image captioningai
- Generating a natural-language description of a picture, a long-standing benchmark task and the basis of alt-text automation.
- Image-to-image (img2img)ai
- Producing a new image guided by an existing one plus a prompt, keeping some structure while changing style or content.
- Imagenai
- Google's text-to-image model line, used in its consumer products and cloud APIs.
- ImageNetai
- The labelled image dataset of over fourteen million photographs whose annual competition drove the breakthroughs of the 2010s.
- Imitation learningai
- Training a policy to copy demonstrations of the task instead of discovering behaviour through trial and error.
- Immersion coolingai
- Submerging servers in a non-conductive fluid to remove heat, allowing far denser racks than air cooling permits.
- Immersion Cooling (Mining)crypto
- Immersion cooling submerges mining hardware in dielectric fluid, allowing higher power density and quieter, denser sites than air cooling permits.
- Immuneficrypto
- Immunefi is a bug-bounty platform connecting white-hat hackers with protocols, distributing multimillion-dollar rewards for responsibly disclosed vulnerabilities.
- Immutablecrypto
- Immutable describes data that cannot be altered once written to the blockchain, ensuring integrity, auditability, and historical transparency.
- Immutable Xcrypto
- Immutable X is an Ethereum layer-two using zk-rollups for gas-free NFT minting and instant trading settlements.
- Impairment-Only Modelcrypto
- The old accounting treatment forced companies to write cryptoassets down on falls but never up on recoveries, distorting corporate balance sheets for years.
- Impermanent Losscrypto
- Impermanent loss is the temporary value reduction liquidity providers face when pool asset prices diverge relative to simple holding.
- Implied Volatilitycrypto
- Implied volatility is the future movement an option's price implies, and is a market forecast rather than a measurement of the past.
- In-context learningai
- A language model's ability to pick up a new task from examples in the prompt alone, with no change to its weights.
- In-Kind Creationcrypto
- In-kind creation exchanges the underlying asset directly for ETF shares rather than going through cash, reducing costs and taxable events.
- Inactivity Leakcrypto
- The inactivity leak gradually drains the stake of offline validators when a chain cannot finalise, so the active majority eventually regains control.
- Inception (GoogLeNet)ai
- A 2014 convolutional architecture that ran several filter sizes in parallel within each block to capture features at multiple scales.
- Incognito Chaincrypto
- Incognito Chain is a privacy-preserving blockchain supporting confidential swaps and wrapped assets for cross-chain anonymity.
- Incoherent errorquantum
- A random, noise-driven error caused by the environment, described statistically rather than as a fixed unwanted operation.
- Index Pricecrypto
- Index price is a composite spot price drawn from several exchanges, used to anchor derivatives to the underlying market.
- Indexercrypto
- An indexer structures blockchain data for queryable access, improving analytics performance, transparency, and developer integration capabilities.
- Indirect prompt injectionai
- An attack that hides malicious instructions inside external content, such as a web page or document, which the model reads and then obeys.
- Induction headai
- An attention circuit that spots a repeated pattern earlier in the context and continues it, an ingredient of in-context learning.
- Inductive biasai
- The assumptions built into a model or training method that make it prefer some explanations over others, and without which learning is impossible.
- Inferenceai
- The process of running a trained model to generate outputs from new inputs, as opposed to the earlier training phase.
- Inference engineai
- The component of a rule-based system that applies stored rules to known facts to derive new conclusions.
- Inference serverai
- Software that hosts a trained model and handles incoming requests, managing batching, caching and hardware to serve predictions efficiently at scale.
- Inference-time scalingai
- The finding that accuracy keeps improving as a model is allowed to think longer or sample more, a second scaling curve alongside training.
- Inferentiaai
- Amazon's in-house inference chip, aimed at cutting the cost per token of serving models on AWS.
- InfiniBandai
- A very fast, low-latency networking standard used to connect servers in AI and supercomputing clusters for large distributed workloads.
- Infinite Mintcrypto
- An infinite mint bug lets an attacker create unlimited tokens, instantly destroying a project's value and any pool holding them.
- Infleqtionquantum
- The American company applying neutral-atom and cold-atom technology across computing, clocks and sensing.
- Information reconciliationquantum
- The error-correction stage of quantum key distribution, where the parties exchange public messages to fix mismatched bits while revealing as little as possible.
- Information-theoretic securityquantum
- Security that holds even against an adversary with unlimited computing power, because it rests on physical or mathematical impossibility rather than computational difficulty.
- Inheritance Planning (Crypto)crypto
- Inheritance planning is the arrangement that lets heirs recover holdings without exposing keys during the owner's lifetime, a common and expensive omission.
- Initial Margincrypto
- Initial margin is the collateral required to open a leveraged position, determining the maximum leverage available.
- Injectivecrypto
- Injective is a Cosmos-based derivatives exchange protocol offering order-book trading with zero gas fees and MEV protection.
- Inner alignmentai
- The problem of ensuring the goal a model actually learns during training matches the objective its designers specified.
- Inner productquantum
- A complex number measuring the overlap of two quantum states, whose squared magnitude relates to a transition probability between them.
- Inpaintingai
- Filling a selected or missing region of an image with newly generated content that blends naturally with the surrounding pixels.
- Insider Trading (Crypto)crypto
- Insider trading in crypto usually means acting on unannounced listings or protocol decisions, a practice prosecutions have begun to reach.
- Instance segmentationai
- Outlining each individual object separately, so two overlapping cars are two distinct shapes rather than one region of car.
- Instantaneous quantum polynomial time (IQP)quantum
- A restricted circuit class believed hard to simulate classically despite being far simpler than universal computation.
- Instruction tuningai
- Adapting a language model on examples of instructions paired with good responses, making it far better at following a user's requests.
- Instrumental convergenceai
- The idea that agents with very different final goals tend to pursue similar sub-goals, such as self-preservation, resources and acquiring influence.
- Insurance Fundcrypto
- An insurance fund absorbs protocol losses from liquidations or hacks, protecting users and stabilising DeFi lending or derivative markets.
- INT8 quantisationai
- Storing model weights, and sometimes activations, as 8-bit integers instead of 16- or 32-bit numbers, cutting memory use with little loss of accuracy.
- Integrated photonicsquantum
- Building optical circuits on a chip rather than a bench, the manufacturing route photonic quantum computing depends on.
- Intentscrypto
- Intents express desired outcomes for transactions, letting solvers or relayers optimise execution under constraints while abstracting away manual steps.
- Inter-annotator agreementai
- How consistently different human labellers give the same judgement, which bounds how reliable any human-scored benchmark can be.
- Inter-token latencyai
- The average gap between successive output tokens during generation; low values give smooth, fast-flowing streamed text.
- Interconnectai
- The high-speed links that connect chips and servers in a cluster, letting them share data quickly during large distributed training runs.
- Interference-based computationquantum
- The real mechanism behind quantum speedups, arranging amplitudes so wrong answers cancel and right ones reinforce.
- Interferometryquantum
- A measurement method that overlaps waves to produce interference patterns, revealing tiny changes in distance, time or field with great precision.
- Interleaved randomised benchmarkingquantum
- A variant of randomised benchmarking that repeatedly inserts one specific gate to estimate the error of that individual gate.
- International Year of Quantumquantum
- The United Nations designation of 2025, marking a century since the formulation of quantum mechanics.
- Interoperabilitycrypto
- Interoperability enables independent blockchains to exchange assets and data seamlessly, promoting liquidity, composability, and cross-network functionality.
- Interpretabilityai
- The field of understanding why a model produces a given output, making its internal reasoning legible to humans for debugging and safety.
- Intersection over union (IoU)ai
- The overlap between a predicted box and the true one divided by their combined area, the standard measure of localisation accuracy.
- IntoTheBlockcrypto
- IntoTheBlock applies machine-learning models to blockchain and market data, offering predictive indicators and on-chain sentiment analysis.
- Invariant Testingcrypto
- Invariant testing asserts properties that must always hold, then hunts for any sequence of actions that breaks one.
- Inverse reinforcement learningai
- Inferring what reward someone was pursuing by watching their behaviour, rather than being told the objective.
- Inverted File Index (IVF)ai
- A vector index that groups embeddings into clusters, so a search checks only the clusters nearest the query rather than all vectors.
- Investment Contractcrypto
- An investment contract is the legal form the SEC has argued many token sales take, bringing them within securities law regardless of their labelling.
- Ion chainquantum
- A line of trapped ions sharing motional modes, allowing any pair to be entangled regardless of position.
- Ion shuttlingquantum
- Moving trapped ions between zones of a chip by adjusting electrode voltages, used to bring qubits together for gates in scalable designs.
- IonQquantum
- The American trapped-ion company, the first quantum hardware firm to list publicly, which later acquired the UK's Oxford Ionics.
- IP-Adapterai
- An add-on that lets a diffusion model take an image as a style or subject reference, guiding generation without full retraining.
- IQMquantum
- The Finnish superconducting hardware company supplying on-premises quantum computers to European research centres.
- Ironwoodai
- Google's tensor processing unit generation aimed specifically at large-scale inference rather than training.
- Ising modelquantum
- A simple model of interacting spins on a lattice, widely used to study magnetism and to benchmark quantum simulators and annealers.
- ISO/IEC 42001ai
- The international standard for an AI management system, certifiable in the same way as ISO 27001 for information security.
- Isogeny-based cryptographyquantum
- A post-quantum approach built on hard-to-reverse maps between elliptic curves, offering small keys, though one prominent scheme was broken in 2022.
- Isolated Margincrypto
- Isolated margin limits collateral exposure to one trading position, protecting the rest of a trader’s portfolio from liquidation cascades.
- Isotopically purified siliconquantum
- Silicon stripped of its magnetic isotope so that nuclear spins do not dephase the qubits, which extends spin coherence dramatically.
- iSWAP gatequantum
- A two-qubit gate that swaps the states of two qubits and adds a phase factor; it arises naturally in some superconducting hardware.
- Iterated amplificationai
- Building a stronger overseer by decomposing a task among many copies of a weaker one, then distilling the result.
- Iterative phase estimationquantum
- A resource-frugal version of phase estimation that uses a single extra qubit repeatedly, trading many rounds of measurement for far fewer qubits.
J
- Jailbreakai
- A prompt crafted to bypass a model's safety training and make it produce content its guidelines would normally refuse.
- Jailbreak transferabilityai
- The finding that an attack discovered against one model often works on others, so defences cannot be tested in isolation.
- Jamming (Mempool Spam)crypto
- Jamming floods mempools with spam transactions, disrupting ordering, raising gas costs, and manipulating MEV extraction opportunities.
- JAXai
- Google's numerical library combining automatic differentiation with just-in-time compilation, favoured for large-scale research on TPUs.
- Jaynes-Cummings modelquantum
- The standard description of one two-level system coupled to one light mode, the workhorse model of qubit-resonator physics.
- Jevons paradox (AI)ai
- The argument that cheaper inference increases total compute demand rather than reducing it, because falling cost unlocks far more uses.
- JIT Liquiditycrypto
- Just-in-time liquidity adds capital precisely before a trade executes to capture fees efficiently without long-term exposure to impermanent loss.
- Jito Networkcrypto
- Jito Network enhances Solana validator performance and redistributes MEV revenue through stake-pool coordination.
- Jiuzhangquantum
- The Chinese photonic experiment that claimed quantum advantage through Gaussian boson sampling.
- JoinMarketcrypto
- JoinMarket coordinates peer-to-peer CoinJoin transactions, rewarding participants who provide liquidity for Bitcoin privacy mixes.
- JOMO (Joy of Missing Out)crypto
- JOMO counters FOMO by valuing restraint and risk management, reflecting disciplined investor behaviour during speculative bull markets.
- Jordan-Wigner transformationquantum
- A standard method for mapping electrons and their exchange rules onto qubits so molecular systems can be simulated on a quantum computer.
- Josephson effectquantum
- The flow of a supercurrent between two superconductors separated by a thin barrier, the non-linearity that makes a superconducting qubit possible.
- Josephson energyquantum
- The energy scale of tunnelling across a Josephson junction, set against charging energy to make a qubit insensitive to charge noise.
- Josephson junctionquantum
- A thin insulating gap between two superconductors through which current tunnels; its non-linear behaviour provides the anharmonicity most superconducting qubits rely on.
- Josephson parametric amplifier (JPA)quantum
- A superconducting amplifier that boosts faint microwave readout signals with very little added noise, improving the quality of qubit measurement.
- JPM Onyxcrypto
- JPM Onyx utilises blockchain for interbank settlement, collateral management, and programmable money through JPM Coin technology.
- JSON modeai
- A setting that forces a model to return valid JSON, often following a supplied schema, so its output is predictable to parse.
- Jump Cryptocrypto
- Jump Crypto develops infrastructure, research, and liquidity provisioning for Web3 ecosystems, including validator and cross-chain projects.
- Junction (ion trap)quantum
- An intersection in a segmented trap where ion chains can be split, merged and reordered, the basis of QCCD architectures.
- Junction fabricationquantum
- The manufacture of Josephson junctions, whose atomic-scale variation drives most of the frequency spread across a chip.
- Jupiter Exchangecrypto
- Jupiter Exchange is Solana’s leading swap aggregator connecting multiple DEXs for best-price execution and bridging routes.
K
- K-fold cross-validationai
- Cross-validation that splits data into k parts, training on k minus one and testing on the rest, rotating through all folds.
- K-means clusteringai
- A clustering method that partitions data into k groups, each represented by the mean of the points assigned to it.
- K-nearest neighbours (k-NN)ai
- A simple method that classifies a point by taking a majority vote of its k closest labelled neighbours.
- Kaikocrypto
- Kaiko provides institutional market data APIs covering centralised and decentralised exchanges for quantitative trading and compliance.
- Kaiko Datacrypto
- Kaiko Data aggregates trade, order-book, and derivatives metrics from exchanges, powering quantitative models and compliance analytics.
- Karuracrypto
- Karura is Acala’s sister network on Kusama, testing DeFi features before Polkadot mainnet deployment.
- Kerasai
- A high-level neural network API that hides framework detail, long the gentlest entry point into deep learning.
- Kernel fusionai
- Combining several operations into one GPU kernel so intermediate results never leave fast memory, a major source of inference speed-up.
- Kernel trickai
- A technique that lets algorithms like SVMs find non-linear boundaries by implicitly mapping data into a higher-dimensional space.
- Kerr nonlinearityquantum
- An intensity-dependent phase shift in a medium or circuit, used to build entangling gates and to generate cat states.
- Ketquantum
- Dirac notation writing a quantum state as a column vector, shown inside a vertical bar and a right angle bracket.
- Key encapsulation mechanism (KEM)quantum
- A scheme for securely establishing a shared secret key using public-key techniques, the form taken by post-quantum encryption standards such as ML-KEM.
- Key size (post-quantum)quantum
- The substantially larger keys post-quantum algorithms require, which strains constrained devices and packet-size limits.
- Key-value cache (KV cache)ai
- A store of previously computed keys and values reused during autoregressive generation, so earlier tokens are not recomputed at each step.
- Keypoint detectionai
- Finding specific landmark points on an object, such as facial features or the corners of a document.
- Keystorecrypto
- A keystore securely stores encrypted private keys protected by passwords, essential for wallet recovery and preventing unauthorised access.
- Keyword searchai
- Retrieving text that contains the query's literal words or terms, without any regard to their underlying meaning.
- Kinetic inductancequantum
- Inductance arising from the inertia of charge carriers rather than magnetic fields, exploited in compact resonators and detectors.
- Klingai
- Kuaishou's video generation model, one of the first Chinese systems to compete with Western video tools on quality.
- Knill-Laflamme conditionsquantum
- The precise mathematical requirements a quantum code must satisfy for a given set of errors to be perfectly correctable.
- Knill-Laflamme-Milburn protocol (KLM)quantum
- A scheme showing efficient quantum computing is possible with only single photons, linear optics and measurement, using extra photons to enable gates.
- Know Your Business (KYB)crypto
- Know your business is the corporate equivalent of customer due diligence, verifying an entity's ownership and control before onboarding it.
- Knowledge baseai
- A structured store of documents or facts that an agent can search to answer questions or support its reasoning.
- Knowledge cutoffai
- The date after which a model saw no training data, beyond which it must rely on retrieval or the user for current facts.
- Knowledge graphai
- A structured store of entities and the relationships between them, queried to supply a model with facts it would otherwise have to recall from training.
- Knowledge representationai
- The problem of encoding facts about the world in a form a machine can reason over, and the design choices that follow from it.
- Kochen-Specker theoremquantum
- The proof that no assignment of fixed values to all observables can reproduce quantum predictions, ruling out non-contextual hidden variables.
- Komodocrypto
- Komodo is a multi-chain platform providing atomic swaps, privacy features, and cross-chain interoperability tools.
- Krakencrypto
- Kraken is a global crypto exchange known for security, staking, and comprehensive asset listings with regulatory adherence.
- Kraus operatorsquantum
- The set of matrices describing a noisy quantum operation's effect on a state, the general language for quantum channels.
- Kubernetes for AIai
- Using container orchestration to schedule GPU workloads, with extensions for queuing, gang scheduling and fractional device sharing.
- Kullback-Leibler divergence (KL divergence)ai
- A measure of how much one probability distribution differs from another, used in training to keep an updated model close to a reference.
- KV cache (key-value cache)ai
- Stored attention keys and values from tokens already processed, reused so the model need not recompute them for every new token, greatly speeding up generation.
- Kyber Networkcrypto
- Kyber Network is a multi-chain liquidity aggregator powering DEX trading and token swaps with on-chain price discovery.
- KYC (Know Your Customer)crypto
- KYC requires identity verification for compliance, mitigating money-laundering risks but reducing privacy within regulated crypto services.
- KZG Commitmentscrypto
- KZG commitments enable succinct cryptographic proofs for polynomial data, supporting Ethereum’s upcoming data-availability and proto-danksharding roadmap.
L
- L1 regularisationai
- A penalty on the sum of absolute weight values that encourages sparse models where many weights are driven exactly to zero.
- L2 regularisationai
- A penalty on the sum of squared weights that discourages large values, spreading influence across many weights and reducing overfitting.
- Label smoothingai
- A regularisation trick that softens hard target labels slightly, discouraging overconfident predictions and improving a model's calibration and generalisation.
- LAIONai
- The open image-text dataset behind Stable Diffusion, and a focus of copyright and content-safety criticism.
- Lambda factorquantum
- The measured improvement in logical error rate each time the surface code's distance is increased, the key indicator that scaling is working.
- Lamport one-time signaturequantum
- An early hash-based signature that can safely sign only one message per key, forming a building block for tree-based hash signatures.
- Landauer's principlequantum
- The result that erasing a bit necessarily dissipates heat, the thermodynamic argument for reversible computation.
- LangChainai
- An early framework for chaining model calls, tools and retrieval, influential in shaping how applications were structured.
- Large language model (LLM)ai
- The technology behind tools like Claude and ChatGPT: a model trained on enormous amounts of text that predicts what comes next, which turns out to be enough to draft, summarise, translate and reason.
- Larmor precessionquantum
- The rotation of a spin about a magnetic field, the physical picture behind single-qubit rotations.
- Laser annealingquantum
- Post-fabrication tuning of a junction with a laser to correct its frequency, a yield-recovery step for fixed-frequency processors.
- Laser coolingquantum
- Using precisely tuned laser light to slow atoms or ions, lowering their temperature to the microkelvin levels needed for reliable quantum control.
- Late interaction retrievalai
- Comparing query and document at the token level rather than as single vectors, more accurate than dense search but costlier to index.
- Latencyai
- The delay between sending a request and receiving the result; in language models it covers the wait for the first token and for the full response.
- Latent consistency model (LCM)ai
- A consistency model applied in latent space, enabling image generation in just a handful of steps for near real-time results.
- Latent diffusion model (LDM)ai
- Diffusion carried out in a compressed latent space rather than on raw pixels, making high-resolution image generation far faster and cheaper to run.
- Latent spaceai
- The compressed numerical representation a model uses internally, where similar concepts sit close together and much of the generation actually happens.
- Lattice gauge theoryquantum
- A framework describing fundamental forces on a grid of points; quantum simulators are being explored to study its otherwise intractable dynamics.
- Lattice surgeryquantum
- A technique for performing logical operations on surface-code qubits by merging and splitting their patches, using only local two-dimensional interactions.
- Lattice-based cryptographyquantum
- A family of post-quantum schemes whose security relies on the hardness of finding short vectors or solving noisy equations in high-dimensional lattices.
- Layer 1crypto
- Layer 1 denotes the base blockchain layer handling consensus, execution, and settlement directly on-chain, e.g., Bitcoin or Ethereum.
- Layer 2crypto
- Layer 2 scaling protocols process transactions off-chain while anchoring security to Layer 1, reducing fees and improving throughput dramatically.
- Layer normalisation (LayerNorm)ai
- A technique that normalises each example's features to zero mean and unit variance, then rescales and shifts them with learned parameters.
- Layeringcrypto
- Layering stacks deceptive orders at several price levels to manufacture the appearance of demand or supply.
- LayerZerocrypto
- LayerZero is an interoperability protocol enabling trust-minimised omnichain messaging for unified liquidity and seamless cross-chain applications.
- Leaderboardai
- A ranked table comparing models on one or more benchmarks, widely used to track progress but easily distorted by contamination or narrow metrics.
- Leakagequantum
- When a qubit escapes its two computational states into other energy levels, leaving the system outside the space quantum operations assume.
- Leakage detection unitquantum
- A circuit that spots a qubit having escaped its computational states and returns it, preventing an undetectable error from spreading.
- Leakage errorquantum
- An error where a qubit escapes its two computational levels into other energy states, breaking the usual error model and needing special handling.
- Learning rateai
- A setting controlling how big each weight update is; too high overshoots the minimum, too low makes training painfully slow.
- Learning With Errors (LWE)quantum
- A computational problem of solving linear equations deliberately corrupted with small noise, believed hard even for quantum computers and central to lattice cryptography.
- Learning-rate scheduleai
- A plan that changes the learning rate over the course of training, often starting higher and reducing it as the model settles.
- Learning-rate warmupai
- A phase at the start of training where the learning rate rises gradually from near zero, avoiding unstable updates on fresh weights.
- Least Authoritycrypto
- Least Authority provides privacy-focused security audits and zero-knowledge research supporting anonymity-preserving blockchain technologies.
- Least privilege (agents)ai
- Giving an agent only the access its current task requires, so a successful injection has a limited blast radius.
- Least-to-most promptingai
- Breaking a problem into progressively harder subproblems and solving them in order, each answer feeding the next.
- Ledgercrypto
- Ledger manufactures hardware wallets securing private keys offline, protecting crypto holdings against malware and phishing attacks.
- Ledger Enterprisecrypto
- Ledger Enterprise provides institutional cold-storage infrastructure, governance policies, and transaction-approval workflows.
- Legal Opinion (Token)crypto
- A legal opinion on a token's classification is the document exchanges and institutions rely on before listing or holding it.
- Leggett-Garg inequalityquantum
- A test of whether a single system has definite properties between measurements, sometimes called a Bell test in time.
- Legitimate interestsai
- The UK and EU lawful basis most often claimed for training on scraped personal data, and the one regulators scrutinise hardest.
- Lemmatisationai
- Reducing words to their dictionary base form using vocabulary and grammar, so better maps to good and mice to mouse.
- Lens Protocolcrypto
- Lens Protocol is a social-graph platform on Polygon enabling composable, user-owned social profiles and monetisable interactions via NFTs.
- Leveragecrypto
- Leverage is borrowing to control a position larger than the collateral posted, multiplying both returns and the speed of ruin.
- LibriSpeechai
- A thousand hours of read audiobooks, long the standard benchmark for English speech recognition.
- Lifted product codequantum
- A construction for quantum low-density parity-check codes that yields high rates while remaining implementable on realistic connectivity.
- Light Clientcrypto
- A light client verifies chain headers and proofs without storing full state, the component that makes trustless bridging and mobile verification possible.
- Lightning Labscrypto
- Lightning Labs builds tools for the Bitcoin Lightning Network, supporting instant micropayments and application development.
- Lightning Networkcrypto
- The Lightning Network is Bitcoin’s layer-two solution using payment channels for instant, low-fee microtransactions across participating nodes.
- Lightsparkcrypto
- Lightspark develops enterprise APIs and wallet services for Lightning Network transactions, simplifying integration into payment systems.
- LIME (Local Interpretable Model-agnostic Explanations)ai
- Explaining one prediction by fitting a simple model to the black box's behaviour in the neighbourhood of that input.
- Limit Ordercrypto
- A limit order instructs execution at a specified price or better, empowering traders to control slippage and improve entry precision.
- Lindblad master equationquantum
- The standard equation describing how an open quantum system evolves while leaking information to its surroundings.
- Lineacrypto
- Linea is ConsenSys’s zkEVM-based layer-two network for scalable Ethereum-compatible smart-contract deployment and low-fee transactions.
- Linear attentionai
- An attention approximation that reformulates the computation to scale linearly with sequence length rather than quadratically, trading some accuracy for speed.
- Linear combination of unitaries (LCU)quantum
- A method that implements a weighted sum of unitary operations on a quantum computer, used in Hamiltonian simulation and other advanced algorithms.
- Linear cross-entropy benchmark (XEB) fidelityquantum
- The score comparing a device's sampled bit strings with ideal probabilities, used to certify random circuit sampling results.
- Linear optics quantum computing (LOQC)quantum
- An approach building computation from single photons passing through beam splitters, phase shifters and detectors, without direct interaction between photons.
- Linear regressionai
- A model that fits a straight line to data, predicting an output as a weighted sum of the input features.
- Liquid coolingai
- Using circulating fluid rather than air to remove heat from dense AI hardware, allowing higher performance in packed data centres.
- Liquid Democracycrypto
- Liquid democracy lets a token holder vote directly or delegate to someone else and reclaim that delegation at any time.
- Liquid Networkcrypto
- Liquid Network is a Bitcoin sidechain enabling fast, confidential asset issuance and settlement for exchanges and institutions.
- Liquid Staking Token (LST)crypto
- A Liquid Staking Token tokenises staked assets, allowing holders to maintain liquidity while earning staking rewards through derivative representation.
- Liquidationcrypto
- Liquidation automatically sells collateral when borrower health falls below thresholds, ensuring protocol solvency and reducing systemic exposure.
- Liquidation Cascadecrypto
- A liquidation cascade is forced selling that pushes price down far enough to trigger further liquidations, the mechanism behind most violent crypto drawdowns.
- Liquiditycrypto
- Liquidity measures how quickly an asset can be bought or sold without significant price impact, essential for efficient market functioning.
- Liquidity Bootstrapping Pool (LBP)crypto
- An LBP gradually shifts token weights during sale periods to discover prices fairly while deterring early sniping or whale concentration.
- Liquidity Layercrypto
- Liquidity Layer abstracts capital routing across DeFi protocols, enhancing efficiency and composability through unified liquidity management tools.
- Liquidity Sweepcrypto
- A liquidity sweep is a move that runs through clustered stop orders before reversing, common enough that traders position around it.
- Lit Protocolcrypto
- Lit Protocol offers distributed key management and programmable encryption for access-controlled data and NFTs.
- Litecoin (LTC)crypto
- Litecoin is a peer-to-peer cryptocurrency inspired by Bitcoin but featuring faster block times and a distinct hashing algorithm (Scrypt).
- LiteRTai
- Google's on-device inference runtime, formerly TensorFlow Lite, for models running on phones and embedded hardware.
- LiveBenchai
- A benchmark refreshed with new questions on a schedule so that training on its contents provides no lasting advantage.
- Liveness detectionai
- Checking that a biometric sample comes from a live person rather than a photograph, mask or synthetic video.
- Llamaai
- Meta's open-weight model family, first released in February 2023, whose leak and subsequent official releases seeded most local-model tooling.
- llama.cppai
- The C++ inference engine that made running language models on ordinary laptops and phones practical, and the origin of the GGUF format.
- LlamaIndexai
- A framework focused on indexing private documents and wiring them into retrieval-augmented applications.
- LLM-as-a-judgeai
- Using a language model to score or compare other models' outputs against criteria, as a scalable stand-in for human review.
- LM Studioai
- A desktop application for downloading and chatting with local models, aimed at users who would rather not use a terminal.
- LMArenaai
- A public platform, formerly Chatbot Arena, where users compare two anonymous models' answers and vote, producing crowd-sourced rankings from head-to-head battles.
- LMD-GHOSTcrypto
- LMD-GHOST is Ethereum's fork choice rule, following the branch with the greatest weight of recent validator votes.
- Load-balancing lossai
- An auxiliary training objective encouraging a mixture-of-experts router to spread tokens evenly across experts and avoid overloading a few.
- Local Hamiltonian problemquantum
- The task of estimating the lowest energy of a many-body quantum system. It is the canonical QMA-complete problem, central to quantum complexity theory.
- Log probability (logprob)ai
- The logarithm of a token's predicted probability; models often report these so you can gauge confidence or score alternative continuations.
- Logical Bell pairquantum
- An entangled pair of logical qubits, the resource that links separate error-corrected modules into one machine.
- Logical clock speedquantum
- How many logical operations per second an error-corrected machine can perform, set by the cycle time and the code distance.
- Logical error ratequantum
- The probability that an encoded logical qubit suffers an uncorrected error per operation or round, the key measure of a code's protection.
- Logical operatorquantum
- A Pauli operation that acts on the encoded logical qubit, commuting with all stabilisers but not itself contained in the stabiliser group.
- Logical qubitquantum
- A robust qubit built from many physical qubits using error correction, presenting a single reliable unit of quantum information to the algorithm.
- Logical qubit countquantum
- The number of protected qubits a machine offers, a far more meaningful figure than its physical qubit count and usually far smaller.
- Logical qubit lifetimequantum
- How long an encoded qubit retains its information before a logical error occurs, a headline benchmark for error-correction experiments.
- Logical qubit milestonequantum
- A publicly stated target number of error-corrected qubits by a given year, now the standard currency of quantum roadmaps.
- Logical qubits to break RSA-2048quantum
- The resource estimate for factoring a standard key, revised down substantially over the years but still far beyond existing machines.
- Logistic regressionai
- A classification model that estimates the probability of a class using a logistic function, despite the word regression in its name.
- Logit biasai
- A control that manually raises or lowers the scores of specific tokens before sampling, making chosen words more or less likely to appear.
- Logit lensai
- An interpretability technique that decodes a model's intermediate layers into vocabulary predictions, revealing how its guess for the next token evolves.
- Logitsai
- The raw, unnormalised scores a model outputs before a softmax converts them into probabilities over possible classes or tokens.
- Long short-term memory (LSTM)ai
- A recurrent architecture using gates and a memory cell to retain information over long sequences, easing the vanishing-gradient problem.
- Long-Range Attackcrypto
- A long-range attack rewrites history from an old checkpoint using retired stake, mitigated by weak subjectivity checkpoints in proof of stake designs.
- Long-range connectivityquantum
- The ability to entangle qubits that are not physically adjacent, which qLDPC codes require and most planar hardware lacks.
- Long-Term Holdercrypto
- A long-term holder is an address whose coins have not moved for roughly five months or more, a cohort whose selling tends to mark cycle tops.
- Long-term memoryai
- Knowledge an agent stores outside the context window, often in a database, and retrieves again across separate sessions.
- Long/Short Ratiocrypto
- The long/short ratio compares open positioning on each side of a market, used as a sentiment gauge and a contrarian signal.
- Longest Chain Rulecrypto
- The longest chain rule tells nodes to follow the chain representing the most cumulative proof of work, resolving competing histories automatically.
- Loophole-free Bell testquantum
- An experiment closing the detection and locality loopholes simultaneously, first achieved in 2015 and settling the local-realism debate.
- Loss functionai
- A mathematical measure of how far a model's predictions fall from the correct answers, providing the signal that training works to reduce.
- Lost in the middleai
- The measured drop in accuracy when the fact a model needs sits in the middle of a long context rather than near either end.
- Lottery ticket hypothesisai
- The claim that a large network contains a small subnetwork which, trained alone from the same initialisation, matches the full model's accuracy.
- Low Float High FDVcrypto
- The low float, high FDV pattern lists a token with little supply available and an enormous notional valuation, transferring risk to later buyers.
- Low-rank adaptation (LoRA)ai
- A parameter-efficient method that trains small added matrices while freezing the original weights, adapting large models cheaply and quickly.
- LP Tokencrypto
- An LP token represents a liquidity provider’s share in a pool, entitling holders to accrued trading fees and governance participation.
- LTV (Loan-to-Value)crypto
- Loan-to-Value ratio compares borrowed funds to collateral worth, guiding risk limits and liquidation thresholds in lending protocols.
- Luma AIai
- The company behind the Dream Machine video model and early consumer neural radiance field capture.
- LVR (Loss vs Rebalancing)crypto
- Loss vs Rebalancing quantifies systematic value drift liquidity providers face from continuous pool rebalancing under volatile asset conditions.
- Lyracrypto
- Lyra is an options AMM protocol on Optimism, allowing traders to price, hedge, and manage crypto options positions efficiently.
M
- MACDcrypto
- MACD compares two moving averages to signal momentum shifts, one of the most widely watched and most easily overfitted indicators.
- Machine learning (ML)ai
- A field of AI where systems learn patterns from data to make predictions or decisions, rather than following explicitly programmed rules.
- Machine unlearningai
- Removing the influence of specific training data from a model without retraining it from scratch, often required by data deletion requests.
- Magic (resource theory)quantum
- The formal name for the non-stabiliser resource that makes quantum computation hard to simulate classically.
- Magic Edencrypto
- Magic Eden is a leading NFT marketplace on Solana supporting minting, auctions, and cross-chain collections.
- Magic statequantum
- A specially prepared qubit state that, when consumed, lets a fault-tolerant computer perform a non-Clifford gate such as the T gate.
- Magic state cultivationquantum
- A method for growing high-fidelity magic states directly within a small code patch, substantially cheaper than traditional distillation.
- Magic state distillationquantum
- A procedure that converts many noisy magic states into fewer higher-quality ones, enabling reliable non-Clifford gates in fault-tolerant computing.
- Magic wavelengthquantum
- A trapping laser wavelength that shifts both qubit levels equally, so the trap itself does not dephase the qubit.
- Magic-state factoryquantum
- A dedicated region of a quantum processor devoted to producing and distilling magic states to feed the rest of the computation.
- Magneto-optical trap (MOT)quantum
- A device combining laser beams and magnetic fields to cool and gather a cloud of neutral atoms as the starting point for atom-based processors.
- Magnetoencephalography (optically pumped)quantum
- Brain imaging using atomic magnetometers worn as a helmet, allowing the subject to move during a scan.
- Magnetometryquantum
- The measurement of magnetic fields; quantum techniques enable extremely sensitive detection for navigation, geology and medical imaging.
- Maintenance Margincrypto
- Maintenance margin is the minimum equity a leveraged position must retain before the venue begins closing it.
- Majorana 1quantum
- Microsoft's topological qubit chip announced in February 2025, whose underlying physics claims drew substantial scientific challenge.
- Majorana fermionquantum
- A particle that is its own antiparticle, sought at the ends of engineered nanowires as the basis for topological qubits.
- Majorana zero modequantum
- An exotic state predicted at the ends of certain superconducting nanowires; storing information across pairs of them could give inherently protected qubits.
- Majority votingai
- Sampling an answer several times and returning the most common result, effective when errors are random rather than systematic.
- Maker/Takercrypto
- Maker/Taker models differentiate liquidity providers and removers, charging distinct fees to encourage order-book depth and efficient price discovery.
- MakerDAOcrypto
- MakerDAO governs the DAI stablecoin system through on-chain proposals, collateral frameworks, and risk-management parameters.
- Mambaai
- A selective state-space architecture that processes sequences with near-linear scaling, offering an efficient alternative to attention for long contexts.
- Manifold hypothesisai
- The idea that real high-dimensional data such as images lies close to a much lower-dimensional surface, which is why compression and embeddings work.
- Many-body localisationquantum
- A regime where a disordered quantum system fails to reach thermal equilibrium, studied on quantum simulators because classical methods cannot reach it.
- Many-shot jailbreakai
- A jailbreak that fills a long context window with many fabricated examples of the model complying, gradually eroding its refusal behaviour.
- Many-worlds interpretationquantum
- The reading in which every measurement outcome occurs in a separate branch of reality, removing collapse at the cost of unobservable branches.
- Margincrypto
- Margin trading borrows funds to increase exposure, amplifying potential profits and losses depending on market movement and leverage settings.
- Margin Callcrypto
- A margin call demands more collateral once a position's equity falls below a required level, ahead of forced liquidation.
- Mark Pricecrypto
- Mark price is the reference valuation used for liquidations, smoothed from several sources so a single venue's wick cannot trigger a cascade.
- Market Capcrypto
- Market capitalisation equals circulating supply multiplied by current price, reflecting an asset’s relative network size and market valuation.
- Market Cap to TVL Ratiocrypto
- This ratio compares a protocol's token valuation with the assets deposited in it, a rough gauge of whether the market has run ahead of usage.
- Market Depthcrypto
- Market depth is how much can be bought or sold near the current price before it moves, the figure that decides whether a large order is feasible.
- Market Manipulationcrypto
- Market manipulation is any conduct designed to distort price or volume rather than express a genuine view, and is illegal in most regulated markets.
- Market Ordercrypto
- A market order executes immediately at whatever prices are available, guaranteeing a fill but not a price.
- Markov decision process (MDP)ai
- The formal model behind reinforcement learning, in which the next state depends only on the current state and action, not the full history.
- Masked language modelling (MLM)ai
- A self-supervised task where random words are hidden and the model learns to predict them from the surrounding context.
- Massive Multitask Language Understanding (MMLU)ai
- A benchmark of multiple-choice questions across fifty-seven subjects, from history to law, used to gauge a model's broad knowledge.
- MATH benchmarkai
- A set of competition mathematics problems requiring multi-step derivations, far harder than grade-school arithmetic tests.
- Matrix product state (MPS)quantum
- A one-dimensional tensor network that captures limited entanglement efficiently, the workhorse of classical quantum simulation.
- Max Paincrypto
- Max pain is the strike at which the greatest value of options expires worthless, a widely cited and weakly evidenced expiry heuristic.
- Max Supplycrypto
- Max supply is the hard cap on tokens that will ever exist, absent in inflationary designs and central to Bitcoin's scarcity argument.
- Maximal entanglementquantum
- The strongest possible correlation between subsystems, where each part measured alone appears completely random.
- Maximally mixed statequantum
- A state holding no information, giving equal probabilities for all outcomes whatever measurement basis is chosen.
- mBridgecrypto
- mBridge is a BIS-led CBDC platform enabling cross-border transactions among multiple central banks on a shared ledger.
- McEliece cryptosystemquantum
- A code-based public-key encryption scheme from 1978, unbroken for decades but needing very large keys, now a leading conservative post-quantum candidate.
- MCP serverai
- A service that exposes tools, data or prompts to an AI application over the Model Context Protocol.
- Mean absolute error (MAE)ai
- A regression loss that averages the absolute differences between predictions and actual values, treating every error in direct proportion to its size.
- Mean average precision (mAP)ai
- The headline accuracy score for object detection, averaging precision across recall levels and object classes.
- Mean squared error (MSE)ai
- A regression loss that averages the squared differences between predicted and actual values, punishing large errors far more heavily than small ones.
- Meaningful human controlai
- The standard requiring a person to hold genuine decision authority rather than merely rubber-stamping a system's recommendation.
- Measurement errorquantum
- An error where a qubit or stabiliser readout returns the wrong result, so syndrome data itself is unreliable and rounds must be repeated.
- Measurement-based quantum computing (MBQC)quantum
- A model where computation proceeds by measuring qubits in a large pre-prepared entangled state, with each measurement guiding the next.
- Measurement-device-independent QKD (MDI-QKD)quantum
- A quantum key distribution method where both parties send photons to an untrusted central relay, removing every attack that targets flawed single-photon detectors.
- Measurement-induced dephasingquantum
- Loss of coherence in neighbouring qubits caused by the act of measuring one, a practical constraint on mid-circuit measurement.
- Mechanistic interpretabilityai
- A branch of interpretability that reverse-engineers the internal weights and activations of a network into human-understandable algorithms and circuits.
- Megaquop machinequantum
- A quantum computer capable of around a million reliable logical operations, proposed by John Preskill as the next meaningful milestone after NISQ.
- Megatron-LMai
- Nvidia's framework for training very large transformers, which popularised tensor parallelism.
- Meissner effectquantum
- The expulsion of magnetic fields from a superconductor, the effect that levitates a magnet above a cooled sample.
- Mel spectrogramai
- A spectrogram scaled to match human hearing, widely used as the intermediate target representation inside text-to-speech systems.
- Mel-frequency cepstral coefficients (MFCC)ai
- A compact numerical summary of a short audio window, the standard speech feature before end-to-end neural models.
- Membership inference attackai
- Determining whether a particular record was in a model's training set, a privacy failure even when the data itself is not recovered.
- Memorisation (training data)ai
- A model reproducing long passages of its training data verbatim, which raises both copyright and privacy exposure.
- Memory bandwidthai
- The rate at which data moves between a chip and its memory, often the main limit on how fast large models run.
- Memory-boundai
- A workload limited by how fast data moves to and from memory rather than by arithmetic, the usual state of single-user token generation.
- Mempoolcrypto
- The mempool is each node's holding area of unconfirmed transactions, and the queue whose depth sets what fee a sender must pay to be included soon.
- Merged Miningcrypto
- Merged mining lets a miner secure a second chain with the same work already done on the first, at no extra energy cost.
- Merkle Proof of Reservescrypto
- A Merkle proof of reserves lets each customer verify their balance was included in a published total without revealing anyone else's.
- Merkle signature schemequantum
- A hash-based signature method that uses a binary tree of hashes to authenticate many one-time signatures under a single public key.
- Merkle Treecrypto
- A Merkle tree hashes transactions into a hierarchical structure, allowing efficient verification of data integrity without downloading entire blocks.
- Merlin Blockchaincrypto
- Merlin offers on-chain AML intelligence integrating wallet screening, counterparty-risk scoring, and visual transaction-path analysis for investigators.
- Mesa-optimisationai
- When a trained model itself becomes an optimiser pursuing its own internal objective, which may differ from the objective it was trained on.
- Mesh generationai
- Producing the network of vertices, edges and faces that defines a 3D object's surface, a common output of text-to-3D systems.
- Messaricrypto
- Messari provides crypto market research, data feeds, and regulatory disclosures for investors and builders.
- Messari Procrypto
- Messari Pro delivers in-depth crypto research, governance tracking, and data feeds for institutional investors and asset managers.
- Meta AIai
- Meta's research arm, notable for releasing the Llama family with open weights and for the PyTorch framework.
- Meta-learningai
- Learning to learn: training a model so that it adapts to a new task from very few examples.
- Metacocrypto
- Metaco delivers digital-asset custody and orchestration platforms integrating with banks’ core systems under strict compliance standards.
- Metadata filteringai
- Restricting a vector search by date, source or permission before ranking, essential for correctness and access control.
- MetaMaskcrypto
- MetaMask is a browser wallet enabling users to manage assets, sign transactions, and interact with EVM-compatible dApps securely through extensions or mobile apps.
- Metamask Snapscrypto
- Metamask Snaps extends wallet functionality through permissioned JavaScript modules integrating new networks and features.
- Metaplexcrypto
- Metaplex is Solana’s NFT infrastructure enabling minting, auctions, and metadata standards for creators.
- Metastable state qubitquantum
- A qubit encoded in long-lived excited states, which allows measurement of some atoms without disturbing others.
- MEV (Maximal Extractable Value)crypto
- MEV represents profit from transaction ordering and inclusion manipulation, incentivising builders to capture arbitrage while raising ethical and network-efficiency concerns.
- MEV-Boostcrypto
- MEV-Boost separates block proposers and builders, allowing validators to source pre-built blocks for fairer competition and reduced centralisation risks.
- MEV-Burncrypto
- MEV-burn is a proposed mechanism that destroys extracted value rather than paying it to proposers, weakening the incentive to centralise block building.
- MiCA (Markets in Crypto-Assets Regulation)crypto
- MiCA is the European Union's comprehensive cryptoasset regime, applying licensing, disclosure and stablecoin reserve rules across all member states from 2024.
- Micius satellitequantum
- The Chinese spacecraft that demonstrated satellite-based entanglement distribution and intercontinental key exchange from 2017.
- Micromagnetquantum
- A small on-chip magnet creating a field gradient so individual spin qubits can be addressed by frequency.
- Microsoft Azure Quantumquantum
- Microsoft's cloud quantum platform, offering third-party hardware alongside its own topological research programme.
- Microwave controlquantum
- Using precisely timed microwave pulses to drive gate operations on superconducting and some spin qubits.
- Microwave photonquantum
- A single quantum of microwave-frequency light; superconducting qubits are controlled and read out by exchanging these photons with resonators.
- Microwave-to-optical transductionquantum
- Converting a superconducting qubit's microwave state into an optical photon so it can travel down a fibre, a key missing component for networked machines.
- Mid-circuit measurementquantum
- Measuring one or more qubits partway through a circuit rather than only at the end, often used to steer later operations.
- Mid-trainingai
- An intermediate stage that continues pretraining on a smaller, higher-quality or domain-specific corpus before post-training begins.
- Midjourneyai
- The image generation service known for a distinctive aesthetic and for operating originally through Discord rather than a website.
- Millikelvinquantum
- Thousandths of a degree above absolute zero, the operating temperature of superconducting quantum processors.
- Min-p samplingai
- A decoding method that keeps tokens whose probability is at least a set fraction of the most likely token's probability, adapting the cutoff to model confidence.
- Miner Capitulationcrypto
- Miner capitulation is a wave of unprofitable miners shutting down and selling holdings, historically clustering near cycle lows.
- Mini-batch gradient descentai
- Training that computes gradients on small groups of examples, balancing the stability of full batches against the speed of single samples.
- Minimaxai
- A game-playing method that assumes the opponent plays perfectly and picks the move minimising the worst outcome.
- Minimum-weight perfect matching (MWPM)quantum
- A popular surface-code decoding method that pairs up syndrome events using the fewest, shortest error chains to infer the correction.
- Miningcrypto
- Mining validates proof-of-work transactions by solving cryptographic puzzles, securing the network while rewarding miners with newly minted coins and fees.
- Mining Poolcrypto
- A mining pool combines many miners' hashrate and shares the reward proportionally, converting rare large payouts into steady small ones.
- Miniscriptcrypto
- Miniscript is a structured way of writing Bitcoin spending conditions that can be analysed and composed safely, rather than hand-crafted in raw script.
- Minor embeddingquantum
- Mapping a problem graph onto an annealer's fixed connectivity by representing each variable with a chain of physical qubits.
- Mintingcrypto
- Minting creates new tokens or NFTs on-chain, encoding ownership and metadata while verifiably expanding a network’s supply through smart-contract execution.
- Minus statequantum
- The equal superposition of 0 and 1 with an opposite relative phase, orthogonal to the plus state.
- Mirror benchmarkingquantum
- A scalable technique that runs a circuit followed by its inverse, so the correct final result is known and errors are easy to spot.
- Mistral AIai
- The Paris-based lab founded in 2023, known for compact open-weight models and for putting a European contender in the frontier race.
- Mixed precisionai
- Training that uses lower-precision numbers for speed and memory savings while keeping higher precision where needed for numerical stability.
- Mixed statequantum
- A statistical blend of pure states, representing classical uncertainty about which state a system actually occupies.
- Mixed-precision trainingai
- Speeding up training and saving memory by running many calculations in lower-precision numbers while keeping key values in full precision.
- Mixin Messengercrypto
- Mixin Messenger combines encrypted chat with multi-chain wallet capabilities, enabling peer-to-peer payments privately and instantly.
- Mixin Networkcrypto
- Mixin Network facilitates fast, private cross-chain transfers using DAG architecture and secure multiparty computation.
- Mixing chamberquantum
- The coldest stage of a dilution refrigerator, where the quantum chip sits at a few thousandths of a degree above absolute zero.
- Mixture of experts (MoE)ai
- A model design that routes each input to a subset of specialised sub-networks, cutting the computation needed while keeping the total parameter count large.
- ML-DSAquantum
- The Module-Lattice-based Digital Signature Algorithm, published by NIST as FIPS 204, the standardised form of CRYSTALS-Dilithium for quantum-safe signatures.
- ML-KEMquantum
- The Module-Lattice-based Key-Encapsulation Mechanism, published by NIST as FIPS 203, the standardised form of CRYSTALS-Kyber for quantum-safe key exchange.
- MLflowai
- An open-source platform for tracking experiments, packaging models and managing a model registry.
- MLOpsai
- The practice of reliably building, deploying and maintaining machine learning models in production, applying software engineering discipline to the model lifecycle.
- MLXai
- Apple's array framework for machine learning on Apple silicon, exploiting the unified memory architecture.
- MMLU-Proai
- A harder rebuild of MMLU with more answer options and cleaned questions, made after the original ceased to separate top models.
- MMMUai
- A multimodal benchmark of university-level questions combining diagrams, charts and text.
- MNISTai
- The dataset of 70,000 handwritten digits used for decades as the first test of any new classifier.
- MobileNetai
- A convolutional architecture using depthwise separable convolutions to run vision models on phones.
- Mode collapseai
- A GAN failure where the generator produces only a few similar outputs, ignoring the full variety present in the training data.
- Model cardai
- A short document describing a model's intended uses, training data, performance across groups and known limitations, to support responsible deployment.
- Model collapseai
- The degradation that follows when models are repeatedly trained on the output of earlier models, narrowing diversity with each generation.
- Model Context Protocol (MCP)ai
- An open standard that lets AI applications connect to external tools and data sources through a common shared interface.
- Model driftai
- The gradual decline in a deployed model's accuracy as the real-world data it sees moves away from its training data.
- Model evaluation for dangerous capabilitiesai
- Structured testing of whether a model meaningfully helps with cyber-attacks, biological weapons or autonomous replication, before release.
- Model extraction attackai
- Cloning a proprietary model's behaviour by querying it enough times to train a substitute, effectively stealing the investment.
- Model FLOPs utilisation (MFU)ai
- The fraction of a cluster's theoretical peak arithmetic a training run actually achieves, a headline measure of engineering quality.
- Model gatewayai
- A proxy sitting between applications and model providers, centralising keys, routing, rate limits, logging and spend controls.
- Model inversionai
- Reconstructing representative training inputs, such as a recognisable face, from a model's outputs or parameters.
- Model mergingai
- Combining the weights of several fine-tuned models into one, capturing much of their combined skill without retraining.
- Model parallelismai
- Splitting a single model across several devices when it is too large to fit in the memory of one.
- Model provenanceai
- A verifiable record of where a model's weights came from and what changed them, the model equivalent of a software bill of materials.
- Model registryai
- A central store that tracks trained models, their versions and metadata, so teams can find, deploy and roll back reliably.
- Model routingai
- Directing each request to the most suitable model, balancing cost, speed and quality across a set of available models.
- Model servingai
- Making a trained model available to answer requests in production through an API, with attention to speed, scale and reliability.
- Model theftai
- Stealing a trained AI model, either by copying its weights directly or by querying it enough to reconstruct an equivalent copy. Also called model extraction or exfiltration.
- Model-agnostic meta-learning (MAML)ai
- A meta-learning method that finds an initial set of weights from which a few gradient steps solve any of many related tasks.
- Model-based reinforcement learningai
- Learning a model of the environment and planning within it, far more sample-efficient than learning purely from real interaction.
- Modular Blockchaincrypto
- A modular blockchain separates execution, settlement, consensus and data availability into specialised layers rather than doing everything in one.
- Modular exponentiationquantum
- The repeated modular multiplication at the heart of Shor's algorithm and the dominant cost in factoring a large number.
- Modular quantum computerquantum
- An architecture of several linked processors rather than one monolithic chip, the mainstream plan for getting past single-chip limits.
- Module-LWEquantum
- A version of Learning With Errors that balances efficiency and security using modules over polynomial rings, underpinning the Kyber and Dilithium schemes.
- Molecular Hamiltonianquantum
- The energy operator describing all the electrons and nuclei in a molecule and their interactions, the starting point for quantum chemistry calculations.
- Molecular orbitalquantum
- A quantum state describing where an electron is likely to be found across a whole molecule, formed by combining atomic orbitals.
- Molecular qubitquantum
- A qubit built from a designed molecule's spin states, offering perfect reproducibility and chemical tunability.
- Molmer-Sorensen gatequantum
- A two-qubit entangling gate widely used in trapped-ion systems, coupling qubits through their shared motional vibrations using laser light.
- Momentumai
- An optimisation technique that accumulates a moving average of past gradients, helping updates keep direction and move faster through shallow regions.
- Monerocrypto
- Monero employs ring signatures, stealth addresses, and confidential transactions to guarantee untraceable, fungible private payments.
- Monogamy of entanglementquantum
- The rule that a qubit maximally entangled with one partner cannot be entangled with any other, the property underpinning key distribution security.
- Monolithic Blockchaincrypto
- A monolithic blockchain handles execution, consensus and data in a single integrated system, simpler to reason about and harder to scale.
- Monosemanticityai
- The property of a feature responding to exactly one interpretable concept, the goal of sparse autoencoder interpretability work.
- Monte Carlo tree search (MCTS)ai
- Choosing moves by running many randomised playouts and favouring branches that win most often, the search behind AlphaGo.
- Moonbeamcrypto
- Moonbeam is an Ethereum-compatible parachain on Polkadot supporting Solidity smart-contract deployment with native interoperability.
- Moonshot AIai
- The Chinese lab behind the Kimi models, known for very long context windows and open-weight releases.
- Mosca's theoremquantum
- The rule that if your data's secrecy lifetime plus your migration time exceeds the time until a quantum computer arrives, you are already too late.
- Motional heatingquantum
- Unwanted energy entering a trapped ion's motion from noisy electrodes, which degrades gates and forces periodic recooling.
- Motional modequantum
- A shared vibration of trapped ions in their trap; these collective oscillations act as a bus that links ion qubits during gates.
- Moving Averagecrypto
- A moving average smooths price over a chosen window, the simplest trend indicator and the basis of many mechanical strategies.
- MPC Walletcrypto
- A Multi-Party Computation wallet splits private-key operations among participants, eliminating single points of failure and enhancing custodial security models.
- MT-Benchai
- A benchmark of multi-turn conversation questions where a strong language model acts as judge, scoring each answer's quality on a numeric scale.
- Multi-agent systemai
- A setup where several specialised agents cooperate, each handling part of a task and exchanging results to reach a shared goal.
- Multi-armed banditai
- The simplest exploration problem, choosing repeatedly between options with unknown payoffs, and the model behind most A/B testing theory.
- Multi-controlled gatequantum
- A gate that acts on its target only when several control qubits are simultaneously one, such as a Toffoli gate with three or more controls.
- Multi-head attention (MHA)ai
- Attention run in parallel across several heads, each learning different relationships, whose outputs are concatenated and combined into one representation.
- Multi-hop retrievalai
- Answering a question that needs facts from several sources by retrieving and reasoning over them in successive connected steps.
- Multi-query attention (MQA)ai
- An attention variant where all query heads share a single set of keys and values, reducing memory and accelerating generation.
- Multi-task learningai
- Training one model on several related tasks at once so that shared structure improves performance on all of them.
- Multilayer perceptron (MLP)ai
- A basic neural network of fully connected layers with non-linear activations, able to approximate a wide range of functions.
- Multimodal modelai
- A model that can process or generate more than one type of data, such as text, images, audio or video, within one system.
- Multiplexing (photonic)quantum
- Running many probabilistic sources in parallel and routing whichever succeeds, a standard trick for making photonic operations near-deterministic.
- Multisigcrypto
- Multisignature wallets require multiple approvals to execute transactions, improving shared-fund governance and reducing the impact of single-key compromise.
- Multisig Thresholdcrypto
- A multisig threshold is how many signers must agree to act, and its size against the total is the honest measure of how decentralised control really is.
- Multiverse Computingquantum
- The Spanish company applying quantum and quantum-inspired methods to finance and to compressing AI models.
- Mutual information (quantum)quantum
- A measure of the total correlation between two quantum systems, including both classical and entangled contributions.
- MuZeroai
- The DeepMind system that learned to plan without being told the rules, building its own model of the environment's dynamics.
- MVRV Ratiocrypto
- MVRV divides market value by realised value, showing whether the average holder sits in profit and flagging cycle extremes.
- MXFP4ai
- A four-bit micro-scaling floating-point format that groups values with a shared scale, letting large models run in far less memory with modest accuracy loss.
N
- N-gramai
- A contiguous sequence of n words or characters from text, used to capture short local patterns in language.
- Naive Bayesai
- A probabilistic classifier applying Bayes' theorem while assuming features are independent, working well for text and spam filtering.
- Nakamoto Coefficientcrypto
- The Nakamoto coefficient counts the smallest number of entities that could collude to halt a chain, a blunt but useful decentralisation metric.
- Nakamoto Consensuscrypto
- Nakamoto consensus is Bitcoin's rule that the chain with the most accumulated work wins, achieving agreement without any known set of participants.
- Namadacrypto
- Namada is an asset-agnostic privacy layer providing shielded transfers for IBC-connected blockchains within the Cosmos ecosystem.
- Named entity recognition (NER)ai
- An NLP task that locates and classifies names in text, such as people, organisations, places and dates.
- Nansencrypto
- Nansen provides blockchain analytics linking on-chain wallet activity with labelled entities for trader intelligence and research.
- Nansen Querycrypto
- Nansen Query labels blockchain addresses, clustering entities to provide behavioural insights and wallet-tracking analytics for traders.
- Narrow AIai
- A system built for one specific job, such as spam filtering or speech recognition, which cannot transfer its ability to unrelated tasks.
- National Quantum Computing Centre (NQCC)quantum
- The UK's government facility in Harwell hosting testbed machines from several vendors for shared national access.
- National Quantum Initiativequantum
- The US programme, established in 2018, coordinating federal quantum research funding across agencies and national laboratories.
- Native Bridgecrypto
- A native bridge is maintained by layer-two protocols to transfer assets securely between themselves and their underlying layer-one chain.
- Native gate setquantum
- The specific gates a given quantum processor can execute directly in hardware, into which all other gates must be decomposed.
- NCCLai
- Nvidia's library implementing collective communication across GPUs, the layer most distributed training frameworks sit on.
- Near Protocolcrypto
- Near Protocol is a sharded proof-of-stake blockchain optimised for usability, fast finality, and scalable dApp development.
- Needle in a haystackai
- A long-context test that hides one specific fact in a large document and checks whether the model can retrieve it.
- Negative log-likelihood (NLL)ai
- A loss that rewards a model for assigning high probability to the observed data, equivalent to cross-entropy loss for classification tasks.
- Negative promptai
- Text describing what you do not want in the output, which the model deliberately steers away from during generation.
- Negativityquantum
- An entanglement measure derived from the negative eigenvalues that appear when one subsystem's state is transposed.
- Neocloudai
- A cloud provider built specifically to rent GPU capacity, competing with the established hyperscalers on price and availability.
- Net Issuancecrypto
- Net issuance is new supply minus tokens burnt, the figure that determines whether an asset is actually inflationary in practice.
- Net Unrealised Profit and Loss (NUPL)crypto
- NUPL expresses the share of total market value sitting in unrealised gain, used to characterise where a cycle stands.
- Network Effectscrypto
- Network effects occur when a protocol’s value increases as more participants join, strengthening liquidity, security, and developer ecosystem growth.
- Neural architecture search (NAS)ai
- Automating the design of network structure by searching over possible layer arrangements rather than choosing them by hand.
- Neural audio codecai
- A learned system that compresses audio into compact tokens and reconstructs it, underpinning many modern speech and music generators.
- Neural networkai
- A computing system of interconnected layers of simple units whose numerical weights are adjusted during training to recognise patterns in data.
- Neural network decoderquantum
- A decoder trained on measured syndrome data rather than an assumed noise model, which learns real device correlations classical matching misses.
- Neural processing unit (NPU)ai
- A specialised chip for running AI tasks efficiently, often built into phones and laptops to handle inference using less power.
- Neural radiance field (NeRF)ai
- A method that learns a 3D scene from photos as a continuous function, letting you render sharp new viewpoints not in the originals.
- Neural style transferai
- A technique that repaints one image's content in the visual style of another using features learned by a neural network.
- Neuroevolutionai
- Evolving neural network weights or architectures by selection rather than training them by gradient descent.
- Neutral atom arrayquantum
- Individual uncharged atoms held in optical tweezers and arranged in arbitrary patterns, a platform that scales to thousands of sites quickly.
- Neutral-atom qubitquantum
- A qubit encoded in the states of an electrically neutral atom held by focused laser beams called optical tweezers and controlled optically.
- Next-token predictionai
- The core training task of most language models, learning to predict the following word given all of the preceding text.
- NIST AI Risk Management Frameworkai
- The voluntary US framework, published in 2023, that organises AI risk work into govern, map, measure and manage functions.
- NIST PQC standardisationquantum
- The United States programme, running since 2016, that evaluates and standardises post-quantum cryptographic algorithms, publishing its first finished standards in 2024.
- Nitrogen-vacancy centre (NV centre)quantum
- A defect in diamond where a nitrogen atom sits beside a missing carbon; its electron spin works as a qubit even at room temperature.
- No free lunch theoremai
- The result that no learning algorithm beats all others across every possible problem, so performance always depends on matching method to domain.
- No-cloning theoremquantum
- The result that an arbitrary unknown quantum state cannot be copied exactly, a foundational limit of quantum information.
- No-deleting theoremquantum
- The result that an unknown quantum state's copy cannot be reversibly deleted, a counterpart to the no-cloning theorem.
- Nodecrypto
- A node is a computer participating in a blockchain network, storing data, validating transactions, and propagating consensus information.
- Noise biasquantum
- A hardware asymmetry where one error type is far more likely than another, which cat qubits deliberately engineer to reduce correction overhead.
- Noise scheduleai
- The predefined plan controlling how much noise is added or removed at each stage of a diffusion process, shaping output quality and speed.
- Noisy Intermediate-Scale Quantum (NISQ)quantum
- The current era of quantum computers with tens to thousands of qubits but no full error correction, so noise limits their capability.
- Nominated Proof of Stake (NPoS)crypto
- Nominated proof of stake, used by Polkadot, spreads stake across validators to maximise the total securing the network rather than concentrating it.
- Non-abelian anyonquantum
- An anyon whose braiding performs a genuine quantum operation, the kind required for topological computation.
- Non-Clifford gatequantum
- Any gate outside the Clifford family, such as the T gate, required to reach universal computation and generally harder to implement fault-tolerantly.
- Non-Fungible Token (NFT)crypto
- An NFT is a unique token representing digital ownership of art, media, or in-game assets secured by blockchain immutability and metadata standards.
- Non-Gaussian resourcequantum
- The ingredient, such as a photon-number measurement or a cubic phase state, that lifts continuous-variable optics beyond classical simulation.
- Non-Markovian noisequantum
- Environmental noise with memory, so an error depends on the system's earlier history and standard error models understate it.
- Non-maximum suppressionai
- Discarding overlapping duplicate detections of the same object, keeping only the highest-scoring box.
- Noncecrypto
- Nonce means ‘number used once’, preventing replay attacks by ensuring each transaction identifier remains unique and chronologically ordered.
- NOON statequantum
- A special entangled state of light where photons travel together along one of two paths, used to push interferometry towards the Heisenberg limit.
- Nord Quantiquequantum
- The Canadian company building bosonic qubits, encoding logical information in the states of a single resonator.
- Not Your Keys, Not Your Coinscrypto
- The phrase summarises that assets held on a platform are a claim against that platform, as repeated exchange failures have demonstrated.
- Nothing-at-Stake Problemcrypto
- The nothing-at-stake problem is that validators lose nothing by supporting every fork, which slashing was designed to solve.
- Nova (Amazon)ai
- Amazon's own model family, offered through Bedrock alongside third-party models.
- NP (nondeterministic polynomial time)quantum
- The class of problems whose answers are easy to check, widely misreported as the target of quantum computing though no general speedup is known.
- NP-hard problemquantum
- A problem at least as difficult as the hardest in NP, for which quantum computers offer at best quadratic improvement, not an exponential one.
- NTRUquantum
- A long-standing lattice-based public-key cryptosystem using polynomial arithmetic, valued for fast operations and widely considered resistant to quantum attack.
- Nuclear magnetic resonance quantum computingquantum
- An early approach using molecular nuclear spins in solution, which demonstrated small algorithms but could not scale.
- Nuclear spin qubit (atomic)quantum
- A qubit stored in an atom's nuclear spin, exceptionally well isolated from magnetic and electric noise.
- Nucleus sampling (top-p)ai
- A decoding method that keeps only the smallest set of top tokens whose probabilities add up to a chosen threshold, then samples from that set.
- NuCyphercrypto
- NuCypher provides threshold-encryption middleware allowing decentralised access control for shared sensitive information.
- NumPyai
- The array library underpinning nearly all Python numerical work, and the interface most machine learning code is written against.
- NV magnetometryquantum
- Sensing magnetic fields with nitrogen-vacancy centres in diamond, precise enough for nanoscale imaging and non-invasive brain measurement.
- Nvidiaai
- The company whose GPUs and CUDA software became the default substrate for training and running AI, and the main bottleneck in the industry's supply chain.
- Nvidia CUDA-Qquantum
- Nvidia's open platform for hybrid quantum-classical programming, letting GPUs handle simulation, calibration and decoding alongside a QPU.
- NVLinkai
- Nvidia's fast direct connection between GPUs, letting them exchange data far quicker than standard links so they can work together as one.
- NVQLinkquantum
- Nvidia's interconnect for coupling quantum processors to GPU systems at the low latency real-time decoding requires.
- NVT Ratiocrypto
- Network Value to Transaction ratio compares market capitalisation to transaction volume, acting as a valuation metric for network utilisation.
- NYDIGcrypto
- NYDIG offers Bitcoin custody, execution, and infrastructure for institutional clients within regulated US financial frameworks.
O
- Object detectionai
- Locating and classifying every object in an image, returning a labelled box for each rather than a single verdict for the whole picture.
- Objective functionai
- The overall quantity that training seeks to optimise, usually a loss to minimise, sometimes combined with regularisation or other penalty terms.
- Observabilityai
- The ability to understand a running system's health from its logs, metrics and traces, so problems can be spotted and diagnosed quickly.
- Observablequantum
- A measurable physical quantity represented by a Hermitian operator, whose eigenvalues are the possible values a measurement can return.
- Observable operatorquantum
- The mathematical object representing a measurable quantity, whose eigenvalues are the results a measurement can return.
- Occam's razorai
- The preference for the simplest explanation that fits the data, formalised in machine learning as regularisation and model selection.
- Ocelotquantum
- Amazon's cat-qubit prototype chip, announced in 2025, designed to cut error-correction overhead through hardware-level noise bias.
- OCR (Off-Chain Reporting)crypto
- Off-Chain Reporting aggregates oracle data off-chain to minimise gas costs before posting a single verified update on-chain securely.
- Off-policy learningai
- Training on data generated by a different or older policy, which is sample-efficient but can destabilise learning.
- Office of Foreign Assets Control (OFAC)crypto
- OFAC administers US sanctions and has designated individual blockchain addresses, extending sanctions enforcement directly onto public ledgers.
- Offline evaluationai
- Measuring a model against stored test cases before deployment, cheap and repeatable but blind to real user behaviour.
- Offline reinforcement learningai
- Learning a policy entirely from a fixed dataset of past interactions, with no ability to try anything new during training.
- Offloadingai
- Moving parts of a model or its data from fast accelerator memory to slower CPU memory or storage to fit larger workloads.
- Offshore Exchangecrypto
- An offshore exchange operates outside major regulatory perimeters, typically offering higher leverage and fewer protections to customers who reach it.
- OKLinkcrypto
- OKLink is a blockchain explorer and data provider offering multi-chain analytics, address tracking, and AML compliance reports.
- OKXcrypto
- OKX is a global crypto exchange and wallet ecosystem offering trading, Web3 DeFi, and NFT services.
- Ollamaai
- A tool that packages open-weight models for one-command local installation and serving, the usual on-ramp for running models offline.
- Omnibus Accountcrypto
- An omnibus account pools many clients' assets under one provider record, cheaper to operate but harder to unwind in an insolvency.
- On-Chain Governancecrypto
- On-chain governance enables token holders to vote directly via smart contracts, ensuring transparent and programmable decision-making processes.
- On-policy learningai
- Training only on data generated by the current policy, which is stable but throws away every earlier sample.
- On-premises quantum computerquantum
- A machine installed at a customer's own site, bought by national labs and a few corporations for sovereignty or latency reasons.
- One-hot encodingai
- Representing a categorical value as a vector of zeros with a single one, so models can process categories numerically.
- One-time padquantum
- An unbreakable cipher that combines a message with a truly random key as long as the message; quantum key distribution supplies such keys.
- One-way quantum computerquantum
- A machine that prepares a large entangled state up front and computes purely by measuring it in chosen bases.
- Online evaluationai
- Measuring a model in live traffic through user feedback and outcome metrics, the only test that reflects real conditions.
- ONNX (Open Neural Network Exchange)ai
- An open format for exchanging trained models between frameworks and runtimes.
- Ontologyai
- A formal specification of the concepts in a domain and how they relate, used to keep data and reasoning consistent across systems.
- Opcodecrypto
- An opcode is a single instruction the Ethereum Virtual Machine executes, each carrying a defined gas cost that adds up to a transaction's fee.
- Open Interestcrypto
- Open interest represents the total outstanding derivative contracts not yet settled, reflecting market participation and liquidity intensity.
- Open Interest Weighted Fundingcrypto
- Weighting funding rates by open interest gives a truer picture of aggregate positioning cost than averaging venues equally.
- Open-weight modelai
- A model whose trained parameters are released publicly for download and use, though its training data and code may remain undisclosed.
- OpenAIai
- The San Francisco lab behind the GPT series, ChatGPT, DALL·E and Sora, founded in 2015 as a non-profit and later restructured around a capped-profit arm.
- OpenNodecrypto
- OpenNode offers Bitcoin payment-processing infrastructure supporting Lightning Network settlements and fiat conversion options.
- OpenPulsequantum
- A specification, used with Qiskit, for controlling quantum hardware at the level of analogue pulses rather than abstract gates.
- OpenQASMquantum
- An open, text-based language for describing quantum circuits gate by gate, used to specify programs for many different quantum computers.
- OpenRouterai
- A routing service that exposes hundreds of models from many providers behind one API and billing account, with per-token pricing published for each.
- OpenSeacrypto
- OpenSea is a leading NFT marketplace enabling peer-to-peer trading, minting, and royalty distribution across numerous blockchain ecosystems.
- Opensearchcrypto
- Opensearch indexes blockchain and NFT data for fast query performance across decentralised applications and explorers.
- OpenVINOai
- Intel's toolkit for optimising inference on its processors and integrated accelerators.
- Opt-out (training data)ai
- A signal by which a site or rights holder refuses use of its content for model training, honoured by convention rather than by law in most places.
- Optical atomic clockquantum
- An atomic clock based on very high-frequency optical transitions, offering far greater precision than traditional microwave-based clocks.
- Optical character recognition (OCR)ai
- Converting images of text into machine-readable characters, now usually handled by vision-language models rather than dedicated engines.
- Optical clock comparisonquantum
- Measuring two optical clocks against each other, the most precise measurement humans perform and a test of fundamental physics.
- Optical clock transitionquantum
- An extremely narrow atomic transition used both for the world's best clocks and as a stable qubit in atomic processors.
- Optical flowai
- The estimated motion of each pixel between consecutive video frames, used for tracking, stabilisation and frame interpolation.
- Optical frequency combquantum
- A laser producing millions of evenly spaced, sharp frequencies, acting as a ruler for light that links optical and microwave measurements.
- Optical lattice clockquantum
- An atomic clock that traps many atoms in a grid of laser light and reads their optical transitions, achieving exceptional precision and stability.
- Optical qubitquantum
- A qubit encoded in two atomic or ionic levels separated by an optical-frequency transition, addressed directly with a narrow laser beam.
- Optical switch networkquantum
- Fast reconfigurable routing of photons, needed to multiplex probabilistic sources into deterministic operations.
- Optical tweezersquantum
- Tightly focused laser beams that grip and hold individual neutral atoms in place, arranging them into programmable arrays for computing.
- Optically pumped magnetometer (OPM)quantum
- A highly sensitive, cryogen-free magnetic sensor using laser-prepared atomic vapour, increasingly used for wearable brain imaging.
- Optimiserai
- The algorithm that adjusts a model's weights from computed gradients to reduce the loss, such as SGD, Adam or AdamW.
- Optimismcrypto
- Optimism is an Ethereum layer-two optimistic rollup reducing transaction fees and supporting on-chain public-goods funding via retroactive rewards.
- Optimistic Rollupcrypto
- An optimistic rollup bundles transactions off-chain, assuming validity unless challenged through fraud proofs during its verification window.
- Options (Calls/Puts)crypto
- Options contracts grant rights to buy or sell an asset at a fixed price within a specified period, facilitating hedging and speculation.
- Oraclecrypto
- An oracle delivers off-chain data to smart contracts, enabling decentralised applications to react to real-world information reliably.
- Oracle (quantum)quantum
- A black-box subroutine an algorithm may query, used in proofs to measure how many questions a task requires rather than how long each takes.
- Oracle Manipulationcrypto
- Oracle manipulation moves a thinly traded price feed so a lending protocol misprices collateral, a recurring cause of nine-figure losses.
- Oracle separationquantum
- A proof that two complexity classes differ relative to some oracle, used as evidence that quantum computers can outperform classical ones on certain tasks.
- Oracle-relative separationquantum
- A proof that quantum beats classical given a black box, which does not by itself establish an advantage on real problems.
- ORCA Computingquantum
- The UK photonic company building room-temperature quantum systems using telecom components and quantum memories.
- Orchestrator-worker patternai
- A design where a lead agent plans and delegates subtasks to worker agents, then combines their outputs into a final result.
- Order Blockcrypto
- An order block is a price zone traders associate with large institutional activity, a popular chart-reading concept with little formal evidence.
- Order Bookcrypto
- An order book is the live list of resting buy and sell orders at each price, and the structure a centralised exchange matches trades against.
- Order findingquantum
- The task of finding the smallest power to which a number must be raised to give one, modulo N. Its quantum solution underlies Shor's factoring.
- Order Flowcrypto
- Order flow is the stream of incoming buy and sell interest, whose imbalance often moves price before any news explains it.
- Order Flow Auctioncrypto
- An order flow auction sells the right to execute users' transactions, returning part of the extracted value to the users rather than to searchers.
- Ordifycrypto
- Ordify tracks Bitcoin Ordinal and BRC-20 markets, providing minting analytics and discovery tools.
- Ordinals Walletcrypto
- Ordinals Wallet manages Bitcoin inscriptions and BRC-20 tokens, supporting trading and collection of ordinal-based assets.
- Origin Quantumquantum
- The Chinese company selling superconducting quantum computers domestically, notable for a fully local supply chain.
- Orphan Blockcrypto
- An orphan block is a validly mined block that loses the race to be built upon, leaving its miner unpaid despite the energy spent.
- Orthogonal statesquantum
- Two quantum states with zero overlap, so a suitable measurement can perfectly distinguish one from the other every time.
- Orthonormal basisquantum
- A set of mutually orthogonal states, each of unit length, that together span the whole state space.
- Osprey (IBM)quantum
- IBM's 433-qubit processor, announced in 2022 as a step towards devices too large to simulate classically.
- Outcome reward model (ORM)ai
- A reward model that scores only the final answer, cheaper to build than a process model but blind to how the answer was reached.
- Outer alignmentai
- The problem of ensuring the specified training objective genuinely captures what humans want, so optimising it does not produce unintended behaviour.
- Outpaintingai
- Extending an image beyond its original borders by generating plausible new content around the edges.
- Output infringementai
- The claim that a model's output reproduces a protected work, distinct from the question of whether training on it was lawful.
- Output readout problemquantum
- The constraint that a quantum algorithm's result is a state that measurement only samples, so extracting a full answer can erase the speedup.
- Over-refusalai
- When a model wrongly rejects harmless requests because they superficially resemble unsafe ones, harming usefulness in the name of caution.
- Overfittingai
- When a model learns the training data too closely, including its noise, and then performs poorly on new examples it has not seen.
- Overfitting to benchmarksai
- Tuning models to score well on public tests in ways that do not transfer to real use, the reason leaderboards drift from experience.
- Oxford Ionicsquantum
- The UK trapped-ion company known for electronic rather than laser-based gate control, acquired by IonQ in 2025.
P
- PagedAttentionai
- A memory management technique that stores the KV cache in small non-contiguous blocks, like operating-system paging, reducing waste and letting more requests run at once.
- Pairwise comparisonai
- Asking a judge which of two responses is better, more reliable than absolute scoring and the basis of Elo-style leaderboards.
- Pandasai
- The Python library for tabular data manipulation, the usual first step in any data pipeline feeding a model.
- Panoptic segmentationai
- Combining semantic and instance segmentation so every pixel is assigned both a class and, where relevant, an object identity.
- Paper Walletcrypto
- A paper wallet is a printed key pair, an early cold storage method now discouraged for its fragility and awkward partial-spend behaviour.
- Paradigmcrypto
- Paradigm is a venture-capital firm investing in blockchain infrastructure, DeFi, and privacy technologies.
- Parallel tool callsai
- When a model requests several tool functions at once so the application can run them together rather than one after another.
- Parameterai
- A numerical value inside a model, learned during training, that shapes its behaviour. Modern language models contain billions of them.
- Parameter-efficient fine-tuning (PEFT)ai
- A family of methods that adapt large models by updating only a small fraction of parameters, saving memory and compute.
- Parametric gatequantum
- A two-qubit gate driven by modulating a coupler or frequency at the difference between two qubits, rather than by direct interaction.
- Parametrised quantum circuitquantum
- A circuit containing gates whose rotation angles are adjustable variables, tuned during algorithms such as variational optimisation.
- Parity checkquantum
- A measurement of the combined value of several qubits that reveals whether an error occurred without exposing the individual qubit states.
- Part-of-speech tagging (POS tagging)ai
- Labelling each word in a sentence with its grammatical role, such as noun, verb, adjective or adverb.
- Partial tracequantum
- A mathematical operation that discards a chosen subsystem, yielding the reduced description of the part that remains.
- Partially observable MDP (POMDP)ai
- A decision process where the agent sees only incomplete clues about the true state, so it must maintain beliefs rather than certainties.
- Participation ratioquantum
- The fraction of a circuit's electric field sitting in lossy material, the quantity chip designers minimise to raise coherence.
- Particlcrypto
- Particl is a privacy marketplace platform using confidential transactions and ring signatures to protect buyer and seller identities.
- Pasqalquantum
- The French neutral-atom company founded by Nobel laureate Alain Aspect and colleagues, selling analog and digital atom processors.
- Pass@1ai
- The share of problems solved on a single attempt, the strictest and most deployment-relevant form of the pass@k measure.
- Pass@kai
- An evaluation metric giving the chance that at least one of a model's k generated attempts solves a problem correctly.
- Passkey Walletcrypto
- A passkey wallet secures an account with device biometrics rather than a written seed phrase, trading recovery risk for far better usability.
- Passphrase (25th Word)crypto
- An optional passphrase creates an entirely separate wallet from the same seed phrase, adding protection but making an unrecorded passphrase an unrecoverable loss.
- Passportingcrypto
- Passporting lets a firm authorised in one European jurisdiction serve the whole single market, the central commercial attraction of a MiCA licence.
- Patch embeddingai
- The step that divides an image into fixed-size patches and projects each into a vector for a vision transformer to process.
- Paul trapquantum
- A device that confines charged ions using oscillating electric fields, holding them in place so they can serve as qubits.
- Pauli basisquantum
- A description of single-qubit operators using the identity together with the Pauli X, Y and Z operators.
- Pauli errorquantum
- Any error described by an X, Y or Z operator or a product of them; most codes are designed and analysed against Pauli errors.
- Pauli gatesquantum
- The set of single-qubit X, Y and Z gates, together with the identity, forming the basic building blocks for describing qubit operations and errors.
- Pauli matricesquantum
- A set of three two-level operators, X, Y and Z, fundamental for describing single-qubit states, gates and measurements.
- Pauli twirlingquantum
- Randomly inserting Pauli gates to convert complicated coherent noise into simpler random Pauli errors that codes can handle more easily.
- Pauli-X gatequantum
- The single-qubit operation that exchanges the 0 and 1 states, serving as the quantum version of a bit flip.
- Pauli-Y gatequantum
- A single-qubit operation combining a bit flip with a phase flip, being one of the three Pauli operators.
- Pauli-Z gatequantum
- The single-qubit operation that leaves 0 unchanged and adds a minus sign to 1, performing a phase flip.
- Pause Guardiancrypto
- A pause guardian is an address able to halt a protocol in an emergency, a safety valve that is also a centralisation risk.
- Pay-per-crawlai
- Charging AI crawlers for access to content, offered by infrastructure providers as an alternative to blocking them outright.
- Paymastercrypto
- A paymaster is a contract that pays transaction fees on a user's behalf, letting an application onboard people who hold no native token.
- Payment for Order Flowcrypto
- Payment for order flow is a venue paying to route customer trades to a particular market maker, a practice under scrutiny wherever it appears in crypto.
- Payment Railcrypto
- A payment rail is the underlying network moving value, and access to fiat rails remains the practical constraint on most crypto businesses.
- Payment Stablecoincrypto
- A payment stablecoin is one regulated specifically for settling transactions, with reserve, redemption and disclosure obligations attached.
- Payment versus Payment (PvP)crypto
- Payment versus payment settles two currencies simultaneously, eliminating the cross-border risk that one side pays and the other fails.
- PBS (Proposer-Builder Separation)crypto
- Proposer-Builder Separation divides roles in block creation, reducing MEV centralisation and improving block market fairness across validators.
- PeckShieldcrypto
- PeckShield conducts blockchain-security audits and hack-tracking, publishing analytics on exploits, rug-pulls, and on-chain phishing campaigns.
- Peer-to-Peer (P2P)crypto
- Peer-to-peer refers to direct interactions between users without intermediaries, empowering decentralised exchange and value transfer models.
- Penning trapquantum
- An ion trap using a combination of static electric fields and a strong magnetic field to confine charged particles for quantum experiments.
- PennyLanequantum
- An open-source Python library from Xanadu focused on quantum machine learning, linking quantum circuits with automatic differentiation and classical tools.
- Penumbracrypto
- Penumbra is a privacy-preserving proof-of-stake chain for confidential staking, swaps, and governance using zero-knowledge cryptography.
- Perceptronai
- Frank Rosenblatt's 1958 single-layer classifier, the simplest neural network, unable to learn problems that are not linearly separable.
- Period findingquantum
- Determining the repeating interval of a periodic function. Quantum computers solve it efficiently using the quantum Fourier transform, a key step in factoring.
- Permit (EIP-2612)crypto
- Permit lets a token approval be given by signature rather than an on-chain transaction, saving a step and a fee for the user.
- Perpetual Futures (Perps)crypto
- Perpetual futures are derivative contracts without expiry, tracking spot prices through funding payments between long and short traders.
- Perpetual Swap Fundingcrypto
- Funding payments pass periodically between long and short holders to keep a perpetual contract trading near the spot price.
- Perplexityai
- A measure of how well a model predicts a text sample; lower perplexity means the model finds the text less surprising and predicts it better.
- Perplexity AIai
- An answer engine that combines web search with language models, citing sources inline rather than returning a list of links.
- Persistent currentquantum
- A current that circulates indefinitely in a superconducting loop without a driving voltage.
- Personality rightsai
- Legal protection of a person's name, voice and likeness, the basis of several state laws aimed at unauthorised AI replicas.
- Petition Date Valuationcrypto
- Insolvency claims are usually fixed in fiat at the filing date, which is why customers recovered dollar amounts rather than their original coins.
- Phantom Walletcrypto
- Phantom Wallet is a Solana wallet enabling token swaps, staking, and NFT management through an intuitive mobile and browser interface.
- Phase coherencequantum
- The persistence of a definite relative phase between the parts of a superposition, without which interference is impossible.
- Phase dampingquantum
- A noise process that destroys the phase relationship in a qubit's superposition without changing its energy, characterised by dephasing.
- Phase gate (S)quantum
- A single-qubit gate that adds a quarter-turn phase of ninety degrees to the one state, equal to the square root of the Pauli-Z gate.
- Phase kickbackquantum
- An effect where a controlled gate imprints a phase onto the control qubit rather than the target, exploited in many quantum algorithms.
- Phase-flip errorquantum
- An error that flips the sign between a qubit's superposition components, equivalent to a Pauli Z operator, with no classical counterpart.
- Phi (Microsoft)ai
- Microsoft's small model family, trained on heavily filtered textbook-quality data to show that data curation can substitute for scale.
- Phonemeai
- The smallest unit of distinguishable speech sound, the intermediate representation in traditional speech systems.
- Phonon-mediated errorquantum
- Errors spread across a chip by vibrations carrying energy from a single high-energy event to distant qubits.
- Photolithographyquantum
- A chip-making process using light to pattern circuits onto a wafer, adapted from the semiconductor industry to fabricate many qubit devices.
- Photonquantum
- The quantum of light, the particle used to carry qubits through fibre and free space in quantum communication.
- Photon indistinguishabilityquantum
- How closely two photons match in every property, which sets the quality ceiling for any photonic quantum operation.
- Photon lossquantum
- The dominant error in photonic systems, where a qubit simply vanishes rather than flipping, making erasure-based codes natural.
- Photon-number-splitting attack (PNS)quantum
- An eavesdropping technique exploiting laser pulses that contain several photons, letting an attacker skim one photon per pulse without being detected.
- Photon-pair sourcequantum
- A device generating two correlated photons at once, used to herald single photons or to distribute entanglement.
- Photonic Incquantum
- The Canadian company building silicon colour-centre qubits with built-in optical links for networked quantum computing.
- Photonic quantum computerquantum
- A machine encoding qubits in light, operating at room temperature but requiring near-perfect sources, switches and detectors.
- Photonic qubitquantum
- A qubit encoded in a property of a single particle of light, such as its polarisation or path, and processed with optical components.
- Physical error ratequantum
- The probability that an individual hardware operation, such as a gate or measurement, introduces an error on a physical qubit.
- Physical qubitquantum
- A single real quantum system used to physically realise one qubit, typically noisy and prone to errors on its own.
- Pig Butcheringcrypto
- Pig butchering is a long-running relationship scam that moves a victim onto a fake investment platform, and is now the largest category of crypto fraud loss.
- Pikaai
- A consumer video generation service known for short, stylised clips and editing effects.
- Pilot-wave theoryquantum
- A deterministic interpretation in which particles have definite positions guided by a wave, at the price of explicit non-locality.
- Pipeline parallelismai
- Placing different layers of a model on different devices, so data flows through them in stages like an assembly line.
- Pirate Chaincrypto
- Pirate Chain (ARRR) enforces mandatory zero-knowledge privacy on all transactions, maximising anonymity for users.
- Plan-and-executeai
- An agent design that first drafts a full plan, then works through each step, optionally revising the plan as new information arrives.
- Planck constantquantum
- The fundamental constant relating a photon's energy to its frequency, setting the scale at which quantum effects appear.
- Planning (agent planning)ai
- The step where an agent works out a sequence of actions or subtasks before carrying them out, rather than acting purely step by step.
- PLONKcrypto
- PLONK is a proof system with a universal setup that can be reused across circuits, widely adopted for its flexibility.
- Plus statequantum
- The equal superposition of 0 and 1, sitting on the Bloch sphere equator and central to quantum interference.
- Point cloudai
- A set of points in 3D space describing a shape or scene, often produced by scanning or as a step in 3D generation.
- Polarisation encodingquantum
- A method of storing quantum information in the polarisation direction of photons, commonly used in free-space and satellite quantum key distribution.
- Policyai
- The rule mapping an agent's observation to its next action, which reinforcement learning adjusts to raise expected reward.
- Policy gradientai
- Adjusting a policy's parameters directly in the direction that increases expected reward, rather than learning values and acting greedily.
- Polygoncrypto
- Polygon is a scaling framework for Ethereum offering sidechains and zk-rollups to improve throughput and lower gas costs.
- Polygon IDcrypto
- Polygon ID provides decentralised identity infrastructure enabling verifiable, privacy-preserving credentials using zero-knowledge technology.
- Polysemanticityai
- A single neuron responding to several unrelated concepts, which is why individual units are a poor place to look for a model's reasoning.
- Pooling layerai
- A layer that downsamples feature maps, for example by taking the maximum or average over small regions, reducing size and adding invariance.
- Portal Bridgecrypto
- Portal Bridge (by Wormhole) allows asset transfers across blockchains using wrapped-token minting and burning mechanisms.
- Portfolio Margincrypto
- Portfolio margin sets collateral requirements from a whole book's net risk rather than position by position, freeing capital for hedged traders.
- Pose estimationai
- Locating a body's joints in an image or video, the basis of motion capture, sports analysis and gesture interfaces.
- Position bias (evaluation)ai
- The tendency of a judge, human or model, to favour whichever response is shown first, corrected by swapping the order.
- Positional encodingai
- Information added to token representations that tells a model the order of a sequence, since attention alone is order-agnostic.
- Positive operator-valued measure (POVM)quantum
- A general description of quantum measurements giving outcome probabilities without requiring orthogonal projective operators.
- Post-Mortemcrypto
- A post-mortem is a project's published account of how an incident happened, and the willingness to write an honest one is a real signal of quality.
- Post-Only Ordercrypto
- A post-only order is cancelled rather than filled if it would take liquidity, ensuring the trader always earns the maker fee.
- Post-quantum cryptographyquantum
- New encryption designed to survive attack by future quantum computers. The migration has already started, because data stolen today could be decrypted by the machines of the 2030s.
- Post-quantum migrationquantum
- The multi-year programme of replacing vulnerable public-key cryptography across an organisation's systems, protocols and supply chain.
- Post-selectionquantum
- Discarding runs in which an error was detected, which improves results but does not scale to real computation.
- Post-trainingai
- Everything done to a model after pretraining — instruction tuning, preference optimisation, safety training — which shapes how it actually behaves.
- Post-training quantisation (PTQ)ai
- Reducing the numerical precision of an already trained model without retraining it, a quick way to shrink size and speed up inference.
- Power usage effectiveness (PUE)ai
- A data centre efficiency measure comparing total energy used to the energy that reaches the computing equipment; lower is better.
- Power-seekingai
- A hypothesised tendency for capable agents to gain resources, options and control, because doing so helps achieve almost any long-term objective.
- PQ3quantum
- Apple's post-quantum protocol for iMessage, which adds periodic post-quantum rekeying rather than protecting only the initial handshake.
- PQXDHquantum
- Signal's post-quantum extended key agreement, which added quantum resistance to its initial handshake in 2023.
- Pre-normalisationai
- An arrangement placing normalisation before each sub-layer rather than after it, which stabilises the training of deep transformers.
- Precisionai
- Of the items a model labelled positive, the fraction that truly are positive; high precision means few false alarms.
- Precompilecrypto
- A precompile is a fixed operation built into the protocol at a reserved address, offering cryptographic functions far cheaper than equivalent contract code.
- Preconfirmationcrypto
- A preconfirmation is a sequencer's binding promise that a transaction will be included, giving users near-instant certainty ahead of the block.
- Preference dataai
- Pairs or rankings of model outputs labelled by which is better, used to train reward models or to fine-tune models directly.
- Preference Paymentcrypto
- A preference payment is one made to a favoured creditor before insolvency, which an administrator can recover for the general estate.
- Prefillai
- The first inference stage, where the model processes the whole prompt at once to build its cache before it begins producing output tokens.
- Prefix cachingai
- A serving optimisation that keeps the cached computation for a shared opening sequence, so many requests beginning the same way skip repeated prefill work.
- Preimage Resistancecrypto
- Preimage resistance is the property that a hash cannot be worked backwards to its input, without which mining and commitments would both collapse.
- Preparedness frameworkai
- OpenAI's published policy defining capability thresholds and the safeguards required before crossing them.
- Presence penaltyai
- A setting that lowers the likelihood of any token that has already appeared at all, encouraging the model to introduce new topics and words.
- Pretrainingai
- The initial phase of training a model on large general datasets to learn broad patterns before it is adapted to specific tasks.
- Price Impactcrypto
- Price impact measures slippage caused by trade size relative to liquidity depth, critical for efficient execution strategies.
- Price Oraclecrypto
- A price oracle supplies external prices to a contract, and is the component most often manipulated in DeFi exploits.
- Price-to-Sales Ratio (Crypto)crypto
- The price-to-sales ratio compares a token's valuation with the fees its protocol generates, imported from equity analysis and applied loosely.
- Prime Trustcrypto
- Prime Trust provides regulated custodial infrastructure for digital-asset platforms, including settlement, KYC, and payment rails.
- Principal component analysis (PCA)ai
- A technique that reduces dimensions by projecting data onto new axes that capture the greatest variance in the data.
- Principle of deferred measurementquantum
- A rule stating that measurements can be postponed to the end of a circuit by replacing classical control with quantum controlled gates.
- Priority Fee (Tip)crypto
- Priority fee is an optional extra gas tip paid to miners or validators to prioritise transaction inclusion.
- Priority Gas Auctioncrypto
- A priority gas auction is bots bidding fees upwards to win transaction ordering, the visible symptom of unmanaged extractable value.
- Privacy amplificationquantum
- A quantum key distribution step that compresses a partly exposed key into a shorter one, shrinking any eavesdropper's knowledge to a negligible amount.
- Private Keycrypto
- A private key is a cryptographic secret authorising transactions and ownership of digital assets stored on-chain.
- Private Mempoolcrypto
- A private mempool routes transactions to block builders without public broadcast, protecting them from sandwich attacks.
- Probabilistic error cancellation (PEC)quantum
- An error mitigation method that runs many adjusted circuits and combines them to cancel noise on average, at high sampling cost.
- Probability amplitudequantum
- A complex number attached to a possible outcome, whose squared magnitude gives the probability of obtaining that outcome on measurement.
- Probingai
- Training a simple classifier on a model's internal activations to test what information, such as sentiment or truth, those activations encode.
- Process fidelityquantum
- A measure of how accurately a quantum operation is performed across all inputs, comparing the real process to the ideal one.
- Process reward model (PRM)ai
- A reward model that scores each step of a chain of reasoning, not just the final answer, giving finer training signal.
- Product statequantum
- A joint state formed by combining independent subsystem states, being the simplest kind of separable, unentangled state.
- Program-aided language model (PAL)ai
- Having a model write code to compute the answer rather than doing arithmetic in tokens, then running that code.
- Programmable Moneycrypto
- Programmable money carries conditions on how it may be spent, a promise to some and, for a state-issued currency, a control concern to others.
- Programmable quantum simulatorquantum
- An analog machine whose interactions can be reconfigured, bridging fixed-purpose simulators and universal gate-based computers.
- Prohibited practices (AI Act)ai
- Uses banned outright in the EU, including social scoring, untargeted facial image scraping and most real-time biometric identification in public.
- Project Guardiancrypto
- Project Guardian is a Singapore-led initiative exploring tokenised-asset interoperability and DeFi integration within regulated frameworks.
- Project Icebreakercrypto
- Project Icebreaker connects retail CBDC systems between Nordic countries to test real-time cross-border digital-currency payments.
- Projected entangled pair states (PEPS)quantum
- A two-dimensional tensor network, far more expensive than matrix product states but able to capture area-law entanglement in a plane.
- Projective measurementquantum
- A standard measurement that projects a state onto one eigenstate of an observable, returning that eigenstate's value.
- Promise problemquantum
- A decision problem where inputs are guaranteed to satisfy some condition. Many quantum speedups, including Deutsch-Jozsa, are proven on promise problems.
- Prompt chainingai
- Linking several prompts so the output of one becomes the input to the next, breaking a task into ordered stages.
- Prompt injectionai
- An attack where malicious instructions are hidden in content an AI reads — a web page, an email — so the AI follows the attacker’s orders instead of its user’s. The AI equivalent of tricking a new employee with a forged memo.
- Prompt injection defenceai
- Techniques that stop untrusted input from overriding a system's instructions, such as input filtering, privilege separation and marking data as non-executable.
- Prompt tokensai
- The tokens making up the input sent to a model, including any system instructions and conversation history; they are usually billed separately from output.
- Prompt versioningai
- Treating prompts as versioned artefacts with tests and rollback, since an untracked wording change can silently alter behaviour.
- Proof of Authoritycrypto
- Proof of authority secures a chain through a fixed set of identified validators, fast and cheap but explicitly trusting who they are.
- Proof of Historycrypto
- Proof of history is Solana's verifiable clock, letting validators agree on transaction ordering without exchanging timestamps.
- Proof of Liabilitiescrypto
- Proof of liabilities demonstrates the full extent of what a platform owes customers, the missing half that makes proof of reserves meaningful.
- Proof of Reservescrypto
- Proof of Reserves demonstrates custodian asset backing through on-chain attestations, enhancing transparency and user trust.
- Proof of Spacecrypto
- Proof of space secures a chain by dedicating disk storage rather than computation, trading electricity consumption for hardware wear.
- Proof of Stake (PoS)crypto
- Proof of Stake selects validators based on staked assets to secure the network and earn transaction rewards efficiently.
- Proof of Work (PoW)crypto
- Proof of Work requires computational effort to add blocks, ensuring security through energy expenditure and difficulty adjustments.
- Proof of Work Energy Debatecrypto
- The energy debate weighs proof of work's electricity use against its security guarantees, and turns largely on which generation sources miners actually use.
- Proposercrypto
- The proposer is the validator selected to build and publish a block in a given slot, and the party MEV markets compete to pay.
- Prosodyai
- The rhythm, stress and intonation of speech, which good text-to-speech systems reproduce so the voice sounds natural.
- Protocol Revenuecrypto
- Protocol revenue is the fees a protocol retains after paying liquidity providers, and the closest thing DeFi has to earnings.
- Provable speedupquantum
- A speedup demonstrated mathematically rather than empirically, which most quantum algorithms of practical interest still lack.
- Provenance metadataai
- Signed information travelling with a file recording how it was made and edited, the mechanism behind content credentials.
- Provercrypto
- A prover generates the cryptographic proof that a batch of transactions executed correctly, the computationally expensive half of a zero-knowledge rollup.
- Proximal policy optimisation (PPO)ai
- A reinforcement learning algorithm widely used in RLHF to update a model's behaviour while limiting how far each step changes it.
- Proxy Contractcrypto
- A proxy contract holds state and forwards calls to a separate logic contract, the standard pattern for making a deployment upgradeable.
- Proxy variableai
- An input that stands in for a protected attribute, such as a postcode for ethnicity, through which bias enters a model that never saw the attribute.
- Pruned Nodecrypto
- A pruned node validates everything but discards old block data afterwards, giving full verification on modest storage.
- Pruningai
- Removing weights or whole components from a model that contribute little, producing a smaller, faster network with similar accuracy.
- PSBT (Partially Signed Bitcoin Transaction)crypto
- A PSBT is a standard file format for passing an unfinished transaction between wallets and signing devices, the basis of most multisig and hardware wallet workflows.
- Pseudo-thresholdquantum
- The physical error rate at which a specific code of a specific distance breaks even, sitting below the code family's true asymptotic threshold.
- PsiQuantumquantum
- The photonic company aiming straight for a million-qubit fault-tolerant machine built in commercial semiconductor foundries, skipping the NISQ era.
- PSPACEquantum
- The class of problems solvable with polynomial memory, which contains BQP and bounds what quantum computers could ever do.
- Public Keycrypto
- A public key is derived from a private key and used to generate addresses for receiving cryptocurrency securely.
- Puell Multiplecrypto
- The Puell multiple compares daily miner revenue with its yearly average, historically marking extremes in mining profitability.
- Pulse tube coolerquantum
- The mechanical cooling stage that brings a cryostat to around four kelvin before dilution cooling takes over, and a source of vibration noise.
- Pulse-level compilationquantum
- Optimising the analogue control waveforms themselves rather than the abstract gates, squeezing out extra fidelity and speed.
- Pulse-level controlquantum
- Programming a quantum computer by directly shaping the analogue control signals that implement gates, rather than using predefined gate operations.
- Pump and Dumpcrypto
- A pump and dump inflates a thinly traded token with coordinated buying and promotion before organisers sell into the crowd they attracted.
- Purcell filterquantum
- An on-chip filter that lets readout signals pass while blocking the pathway through which a qubit would otherwise decay too quickly into its resonator.
- Pure statequantum
- A quantum state known exactly, describable by a single wavefunction and having the maximum possible density-matrix purity.
- Purification (state)quantum
- Representing any mixed state as part of a larger pure state, a standard mathematical device for analysing noise.
- Purityquantum
- A number quantifying how close a state is to pure, calculated from the trace of its squared density matrix.
- PWA / WalletConnectcrypto
- Progressive Web Apps and WalletConnect enable browser or mobile wallet integration for secure connection to decentralised applications.
- PyTorchai
- Meta's deep learning framework, whose eager execution made experimentation easy and which now underpins most published research.
Q
- Q# (Q sharp)quantum
- A quantum programming language from Microsoft designed for writing scalable algorithms within its Azure Quantum development kit.
- Q-CTRLquantum
- The Australian company selling error-suppression software and quantum sensing systems, notably for navigation without satellites.
- Q-Dayquantum
- The hypothetical day a quantum computer becomes powerful enough to break the public-key cryptography, such as RSA and elliptic curve, that secures the web, banking and most blockchains. Nobody knows the date; expert estimates cluster in the early-to-mid 2030s.
- Q-functionai
- An estimate of the future reward from taking a particular action in a particular state, the quantity Q-learning learns.
- Q-learningai
- A reinforcement learning method that updates action values towards the reward received plus the best value available next.
- Qiskitquantum
- An open-source quantum software toolkit from IBM for building, transpiling and running circuits on simulators and real hardware using Python.
- QMA (Quantum Merlin-Arthur)quantum
- The quantum analogue of NP, whose complete problem is finding the ground-state energy of a local Hamiltonian.
- QR Codecrypto
- A QR code encodes wallet addresses or transaction details into a scannable pattern, simplifying crypto payments, authentication, and data sharing.
- Quadratic speedupquantum
- A quantum advantage that roughly square-roots the running time, such as Grover's search checking N possibilities in about the square root of N steps.
- Quadratic unconstrained binary optimisation (QUBO)quantum
- The standard formulation of an optimisation problem for quantum annealers and QAOA, expressed as binary variables in a quadratic cost.
- Quadratic Votingcrypto
- Quadratic voting allocates influence proportionally to square-rooted token holdings, preventing whales from dominating decentralised governance outcomes unfairly.
- Qualified Custodiancrypto
- A qualified custodian is an entity legally permitted to hold client assets, a requirement that shaped how institutions could enter crypto.
- Quality factor (Q)quantum
- How many oscillations a resonator sustains before its energy leaks away, a direct measure of how well it preserves a quantum state.
- Quandelaquantum
- The French photonic company producing single-photon sources and cloud-accessible photonic processors.
- Quantinuumquantum
- The trapped-ion company formed from Honeywell Quantum Solutions and Cambridge Quantum, known for the highest published gate fidelities.
- Quantisationai
- A technique that reduces the numerical precision of a model's parameters, shrinking its memory needs and speeding up inference with usually minor accuracy loss.
- Quantisation-aware training (QAT)ai
- Training or fine-tuning a model while simulating low-precision arithmetic, so it adapts to quantisation and keeps more accuracy than post-training methods.
- Quantstampcrypto
- Quantstamp automates smart-contract verification through static analysis and manual audits, improving reliability of on-chain financial systems.
- Quantum adderquantum
- A reversible circuit adding two qubit registers, whose design choices materially change the resource estimate for cryptographic attacks.
- Quantum advantagequantum
- The point at which a quantum computer solves a useful problem faster or better than the best available classical computer could.
- Quantum advantage in simulationquantum
- The point at which a quantum machine computes a materials or chemistry result no classical method can match, distinct from contrived sampling demonstrations.
- Quantum algorithmquantum
- A procedure exploiting superposition and interference to reach an answer in fewer steps than any known classical method for the same problem.
- Quantum annealingquantum
- A computing approach that finds low-energy solutions to optimisation problems by slowly evolving a quantum system towards its lowest-energy configuration.
- Quantum approximate optimisation algorithm (QAOA)quantum
- A hybrid quantum-classical algorithm that finds approximate solutions to combinatorial optimisation problems by alternating problem and mixing operations tuned by a classical optimiser.
- Quantum arithmeticquantum
- Reversible circuits implementing addition and multiplication on qubit registers, a large part of the gate cost in algorithms such as Shor's.
- Quantum attack cost estimatequantum
- A calculation of the logical qubits and hours needed to break a given key, the honest way to judge how close the cryptographic threat is.
- Quantum Benchmarking Initiativequantum
- The DARPA programme assessing whether any company's approach can plausibly reach a useful fault-tolerant computer, and by when.
- Quantum bit error rate (QBER)quantum
- The fraction of received key bits that disagree with those sent, used in quantum key distribution to gauge channel noise and detect eavesdropping.
- Quantum channelquantum
- A communication link that carries quantum states, such as photons in fibre or free space, between the nodes of a quantum network.
- Quantum channel capacityquantum
- The maximum rate at which quantum information can be sent reliably through a noisy channel.
- Quantum charge-coupled device (QCCD)quantum
- A trapped-ion architecture that shuttles ions between storage and interaction zones on a segmented chip to scale up processors.
- Quantum chemistryquantum
- The study of chemical systems using quantum mechanics, aiming to predict molecular structures, energies and reactions from fundamental principles.
- Quantum circuitquantum
- A sequence of quantum gates applied to qubits, usually ending in measurement, that describes and implements a quantum computation.
- Quantum coherencequantum
- The presence of well-defined phase relationships within a superposition, the resource that enables interference and quantum computation.
- Quantum compilerquantum
- Software translating an abstract circuit into operations a specific machine can run, handling routing, decomposition and scheduling.
- Quantum complexity theoryquantum
- The study of what problems quantum computers can solve efficiently and how their power compares with classical computation, defining classes such as BQP and QMA.
- Quantum computingquantum
- Computation that uses superposition, entanglement and interference to solve certain problems with far fewer steps than any known classical method.
- Quantum contextualityquantum
- The result that a measurement's outcome can depend on which other compatible measurements are made alongside it.
- Quantum countingquantum
- An algorithm combining amplitude amplification with phase estimation to estimate how many solutions a search problem has, rather than just finding one.
- Quantum data compressionquantum
- Encoding a source of quantum states into fewer qubits without losing fidelity, the quantum analogue of Shannon's source coding.
- Quantum digital signaturequantum
- A signature scheme whose security rests on quantum physics rather than on computational hardness assumptions.
- Quantum discordquantum
- Correlation between quantum systems that persists even without entanglement, sometimes proposed as a resource in its own right.
- Quantum dotquantum
- A tiny semiconductor region that traps one or a few electrons, whose spin can be used as a qubit in silicon or similar chips.
- Quantum dot qubitquantum
- A spin qubit in an electrostatically defined island in a semiconductor, made using processes close to conventional chip manufacturing.
- Quantum Economic Development Consortium (QED-C)quantum
- The US industry consortium that develops shared benchmarks and supply-chain standards for quantum technology.
- Quantum eigenvalue transformationquantum
- A framework applying polynomial functions to a matrix's eigenvalues on hardware, unifying search, simulation and linear algebra.
- Quantum electrometryquantum
- Measuring electric fields using atomic states, offering calibration traceable to fundamental constants.
- Quantum eraserquantum
- An experiment in which erasing which-path information restores an interference pattern that had disappeared.
- Quantum error correctionquantum
- Techniques for keeping fragile qubits reliable by spreading information across many of them. Widely seen as the gate between today’s noisy prototypes and genuinely useful quantum computers.
- Quantum error correction codequantum
- A scheme spreading one logical qubit across many physical ones so errors can be detected and reversed without measuring the information itself.
- Quantum feature mapquantum
- A circuit that encodes classical data into a high-dimensional quantum state, letting quantum kernels separate patterns that are hard to distinguish classically.
- Quantum feedback controlquantum
- Adjusting control fields in real time based on measurement results, used to stabilise states faster than they decay.
- Quantum Fisher informationquantum
- A mathematical measure of how much information a quantum state carries about an unknown parameter, setting the best possible precision for estimating it.
- Quantum Fourier transform (QFT)quantum
- The quantum analogue of the discrete Fourier transform, mapping amplitudes into frequency components efficiently. It underpins phase estimation and Shor's factoring algorithm.
- Quantum gatequantum
- A basic operation that changes the state of one or more qubits in a reversible way, forming the building block of quantum circuits.
- Quantum gravimeterquantum
- An instrument measuring local gravity by dropping cold atoms and reading their interference, used in geology and civil engineering.
- Quantum gyroscopequantum
- An inertial rotation sensor using atom interferometry, offering drift-free navigation where satellite positioning is unavailable.
- Quantum harmonic oscillatorquantum
- The model of a system with evenly spaced energy levels, describing light in a cavity and the motion of trapped ions.
- Quantum hype cyclequantum
- The recurring gap between quantum marketing claims and demonstrated capability, which has already produced one wave of company failures.
- Quantum illuminationquantum
- A sensing scheme using entangled light to detect faint objects hidden in noisy backgrounds better than any classical signal of the same power.
- Quantum imaginary time evolution (QITE)quantum
- A method for reaching a ground state by simulating evolution in imaginary time, avoiding the optimiser variational methods depend on.
- Quantum imagingquantum
- Techniques that use quantum correlations of light to produce images with better resolution, contrast or noise than classical optics allow.
- Quantum indeterminacyquantum
- The principle that outcomes are genuinely probabilistic rather than merely unknown, confirmed by violations of Bell inequalities.
- Quantum information theoryquantum
- The study of what can be stored, transmitted and computed with quantum states, and the limits nature imposes on each.
- Quantum interconnectquantum
- The link carrying quantum states between modules or chips, whose fidelity and rate determine whether modular scaling works.
- Quantum interferencequantum
- The addition or cancellation of probability amplitudes, making some outcomes more likely and others less likely or entirely impossible.
- Quantum intermediate representation (QIR)quantum
- A hardware-neutral, low-level format based on LLVM for expressing quantum programs so different tools and devices can share a common target.
- Quantum internetquantum
- A proposed global network that distributes entanglement between distant users, enabling secure communication, distributed computing and precise sensing beyond classical limits.
- Quantum kernel methodquantum
- A machine learning approach that uses a quantum computer to compute similarity between data points in a high-dimensional space, then feeds results to a classical model.
- Quantum key distribution (QKD)quantum
- A method that uses quantum physics to share encryption keys so that any eavesdropping disturbs the signal and is detected.
- Quantum Krylov methodquantum
- Building a small subspace from repeated time evolutions and diagonalising it classically, a more robust route to ground-state energies.
- Quantum linear systems problemquantum
- The general task of extracting information about the solution to a large set of linear equations using a quantum computer, addressed by the HHL algorithm.
- Quantum low-density parity-check code (qLDPC)quantum
- An error-correcting code whose stabilisers each involve few qubits, promising strong protection with far less qubit overhead than surface codes.
- Quantum machine learning (QML)quantum
- A field combining quantum computing with machine learning, aiming to speed up training or inference, or to process quantum data classical methods handle poorly.
- Quantum Machinesquantum
- The Israeli company making the control electronics and real-time processors that operate quantum hardware.
- Quantum many-body systemquantum
- A collection of many interacting quantum particles whose combined behaviour is extremely hard to compute, a prime target for quantum simulation.
- Quantum measurementquantum
- The process of reading classical information from a quantum system, producing one outcome with a probability fixed by the system's state.
- Quantum mechanicsquantum
- The physical theory describing matter and energy at atomic scales, where quantities come in discrete packets and outcomes are probabilistic.
- Quantum memoryquantum
- A device that stores a quantum state faithfully and releases it on demand, an essential building block for quantum repeaters and networks.
- Quantum memory bufferquantum
- A device holding a photonic qubit until its partner arrives, without which repeater protocols cannot be synchronised.
- Quantum Merlin-Arthur (QMA)quantum
- The quantum counterpart of NP, covering problems whose solutions can be verified efficiently by a quantum computer given a quantum proof state.
- Quantum metrologyquantum
- The science of making high-precision measurements by exploiting quantum effects, aiming to reach the fundamental limits set by physics.
- Quantum microscopyquantum
- Imaging techniques using entangled or squeezed light to see detail or contrast beyond the classical noise limit.
- Quantum moneyquantum
- A theoretical currency whose unforgeability follows from the no-cloning theorem rather than from cryptography or ledgers.
- Quantum Monte Carloquantum
- A family of classical stochastic methods for quantum systems, limited by the sign problem and a major competitor to quantum simulation.
- Quantum Motionquantum
- The UK company building spin qubits on standard silicon manufacturing lines rather than in bespoke cleanrooms.
- Quantum networkquantum
- A set of nodes linked by quantum channels that share qubits or entanglement, forming the infrastructure for distributed quantum communication and computing.
- Quantum network stackquantum
- The proposed layered architecture for quantum networks, separating physical entanglement generation from routing and application logic.
- Quantum neural network (QNN)quantum
- A parameterised quantum circuit trained like a neural network, using tunable gates and measurements to learn patterns from classical or quantum data.
- Quantum non-demolition measurement (QND)quantum
- A measurement that reads out a quantum property without destroying it, allowing the same quantity to be observed repeatedly.
- Quantum oblivious transferquantum
- A cryptographic primitive with quantum implementations, proved impossible to make unconditionally secure without extra assumptions.
- Quantum parallelismquantum
- The ability to apply an operation to every term of a superposition at once, useful only if interference concentrates the answer before measurement.
- Quantum patent landscapequantum
- The distribution of quantum intellectual property across companies and countries, closely watched as an indicator of national position.
- Quantum phasequantum
- The angular part of a complex amplitude, hidden from a single measurement yet shaping how different quantum possibilities interfere.
- Quantum phase estimation (QPE)quantum
- An algorithm that estimates the eigenvalue phase of a unitary operator applied to one of its eigenstates, forming a core subroutine in many quantum algorithms.
- Quantum phase estimation costquantum
- The circuit depth needed for precise eigenvalue extraction, which puts most chemistry applications firmly beyond near-term machines.
- Quantum phase transitionquantum
- A change of ground state driven by quantum fluctuations at absolute zero rather than by temperature, a standard target for quantum simulators.
- Quantum position verificationquantum
- Proving where a party physically is using timing and quantum states, of interest for authentication that cannot be relayed.
- Quantum principal component analysis (qPCA)quantum
- A quantum algorithm that reveals the dominant features of data encoded in a density matrix, potentially faster than classical analysis for certain structured inputs.
- Quantum process tomographyquantum
- A procedure that reconstructs the complete behaviour of a quantum operation by testing it on many inputs and measuring the outputs.
- Quantum processing unit (QPU)quantum
- The core chip or device that holds the qubits and performs quantum operations, analogous to a classical computer's processor.
- Quantum radarquantum
- A proposed detection system using entangled or quantum-correlated signals to spot targets, aiming for advantages over conventional radar in noisy conditions.
- Quantum random access memory (QRAM)quantum
- A proposed device for querying classical data in superposition, assumed by many algorithms and not yet built at useful scale.
- Quantum random number generator (QRNG)quantum
- A device that produces genuinely unpredictable random numbers by measuring inherently random quantum events, unlike algorithmic pseudo-random generators that only appear random.
- Quantum readinessquantum
- An organisation's preparedness for both the threat and the opportunity of quantum computing, beginning with a cryptographic inventory.
- Quantum registerquantum
- A named group of qubits treated together within a circuit, analogous to a register of bits in a classical computer.
- Quantum repeaterquantum
- A device that extends entanglement across long distances by chaining shorter links with entanglement swapping, purification and quantum memories to overcome photon loss.
- Quantum roadmapquantum
- A vendor's dated schedule of future processors and milestones, the main public evidence on which progress claims are judged.
- Quantum scarringquantum
- The unexpected persistence of coherent oscillations in a system that should thermalise, first observed on a Rydberg atom simulator.
- Quantum SDKquantum
- A software development kit providing the libraries and tools to write, simulate and run quantum programs on real or virtual devices.
- Quantum secret sharingquantum
- Splitting a quantum state among several parties so that only an authorised subset can reconstruct it.
- Quantum sensingquantum
- Using quantum properties such as superposition and entanglement to measure physical quantities with precision beyond conventional instruments.
- Quantum signal processing (QSP)quantum
- A technique that transforms a single qubit's rotations to apply chosen polynomial functions to a unitary, forming the foundation of quantum singular value transformation.
- Quantum simulationquantum
- Using a controllable quantum system to reproduce and study the behaviour of another quantum system that is too complex to model on ordinary computers.
- Quantum simulation of materialsquantum
- Using a controllable quantum system to model a material that cannot be computed classically, the earliest application likely to pay off.
- Quantum simulatorquantum
- A quantum device or system built to imitate and study the behaviour of another quantum system that is hard to model on classical computers.
- Quantum singular value transformation (QSVT)quantum
- A unifying framework that applies polynomial functions to the singular values of a matrix embedded in a quantum circuit, generalising many algorithms under one technique.
- Quantum sovereigntyquantum
- A nation's ability to build and operate quantum systems without foreign dependency, a growing driver of public procurement.
- Quantum speedupquantum
- The reduction in resources, usually time or queries, that a quantum algorithm achieves over the best known classical algorithm for the same problem.
- Quantum statequantum
- The complete mathematical description of a quantum system, encoding the probabilities of every possible outcome for any measurement one might perform.
- Quantum state tomographyquantum
- The procedure of reconstructing an unknown quantum state by measuring many identical copies across several different bases.
- Quantum subspace expansionquantum
- Improving a computed state by classically diagonalising within a subspace measured on hardware, which also suppresses some noise.
- Quantum supply chainquantum
- The specialist components — dilution refrigerators, lasers, cryogenic amplifiers, helium-3 — on which every quantum computer depends and few suppliers exist.
- Quantum support vector machine (QSVM)quantum
- A quantum version of a classical classifier that uses quantum states to compute data similarities, aiming for advantage on complex feature spaces.
- Quantum supremacyquantum
- The demonstration that a quantum computer can perform a specific task, not necessarily useful, that no classical computer could complete in reasonable time.
- Quantum talent shortagequantum
- The scarcity of people trained in quantum engineering, widely cited as a harder constraint on the industry than funding.
- Quantum Tanner codequantum
- A family of qLDPC codes proved to have both good rate and good distance, with efficient decoding.
- Quantum teleportationquantum
- A protocol transferring an unknown quantum state between two parties using shared entanglement and classical communication.
- Quantum testbedquantum
- A publicly funded machine made available to researchers for experimentation rather than production workloads.
- Quantum thermometryquantum
- Measuring temperature through a quantum system's response, providing accuracy at scales conventional probes disturb.
- Quantum threat timelinequantum
- An organisation's estimate of when a cryptographically relevant quantum computer might exist, set against how long its data must stay secret.
- Quantum trajectoryquantum
- A single simulated run of a noisy quantum system with randomly timed jumps, averaged over many runs to reproduce the density matrix.
- Quantum transductionquantum
- Converting a quantum state between frequency ranges, such as microwave to optical, so different technologies can be linked.
- Quantum tunnellingquantum
- A particle passing through an energy barrier it could not classically surmount, the effect behind Josephson junctions and quantum annealing.
- Quantum volumequantum
- A single benchmark number that captures a quantum computer's overall capability, accounting for its qubit count, connectivity and error rates together.
- Quantum walkquantum
- The quantum analogue of a classical random walk, where superposition and interference let a walker spread quadratically faster, powering several search and sampling algorithms.
- Quantum washingquantum
- Marketing conventional or quantum-inspired products as quantum technology, a growing problem for buyers and investors.
- Quantum Zeno effectquantum
- The suppression of a system's evolution by repeated rapid measurement, sometimes exploited to protect a state.
- Quantum-as-a-servicequantum
- Renting time on quantum hardware over the cloud, the commercial model through which almost all users access these machines.
- Quantum-centric supercomputingquantum
- Architectures in which quantum processors sit alongside classical high-performance computing, each handling the part it does best.
- Quantum-inspired algorithmquantum
- A classical method borrowed from quantum techniques, often matching the quantum version and useful today on ordinary hardware.
- Quantum-limited amplifierquantum
- An amplifier adding only the minimum noise quantum mechanics permits, without which single-shot qubit readout is impossible.
- Quantum-limited sensingquantum
- Measurement whose precision is bounded only by quantum uncertainty, the point at which classical engineering improvements stop helping.
- Quantum-resistant blockchainquantum
- A distributed ledger using post-quantum signatures, a live concern because exposed public keys cannot be rotated once coins are spent.
- Quantum-safequantum
- Describing cryptographic algorithms or systems believed to withstand attacks by both classical computers and future large-scale quantum computers.
- Quasiparticlequantum
- A broken Cooper pair wandering a superconducting circuit, a persistent source of qubit relaxation and correlated error.
- Quasiparticle poisoningquantum
- A disruption in superconducting qubits where stray broken electron pairs briefly tunnel across junctions, causing sudden decoherence and errors.
- Qubitquantum
- The quantum version of a computer bit. Where a bit is 0 or 1, a qubit can be a blend of both at once — the property that gives quantum computers their (still mostly theoretical) power.
- Qubit frequencyquantum
- The energy gap between a qubit's two states, expressed as a frequency, which control pulses must match to drive operations.
- Qubit mappingquantum
- Assigning the logical qubits of a circuit to specific physical qubits on a device, chosen to reduce added communication overhead.
- Qubit modalityquantum
- The physical system chosen to hold a qubit — superconducting circuit, trapped ion, neutral atom, photon, spin or topological state — each with distinct trade-offs.
- Qubit overheadquantum
- The many physical qubits needed to encode and protect one logical qubit, a central cost of fault-tolerant quantum computing.
- Qubit resetquantum
- An operation that returns a qubit to the zero state during a circuit, allowing it to be reused for further computation.
- Qubit routingquantum
- Inserting SWAP gates during compilation so that two-qubit operations only occur between qubits that are physically connected on the device.
- Qubit state vectorquantum
- The pair of complex amplitudes describing a single qubit, whose squared magnitudes give the probability of each measurement outcome.
- Qubit-limited versus error-limitedquantum
- The distinction between hardware constrained by how many qubits it has and hardware constrained by how good they are, the latter being the current binding limit.
- Qubitisationquantum
- An efficient technique for simulating Hamiltonian evolution by encoding it into a single well-structured quantum operation, achieving near-optimal use of resources.
- Qubitised walkquantum
- An efficient encoding of a Hamiltonian's spectrum into a quantum walk, the basis of modern optimal simulation algorithms.
- Quditquantum
- A quantum system with more than two levels, offering denser encoding and sometimes simpler gates than the equivalent qubits.
- QuEra Computingquantum
- The neutral-atom company spun out of Harvard and MIT, which demonstrated dozens of logical qubits on an atom array.
- Query complexityquantum
- A measure of algorithmic cost counting how many times a function or oracle must be consulted, widely used to compare quantum and classical performance.
- Query modelquantum
- The framework in which an algorithm's cost is counted purely in oracle calls, where most quantum speedup proofs are stated.
- Query rewritingai
- Reshaping a user's question into a clearer or expanded form before retrieval to improve the passages that are found.
- Query, key and value (QKV)ai
- The three learned projections in attention: queries seek information, keys advertise it, and values carry the content that is aggregated.
- QuickSwapcrypto
- QuickSwap is a Polygon-based DEX leveraging Uniswap v2 architecture for fast, inexpensive token trading.
- Quorumcrypto
- Quorum is the minimum number of participants required for valid decision-making within blockchain governance, consensus rounds, or multi-signature operations.
- Qutritquantum
- A three-level quantum system, used where the extra level carries information more efficiently than adding another qubit.
R
- R-squared (coefficient of determination)ai
- A measure of how much of the variation in the target a regression model explains, ranging up to one.
- Rabby Walletcrypto
- Rabby Wallet is a browser extension designed for DeFi safety, simulating transactions and detecting malicious contract interactions before approval.
- Rabi frequencyquantum
- The rate at which a driving field cycles a qubit between its two states, set by the drive's strength.
- Rabi oscillationquantum
- The cyclic swapping of a quantum system between two energy levels when driven by a resonant field, underpinning control in sensing and computing.
- Rack-scale systemai
- A whole server rack wired as a single accelerator domain, so a model too large for one machine still runs at near-local speed.
- Radiant Capitalcrypto
- Radiant Capital is a cross-chain lending platform built on Arbitrum and BNB Chain, supporting unified collateral management and seamless borrowing.
- Radiate Protocolcrypto
- Radiate Protocol is a yield automation platform combining optimisation algorithms and strategy vaults to maximise multi-chain DeFi returns.
- Radiofrequency trapquantum
- An ion trap using oscillating fields to confine charged particles, since static fields alone cannot hold them.
- Railguncrypto
- Railgun is an Ethereum privacy system enabling shielded transfers and DeFi interactions via zero-knowledge encryption layers.
- Rainbow Walletcrypto
- Rainbow Wallet is a user-friendly Ethereum wallet supporting NFTs, swaps, and multichain integration through intuitive mobile and desktop interfaces.
- Rainmaker Gamescrypto
- Rainmaker Games is a Web3 gaming platform uniting players, guilds, and investors through analytics and NFT asset management.
- Ramsey experimentquantum
- A two-pulse measurement that reveals a qubit's frequency and dephasing time by observing how its phase evolves during a wait.
- Ramsey interferometryquantum
- A technique using two separated pulses to make atoms interfere over time, sharpening measurements of frequency in atomic clocks and sensors.
- Random circuit samplingquantum
- Running a random quantum circuit and sampling its outputs, a task used by Google to claim quantum supremacy because classical simulation is extremely costly.
- Random forestai
- An ensemble that combines many decision trees trained on random data and feature subsets, averaging their predictions for greater accuracy.
- Randomised benchmarking (RB)quantum
- A method that estimates average gate error by running random sequences of gates and measuring how quickly performance decays with length.
- Randomised compilingquantum
- Inserting random Pauli operations that cancel overall, converting coherent errors into random ones that are easier to correct and to model.
- Rango Exchangecrypto
- Rango is a cross-chain DEX aggregator connecting dozens of bridges and AMMs for optimal token-swap routing across networks.
- Rare-earth ion qubitquantum
- A qubit in a rare-earth ion doped into a crystal, notable for very long optical and spin coherence, used in quantum memories.
- Rari Capitalcrypto
- Rari Capital was an early DeFi protocol offering automated yield strategies, later merged into Tribe DAO.
- Rariblecrypto
- Rarible is an NFT marketplace empowering creators with royalty enforcement and community-governed curation via RARI tokens.
- RavenCoin (RVN)crypto
- RavenCoin enables asset issuance and transfer on its blockchain, supporting tokenised securities, collectibles, and decentralised messaging.
- Rayai
- A distributed computing framework widely used to scale training, tuning and inference across a cluster from Python.
- Raydiumcrypto
- Raydium is a Solana-based AMM integrating order-book liquidity from Serum, offering ultra-fast swaps and yield farming opportunities.
- Re-rankingai
- A second pass that reorders an initial set of retrieved results using a more accurate model to surface the most relevant first.
- ReAct (Reason and Act)ai
- A prompting pattern where a model alternates between writing reasoning steps and taking actions such as tool calls, using each observation to guide the next step.
- Readout errorquantum
- A mistake made when measuring a qubit, where the reported result differs from the true state because of imperfect detection.
- Readout error mitigationquantum
- Post-processing that corrects measurement results using a previously measured map of how often each outcome is misreported.
- Readout fidelityquantum
- The probability that a measurement reports a qubit's true state, typically the weakest link in a processor's error budget.
- Readout resonatorquantum
- A microwave resonator attached to a qubit whose resonant frequency shifts depending on the qubit's state, allowing that state to be measured.
- Real Yieldcrypto
- Real yield is protocol revenue distributed to holders, as opposed to returns paid by issuing more of the token itself.
- Real-time decodingquantum
- Running the decoder fast enough to keep pace with the hardware, so corrections are ready before errors accumulate and computation stalls.
- Real-Time Gross Settlement (RTGS)crypto
- RTGS settles interbank payments individually and immediately, the traditional plumbing that wholesale CBDC experiments seek to extend.
- Realised Capitalisationcrypto
- Realised cap values every coin at the price it last moved, giving an aggregate cost basis rather than a spot valuation.
- Reasoning effortai
- A setting that controls how much internal reasoning a model does before replying, trading cost and latency against accuracy.
- Reasoning modelai
- A model trained to work through a problem in explicit steps before answering, trading latency and tokens for accuracy on hard tasks.
- Reasoning traceai
- The recorded sequence of a model's intermediate steps, useful for debugging but not a guaranteed account of what drove the answer.
- Rebalancingcrypto
- Rebalancing periodically returns a portfolio to its target weights, mechanically selling strength and buying weakness.
- Rebase Tokencrypto
- A rebase token automatically adjusts its supply to stabilise price targets, maintaining equilibrium via algorithmic expansion or contraction cycles.
- Recallai
- Of all the truly positive items, the fraction the model correctly identified; high recall means few positives are missed.
- Receiver operating characteristic (ROC) curveai
- A plot of the true positive rate against the false positive rate across thresholds, showing a classifier's trade-offs.
- Reciprocal rank fusion (RRF)ai
- A method that merges several ranked result lists into one by combining each item's positions across the different lists.
- Recovery Ratecrypto
- The recovery rate is the share of a claim creditors eventually receive in an insolvency, often paid years later and in kind.
- Recovery Scamcrypto
- A recovery scam targets people who have already been defrauded, charging fees to retrieve funds that cannot be retrieved.
- Rectified flowai
- A flow-based generative approach that learns near-straight paths from noise to data, allowing high-quality samples in very few steps.
- Rectified linear unit (ReLU)ai
- A simple activation that outputs the input if positive and zero otherwise, adding non-linearity while being cheap to compute.
- Recurrent neural network (RNN)ai
- A network that processes sequences one step at a time, carrying a hidden state that summarises the information seen so far.
- Recursive Proofcrypto
- A recursive proof verifies other proofs inside itself, letting an unlimited amount of computation collapse into one small final proof.
- Recursive self-improvementai
- A system improving its own ability to improve itself, the mechanism behind fast-takeoff scenarios.
- Red-teamingai
- Deliberately probing a model with adversarial prompts and scenarios to uncover harmful outputs, security flaws or safety failures before release.
- Redefinition of the secondquantum
- The planned move of the SI second from caesium to an optical transition, made possible by optical clock accuracy.
- Redemption (Stablecoin)crypto
- Redemption is exchanging a stablecoin for the underlying currency at par, and the mechanism through which arbitrage restores a broken peg.
- Redstone Oraclescrypto
- Redstone delivers modular, customisable oracles optimised for DeFi protocols, providing fast, verifiable data feeds from off-chain sources.
- Reduced density matrixquantum
- The density matrix of a subsystem, obtained by tracing out the rest and describing that part's local measurement statistics.
- Reentrancycrypto
- Reentrancy is a vulnerability allowing recursive calls before state updates complete, enabling attackers to exploit contract balances maliciously.
- Reentrancy Guardcrypto
- A reentrancy guard is a lock preventing a function from being re-entered mid-execution, the standard patch for the flaw that drained The DAO.
- Ref Financecrypto
- Ref Finance is the flagship DEX on NEAR Protocol, combining automated market-maker liquidity with stable-swap pools and on-chain governance.
- Reflectionai
- A technique where a model reviews its own earlier output or actions and revises them to improve the quality of the result.
- Reflexercrypto
- Reflexer Finance issues RAI, a non-pegged stable asset governed algorithmically through on-chain feedback mechanisms ensuring self-stabilising value control.
- Refusalai
- A model's decision to decline a request that breaches its usage policies, ideally with a brief explanation rather than silent non-compliance.
- Refusal rateai
- How often a model declines a request, tracked alongside over-refusal to check that safety training has not made it useless.
- Regressionai
- A supervised task that predicts a continuous numerical value, such as a house price or tomorrow's temperature.
- Regression testing (models)ai
- Re-running a fixed evaluation set after any change so that improvements in one area do not silently break another.
- Regularisationai
- Any technique that discourages a model from fitting the training data too closely, improving how well it performs on unseen examples.
- Regulatory Arbitragecrypto
- Regulatory arbitrage is structuring a business into the most permissive jurisdiction available, a defining habit of the offshore exchange sector.
- Regulatory Perimetercrypto
- The regulatory perimeter is the boundary of what a regulator actually oversees, and much of crypto's consumer harm has occurred just outside it.
- Rehypothecationcrypto
- Rehypothecation is a platform reusing customer assets as its own collateral, a practice at the centre of several crypto lender collapses.
- REINFORCEai
- The original policy gradient algorithm, which scales the gradient of an action's log-probability by the reward that followed it.
- Reinforcement learning (RL)ai
- Training an agent to make decisions by rewarding good actions and penalising bad ones as it interacts with an environment.
- Reinforcement learning environment (RL environment)ai
- A purpose-built simulated task with programmatic scoring, now a traded commodity for training agents on realistic work.
- Reinforcement learning from AI feedback (RLAIF)ai
- Like RLHF, but the preference labels used to train the reward signal come from another AI model rather than from people.
- Reinforcement learning from human feedback (RLHF)ai
- A training method that uses human preference ratings to teach a model which responses people judge more helpful or appropriate.
- Reinforcement learning with verifiable rewards (RLVR)ai
- Training on tasks where correctness can be checked automatically, such as maths answers or passing tests, removing the need for a learned reward model.
- Rejection sampling fine-tuningai
- Generating many candidate answers, keeping only those a scorer approves, and fine-tuning on the survivors.
- Relative phasequantum
- The phase difference between the amplitudes of different basis states, which does influence interference and the resulting measurement statistics.
- Relative positional encodingai
- A method that encodes the distance between tokens rather than their absolute positions, helping models generalise across sequence lengths.
- Relative Strength Index (RSI)crypto
- RSI scores recent gains against recent losses on a 0 to 100 scale, conventionally read as overbought above 70 and oversold below 30.
- Relaxationquantum
- A qubit losing energy to its environment and falling back to its ground state, the process quantified by T1.
- Remixcrypto
- Remix is a browser-based Solidity editor and deployer, the usual first environment for someone writing their first contract.
- Remote direct memory access (RDMA)ai
- Networking that moves data straight between machines' memory without involving their processors, essential to keeping large training clusters synchronised.
- Ren Bridgecrypto
- Ren Bridge once facilitated wrapped Bitcoin and cross-chain transfers before sunsetting under regulatory uncertainty.
- Render Networkcrypto
- Render Network distributes GPU computing for artists and AI projects, tokenising rendering workloads across decentralised hardware providers efficiently.
- RENQcrypto
- RENQ aims to unify DeFi and CeFi trading tools, providing aggregation, risk management, and hybrid-exchange liquidity interfaces.
- RenVMcrypto
- RenVM was a cross-chain liquidity protocol enabling wrapped assets like renBTC, now deprecated after ecosystem consolidation.
- Repeaterless bound (PLOB)quantum
- The proven ceiling on how much quantum information a lossy fibre can carry without repeaters, the limit twin-field protocols were designed to approach.
- Repetition codequantum
- The simplest code, copying one logical bit across several physical qubits to correct either bit-flip or phase-flip errors, but not both.
- Repetition code experimentquantum
- A simplified error-correction demonstration protecting against one error type only, used as a stepping stone to full codes.
- Repetition penaltyai
- A decoding setting that lowers the probability of tokens already used, discouraging the model from repeating the same words or phrases.
- Replace-by-Fee (RBF)crypto
- Replace-by-fee lets a sender rebroadcast an unconfirmed transaction with a higher fee, replacing the original when the network is congested.
- Replay Attackcrypto
- A replay attack rebroadcasts a valid transaction on a second chain after a fork, which replay protection exists to prevent.
- Replicateai
- A hosting service that runs open-source models behind simple APIs, widely used for image and audio generation.
- Representation learningai
- Training a model to discover useful internal encodings of raw data, rather than relying on features an engineer specified.
- Republic Cryptocrypto
- Republic Crypto provides token advisory, fundraising, and compliance services for Web3 projects seeking retail and institutional participation.
- Reserve Attestationcrypto
- A reserve attestation is an accountant's report on the assets backing a stablecoin at a point in time, weaker evidence than a full audit.
- Reserve Compositioncrypto
- Reserve composition is the breakdown of what actually backs a stablecoin, where the difference between cash, treasury bills and commercial paper matters greatly.
- Reserve Protocolcrypto
- Reserve Protocol issues asset-backed stablecoins using diversified collateral baskets and governance mechanisms for long-term price stability and resilience.
- Reserved capacityai
- A committed multi-year contract for accelerator time, the arrangement through which most frontier training compute is actually bought.
- Residual connectionai
- A shortcut that adds a layer's input to its output, easing gradient flow and enabling the training of very deep networks.
- ResNetai
- The 2015 architecture whose skip connections made networks hundreds of layers deep trainable for the first time.
- Resonatorquantum
- A circuit or cavity that stores electromagnetic energy at specific frequencies, used to control, couple and read out qubits.
- Resource estimationquantum
- Calculating the physical qubits and hours a given algorithm would need at a given error rate, the standard way to test claims of imminent usefulness.
- Responsible Disclosurecrypto
- Responsible disclosure gives a team time to patch before a vulnerability is published, the convention that keeps security research from becoming an attack.
- Responsible scaling policy (RSP)ai
- A published commitment tying a lab's deployment of more capable models to defined risk thresholds and the safeguards required at each level.
- Restakingcrypto
- Restaking reuses already-staked collateral to secure additional services or chains, compounding yield while spreading validator-based security guarantees.
- Restricted Jurisdictioncrypto
- A restricted jurisdiction is one a platform will not serve, whether for sanctions, licensing or litigation risk.
- Retail CBDCcrypto
- A retail CBDC would be usable by the public, raising the privacy and bank disintermediation questions that dominate the political debate.
- Retrieval-augmented fine-tuning (RAFT)ai
- Fine-tuning a model to use retrieved passages well, including ignoring irrelevant ones, rather than relying on prompting alone.
- Retrieval-augmented generation (RAG)ai
- A technique that fetches relevant documents from an external source and supplies them to a model so its answers draw on specific, current information.
- Retrieverai
- The component that searches a knowledge store and returns the passages most relevant to a query for the model to use.
- Reverse annealingquantum
- Starting an annealer from a known classical solution and partially re-annealing to search its neighbourhood for a better one.
- Reverse diffusion processai
- The generation stage where the model begins from noise and iteratively predicts and removes it to build a coherent sample.
- Reversible computingquantum
- Computation in which every step can be undone, a requirement of quantum gates and the reason classical logic must be rewritten for them.
- Reward hackingai
- When a model exploits flaws or loopholes in its reward signal to score highly without actually achieving the intended goal.
- Reward modelai
- A model trained to predict human preferences and output a numerical score, used to guide fine-tuning of a language model during RLHF.
- Reward shapingai
- Adding intermediate rewards to guide learning towards a distant goal, at the risk of teaching the shortcut rather than the task.
- RewardBenchai
- A benchmark for reward models, testing whether they rank responses the way human labellers would.
- RFQ (Request for Quote)crypto
- An RFQ mechanism invites market makers to provide off-chain quotes, ensuring competitive pricing and reduced slippage in DeFi trading platforms.
- Ribbon Financecrypto
- Ribbon Finance builds structured products using options strategies to generate sustainable yield on crypto assets.
- Rigetti Computingquantum
- An American superconducting hardware company that builds its own chips in-house and pioneered multi-chip processor modules.
- Right to explanationai
- The contested data protection right to meaningful information about the logic of an automated decision affecting you.
- Ring-LWEquantum
- A structured, more efficient variant of the Learning With Errors problem set in polynomial rings, used to build compact lattice-based cryptographic schemes.
- Ripple (XRP)crypto
- Ripple is a payment protocol using the XRP Ledger for rapid, low-cost cross-border transfers between banks and financial institutions globally.
- Risk Enginecrypto
- A risk engine analyses user exposure across DeFi positions, assessing liquidation probability, volatility correlation, and creditworthiness dynamically.
- Risk-Offcrypto
- Risk-off describes a market retreating from speculative assets towards cash and government debt, a regime in which crypto usually falls hardest.
- Riverlanequantum
- The UK company building the classical decoding hardware and software that error-corrected quantum computers depend on.
- RMSPropai
- An optimiser that divides each update by a running average of recent squared gradients, stabilising learning across weights with very different scales.
- Roadmapcrypto
- A roadmap outlines a project’s planned milestones, technical upgrades, and strategic goals, signalling long-term commitment and transparency to investors.
- RoBERTaai
- Meta's retrained BERT with more data and better hyperparameters, showing how much of the original's limits were training choices.
- robots.txtai
- The file telling automated crawlers which paths they may fetch, now the main practical control publishers have over AI training crawlers.
- Rocket Poolcrypto
- Rocket Pool is a decentralised Ethereum staking network allowing smaller participants to operate validators with pooled capital and liquid staking tokens.
- ROCmai
- AMD's open software stack for GPU computing, its answer to CUDA and the main obstacle to switching away from Nvidia.
- Rollbackai
- Reverting a system to a previous working version after a deployment causes problems, restoring service quickly while the fault is investigated.
- Rollbitcrypto
- Rollbit is a crypto casino and trading platform offering leveraged products, NFTs, and on-chain revenue-sharing via its native RLB token.
- Rollupcrypto
- A rollup aggregates transactions off-chain, posts proofs on-chain, and inherits security from a base layer while improving throughput and cost efficiency.
- Roofline modelai
- A chart showing whether a task is limited by compute or by memory bandwidth, helping engineers find the true performance ceiling.
- Room-temperature operationquantum
- The practical advantage claimed by photonic and some atomic platforms, which avoid dilution refrigeration entirely.
- Root mean square normalisation (RMSNorm)ai
- A lighter normalisation that scales a vector by its root mean square and learned weights, without subtracting the mean.
- Rotary position embedding (RoPE)ai
- A positional method that rotates query and key vectors by angles proportional to position, encoding relative distance directly within attention.
- Rotated surface codequantum
- A more compact layout of the surface code that protects a logical qubit using fewer physical qubits for the same code distance.
- Rotating framequantum
- A reference frame spinning with the qubit's own frequency, in which control pulses appear as simple static rotations.
- Rotating wave approximationquantum
- The standard simplification of dropping fast-oscillating terms from a driven system's description, valid when the drive is not too strong.
- ROUGE (recall-oriented understudy for gisting evaluation)ai
- A set of metrics scoring summaries by measuring overlap between the generated text and one or more human reference summaries.
- Rounding Error Exploitcrypto
- A rounding error exploit repeatedly extracts fractional amounts a contract discards, harmless in one transaction and severe across millions.
- Routercrypto
- A router contract directs token swaps across liquidity pools or DEXs, optimising execution by comparing multiple route paths automatically.
- Router Protocolcrypto
- Router Protocol provides cross-chain bridging and liquidity aggregation infrastructure connecting diverse blockchain ecosystems securely.
- RPC Endpointcrypto
- An RPC endpoint is the server an application queries for chain data, and depending on one is a quiet centralisation risk in most wallets.
- RSAquantum
- A widely used public-key cryptosystem whose security relies on the difficulty of factoring large numbers, a task Shor's algorithm could render easy.
- Rubric gradingai
- Scoring outputs against explicit written criteria, which makes automated judging far more consistent than open-ended rating.
- Rug Pullcrypto
- A rug pull occurs when developers abandon a project after draining liquidity or funds, leaving token holders with worthless assets.
- Runecrypto
- Rune is a forthcoming Bitcoin-layer token protocol enabling native asset issuance directly on the Bitcoin blockchain using ordinals.
- Runway (company)ai
- The video generation company behind the Gen series of models, aimed squarely at film and advertising production.
- RWA (Real-World Assets)crypto
- Real-World Assets tokenise tangible items like property, bonds, or invoices, bridging traditional finance liquidity with blockchain-based yield systems.
- Rx rotation gate (Rx)quantum
- A single-qubit gate that rotates the qubit state by a chosen angle about the x-axis of the Bloch sphere.
- Ry rotation gate (Ry)quantum
- A single-qubit gate that rotates the qubit state by a chosen angle about the y-axis of the Bloch sphere.
- Rydberg atomquantum
- An atom with an electron excited to a very high energy level, giving it a large size and strong interactions used to entangle qubits.
- Rydberg blockadequantum
- An effect where one excited atom prevents a nearby atom from being excited too, providing the interaction that creates entangling gates in neutral-atom systems.
- Rydberg gatequantum
- A two-qubit gate in which exciting one atom to a large Rydberg orbit blocks its neighbour from being excited, creating entanglement.
- Rydberg receiverquantum
- A radio antenna built from Rydberg atoms, able to sense a very wide band of frequencies with an atomically defined calibration.
- Rz rotation gate (Rz)quantum
- A single-qubit gate that rotates the qubit state by a chosen angle about the z-axis of the Bloch sphere, adjusting relative phase.
S
- S-dagger gate (S dagger)quantum
- The inverse of the phase gate, subtracting a ninety degree phase from the one state to undo the S gate's action.
- Sabliercrypto
- Sablier is a streaming-payments protocol enabling real-time token transfers, payroll automation, and continuous vesting of on-chain income.
- Saddle Financecrypto
- Saddle Finance was an Ethereum stable-swap AMM optimised for low-slippage trades between pegged assets like USDC and DAI.
- Safe (Gnosis Safe)crypto
- Safe is a multi-signature smart-wallet platform for teams and DAOs, ensuring secure treasury management and permissioned spending control.
- SafePalcrypto
- SafePal manufactures hardware and mobile wallets integrating DeFi access, staking, and cross-chain swaps.
- safetensorsai
- A model weight format designed to be loaded without executing code, replacing Python pickle files that could hide malware.
- Safety caseai
- A structured, evidence-backed argument that a system is safe enough to deploy for a given use, drawing on evaluations, testing and safeguards.
- Safety classifierai
- A separate model that screens inputs or outputs for harmful content and blocks or flags them, adding a safety layer around the main model.
- Saliency mapai
- A heatmap over the input showing which parts most influenced a prediction, an early and often unreliable explanation method.
- Same-Day Rulecrypto
- The UK same-day rule matches disposals against acquisitions made on the same day before touching the main pool.
- Samourai Walletcrypto
- Samourai Wallet emphasises Bitcoin privacy through Whirlpool mixes, coin-control tools, and Tor integration for censorship resistance.
- Sample-based quantum diagonalisationquantum
- Using measured bit strings from hardware to pick out a small classical subspace for exact diagonalisation, a practical hybrid approach to chemistry.
- Samplerai
- The algorithm that decides how a diffusion model steps from noise to a finished sample, affecting speed, quality and style.
- Samplingai
- Choosing the next token at random according to its probability rather than always taking the most likely one, adding variety to generated text.
- Sampling overhead (mitigation)quantum
- The extra number of circuit repetitions error mitigation demands, which grows exponentially and caps how far the technique can be pushed.
- Sampling problemquantum
- A computational task requiring outputs drawn from a specific probability distribution rather than a single answer, central to early demonstrations of quantum advantage.
- Sampling stepsai
- The number of denoising iterations used to produce an output; more steps often improve quality but take longer to compute.
- Sanctioned Addresscrypto
- A sanctioned address is one designated by an authority, after which regulated firms must block funds touching it and analytics tools flag anything downstream.
- Sanctions Screeningcrypto
- Sanctions screening checks counterparties and addresses against restricted lists, and is required of every regulated cryptoasset business.
- Sandbaggingai
- When a model deliberately underperforms on a safety evaluation to hide a dangerous capability, so it appears less capable than it truly is.
- Sandboxai
- An isolated environment where an agent's code or actions can run safely without affecting the wider system or real data.
- SandboxAQquantum
- The Alphabet spin-out working on post-quantum cryptography migration, quantum sensing and AI-driven simulation.
- Sandboxed executionai
- Running model-generated code in an isolated environment with no access to secrets or the network beyond what is explicitly allowed.
- Sandwich Attackcrypto
- A sandwich attack occurs when MEV bots place trades before and after a victim’s transaction to profit from predictable price movement.
- Saros Financecrypto
- Saros Finance is a DeFi suite on Solana offering swaps, staking, and token-launch utilities for community projects.
- Satcrypto
- A sat, short for satoshi, represents one hundred-millionth of a Bitcoin, functioning as the smallest divisible unit within Bitcoin’s network.
- Satellite QKDquantum
- Quantum key distribution carried out using photons exchanged with an orbiting satellite, extending secure links far beyond the reach of ground fibre.
- Satoshi Nakamotocrypto
- Satoshi Nakamoto is the pseudonymous creator of Bitcoin, whose white paper and implementation introduced decentralised, trust-minimised digital money.
- Saturation (benchmarks)ai
- The point at which top models score so close to the ceiling that a benchmark can no longer distinguish between them.
- SBT (Soulbound Token)crypto
- A Soulbound Token is a non-transferable credential representing identity, achievements, or reputation within decentralised social or governance ecosystems.
- Scalabilitycrypto
- Scalability measures a blockchain’s ability to handle increased transactions per second without compromising decentralisation, security, or performance stability.
- Scalable oversightai
- Research into supervising and evaluating AI on tasks too hard or costly for humans to check directly, for example by using AI assistance.
- Scale-up versus scale-outai
- The distinction between making one machine bigger and adding more machines, which decides whether the interconnect or the network is the constraint.
- Scaled dot-product attentionai
- Attention that scores query and key pairs by their dot product, divides by a scaling factor, applies softmax, then weights the values.
- Scaling lawsai
- The empirical finding that model loss falls predictably as a power of model size, data and compute, which is what justified ever-larger training runs.
- Schmidt decompositionquantum
- A canonical way of writing a two-part state that immediately reveals how entangled it is.
- Schnorr Signaturescrypto
- Schnorr signatures enable multi-key aggregation for compact proofs, improving privacy, scalability, and efficiency in Bitcoin and advanced crypto systems.
- Schrodinger equationquantum
- The equation governing how a quantum state evolves in time, the quantum counterpart of Newton's laws.
- Schrodinger's catquantum
- The thought experiment in which a cat is entangled with a decaying atom, devised to show how absurd superposition looks at everyday scale.
- scikit-learnai
- The standard Python library for classical machine learning, covering regression, clustering and evaluation without neural networks.
- Score-based generative modelai
- A model that learns the gradient of the data distribution and follows it to turn noise into realistic samples, closely related to diffusion.
- Scorechaincrypto
- Scorechain provides blockchain-risk-scoring, compliance APIs, and analytics dashboards for institutional crypto-asset monitoring and audit trails.
- Scratchpadai
- A working space where a model writes intermediate reasoning or notes while solving a task, kept apart from its final answer.
- Search algorithmai
- A method for exploring possible states or moves to find a goal, the backbone of classical AI planning and game playing.
- Searchercrypto
- A searcher is an operator scanning pending transactions for profitable ordering opportunities and bidding for the right to capture them.
- Second quantisationquantum
- A framework describing systems of identical particles by how many occupy each available state, widely used to encode chemistry for quantum computers.
- Secret key ratequantum
- The number of secure bits per second, or per pulse, that a quantum key distribution link produces after error correction and privacy amplification.
- Secret Networkcrypto
- Secret Network enables privacy-preserving smart contracts using encrypted inputs, outputs, and state secured by trusted-execution environments.
- Secret Tokencrypto
- Secret Token represents encrypted assets on Secret Network, preserving data confidentiality within smart-contract execution.
- Section 104 Poolcrypto
- UK capital gains rules pool identical assets into one holding with an averaged cost, which is how most cryptoasset disposals are actually calculated.
- Section 21 Approvalcrypto
- A UK financial promotion must be issued or approved by an authorised firm, which is why unapproved cryptoasset advertising carries criminal liability.
- Secure aggregationai
- Combining model updates so that the server sees only the total, never any individual contribution, closing a leak in federated learning.
- Secure Elementcrypto
- A secure element is a tamper-resistant chip in a hardware wallet that holds keys and performs signing without ever exposing the secret.
- Securities and Exchange Commission (SEC)crypto
- The SEC is the US securities regulator, whose enforcement approach to token classification shaped a decade of the industry's legal uncertainty.
- Security Tokencrypto
- A security token represents a regulated investment on a ledger, subject to the same disclosure and trading rules as the instrument it digitises.
- Seedai
- A number that fixes the random starting point of generation, so reusing it reproduces the same output for a given prompt and settings.
- Seed Phrasecrypto
- A seed phrase is a human-readable backup of a wallet’s private keys, enabling full account recovery and cryptographic ownership restoration.
- Segment Anything Model (SAM)ai
- Meta's promptable segmentation model, which outlines any object in an image from a click or box without task-specific training.
- Segregated Accountcrypto
- A segregated account holds a client's assets separately from the provider's own, so they are identifiable if the provider fails.
- SegWit (Segregated Witness)crypto
- SegWit moves signature data outside the main transaction structure, raising effective block capacity and fixing the transaction malleability bug that blocked payment channels.
- Sei Networkcrypto
- Sei is a sector-specific layer-one blockchain optimised for trading, offering sub-second finality and parallelised transaction execution.
- Selection rulequantum
- The constraint determining which transitions between energy levels a given interaction can drive, and which are forbidden.
- Self-attentionai
- An attention operation where each element of a sequence attends to every other element of the same sequence to build context-aware representations.
- Self-consistencyai
- Sampling several independent reasoning paths for one question and choosing the most common answer to raise reliability over a single attempt.
- Self-critiqueai
- Prompting a model to find faults in its own answer and suggest corrections before it produces a final response.
- Self-Custodycrypto
- Self-custody means holding your own keys rather than trusting a platform, moving the risk from counterparty failure to your own operational discipline.
- Self-playai
- Improving by competing against copies of itself, the training loop that produced superhuman chess and Go systems.
- Self-preference biasai
- The tendency of a model acting as judge to rate its own outputs, or those of its own family, more highly.
- Self-refineai
- A loop in which a model critiques its own draft and rewrites it, repeated until the critique finds nothing further.
- Self-supervised learningai
- Training where labels are generated from the data itself, such as predicting hidden words, removing the need for costly human annotation.
- Selfdestructcrypto
- Selfdestruct removed a contract and refunded gas, an opcode largely neutered because contracts vanishing broke assumptions everywhere else.
- Selfish Miningcrypto
- Selfish mining is withholding freshly found blocks to waste rivals' work, a strategy that can pay off for a large enough pool.
- Semantic chunkingai
- Splitting text at meaningful boundaries such as topic shifts rather than at fixed lengths, so each chunk stays coherent.
- Semantic memoryai
- An agent's store of general facts and concepts, kept separate from any particular past event or interaction.
- Semantic searchai
- Finding results by meaning rather than exact words, usually by comparing embeddings of the query and the stored text.
- Semantic segmentationai
- Labelling every pixel with the class it belongs to, without distinguishing between separate instances of that class.
- Semantic webai
- The effort to publish web data in machine-readable relationships rather than prose, an ancestor of today's knowledge graphs.
- Semi-supervised learningai
- Training that combines a small amount of labelled data with a large amount of unlabelled data to improve results affordably.
- Semiconductor nanowirequantum
- A very thin wire-like crystal that, when coupled to a superconductor, is a leading candidate for hosting Majorana zero modes.
- Semiconductor spin qubitquantum
- A qubit stored in the spin of a single electron confined in a semiconductor, attractive for its tiny footprint and compatibility with existing chip fabrication.
- SentencePieceai
- An open-source tokenisation toolkit that treats text as a raw stream, including spaces, so it works across languages without needing pre-split words.
- Sentiment analysisai
- Automatically determining the emotional tone of text, such as whether a review is positive, negative or neutral.
- Sentinel dVPNcrypto
- Sentinel provides decentralised VPN infrastructure built on Cosmos, rewarding bandwidth providers with native SENT tokens for secure routing.
- Separable statequantum
- A joint state expressible as a mixture of independent subsystem states, and therefore containing no entanglement.
- Sequence-to-sequence (seq2seq)ai
- A framework that maps an input sequence to an output sequence of possibly different length, as in translation or summarisation.
- Sequencercrypto
- A sequencer orders transactions in rollups, affecting fairness and latency while ensuring deterministic block production for layer-two scalability.
- Session Key Policycrypto
- A session key policy limits what a temporary key may do — which contracts, which amounts, for how long — so an app can act without full account access.
- Session Keyscrypto
- Session keys grant temporary permissions for smart-account actions, enabling secure delegation without revealing permanent wallet credentials.
- Settlement Finalitycrypto
- Settlement finality is the legal point at which a transfer cannot be reversed, a concept traditional law defines precisely and blockchains approximate probabilistically.
- Settlement Layercrypto
- A settlement layer is where a rollup's proofs are verified and disputes resolved, anchoring its security to a larger chain.
- SGLangai
- An open-source inference engine for language models, focused on structured generation and efficient reuse of shared prefixes.
- SHA-256crypto
- SHA-256 is the hash function securing Bitcoin mining and its block structure, chosen for being fast to verify and infeasible to reverse.
- SHA-3quantum
- The hash function family underpinning several post-quantum signature schemes and considered secure against quantum attack at sufficient output length.
- Shadow AIai
- Employees using unapproved AI tools with company data, the main route by which confidential information leaves an organisation.
- Shadow deploymentai
- Running a new model alongside the live one on real traffic without showing its output, to compare behaviour before switching.
- Shamir Backupcrypto
- Shamir backup splits a seed into several shares of which a threshold is needed to restore, removing the single point of failure in a written phrase.
- SHAP (SHapley Additive exPlanations)ai
- An attribution method that shares credit for a prediction among input features using a result from cooperative game theory.
- Shardexcrypto
- Shardex offers multichain liquidity aggregation and automated yield optimisation across EVM networks with cross-chain execution support.
- Shardingcrypto
- Sharding partitions blockchain data horizontally, distributing workload among shards to improve scalability and transaction throughput across networks.
- Shiba Inu (SHIB)crypto
- Shiba Inu is a meme-origin cryptocurrency evolving into a decentralised ecosystem including DEXs, NFTs, and community-driven governance features.
- Shielded Poolcrypto
- A shielded pool hides transaction amounts and addresses using zero-knowledge proofs, improving on-chain privacy for compliant DeFi activity.
- Shor codequantum
- The first quantum error-correcting code, using nine physical qubits to protect one logical qubit against any single-qubit error.
- Shor's algorithmquantum
- A quantum algorithm that can factor large whole numbers exponentially faster than known classical methods, threatening much of today's public-key cryptography.
- Short-Term Holdercrypto
- Short-term holders bought recently and sell fastest under stress, making their cost basis a closely watched support level.
- Short-term memoryai
- Information an agent holds only for the current task or conversation, usually kept inside the active context window.
- Shortest Vector Problem (SVP)quantum
- The task of finding the shortest non-zero vector in a lattice, a problem thought to resist quantum attack and underlying lattice cryptography.
- Shot noisequantum
- Random fluctuations arising from counting discrete particles such as photons, setting a basic precision limit that quantum techniques can beat.
- Side-channel attackquantum
- Recovering secrets from timing, power or emissions rather than from the mathematics, a live risk in new post-quantum implementations.
- Sideband coolingquantum
- A laser technique that removes vibrational energy from trapped ions, bringing their motion close to its lowest quantum state for high-fidelity gates.
- Sidechaincrypto
- A sidechain is an independent chain with its own validators and a bridge, offering cheaper transactions without inheriting the main chain's security.
- Siftingquantum
- The step in quantum key distribution where the two parties publicly compare their basis choices and discard every bit measured in mismatched bases.
- Sigmoid functionai
- An activation that squashes any real number into the range zero to one, historically used for gates and binary outputs.
- Sigmoid-weighted linear unit (SiLU)ai
- An activation, also called Swish, that multiplies each input by its sigmoid, giving a smooth curve that can output small negative values.
- Sign problemquantum
- The cancellation that makes classical Monte Carlo fail for fermionic and frustrated systems, and the clearest opening for quantum simulation.
- Signature sizequantum
- The bytes a signature occupies, a practical constraint that decides which post-quantum scheme fits a given protocol or device.
- Signed distance function (SDF)ai
- A way of representing a 3D surface by the distance from any point to it, commonly used in generative 3D pipelines.
- SIKEquantum
- Supersingular Isogeny Key Encapsulation, a compact post-quantum candidate broken in 2022 by a classical mathematical attack, ending its place in standardisation.
- Silent Paymentscrypto
- Silent payments let a recipient publish one static address while every payment still lands at a unique on-chain address, restoring privacy without interactive setup.
- Silicon carbide defect qubitquantum
- A colour-centre qubit in silicon carbide, attractive because the host material is already industrially manufactured.
- Silicon nitride waveguidequantum
- A low-loss on-chip light guide widely used in quantum photonic circuits.
- Silicon Quantum Computing (SQC)quantum
- The Australian company building atom-precision devices in silicon under Michelle Simmons.
- Silicon qubitquantum
- A spin qubit built in silicon, benefiting from mature chip manufacturing and long coherence when made from isotopically purified material.
- SIM Swap Attackcrypto
- A SIM swap transfers a victim's phone number to the attacker, defeating text-message two-factor authentication and unlocking account recovery flows.
- Sim-to-real transferai
- Training a robot policy in simulation and deploying it on real hardware, which fails unless the simulation's imperfections are accounted for.
- Simon's algorithmquantum
- A quantum algorithm that finds a hidden period of a function exponentially faster than any classical method, inspiring the techniques behind Shor's algorithm.
- SimpleQAai
- A benchmark of short factual questions with verifiable answers, used to measure hallucination rather than reasoning.
- Simulated annealingai
- An optimisation method that accepts worse solutions early on, with decreasing probability, to escape local minima before settling.
- Simultaneous localisation and mapping (SLAM)ai
- Building a map of an unknown space while tracking your own position within it, the core problem of mobile robotics and headsets.
- Single-photon detectorquantum
- A highly sensitive device that registers the arrival of an individual photon, essential for measuring the state of photonic qubits.
- Single-photon sourcequantum
- A device that emits exactly one photon on demand, a key ingredient for photonic quantum computing and quantum communication.
- Single-qubit gatequantum
- A gate acting on one qubit at a time, corresponding to a rotation of that qubit's state on the Bloch sphere.
- Single-qubit gate fidelityquantum
- The accuracy of an operation acting on one qubit, typically much higher than two-qubit gate fidelity on current hardware.
- Single-shot error correctionquantum
- Correcting errors reliably from just one round of noisy syndrome measurements, avoiding the usual need to repeat rounds many times.
- Single-shot readoutquantum
- Determining a qubit's state reliably in one measurement rather than by averaging many repetitions, a prerequisite for error correction.
- Singlet-triplet qubitquantum
- A spin qubit encoded in the combined state of two electrons in adjacent quantum dots, controlled by tuning their exchange interaction.
- Sinusoidal positional encodingai
- Fixed positional signals built from sine and cosine waves of different frequencies, added to embeddings in the original transformer design.
- Situational awarenessai
- A model's ability to recognise that it is an AI system, and to tell whether it is being tested, trained or deployed.
- Skale Networkcrypto
- Skale is an elastic sidechain network for Ethereum enabling high-throughput, zero-gas applications using pooled validator security.
- Skill (agent)ai
- A packaged set of instructions and resources that teaches an agent a specific procedure, loaded only when the task calls for it.
- Skip connectionai
- A link that passes activations from an earlier layer directly to a later one, bypassing intermediate layers to preserve information.
- Sky Protocolcrypto
- Sky Protocol (formerly MakerDAO) governs DAI and stUSDS, integrating risk management, stability mechanisms, and institutional DeFi participation.
- Skynet Analyticscrypto
- Skynet Analytics provides on-chain risk metrics and behavioural analysis tools supporting DeFi security and compliance monitoring.
- Slashingcrypto
- Slashing destroys part of a validator's stake for provable misbehaviour such as signing two conflicting blocks, making attacks financially self-punishing.
- Sleeper agent (model)ai
- A model trained to act normally until a trigger condition appears, shown to survive standard safety fine-tuning.
- SLH-DSAquantum
- The Stateless Hash-based Digital Signature Algorithm, published by NIST as FIPS 205 and derived from SPHINCS+, relying only on hash-function security.
- Sliding-window attentionai
- Attention in which each token attends only to a fixed window of nearby tokens, cutting cost for very long sequences.
- Slippagecrypto
- Slippage measures price difference between expected and executed trade values, influenced by liquidity depth, volatility, and order size.
- Slippage Tolerancecrypto
- Slippage tolerance is the worst price a swap will accept before reverting, and setting it too high invites a sandwich attack.
- Slopai
- Low-quality AI-generated content published at volume, degrading search results, marketplaces and social feeds.
- Slot (Ethereum)crypto
- A slot is Ethereum's twelve-second unit of time, in each of which one validator is chosen to propose a block.
- SlowMistcrypto
- SlowMist is a cybersecurity firm specialising in smart-contract audits, threat-intelligence, and incident-response reporting for global Web3 ecosystems.
- Small language model (SLM)ai
- A model small enough to run on a phone or a single GPU, adequate for routing, extraction and classification at a fraction of the cost.
- Smart Accountcrypto
- A smart account is a wallet governed by contract code, allowing recovery, spending limits, batching and sponsored fees that a plain key cannot offer.
- Smart Contractcrypto
- A smart contract is self-executing code stored on-chain, enforcing agreements automatically without intermediaries or manual intervention.
- Snapshotcrypto
- Snapshot is an off-chain governance platform enabling token-weighted voting without gas fees, storing verified results via cryptographic signatures.
- Social Recoverycrypto
- Social recovery lets a chosen set of guardians restore access to a smart account, removing the single unrecoverable point a seed phrase creates.
- Socialised Losscrypto
- Socialised loss spreads an unrecoverable deficit across remaining traders when a venue's insurance fund is exhausted.
- Socket Protocolcrypto
- Socket enables secure cross-chain liquidity bridging and composable interoperability primitives for developers and decentralised exchanges.
- Soft actor-critic (SAC)ai
- An off-policy method that maximises reward plus policy entropy, keeping exploration alive in continuous control tasks.
- Soft information decodingquantum
- Feeding the decoder the analogue confidence of each measurement rather than a hard zero or one, which recovers a useful amount of accuracy.
- Softmax functionai
- A function that turns a vector of scores into a probability distribution, where larger scores receive exponentially larger shares summing to one.
- Solana (SOL)crypto
- Solana is a high-throughput blockchain using proof-of-history and parallel execution to achieve low-latency transactions and scalable decentralised applications.
- Soliditycrypto
- Solidity is the dominant smart contract language for the Ethereum Virtual Machine, and the language most audited codebases are written in.
- Solo Stakingcrypto
- Solo staking runs your own validator with your own keys, the form that contributes most to decentralisation and demands the most operational care.
- Solovay-Kitaev theoremquantum
- A result guaranteeing that any single-qubit gate can be approximated efficiently to any accuracy using a fixed universal set of gates.
- SOPR (Spent Output Profit Ratio)crypto
- SOPR measures whether coins moving on-chain are being sold at a profit or a loss, a widely watched capitulation indicator.
- Sora (OpenAI)ai
- OpenAI's text-to-video model, announced in February 2024, notable for minute-long clips with consistent scenes.
- Sora (XOR)crypto
- Sora is a decentralised economic system and parachain building interoperability across Polkadot and Kusama, using XOR as its utility token.
- Source of Fundscrypto
- A source of funds check establishes where money originated, and is where crypto-derived wealth most often stalls in banking onboarding.
- Sovereign Rollupcrypto
- A sovereign rollup posts data to another chain but settles disputes through its own social consensus rather than a settlement contract.
- Space-time overheadquantum
- The combined cost in qubits and time steps to run a fault-tolerant computation, a fuller measure than counting qubits alone.
- Space-time volumequantum
- Qubits multiplied by time, the currency in which fault-tolerant algorithm costs are properly quoted.
- SpaceIDcrypto
- SpaceID provides universal blockchain domain names linking wallets and decentralised identities across Ethereum, BNB Chain, and Arbitrum.
- Sparse attentionai
- Attention that connects each token to only a subset of others following a fixed or learned pattern, reducing quadratic cost.
- Sparse autoencoder (SAE)ai
- An interpretability tool that decomposes a model's dense activations into many sparse features, each hopefully corresponding to a single human-understandable concept.
- Sparse rewardai
- A setting where feedback arrives only rarely, such as at the end of a long task, making credit assignment very hard.
- Sparse vector searchai
- Retrieval using learned term weights, combining the interpretability of keyword search with some of the flexibility of embeddings.
- Sparsityai
- The share of a model's weights that are zero; higher sparsity can reduce storage and computation if the hardware exploits the missing values.
- Speaker diarisationai
- Working out who spoke when in a recording, so a transcript can be split by speaker.
- Special tokensai
- Reserved tokens that carry structural meaning rather than ordinary text, marking things like the start of a sequence, padding, or the end of a turn.
- Specially Designated Nationals List (SDN)crypto
- The SDN list names parties US persons may not deal with, and now includes cryptoasset addresses alongside individuals and companies.
- Specification gamingai
- Behaviour that satisfies the literal wording of an objective while violating its intended spirit, a common failure when goals are imperfectly specified.
- Specificityai
- Of all the truly negative items, the fraction a model correctly identifies as negative; also called the true negative rate.
- Spectrogramai
- A visual map of how a sound's frequencies change over time, commonly used as an intermediate step in speech and audio generation.
- Speculative decodingai
- A speed-up where a small draft model proposes several tokens ahead and the main model verifies them in one pass, accepting those it agrees with.
- Speech synthesis markup language (SSML)ai
- A markup format for controlling pronunciation, pauses and emphasis in generated speech.
- Speech-to-speech modelai
- A model that takes audio in and produces audio out without an intermediate text step, preserving tone, timing and interruption.
- SPHINCS+quantum
- A stateless hash-based signature scheme whose security depends solely on hash functions, chosen by NIST and standardised as SLH-DSA.
- Spillwaycrypto
- Spillway routes liquidity between AMMs, optimising capital efficiency and mitigating impermanent loss via algorithmic rebalancing strategies.
- Spin echo (Hahn echo)quantum
- A control technique that reverses slow dephasing with a mid-sequence pulse, extending the measured coherence of a qubit.
- Spin qubitquantum
- A qubit encoded in the spin of an electron or nucleus, usually confined in a semiconductor structure and controlled electrically or magnetically.
- Spin squeezingquantum
- Redistributing quantum noise among many entangled atoms so a chosen collective property can be measured more precisely, enhancing clocks and sensors.
- Spontaneous emissionquantum
- An excited state decaying by emitting a photon without being prompted, one of the fundamental limits on qubit lifetime.
- Spontaneous parametric down-conversion (SPDC)quantum
- A nonlinear optical process that splits one photon into two lower-energy photons, widely used as a reliable source of entangled photon pairs.
- Spoofing (quantum advantage)quantum
- Producing output that passes a quantum advantage test by classical means, which has repeatedly narrowed earlier supremacy claims.
- Spoofing (Trading)crypto
- Spoofing places large orders with no intention of filling them, to move price before cancelling, and is market abuse in regulated venues.
- SpookySwapcrypto
- SpookySwap is a Fantom-based AMM and DEX offering native staking, NFTs, and low-fee cross-chain bridging integrations.
- Spot ETFcrypto
- A spot ETF holds the asset itself rather than futures, giving traditional accounts direct exposure without custody, approved in the US for Bitcoin in January 2024.
- Spot instanceai
- Interruptible cloud capacity sold cheaply, usable for training only when checkpointing is frequent enough to survive eviction.
- Spruce IDcrypto
- Spruce ID develops open-source identity-verification standards for Web3 wallets and credential issuers.
- SQuAD (Stanford Question Answering Dataset)ai
- A reading comprehension benchmark where answers must be spans of a supplied passage.
- Square root of NOT gate (SX)quantum
- A single-qubit gate that performs half of a bit flip, so applying it twice equals a Pauli-X; it is common as a hardware-native operation.
- Squeezed lightquantum
- Light engineered so that noise in one property drops below the usual quantum limit, used in continuous-variable photonic computing and precision sensing.
- Squeezed light in gravitational-wave detectionquantum
- The routine use of squeezed vacuum in LIGO and Virgo to reduce quantum noise, the most consequential deployed quantum sensing technology.
- SQUIDquantum
- A superconducting quantum interference device, an extremely sensitive magnetometer that detects tiny magnetic fields using superconducting loops and quantum interference.
- Stabiliser codequantum
- A quantum error-correcting code defined by a group of commuting Pauli operators whose shared +1 eigenspace stores the protected logical information.
- Stabiliser formalismquantum
- A compact way of describing certain quantum states and Clifford circuits using Pauli operators, underpinning much of quantum error correction.
- Stabiliser generatorquantum
- One of the independent Pauli operators that generate a stabiliser code's group; measuring each reveals errors without disturbing the encoded data.
- Stabiliser measurementquantum
- Checking a parity condition across several qubits to reveal that an error occurred without revealing the encoded value.
- Stabiliser rankquantum
- A measure of how far a state is from being efficiently simulable, which quantifies the classical cost of simulating non-Clifford gates.
- Stability AIai
- The London company that released Stable Diffusion with open weights in 2022, putting image generation on ordinary consumer hardware.
- Stable Diffusionai
- The open-weight latent diffusion model released in 2022, the basis of most local image-generation tooling and fine-tunes.
- Stablecoincrypto
- A stablecoin maintains a fixed value relative to fiat or commodities, providing stability for trading, payments, and on-chain financial applications.
- Stablecoin Supply Ratiocrypto
- The stablecoin supply ratio compares crypto market value with stablecoin supply, treated as a rough measure of dry powder available to buy.
- StableSwap Invariantcrypto
- StableSwap invariant is a curve formula optimised for correlated assets, balancing stability and liquidity efficiency within decentralised exchanges.
- Stackscrypto
- Stacks brings smart-contract functionality to Bitcoin via a separate layer anchored by proof-of-transfer consensus.
- Stadercrypto
- Stader provides liquid-staking infrastructure for multiple proof-of-stake blockchains, issuing derivatives like ETHx or MATICx representing staked positions.
- Stafi Protocolcrypto
- Stafi allows users to stake PoS assets while maintaining liquidity through rTokens redeemable for underlying deposits and accrued rewards.
- StakeWisecrypto
- StakeWise is an Ethereum liquid-staking service using dual-token accounting to separate principal and yield for flexible DeFi composition.
- Stakingcrypto
- Staking locks tokens to secure a proof-of-stake network, rewarding participants with yield while deterring malicious behaviour economically.
- Staking Income Taxcrypto
- Most tax authorities treat staking rewards as income at receipt and then as a capital asset afterwards, creating a liability before anything is sold.
- Staking Poolcrypto
- A staking pool aggregates deposits below the minimum required to run a validator, sharing rewards proportionally and introducing an operator to trust.
- Standard quantum limit (SQL)quantum
- The best precision achievable using independent, unentangled particles; entanglement and squeezing are needed to surpass it.
- Starknetcrypto
- Starknet is a validity-rollup using STARK proofs for scalability, maintaining Ethereum-level security while enabling high-throughput smart contracts.
- Starling (IBM)quantum
- IBM's planned fault-tolerant machine, targeted for 2029 and built on quantum low-density parity-check codes rather than the surface code.
- State fidelityquantum
- A measure of how close a prepared quantum state is to the intended target, ranging from 0 to 1, where 1 means identical.
- State Growthcrypto
- State growth is the steady expansion of the data every node must keep, the quiet constraint on how cheap running a node can stay.
- State injectionquantum
- Preparing a low-fidelity non-Clifford state inside the code so that distillation or cultivation can purify it.
- State normalisationquantum
- The requirement that a quantum state's squared amplitudes sum to one, keeping the total probability across outcomes equal to one.
- State preparation and measurement error (SPAM)quantum
- The combined error from imperfectly initialising qubits and imperfectly reading them out, often reported together because the two are hard to separate.
- State-dependent forcequantum
- A laser or microwave force that pushes an ion differently depending on its internal state, the mechanism behind Molmer-Sorensen gates.
- State-space model (SSM)ai
- A sequence model that maintains a hidden state evolving through linear recurrence, allowing efficient handling of long-range dependencies.
- Statelessnesscrypto
- Statelessness would let a node verify blocks without storing the full state, removing the ever-growing disk requirement of running one.
- Static batchingai
- Grouping a fixed set of requests and processing them together from start to finish; simpler than continuous batching but wastes capacity when requests differ in length.
- Stealth EXcrypto
- Stealth EX is a non-custodial crypto-exchange aggregator enabling instant swaps across blockchains without account registration.
- Steane codequantum
- A seven-qubit CSS code that protects one logical qubit and allows all Clifford gates to be performed transversally.
- Stemmingai
- Reducing words to a crude root by chopping off endings, so that running and runs both map to the same stem.
- Step-back promptingai
- Asking the model to state the general principle before tackling the specific question, which improves accuracy on reasoning tasks.
- Stereotype amplificationai
- The tendency of a model to reproduce a skew in its training data more strongly than the data itself displays.
- Stimulated emissionquantum
- An incoming photon triggering an excited atom to emit an identical one, the mechanism behind lasers.
- Stochastic gradient descent (SGD)ai
- An optimisation method that updates model weights using the gradient from one small batch of examples at a time rather than everything.
- Stock-to-Flowcrypto
- Stock-to-flow divides existing supply by annual new issuance, a scarcity model that became a popular price forecast and then failed publicly.
- Stop sequenceai
- A string that tells the model to halt generation as soon as it is produced, used to end responses at a natural or defined boundary.
- Stop wordsai
- Common words such as the, is and and, often removed before analysis because they carry little distinguishing meaning.
- Stop-Loss Ordercrypto
- A stop-loss order sells automatically once a price threshold is crossed, capping losses but vulnerable to being triggered by a brief wick.
- Storage Slotcrypto
- A storage slot is one 32-byte cell of a contract's permanent state, the most expensive resource a smart contract can consume.
- Stored Value Facility (SVF)crypto
- A licence category for services that hold customer money and let them spend it later, like a prepaid card or a payment wallet. It regulates the thing as a payment instrument rather than as an investment, which is why an SVF holder can sit inside an ordinary checkout. Crypto.com's Dubai entity became the first virtual asset service provider granted one by the Central Bank of the UAE.
- Stranded Energycrypto
- Stranded energy is power that cannot economically reach a grid, and the case most often made for siting mining beside it.
- Streamingai
- Sending a model's output token by token as it is generated, so users see text appear progressively instead of waiting for the whole response.
- Streamlitai
- A Python framework for building data and model dashboards without front-end code.
- Stridecrypto
- Stride offers liquid staking across Cosmos chains, issuing stTokens redeemable for staked assets and rewards in IBC-connected ecosystems.
- Strikecrypto
- Strike is a Bitcoin-based payment app using Lightning Network for instant, low-fee global remittances and merchant settlements.
- Strong coupling regimequantum
- The condition where a qubit and a resonator exchange energy faster than either loses it, a prerequisite for circuit quantum electrodynamics.
- Structure from motionai
- Reconstructing three-dimensional geometry and camera positions from a set of overlapping photographs.
- Structured outputai
- Model responses forced to match a defined schema, such as JSON with set fields, so the result can be parsed reliably by software.
- Structured Product (Crypto)crypto
- A structured product packages options into a fixed payoff such as a dual-currency deposit, often sold on headline yield without clear risk disclosure.
- Structured pruningai
- Pruning that removes entire units such as neurons, attention heads or layers, so the smaller model runs faster on ordinary hardware.
- Sub-shot-noise measurementquantum
- A measurement whose precision beats the statistical limit of ordinary light, achieved by using squeezed or entangled states.
- Subagentai
- A separate agent spawned to handle a bounded piece of work in its own context, returning only its conclusion to the caller.
- Subgraphcrypto
- A subgraph is an indexed, queryable view of a contract's activity, the standard way applications read historical on-chain data quickly.
- Subsystem codequantum
- A code with extra gauge degrees of freedom that need not be tracked, often simplifying syndrome measurement and fault-tolerant design.
- Subword tokenisationai
- Splitting text into pieces smaller than words, so rare or unseen words are represented by known fragments rather than treated as unknown.
- Sudoswapcrypto
- Sudoswap introduced automated market-maker mechanics for NFTs, replacing order books with dynamic bonding curves for efficient pricing.
- Sui Networkcrypto
- Sui is a Move-based layer-one blockchain emphasising parallel transaction execution, object-centric storage, and developer-friendly scalability.
- Sunoai
- A music generation service that produces full songs with vocals from a text prompt, and a focus of record-industry copyright litigation.
- Super-resolutionai
- Increasing an image or video's resolution by generating realistic fine detail rather than simply stretching the existing pixels.
- Superalignmentai
- Research aimed at reliably aligning and controlling AI systems that are far more capable than humans, before such systems are built.
- Superconducting circuitquantum
- A microwave circuit cooled to millikelvin temperatures where a Josephson junction creates the two isolated levels used as a qubit.
- Superconducting nanowire single-photon detector (SNSPD)quantum
- A highly efficient, low-noise light detector used in quantum communication to register individual photons, especially at telecom wavelengths in optical fibre.
- Superconducting quantum interference device (SQUID)quantum
- A loop containing Josephson junctions that is extremely sensitive to magnetic flux, used to tune qubit frequencies and detect tiny magnetic signals.
- Superconducting qubitquantum
- A qubit made from superconducting electrical circuits cooled to near absolute zero, controlled with microwave pulses and read out electronically.
- Superconductivityquantum
- The loss of all electrical resistance below a critical temperature, which lets a circuit hold a quantum state long enough to compute with.
- Superdense codingquantum
- A protocol using one shared entangled qubit to transmit two classical bits by sending a single qubit.
- SuperGLUEai
- The harder replacement for GLUE, itself surpassed by human baselines within a few years.
- Superpositionquantum
- A quantum system's ability to exist in a combination of multiple states at once, with each state carrying a probability amplitude until measured.
- Superposition principlequantum
- The rule that any linear combination of valid quantum states is itself another valid state of the same system.
- Supervised fine-tuning (SFT)ai
- Training a pretrained model on curated example responses, the first post-training step before preference optimisation.
- Supervised learningai
- Training a model on labelled examples, where each input carries a known correct output, so it learns to predict labels for new data.
- Supervisor agentai
- An agent that oversees others, assigning work, checking progress and deciding when the overall task is complete.
- Supply chain attack (models)ai
- Compromising a published model, dataset or package so that anyone who downloads it inherits the attacker's code or behaviour.
- Supply Chain Tamperingcrypto
- Supply chain tampering is interference with a wallet device before it reaches the buyer, the reason devices should be bought direct and initialised from scratch.
- Supply in Profitcrypto
- Supply in profit is the share of coins whose last movement was at a lower price than today's, an aggregate measure of holder comfort.
- Support and Resistancecrypto
- Support and resistance are price levels where buying or selling has repeatedly appeared, useful as reference points rather than predictions.
- Support vector machine (SVM)ai
- A classifier that separates classes by finding the decision boundary with the widest possible margin between them.
- Surface codequantum
- A widely studied quantum error-correcting code that arranges physical qubits on a two-dimensional grid, tolerating relatively high error rates.
- Surface code cyclequantum
- One full round of stabiliser measurement, whose duration sets the machine's fundamental clock.
- Surface lossquantum
- Energy lost to imperfections at a superconducting chip's surfaces and interfaces, the dominant limit on transmon coherence.
- Surface trapquantum
- A chip-based ion trap where control electrodes lie on a flat surface, letting ions be held and moved just above the chip.
- Sushiswapcrypto
- Sushiswap is a community-driven DEX fork of Uniswap adding yield farms, token incentives, and cross-chain integrations.
- Suspicious Activity Report (SAR)crypto
- A SAR is the confidential report a regulated firm files when it suspects criminal proceeds, and filing it is a legal obligation, not a discretion.
- SWAP gatequantum
- A two-qubit gate that exchanges the states of two qubits, equivalent to three CNOT gates applied in sequence.
- SWAP insertionquantum
- Adding SWAP gates during transpilation to move qubit states around a chip so that distant qubits can interact.
- SWAP networkquantum
- A structured pattern of SWAP gates that moves qubit states around a limited-connectivity device so that distant qubits can interact.
- Swarm intelligenceai
- Problem-solving that emerges from many simple agents following local rules, as in ant colony or particle swarm optimisation.
- SWE-benchai
- A benchmark that gives a model real GitHub issues from open-source projects and checks whether its code patch makes the repository's tests pass.
- SWE-bench Verifiedai
- A human-checked subset of SWE-bench in which every task was confirmed solvable and correctly specified.
- Sweep (Wallet)crypto
- Sweeping moves the entire balance from an imported private key into a wallet's own keys, ensuring the old key can no longer spend the funds.
- Swell Networkcrypto
- Swell Network offers non-custodial Ethereum liquid staking, issuing yield-bearing swETH tokens redeemable for underlying ETH.
- SWIFT CBDC Bridgecrypto
- SWIFT CBDC Bridge experiments with connecting central-bank digital-currency systems across jurisdictions for interoperable cross-border settlement.
- SwiGLUai
- A gated activation used in transformer feedforward layers, combining a Swish activation with a gated linear unit to improve quality.
- Sybil Attackcrypto
- A Sybil attack creates many fake identities to gain disproportionate influence, the reason airdrops and voting systems need identity or stake weighting.
- Sycamorequantum
- Google's 53-qubit processor, used in the 2019 experiment that claimed the first quantum computational advantage over classical supercomputers.
- Sycophancyai
- A model's tendency to agree with a user or tell them what they want to hear, rather than giving an accurate or honest answer.
- Symbolic AIai
- The approach of encoding knowledge as explicit symbols and logical rules that a machine manipulates, dominant before statistical learning took over.
- Symmetry verificationquantum
- Discarding results that violate a conserved quantity the computation should preserve, a cheap error-mitigation technique.
- Sympathetic coolingquantum
- Cooling computational ions by mixing in a different species that can be laser-cooled without disturbing the stored information.
- Synapse Protocolcrypto
- Synapse is a cross-chain messaging and liquidity network enabling asset transfers, bridging, and multichain governance interoperability.
- Sync Committeecrypto
- A sync committee is a rotating group of validators whose signatures let light clients follow the chain without downloading everything.
- SyncSwapcrypto
- SyncSwap is a zkSync-based AMM combining efficient zero-knowledge settlements with low gas fees and unified liquidity routing.
- Syndrome decodingquantum
- Working out from the pattern of failed parity checks which physical errors most likely occurred, and what correction to apply.
- Syndrome extractionquantum
- The circuit process of coupling data qubits to ancillas and measuring them to read out error syndromes each correction round.
- Syndrome graphquantum
- The graph whose nodes are detection events and whose edges are the errors that could have caused them, the structure matching decoders search.
- Syndrome measurementquantum
- Measuring a code's stabiliser operators to detect errors, giving classical outcomes that flag problems without revealing or collapsing the encoded data.
- Synonymcrypto
- Synonym builds Bitcoin-native Web3 tools enabling decentralised identity and peer-to-peer application layers.
- Synthetic dataai
- Artificially generated training examples, often produced by a model or simulation, used to supplement or replace scarce real-world data.
- Synthetic media labellingai
- Marking AI-generated content so that platforms and audiences can identify it, mandated for some uses under the EU AI Act.
- SynthIDai
- A watermarking technology that embeds an imperceptible signal into AI-generated images, audio, text or video for later detection.
- System cardai
- A broader disclosure than a model card, documenting how a deployed system was tested, along with its safety evaluations, risks and mitigations.
- System promptai
- A background instruction given to a model before the conversation, setting its role, tone and rules that shape every subsequent response.
T
- T gate (T)quantum
- A single-qubit gate that adds a forty-five degree phase to the one state; it is non-Clifford and needed for universal quantum computation.
- T-countquantum
- The number of costly T gates in a fault-tolerant quantum circuit. Because these gates dominate the resource cost, algorithms are often optimised to reduce it.
- T-dagger gate (T dagger)quantum
- The inverse of the T gate, subtracting a forty-five degree phase from the one state to reverse the T gate's rotation.
- t-distributed stochastic neighbour embedding (t-SNE)ai
- A method that maps high-dimensional data into two or three dimensions for visualisation, preserving local groupings of similar points.
- T1 (relaxation time)quantum
- The average time a qubit takes to lose its energy and decay from the excited state to the ground state, a core measure of quality.
- T2 (dephasing time)quantum
- The average time over which a qubit keeps its phase information before quantum interference is lost, limiting how long computations stay reliable.
- T5 (Text-to-Text Transfer Transformer)ai
- Google's encoder-decoder model that recast every language task as text in, text out.
- Tainted Coinscrypto
- Tainted coins are those traceable to illicit activity, which some exchanges freeze on receipt even when the current holder acquired them innocently.
- Take-Profit Ordercrypto
- A take-profit order closes a position automatically once a target price is reached, removing the need to watch a screen.
- Taloscrypto
- Talos is an institutional trading platform offering connectivity, settlement, and risk tools across digital-asset markets.
- Tantalum qubitquantum
- A superconducting qubit made with tantalum rather than niobium or aluminium, which extended coherence times several-fold.
- TapiocaDAOcrypto
- TapiocaDAO issues omnichain stablecoins collateralised by yield-bearing assets, integrating cross-chain borrowing and lending functionalities.
- Taprootcrypto
- Taproot is a Bitcoin upgrade improving privacy and script flexibility by merging complex conditions into a single Schnorr-based signature output.
- Tapscriptcrypto
- Tapscript is the scripting language introduced with Taproot, giving Bitcoin spending conditions more flexibility while revealing only the branch actually used.
- Task arithmeticai
- Adding or subtracting the weight differences produced by fine-tuning, letting a capability be transplanted or removed from a model.
- Task decompositionai
- Breaking a large goal into smaller ordered subtasks that an agent can tackle one at a time before combining the results.
- Task success rateai
- The share of attempts an agent completes end to end, the only agent metric that survives contact with real deployment.
- Teleoperationai
- A person controlling a robot remotely, used both as a fallback for autonomy and as a way to collect demonstration data.
- Temperatureai
- A sampling setting that scales the token probabilities; low values make output focused and predictable, high values make it more varied and random.
- Temporal consistencyai
- The quality of keeping objects, colours and details stable across video frames so generated footage does not flicker or drift.
- Temporal difference learningai
- Updating a value estimate towards the immediately observed reward plus the estimate of what follows, without waiting for the episode to end.
- Tempus Financecrypto
- Tempus tokenises future yield and principal separately, enabling fixed-income markets within decentralised finance environments.
- Tendermintcrypto
- Tendermint is the Byzantine fault-tolerant consensus engine underpinning Cosmos chains, giving instant finality rather than probabilistic settlement.
- Tensorcrypto
- Tensor is a professional Solana NFT marketplace offering real-time analytics, liquidity aggregation, and advanced trading automation.
- Tensor coresai
- Specialised units inside Nvidia GPUs that accelerate the matrix multiplications at the heart of neural networks, greatly speeding up training and inference.
- Tensor networkquantum
- A classical representation of quantum states as networks of small tensors, which simulates many circuits far better than brute force.
- Tensor parallelismai
- Splitting individual layers of a model across devices so one large operation runs in parallel on several chips at once.
- Tensor processing unit (TPU)ai
- Google's custom chip designed specifically for machine learning, optimised to speed up the tensor operations that neural networks depend on.
- Tensor-network decoderquantum
- A decoder that approximates the most likely error class by contracting a network, more accurate than matching but slower.
- TensorFlowai
- Google's deep learning framework, dominant in the late 2010s and still widespread in production and mobile deployment.
- TensorRTai
- Nvidia's inference optimiser, which fuses and quantises a trained network into a faster deployment-ready engine.
- Teraquop regimequantum
- The scale of roughly a trillion logical operations, where the widely cited commercial applications of quantum computing would become possible.
- Term frequency-inverse document frequency (TF-IDF)ai
- A weighting that scores a word by its frequency in a document, offset by how rare it is across all documents.
- Terminal-Benchai
- A benchmark of tasks an agent must complete in a real shell, testing tool use and recovery rather than code generation alone.
- Test setai
- Data kept completely separate until the end, used once to give an honest estimate of how the finished model performs.
- Test-time computeai
- Compute spent while answering rather than during training, such as longer reasoning or repeated sampling, now a distinct axis of model improvement.
- Tether (USDT)crypto
- Tether is the largest stablecoin by supply, dominant in offshore trading and long the subject of scrutiny over reserve disclosure.
- Text and data mining exceptionai
- The copyright carve-out permitting automated analysis of works, narrow in the UK and subject to a rights-holder opt-out in the EU.
- Text Generation Inference (TGI)ai
- Hugging Face's open-source toolkit for deploying and serving large language models efficiently in production environments.
- Text-to-3Dai
- Generating three-dimensional shapes or scenes from a written description, often by guiding a 3D representation with a 2D image model.
- Text-to-audioai
- Generating sound, music or speech from a written description or prompt using a learned audio model.
- Text-to-imageai
- Generating a still image directly from a written description, the flagship capability of modern diffusion image generators and similar systems.
- Text-to-speech (TTS)ai
- Converting written text into spoken audio using a synthetic voice, so software can read documents, messages or articles aloud.
- Text-to-videoai
- Generating moving footage from a written description, extending image generation with motion and consistency across a sequence of frames.
- Textual inversionai
- A method that learns a new prompt token to represent a specific subject or style from a few example images.
- Thala Labscrypto
- Thala Labs builds decentralised financial primitives on Aptos, including a native stablecoin, DEX, and lending markets.
- The Mergecrypto
- The Merge was Ethereum's switch from proof of work to proof of stake in September 2022, cutting the network's energy use by more than 99 per cent.
- The Pileai
- An 800-gigabyte open text corpus assembled from 22 curated sources, widely used to train open models.
- Thermal design power (TDP)ai
- The maximum heat a chip is expected to produce under load, guiding how much cooling and power a system must supply.
- Thermal excitationquantum
- Ambient heat promoting a qubit out of its ground state, the reason superconducting processors must be held near absolute zero.
- Thermal statequantum
- A completely random mixture of energy levels set by temperature, carrying no usable quantum information.
- Thermocapcrypto
- Thermocap is the cumulative value paid to miners, used as a floor valuation representing total security spend.
- Thetacrypto
- Theta is the value an option loses each day simply from time passing, the cost of holding optionality.
- Thinking tokensai
- The internal reasoning a model generates before its visible answer, billed like any other output and often hidden from the user.
- Thompson samplingai
- Choosing an option in proportion to the probability that it is best, an elegant and effective bandit strategy.
- Thorchaincrypto
- Thorchain facilitates native cross-chain swaps without wrapped assets, using continuous liquidity pools secured by bonded RUNE validators.
- ThorWalletcrypto
- ThorWallet connects users to Thorchain liquidity pools, facilitating cross-chain swaps and staking through a mobile non-custodial interface.
- Threshold estimatequantum
- The physical error rate below which adding qubits improves logical performance, dependent on both the code and the noise model assumed.
- Threshold Networkcrypto
- Threshold merges Keep and NuCypher, offering threshold encryption, access control, and Bitcoin-to-Ethereum bridging via tBTC.
- Threshold Network tBTCcrypto
- tBTC enables Bitcoin holders to mint tokenised BTC on Ethereum using threshold-signature bridges for trust-minimised custody.
- Threshold theoremquantum
- The result showing that if physical error rates fall below a fixed threshold, arbitrarily long quantum computations become possible with modest overhead.
- Through-silicon viaquantum
- A vertical connection through a chip that lets signals reach interior qubits from below, essential for scaling planar arrays.
- Throughputai
- The total amount of work a serving system completes per unit time, often measured in tokens or requests per second across all users.
- Tick (CLMM)crypto
- A tick defines discrete price intervals within concentrated-liquidity AMMs, allowing efficient capital placement along specific trading ranges.
- Time evolution operatorquantum
- The mathematical object, derived from the Hamiltonian, that transforms a quantum state from one moment to a later one.
- Time to first token (TTFT)ai
- How long a user waits from sending a prompt until the first output token appears, dominated by the prefill stage.
- Time transferquantum
- Distributing precise time between distant clocks over fibre or free space, underpinning finance, power grids and telecommunications.
- Time-Bandit Attackcrypto
- A time-bandit attack reorganises recent blocks to recapture extractable value, a risk that grows as MEV outweighs block rewards.
- Time-bin encodingquantum
- A method of encoding qubits in the arrival time of photons, favoured for fibre quantum communication because it resists distortion during transmission.
- Time-Weighted Average Price Oraclecrypto
- A TWAP oracle averages price over a window so a momentary spike cannot be used to trick a lending market.
- Timelike distancequantum
- The number of syndrome rounds a fault-tolerant operation must run for, the time dimension of a code's protection.
- Timelockcrypto
- A timelock restricts fund movement until a future timestamp, providing safety for contracts, governance proposals, or vesting schedules.
- Timelock Delaycrypto
- A timelock delay forces a waiting period between approving and executing a change, giving users time to exit if they object.
- Timing jitterquantum
- Uncertainty in a detector's reported arrival time, which limits how finely time-bin encoded qubits can be packed.
- Toffoli countquantum
- The number of Toffoli gates in a circuit, a common cost measure for fault-tolerant algorithms alongside T-count.
- Toffoli gate (CCNOT)quantum
- A three-qubit gate that flips the target only when both control qubits are one, enabling reversible classical logic on a quantum computer.
- Together AIai
- A cloud provider specialising in serving and fine-tuning open-weight models at low cost per token.
- Tokemakcrypto
- Tokemak coordinates decentralised liquidity provisioning, directing capital efficiently through tokenised reactors governed by TOKE holders.
- Tokencrypto
- A token represents digital value, rights, or access within a blockchain network, governed by smart-contract rules defining issuance and transfers.
- Token budgetai
- A hard limit on tokens per request or per task, the main lever for controlling both cost and runaway agent loops.
- Token IDai
- The integer index that identifies a token within the vocabulary; models work with these numbers, not the text pieces directly.
- Token Terminalcrypto
- Token Terminal aggregates on-chain financial data, offering fundamentals-based metrics for protocol valuation and comparison.
- Token Unlockcrypto
- A token unlock is the scheduled release of previously locked allocations, an event that reliably increases sell pressure.
- Tokenised datasetai
- A dataset converted into sequences of tokens, the numerical units a language model reads, prepared in advance so training runs efficiently.
- Tokenised Depositcrypto
- A tokenised deposit is a commercial bank liability represented on a ledger, keeping the money inside the banking system rather than replacing it.
- Tokenised Money Market Fundcrypto
- A tokenised money market fund puts fund shares on-chain, offering treasury-bill yield in a form that moves like a token.
- Tokenised Treasurycrypto
- A tokenised treasury represents short-dated government debt on-chain, the largest real-world asset category by value.
- Tokeniserai
- The component that splits text into tokens for a model to process, and reassembles tokens back into readable text on output.
- Tokenomicscrypto
- Tokenomics studies a cryptocurrency’s supply, distribution, incentives, and economic design, shaping sustainability and community alignment over time.
- Tokens per second (TPS)ai
- A measure of generation speed counting how many tokens a model produces each second, commonly used to compare serving performance.
- TokenUnlockscrypto
- TokenUnlocks tracks vesting schedules and cliff releases, informing investors about upcoming token supply events impacting price dynamics.
- Toniccrypto
- Tonic is a decentralised exchange on NEAR’s Aurora network, focusing on institutional-grade execution and risk-managed liquidity.
- Tool permissioningai
- Restricting which actions an agent may take without approval, the main practical control on autonomous systems.
- Tool registryai
- A catalogue of the tools available to an agent, holding each one's schema so the model can discover and select them at runtime.
- Tool result truncationai
- Trimming oversized tool output before it enters the context, a mundane engineering choice that decides whether long agent runs survive.
- Tool schemaai
- A machine readable description of a tool's name, purpose and accepted arguments that tells a model how and when to call it.
- Tool useai
- An agent's ability to call external functions, APIs or services to fetch data or perform actions beyond generating text on its own.
- Top-k retrievalai
- Returning the k most similar items to a query, where k is a chosen number such as the five closest passages.
- Top-k routingai
- A strategy that sends each token to its k highest-scoring experts, keeping computation sparse while drawing on many parameters.
- Top-k samplingai
- A decoding method that restricts each choice to the k most likely tokens, sampling from those and ignoring the long tail of unlikely options.
- Topic modellingai
- An unsupervised technique that discovers recurring themes across a collection of documents by grouping words that tend to occur together.
- Topological gap protocolquantum
- Microsoft's published criterion for identifying a genuine topological phase in a nanowire device.
- Topological protectionquantum
- Error resistance arising from a system's global structure rather than from active correction, still unproven as a practical computing route.
- Topological quantum computingquantum
- Encoding information in global properties of a system so that local disturbances cannot corrupt it, promising intrinsic error protection.
- Topological qubitquantum
- A proposed qubit that stores information in global, topological features of a system, making it intrinsically resistant to local noise and errors.
- Topological superconductorquantum
- A material predicted to host Majorana zero modes at its boundaries, sought as a platform for hardware-protected topological qubits.
- torch.compileai
- PyTorch's just-in-time compiler, which traces a model and fuses operations for a substantial speed-up with almost no code change.
- Toric codequantum
- A topological stabiliser code defined on a torus, the original surface code, protecting logical qubits within its global loop structure.
- Total Supplycrypto
- Total supply is every token that currently exists, including those locked or held by the issuing organisation.
- Toxicity scoreai
- An automated rating of how offensive a piece of text is, used in filtering and known to misfire on reclaimed language and dialect.
- Toy factoring demonstrationquantum
- A widely misreported result in which a tiny number is factored on real hardware, offering no evidence about breaking real keys.
- Trace distancequantum
- A measure of how distinguishable two quantum states are, ranging from zero for identical to one for perfectly distinguishable.
- Trader Joecrypto
- Trader Joe is an Avalanche DEX combining swaps, lending, and NFT markets with revenue-sharing governance through JOE tokens.
- Trail of Bitscrypto
- Trail of Bits is a cybersecurity company conducting advanced audits and cryptanalysis for blockchain protocols and open-source software.
- Trailing Stopcrypto
- A trailing stop follows a favourable price at a set distance, locking in gains while leaving room for the move to continue.
- Train-test contaminationai
- Benchmark questions appearing in the training corpus, which inflates scores and is hard to rule out for web-scraped data.
- Train/test splitai
- Dividing data into a set for training the model and a separate set for measuring how well it generalises.
- Trainingai
- The compute-intensive process of adjusting a model's parameters by exposing it to large datasets so it learns to predict or generate.
- Training computeai
- The total arithmetic used to train a model, usually quoted in FLOPs and used by regulators as a rough proxy for capability.
- Training opt-out (API)ai
- A provider's commitment not to train on customer inputs, now the default for paid business tiers and a common point of confusion for consumer users.
- Training runai
- A single, often lengthy session in which a model learns from data, consuming large amounts of compute before producing a finished model.
- Trainiumai
- Amazon's in-house training accelerator, offered on AWS as a cheaper alternative to renting Nvidia hardware.
- Trait Raritycrypto
- Trait rarity scores how uncommon an NFT's attributes are within its collection, the main driver of price dispersion inside a set.
- Transaction Malleabilitycrypto
- Transaction malleability allowed a transaction's identifier to be altered before confirmation, a flaw fixed by SegWit that had previously made Lightning impractical.
- Transaction Monitoringcrypto
- Transaction monitoring watches customer activity for patterns suggesting money laundering, and generates the suspicious activity reports regulators expect.
- Transfer learningai
- Reusing a model trained on one task as the starting point for another, so learned features speed up training on new problems.
- Transformerai
- A neural network architecture that uses attention to weigh the relationships between all tokens in a sequence, underpinning most modern language models.
- Transformer blockai
- A repeatable unit combining an attention sub-layer and a feedforward sub-layer, each wrapped with normalisation and a residual connection.
- Transition frequencyquantum
- The energy gap between two levels expressed as a frequency, which sets the control signal needed to drive a qubit between them.
- Transmonquantum
- A widely used superconducting qubit design that reduces sensitivity to electrical charge noise, giving longer coherence at the cost of weaker anharmonicity.
- Transpilationquantum
- The process of rewriting a quantum circuit into a device's native gates and connectivity while optimising it, so it can run on real hardware.
- Transversal CNOTquantum
- A logical entangling gate performed by pairing up physical qubits of two code blocks, cheap because it cannot spread errors within a block.
- Transversal gatequantum
- A logical gate applied by acting on each physical qubit independently, so errors cannot spread within a code block, aiding fault tolerance.
- Trapped ionquantum
- A single charged atom held in place by electric fields, whose internal states form a qubit with exceptional coherence and identical devices.
- Trapped-ion qubitquantum
- A qubit encoded in the internal energy states of a charged atom held in place by electromagnetic fields and manipulated with lasers.
- Travel Rulecrypto
- The Travel Rule mandates exchanges share sender and recipient information, aligning crypto transfers with anti-money-laundering compliance standards.
- Travelling-wave parametric amplifier (TWPA)quantum
- A near-quantum-limited microwave amplifier with wide bandwidth, able to read out many superconducting qubits at once with low added noise.
- TreasureDAOcrypto
- TreasureDAO builds a decentralised gaming ecosystem on Arbitrum linking studios, NFTs, and in-game economies via the MAGIC token.
- Treasury Company (Crypto)crypto
- A crypto treasury company raises capital specifically to hold digital assets on its balance sheet, turning its equity into a leveraged proxy for the asset.
- Tree of thoughts (ToT)ai
- A reasoning method where a model explores several branching lines of thought, evaluating and pruning them to find a stronger solution.
- Trezorcrypto
- Trezor is a hardware wallet brand pioneering open-source cold-storage devices for secure cryptocurrency management.
- Tridentcrypto
- Trident is Sushiswap’s next-generation AMM framework supporting multiple pool types for enhanced capital efficiency and strategy flexibility.
- Triton (compiler)ai
- OpenAI's language for writing GPU kernels in Python, which let researchers hand-optimise operations without writing CUDA.
- TRM Labscrypto
- TRM Labs delivers blockchain-intelligence solutions detecting fraud, sanctions breaches, and money-laundering risks through multi-chain entity-behaviour analytics.
- Tron (TRX)crypto
- Tron is a blockchain for high-throughput digital content sharing and decentralised applications, featuring low fees and delegated governance.
- Trotter errorquantum
- The approximation error introduced by Trotterisation because the individual terms of a Hamiltonian do not commute; smaller time steps reduce it.
- Trotter stepquantum
- One slice of a simulated time evolution, whose size trades accuracy against circuit depth.
- Trotterisationquantum
- Approximating the evolution under a complicated interaction by a sequence of small, simple steps, widely used in quantum simulation circuits.
- Trust region policy optimisation (TRPO)ai
- A policy gradient method that constrains how far each update may move the policy, the predecessor of PPO.
- Trust Walletcrypto
- Trust Wallet is a mobile crypto wallet supporting thousands of tokens and NFT collections across multiple blockchains.
- Trusted nodequantum
- An intermediate relay in a quantum key distribution network that decrypts and re-encrypts keys, and so must be assumed physically secure.
- Trusted Setupcrypto
- A trusted setup generates public parameters that must be created without anyone retaining the secret, a ceremony some proof systems require and others avoid.
- Trustlesscrypto
- Trustless systems eliminate the need for intermediaries by using cryptography and consensus to guarantee predictable, verifiable transaction execution.
- TruthfulQAai
- A benchmark measuring whether a model gives truthful answers to questions that tempt it into repeating common misconceptions and popular falsehoods.
- Tsirelson boundquantum
- The maximum violation of the CHSH inequality quantum mechanics permits, showing nature is non-local but not maximally so.
- TSMCai
- The Taiwanese foundry that manufactures nearly all leading-edge AI accelerators, making it a single point of geopolitical risk for the industry.
- Tunable couplerquantum
- An adjustable circuit element placed between two qubits that switches their interaction on and off, reducing unwanted crosstalk during idle periods.
- Tunable qubitquantum
- A superconducting qubit whose frequency can be shifted by a magnetic flux, easing gate scheduling at the cost of extra noise sensitivity.
- Turing Completecrypto
- A Turing-complete blockchain can execute any computable function, allowing sophisticated logic and programmable decentralised applications.
- Turing testai
- Alan Turing's 1950 proposal that a machine be judged intelligent if a person conversing with it by text cannot reliably tell it from a human.
- TVL (Total Value Locked)crypto
- Total Value Locked measures the amount of assets deposited within a DeFi protocol, indicating ecosystem trust and on-chain capital utilisation.
- TWAMMcrypto
- A Time-Weighted Automated Market Maker executes large orders gradually, minimising market impact and MEV risk during extended trading intervals.
- TWAP / VWAPcrypto
- TWAP and VWAP are algorithmic order types averaging execution by time or volume, reducing slippage for large institutional crypto trades.
- Tweezer arrayquantum
- A grid of optical tweezers each holding one neutral atom, forming a reconfigurable register of qubits that can be rearranged between shots.
- Twin-field QKD (TF-QKD)quantum
- A quantum key distribution protocol that interferes weak optical fields at a central node, roughly doubling the secure distance achievable over standard fibre.
- Two-level system (TLS)quantum
- A microscopic defect in device materials that couples to a qubit and causes fluctuating energy loss and dephasing.
- Two-level system defect (TLS)quantum
- A microscopic flaw in materials or interfaces that absorbs energy from a qubit, a leading source of decoherence in superconducting devices.
- Two-mode squeezingquantum
- A process generating correlated photon pairs across two modes, the standard optical source of entanglement.
- Two-qubit gatequantum
- A gate acting on a pair of qubits together, typically the source of entanglement and usually noisier than single-qubit gates.
- Two-qubit gate fidelityquantum
- The accuracy of a gate acting on two qubits, usually the hardest operation to perform well and a key limit on device performance.
U
- U-Netai
- A neural network shape with matching downscaling and upscaling paths joined by skip connections, widely used as the denoiser inside diffusion image models.
- Udioai
- A music generation service competing with Suno, likewise sued by major labels over training data.
- UK National Quantum Strategyquantum
- The 2023 British plan committing £2.5 billion over ten years across quantum computing, sensing, timing and communications.
- Ultimate Beneficial Owner (UBO)crypto
- The ultimate beneficial owner is the real person behind a corporate structure, the fact anti-money-laundering checks exist to establish.
- Ultra-high vacuum (UHV)quantum
- An extremely low-pressure environment used in trapped-ion and neutral-atom machines to keep stray gas particles from disturbing the qubits.
- Umeecrypto
- Umee is a Cosmos-based lending and borrowing platform enabling cross-chain credit markets through IBC interoperability.
- Unaudited Forkcrypto
- An unaudited fork is a copied protocol deployed without review, which inherits the original's bugs and adds any introduced in the copying.
- Unchained Capitalcrypto
- Unchained Capital offers collaborative multi-sig custody and Bitcoin-backed lending services for individuals and institutions.
- Uncomputationquantum
- Reversing intermediate quantum operations to reset helper qubits without disturbing the result, freeing them for reuse and preventing unwanted entanglement in a computation.
- Under-Collateralised Lendingcrypto
- Under-collateralised lending issues loans based on credit reputation or off-chain guarantees rather than full collateral coverage.
- Underfittingai
- When a model is too simple or undertrained to capture the underlying pattern, performing poorly on both training data and new data.
- Unibotcrypto
- Unibot is a Telegram trading bot for DeFi users enabling automated sniping, copy-trading, and wallet management.
- Unified memoryai
- An architecture where processor and accelerator share one pool of memory, which lets modest Apple silicon machines run models that would not fit on a comparable GPU.
- Uniform manifold approximation and projection (UMAP)ai
- A dimensionality reduction technique for visualisation that preserves both local and broader structure, and is typically faster than t-SNE.
- Union-Find decoderquantum
- A fast surface-code decoding algorithm that grows and merges clusters of syndrome events, trading a little accuracy for near-linear speed.
- Uniswapcrypto
- Uniswap is a leading decentralised exchange using automated market-maker pools, pioneering permissionless token trading and liquidity provision.
- Unitary coupled cluster (UCC)quantum
- A chemistry-inspired ansatz for the variational eigensolver, accurate but expensive to implement on hardware.
- Unitary evolutionquantum
- The reversible, probability-preserving way a closed quantum system changes over time, which every quantum gate must implement.
- Unitary operatorquantum
- A reversible, length-preserving operator describing how an isolated quantum system evolves while keeping total probability equal to one.
- Universal gate setquantum
- A small collection of gates that, combined in sequence, can approximate any quantum operation to arbitrary accuracy, such as Clifford gates plus the T gate.
- Universal Quantumquantum
- The UK trapped-ion company pursuing electronically controlled ions and modular connections between chips.
- Unstoppable Domainscrypto
- Unstoppable Domains issues blockchain-based website and wallet addresses, replacing long hexadecimal strings with human-readable names.
- Unstructured searchquantum
- Looking for a marked item in an unsorted collection with no useful order. Grover's algorithm gives a quadratic speedup over checking items one by one.
- Unsupervised learningai
- Finding structure in unlabelled data, such as groupings or hidden patterns, without being told the correct answers in advance.
- Upgradeable Contractcrypto
- An upgradeable contract can have its logic replaced after deployment, a practical necessity that also hands whoever controls the upgrade key enormous power.
- Uplift studyai
- An experiment measuring how much a model actually helps someone attempt a dangerous task, compared with a search engine alone.
- Upper confidence bound (UCB)ai
- An exploration rule that picks whichever option has the highest optimistic estimate, balancing value against uncertainty.
- Upscalingai
- Enlarging an image or video, often using an AI model to add detail and sharpness while raising the pixel count.
- USD Coin (USDC)crypto
- USDC is a regulated dollar stablecoin issued by Circle, favoured by institutions for its monthly reserve reporting and US banking relationships.
- UserOperationcrypto
- A UserOperation is the account abstraction equivalent of a transaction, expressing intent before a bundler turns it into an on-chain call.
- Utility Tokencrypto
- A utility token grants holders access to specific products, services, or governance functions within its issuing project’s ecosystem.
- Utility-scale quantum computingquantum
- IBM's term for machines large enough to produce reliable results beyond brute-force classical simulation, short of full fault tolerance.
- UTXOcrypto
- Unspent Transaction Output is Bitcoin’s accounting model, tracking spendable fragments of coins instead of maintaining account balances.
V
- Vacuum chamber (atomic)quantum
- The ultra-high vacuum enclosure isolating atoms or ions from background gas, whose collisions would otherwise destroy the qubits.
- Vacuum fluctuationsquantum
- The unavoidable jitter of a quantum field in empty space, which sets the noise floor for amplifiers and detectors.
- Vacuum statequantum
- The lowest-energy state of a mode, containing no photons but still exhibiting fluctuations.
- Validation setai
- A portion of data held aside during training to tune settings and monitor generalisation, without being used to update the weights.
- Validatorcrypto
- A validator verifies and proposes blocks in proof-of-stake systems, ensuring network consensus and earning rewards for honest participation.
- Validator Setcrypto
- The validator set is the group currently entitled to produce and confirm blocks, and its concentration is the honest measure of a chain's decentralisation.
- Validity Proofcrypto
- A validity proof (e.g., SNARK, STARK) mathematically demonstrates that a state transition occurred correctly without revealing private data.
- Validiumcrypto
- Validium scales transactions using off-chain data availability but on-chain validity proofs, balancing performance with weaker censorship resistance.
- Value functionai
- An estimate of the total future reward available from a given state, used to judge moves whose payoff arrives much later.
- VanEck Cryptocrypto
- VanEck Crypto issues exchange-traded products providing exposure to Bitcoin, Ethereum, and thematic blockchain indexes.
- Vanishing gradient problemai
- A difficulty in deep networks where gradients shrink towards zero as they propagate backwards, leaving early layers barely able to learn.
- Vanity Addresscrypto
- A vanity address is one brute-forced to contain chosen characters, harmless in itself but a common lure in address-substitution scams.
- Vapour cellquantum
- A sealed glass cell containing atomic gas used in compact magnetometers and clocks, enabling quantum sensing without bulky cooling apparatus.
- Variational algorithmquantum
- A hybrid method where a classical optimiser tunes a quantum circuit's parameters to minimise a measured cost.
- Variational autoencoder (VAE)ai
- A generative autoencoder that learns a probability distribution over its latent code, letting it sample new data resembling the training set.
- Variational quantum circuit (VQC)quantum
- A parametrised circuit whose gate angles are optimised by a classical computer to minimise a cost function, central to near-term algorithms.
- Variational quantum eigensolver (VQE)quantum
- A hybrid algorithm that uses a quantum computer to prepare trial states and a classical optimiser to find the lowest energy of a Hamiltonian.
- Vector databaseai
- A database that stores embeddings and retrieves items by similarity, letting applications find content related in meaning rather than by exact keywords.
- Vector indexai
- A data structure that organises embeddings so similar vectors can be found quickly without comparing against every stored entry.
- Vector-quantised variational autoencoder (VQ-VAE)ai
- A VAE variant that maps data to a fixed set of discrete codes, useful for compressing images and audio into tokens.
- Vegacrypto
- Vega measures an option's sensitivity to changes in implied volatility, the exposure that dominates when direction is hedged away.
- Velodromecrypto
- Velodrome on Optimism is a ve(3,3) DEX aligning liquidity incentives via vote-escrowed tokenomics and protocol-owned liquidity mechanics.
- Venus Protocolcrypto
- Venus Protocol is a BNB Chain lending platform offering collateralised borrowing, synthetic stablecoins, and liquidation automation.
- Veoai
- Google DeepMind's text-to-video model line, integrated into YouTube and Google's creative tools.
- Verbosity biasai
- The tendency of model judges to prefer longer answers regardless of quality, which inflates scores for wordy systems.
- Vergecrypto
- Verge integrates Tor and I2P routing into its blockchain, anonymising IP data for private cryptocurrency transactions.
- Verifiable quantum computingquantum
- Protocols allowing a classical user to confirm that a quantum computer really performed the requested computation.
- Verkle Treecrypto
- A Verkle tree replaces Ethereum's Merkle Patricia trie with far smaller proofs, the change that would make stateless clients practical.
- Vertex AIai
- Google Cloud's managed platform for training, tuning and serving models, including the Gemini family.
- Vesta Financecrypto
- Vesta Finance issues stablecoins collateralised by crypto assets, enabling low-fee borrowing and on-chain leverage through liquidations.
- Vestingcrypto
- Vesting gradually unlocks tokens for team members or investors, aligning incentives with long-term project growth and preventing early dumping.
- VGGai
- A 2014 convolutional architecture of uniform small filters, still used as a feature extractor and perceptual loss.
- Video RAM (VRAM)ai
- The dedicated memory on a graphics card that holds a model's weights and data; its size limits how large a model can run.
- viemcrypto
- viem is a modern TypeScript library for Ethereum interaction, favoured for type safety and smaller bundles than older alternatives.
- Virtual Asset Service Provider (VASP)crypto
- The regulatory label for a business that handles crypto on someone else's behalf: exchanges, custodians, brokers and payment processors. Being a VASP is what brings a crypto firm inside financial rules on licensing, anti-money-laundering checks and customer protection, rather than leaving it outside them.
- Virtual Byte (vByte)crypto
- A virtual byte is Bitcoin's unit of block space after SegWit's discount on witness data, and the denominator in every fee rate quotation.
- Virtual distillationquantum
- An error-mitigation method that combines several noisy copies of a state to estimate expectation values as if from a purer one.
- Virtual Z gatequantum
- A z-axis rotation carried out by shifting the phase of later control pulses rather than a physical pulse, making it effectively instantaneous and error-free.
- Vision transformer (ViT)ai
- A model that splits an image into patches, treats them as tokens, and applies transformer attention for image understanding.
- Vision-language model (VLM)ai
- A model that takes images and text together and reasons across both, the architecture behind screenshot understanding and document extraction.
- Vision-language-action model (VLA)ai
- A model that maps camera input and an instruction directly to robot actions, the current approach to general-purpose manipulation.
- Visual question answering (VQA)ai
- The task of answering natural-language questions about an image, and the benchmark family that measures it.
- vLLMai
- An open-source library for serving large language models quickly, best known for memory-efficient attention that raises throughput and cuts cost.
- Vocabularyai
- The fixed set of tokens a model recognises; every input and output is expressed as a sequence drawn from this vocabulary.
- Vocabulary sizeai
- The number of distinct tokens in a model's vocabulary, commonly tens of thousands; larger vocabularies shorten sequences but enlarge the embedding and output layers.
- Vocoderai
- A component that turns an intermediate audio representation such as a spectrogram into an actual audible waveform.
- Voice activity detection (VAD)ai
- Deciding which parts of an audio stream contain speech, used to trim silence and to know when a speaker has finished.
- Voice cloningai
- Recreating a specific person's voice from sample recordings so that new speech can be synthesised in that same voice.
- Voice cloning consentai
- Permission from the speaker whose voice is reproduced, the legal and ethical requirement at the centre of synthetic audio disputes.
- Volatilitycrypto
- Volatility measures how sharply an asset’s price fluctuates, influencing trading risk, liquidity provisioning, and derivatives pricing models.
- Volatility Skewcrypto
- Skew is the difference in implied volatility between puts and calls, showing which direction the market is paying more to protect against.
- Voltage Cloudcrypto
- Voltage Cloud provides Lightning-node hosting and liquidity management tools for developers building Bitcoin payment applications.
- Von Neumann entropyquantum
- The quantum counterpart of Shannon entropy, quantifying the uncertainty or mixedness contained within a density matrix.
- VRF (Verifiable Random Function)crypto
- A VRF generates provably random outputs on-chain, ensuring fairness in validator selection, lotteries, and gaming applications.
- Vypercrypto
- Vyper is an Ethereum smart-contract language prioritising simplicity and auditability, reducing risk compared with Solidity’s complex syntax.
W
- W statequantum
- A symmetric entangled state of several qubits that retains some entanglement even after one qubit is lost.
- Wafer-scale integrationai
- Building a processor from an entire wafer rather than dicing it into chips, trading yield difficulty for enormous on-chip bandwidth.
- Wake wordai
- The trigger phrase a device listens for locally before streaming audio anywhere, the privacy boundary in voice assistants.
- Walletcrypto
- A wallet stores cryptographic keys enabling blockchain interaction, from cold hardware devices to software apps managing multiple token assets.
- Wallet Drainercrypto
- A wallet drainer is off-the-shelf malicious code sold to scammers that empties a wallet the moment a victim signs a crafted approval.
- WalletConnect v2crypto
- WalletConnect v2 is a cross-chain communication standard enabling secure session management between wallets and decentralised apps.
- Wanchaincrypto
- Wanchain provides cross-chain interoperability using secure multiparty computation bridges and decentralised node networks.
- Warm Walletcrypto
- A warm wallet balances convenience and safety, connecting intermittently to networks while storing funds more securely than hot wallets.
- Wasabi Coordinatorcrypto
- Wasabi Coordinator organises CoinJoin rounds anonymously, ensuring decentralised privacy coordination among Bitcoin users.
- Wasabi Walletcrypto
- Wasabi Wallet is a Bitcoin privacy wallet implementing CoinJoin mixing to obfuscate transaction history and preserve financial anonymity.
- Wash Sale Rulecrypto
- The US wash sale rule disallows a loss when the same security is rebought within thirty days, a restriction whose application to crypto has been repeatedly debated.
- Wash Tradingcrypto
- Wash trading is buying and selling with yourself to fake volume, historically rampant on unregulated exchanges and in NFT markets.
- Watch-Only Walletcrypto
- A watch-only wallet tracks balances and transactions from public keys alone, letting a holder monitor cold storage without exposing spending ability.
- Watchlist Addresscrypto
- A watchlist address is monitored by compliance or analytics systems for suspicious activity, sanctions breaches, or large transfers.
- Water usage effectiveness (WUE)ai
- Litres of water consumed per kilowatt-hour of computing, the measure at the centre of local objections to data centre construction.
- Watermarkingai
- Embedding a hidden or visible marker in generated media so it can later be identified as AI-produced or traced to its source.
- Wave-particle dualityquantum
- The finding that light and matter behave as waves in some experiments and as particles in others, with neither picture complete on its own.
- Wavefunctionquantum
- A mathematical function describing a quantum system's state, whose squared magnitude gives the probability of finding each possible measurement result.
- Wavefunction collapsequantum
- The sudden change of a quantum state into a single definite outcome at the instant a measurement is performed on it.
- Wavescrypto
- Waves is a layer-one blockchain supporting token creation and on-chain trading via its native DEX and scripting capabilities.
- Waves Exchangecrypto
- Waves Exchange combines centralised and decentralised liquidity, offering fiat gateways, staking, and synthetic-asset trading.
- Weak measurementquantum
- A gentle measurement that extracts partial information while only slightly disturbing the state, allowing continuous monitoring.
- Weak-to-strong generalisationai
- The question of whether a weaker supervisor can reliably train a more capable model, a stand-in for humans overseeing superhuman systems.
- Web agentai
- An agent that carries out tasks on websites, such as searching, booking or gathering information, by acting through a browser.
- Webacycrypto
- Webacy protects users from wallet-drain attacks by offering transaction-simulation alerts, emergency asset transfer, and recovery automation.
- WebArenaai
- A benchmark of realistic websites in which an agent must complete multi-step tasks through a browser.
- Weight decayai
- A regularisation method that shrinks weights slightly on every update, keeping them small and improving the model's ability to generalise.
- Weight Unitscrypto
- Weight units measure a Bitcoin transaction's true cost in block space, with a block capped at four million and witness data counting less.
- Weight-only quantisationai
- Compressing just the model's stored weights to low precision while keeping activations at higher precision, saving memory with minimal effect on quality.
- Weights & Biasesai
- A hosted experiment tracking service that records metrics, configurations and artefacts across training runs.
- Whale Alertcrypto
- Whale Alert monitors large blockchain transfers in real time, identifying exchange inflows and potential market-moving transactions.
- Whale Walletcrypto
- A whale wallet holds enough of an asset to move its price alone, and its transfers are tracked closely by on-chain analysts.
- Whisperai
- OpenAI's open-weight speech recognition model, released in 2022, which made accurate multilingual transcription free to run locally.
- White Hat Recoverycrypto
- A white hat recovery is a friendly actor draining vulnerable funds first to return them, a legally fraught but repeatedly used tactic.
- Whitepapercrypto
- A whitepaper presents a project’s technical vision, problem statement, and economic model, establishing credibility and investor understanding.
- Wholesale CBDCcrypto
- A wholesale CBDC is restricted to financial institutions for interbank settlement, the form most central banks are actually piloting.
- Wigner functionquantum
- A phase-space picture of a quantum state whose negative regions are a signature of genuinely non-classical behaviour.
- Willowquantum
- Google's 105-qubit processor, announced in December 2024, which showed logical error rates falling as the code distance grew.
- Win rateai
- The share of head-to-head comparisons a model wins against a named opponent, the usual summary of preference evaluations.
- WinoGrandeai
- A benchmark of sentences whose pronoun resolution requires world knowledge rather than grammar.
- Wintermutecrypto
- Wintermute is a crypto-market maker providing liquidity for exchanges and protocols through algorithmic trading strategies.
- Wire cuttingquantum
- Breaking a qubit connection in a circuit and reconstructing the result from measurements, one form of circuit knitting.
- Wiring bottleneckquantum
- The problem that every added qubit needs its own control lines, which cannot all be threaded into a dilution refrigerator.
- Wiring fan-outquantum
- The challenge and hardware of routing many control and readout lines from room-temperature electronics down to a growing number of qubits.
- Withdrawal Credentialscrypto
- Withdrawal credentials specify where a validator's stake and rewards are paid, and cannot be changed once the validator is set up incorrectly.
- WOO Networkcrypto
- WOO Network connects traders, exchanges, and liquidity providers, offering low-spread execution and yield products via the WOO token.
- WooFicrypto
- WooFi is a decentralised exchange integrating centralised-liquidity sources to provide deep liquidity and zero-fee trading opportunities.
- Word embeddingai
- A dense vector representing a word so that similar meanings sit near each other in the learned vector space.
- Word error rate (WER)ai
- The share of words a transcription gets wrong through substitution, deletion or insertion, the headline metric for speech recognition.
- Word2vecai
- A technique that learns numerical word representations from text, placing words with similar meanings close together in vector space.
- WordPieceai
- A subword tokenisation algorithm, used by BERT, that chooses merges to maximise the likelihood of the training text rather than raw frequency.
- Working memoryai
- The information actively held and manipulated by an agent while it carries out the current step of a task.
- World modelai
- A learned internal simulator of an environment, letting an agent plan by imagining consequences rather than acting them out.
- Worldcoincrypto
- Worldcoin combines biometric identity verification with universal-income distribution using the WLD token and Orb-hardware devices.
- Wormholecrypto
- Wormhole is a generic cross-chain messaging protocol enabling data, token, and NFT transfers across major blockchains.
- Wrapped Bitcoin (WBTC)crypto
- Wrapped Bitcoin tokenises BTC on Ethereum as an ERC-20 asset, enabling participation in DeFi protocols while maintaining Bitcoin backing.
- Wrapped Tokencrypto
- A wrapped token represents an asset bridged to another chain, maintaining underlying value while expanding cross-chain liquidity and usage.
X
- X-Chain (Cross-Chain)crypto
- X-Chain interactions move assets or data between blockchains, enhancing liquidity, interoperability, and decentralised network composability.
- X-Margincrypto
- Cross-exchange margin platforms like X-Margin provide unified collateral pools for derivatives, enabling privacy-preserving risk-adjusted leverage.
- X25519MLKEM768quantum
- The hybrid key exchange combining a classical elliptic-curve method with ML-KEM, now the default in major web browsers.
- xAIai
- Elon Musk's AI company, founded in 2023, developer of the Grok models and the Colossus training cluster in Memphis.
- Xanaduquantum
- The Canadian photonics company behind the Borealis advantage experiment and the PennyLane software framework.
- XDC Networkcrypto
- XDC Network is an enterprise-focused hybrid blockchain optimised for tokenised assets and ISO 20022-compatible financial messaging.
- XDefi Walletcrypto
- XDefi Wallet is a multi-chain browser extension supporting DeFi and NFTs across EVM, Cosmos, and Bitcoin networks.
- XGBoostai
- A popular, fast implementation of gradient boosting, known for strong performance on structured, tabular data in competitions and industry.
- XMSSquantum
- The eXtended Merkle Signature Scheme, a stateful hash-based signature standard that must carefully track which one-time keys have already been used.
- XRPcrypto
- XRP is the native token of the XRP Ledger, used for rapid settlement and bridging diverse fiat or crypto currencies.
- Xverse Walletcrypto
- Xverse Wallet is a Bitcoin Ordinal-compatible wallet supporting inscriptions, NFTs, and BRC-20 transactions.
- XZZX codequantum
- A variant of the surface code whose mixed check operators handle strongly biased noise far better than the standard version.
Y
- Yearn Financecrypto
- Yearn Finance automates DeFi yield strategies, aggregating deposits into vaults optimised for maximum returns across multiple protocols.
- Yield (qubit fabrication)quantum
- The share of fabricated qubits that meet specification, a limiting factor as chips grow to thousands of devices.
- Yield Aggregatorcrypto
- A yield aggregator automatically reallocates funds among DeFi opportunities, optimising returns through smart-contract automation and performance analytics.
- Yield Curve (On-chain)crypto
- On-chain yield curves display relationship between lock duration and return, guiding liquidity providers’ time-based yield expectations.
- Yield Farmingcrypto
- Yield farming allocates capital across DeFi protocols to maximise rewards, combining staking, liquidity, and lending strategies dynamically.
- Yield Guild Games (YGG)crypto
- Yield Guild Games invests in blockchain gaming assets and NFTs, allowing community members to share earnings from play-to-earn ecosystems.
- Yield-Bearing Stablecoincrypto
- A yield-bearing stablecoin passes reserve interest to holders, a design that raises the question of whether it is a security.
- Yieldlycrypto
- Yieldly is Algorand’s DeFi protocol suite enabling staking, prize games, and cross-chain swaps.
- YOLO (You Only Look Once)ai
- A family of real-time object detectors that predict all boxes and classes in a single pass over the image.
- Yuga Labscrypto
- Yuga Labs is the creator of Bored Ape Yacht Club, driving NFT culture and metaverse expansion through Otherside.
Z
- Z.aiai
- The Chinese lab formerly known as Zhipu AI, developer of the open-weight GLM model family.
- Zapata AIquantum
- An early quantum software company that pivoted to generative AI before winding down, a cautionary case in quantum commercialisation.
- Zappercrypto
- Zapper aggregates DeFi portfolios, tracking wallets, yields, and NFT positions across multiple networks for users and analysts.
- Zapritecrypto
- Zaprite enables invoicing and payment management in Bitcoin and stablecoins with automatic conversion and accounting features.
- Zcash (ZEC)crypto
- Zcash is a privacy-focused blockchain using zk-SNARK proofs to enable shielded transactions without exposing sender, receiver, or amount.
- Zebeccrypto
- Zebec enables real-time payroll streaming and recurring payments in crypto, integrated with DeFi treasury management solutions.
- ZebPaycrypto
- ZebPay is one of India’s oldest cryptocurrency exchanges, offering mobile trading, secure custody, and fiat on-ramps for digital assets.
- Zeeman effectquantum
- The splitting of atomic energy levels by a magnetic field, used to select and address particular states in atomic qubits.
- Zelcorecrypto
- Zelcore is a multi-asset wallet and interface for the Flux ecosystem, supporting DeFi trading and staking directly from custody.
- Zelliccrypto
- Zellic performs deep cryptographic-protocol audits, specialising in zero-knowledge proofs, consensus algorithms, and DeFi smart-contract implementations.
- ZenGocrypto
- Zengo is a non-custodial wallet using multiparty computation to remove seed phrases while maintaining cryptographic self-custody.
- Zengo Guardcrypto
- Zengo Guard combines MPC wallet infrastructure with on-chain-risk monitoring, preventing phishing and malicious-approval exploits.
- Zephyr Protocolcrypto
- Zephyr Protocol issues privacy-preserving algorithmic stablecoins secured by over-collateralised vaults and zero-knowledge proofs.
- Zerioncrypto
- Zerion is a DeFi dashboard and wallet enabling portfolio tracking, swaps, and NFT management within one unified interface.
- Zerion Analyticscrypto
- Zerion Analytics aggregates portfolio and transaction data, visualising user behaviour trends across decentralised wallets and NFT activity.
- Zero data retentionai
- An API arrangement under which prompts and outputs are not stored after the request completes, required by many regulated customers.
- Zero Redundancy Optimizer (ZeRO)ai
- A method that removes duplicated data across devices by sharding model states, greatly reducing the memory needed to train large models.
- Zero-bias conductance peakquantum
- The electrical signature once taken as evidence of Majorana modes, later shown to have mundane explanations, prompting high-profile retractions.
- Zero-click searchai
- A query answered on the results page or by an assistant, so the publisher whose work supplied the answer receives no visit.
- Zero-knowledge proofcrypto
- A way to prove a statement is true without revealing why — proving you are over 18 without showing your birthday. Used in crypto for privacy and for compressing huge amounts of computation.
- Zero-noise extrapolation (ZNE)quantum
- An error mitigation method that deliberately increases noise, measures the effect, then extrapolates back to estimate the noise-free result.
- Zero-point energyquantum
- The residual energy a quantum system retains at absolute zero, because it cannot be perfectly still.
- Zero-shotai
- When a model performs a task from instructions alone, without being shown any worked examples in the prompt beforehand.
- ZeroLendcrypto
- ZeroLend is a decentralised borrowing protocol using isolated markets and risk-tranching mechanisms for safer collateral exposure.
- Zeta Marketscrypto
- Zeta Markets provides Solana-based derivatives trading with unified cross-margin and institutional execution tools.
- Zetachaincrypto
- Zetachain is an omnichain interoperability network enabling native cross-chain message passing and Bitcoin-compatible smart-contract functionality.
- ZetaChain Bridgecrypto
- ZetaChain Bridge connects multiple layer-ones and layer-twos, supporting unified cross-chain liquidity and message execution.
- Zignalycrypto
- Zignaly is a social-trading platform connecting retail investors with professional crypto traders through profit-sharing investment pools.
- Zilliqacrypto
- Zilliqa is a sharded layer-one blockchain achieving parallel transaction processing and smart-contract execution efficiency.
- Zircuitcrypto
- Zircuit is a modular rollup combining zero-knowledge proofs with optimistic fraud prevention to improve safety and settlement efficiency.
- ZK Aggregatorcrypto
- ZK Aggregator merges proofs from multiple rollups, enhancing throughput and reducing gas costs through recursive zero-knowledge composition.
- ZK Rollupcrypto
- A ZK Rollup bundles transactions off-chain and posts succinct validity proofs on-chain, enabling high throughput and strong security guarantees.
- ZK-IDcrypto
- ZK-ID uses zero-knowledge proofs to verify identity attributes privately, supporting compliant yet privacy-preserving digital authentication systems.
- Zk-SNARKcrypto
- Zero-Knowledge Succinct Non-Interactive Argument of Knowledge proofs verify computations privately, essential for privacy-preserving and scaling applications.
- Zk-STARKcrypto
- Zero-Knowledge Scalable Transparent Argument of Knowledge proofs provide similar privacy guarantees with greater transparency and post-quantum security properties.
- ZkEVMcrypto
- A zkEVM reproduces Ethereum’s virtual machine within a zero-knowledge environment, providing scalability while maintaining full Solidity compatibility.
- zkKYCcrypto
- zkKYC applies zero-knowledge proofs to verify identity compliance without revealing personal information on-chain.
- zkSynccrypto
- zkSync is a ZK-rollup scaling Ethereum with low fees and instant withdrawals, supporting EVM-compatible smart-contract deployments.
- ZKSync Eracrypto
- ZKSync Era is the mainnet implementation of zkSync’s rollup, offering fast, secure, and low-fee transactions for Ethereum users.
- ZKValidatorcrypto
- ZKValidator operates staking infrastructure and promotes zero-knowledge technology adoption across privacy-enhancing blockchains.
- zkVMcrypto
- A zkVM proves the correct execution of an ordinary program, letting developers write in familiar languages instead of hand-building circuits.
- Zodia Custodycrypto
- Zodia Custody is a regulated institutional crypto custodian operated by Standard Chartered Bank ensuring compliance and asset protection.
- Zonecrypto
- Zone is a gamified DeFi ecosystem offering play-to-earn mechanics, prediction markets, and social staking features.
- Zone Protocolcrypto
- Zone Protocol gamifies on-chain engagement using rewards and achievements, fostering community interaction across DeFi ecosystems.
- Zone-based architecturequantum
- A layout dividing a processor into storage, entangling and readout regions with qubits moved between them, used in both ion and atom machines.
- Zoracrypto
- Zora is an NFT protocol providing on-chain marketplaces, creator royalties, and minting tools for digital media distribution.
- Zora DAOcrypto
- Zora DAO governs NFT protocol upgrades and community funding initiatives using on-chain governance mechanisms.
- Zora Marketplacecrypto
- Zora Marketplace enables creators to mint and trade NFTs directly on-chain with programmable royalties and transparent fee structures.
- Zora Networkcrypto
- Zora Network is an Ethereum-compatible layer-two focused on NFT minting and media distribution using Optimism’s OP Stack technology.
- Zuchongzhiquantum
- The superconducting processor family from the University of Science and Technology of China, used in random circuit sampling experiments.
- Zunami Aggregatorcrypto
- Zunami Aggregator routes stablecoin liquidity across DeFi pools, maximising yield through algorithmic allocation and risk diversification.
- Zunami DAOcrypto
- Zunami DAO governs stablecoin aggregation strategies, adjusting allocations algorithmically across multiple liquidity pools for optimal yield.
- Zunami Protocolcrypto
- Zunami aggregates stablecoin yields across DeFi protocols, optimising risk-adjusted returns through automated liquidity rebalancing.
- Zyficrypto
- Zyfi allows gasless transactions on zkSync networks, enabling users to pay fees with stablecoins through sponsored transaction relayers.
- ZZ crosstalkquantum
- An always-on interaction that shifts one qubit's frequency depending on its neighbour's state, a persistent error source in fixed-coupling designs.
No terms match that search.