Glossary
The words of sovereignty, explained simply.
ASIC
A chip designed specifically for a single task, rather than a general-purpose chip. Faster and more energy-efficient at what it’s designed to do, but incapable of doing anything else.
Precise definition
Application-Specific Integrated Circuit: an integrated circuit designed for a specific function (networking, signal processing, AI acceleration, mining). It offers superior performance and energy efficiency compared to a general-purpose processor when performing that task, at the expense of flexibility and high design costs.
Cloud
Instead of buying your own computers, you rent someone else’s processing power and storage space via the internet, and you only pay for what you use. It’s a bit like metered electricity, but for computing.
Precise definition
A model for the provision of IT resources (computing, storage, networking, software) on demand, shared and billed on a pay-as-you-go basis, and operated by a third party. Three levels: IaaS (raw infrastructure), PaaS (execution platform), SaaS (ready-to-use software). The higher up the levels you go, the more you delegate operational management, and the more access to your data you entrust to others.
Digital sovereignty
To be able to decide for oneself what happens to one’s data and tools, without another country or company being able to impose its own rules or cut off access.
Precise definition
The ability of an organisation or a state to maintain control over its data, data processing and technological dependencies, free from the constraints of foreign law and the risk of disruption imposed by a third party. It is not measured by a brand’s nationality, but by verifiable characteristics: applicable law, location, conditions of access and reversibility.
DNS
The internet directory. You type in a website’s name, and the DNS translates it into an address that computers can understand. Without it, you know the name but you can’t find the door.
Precise definition
Domain Name System: a system that translates human-readable domain names (e.g. example.fr) into IP addresses. A hierarchical and distributed service in which certain components (root servers, top-level domain registries, resolvers) constitute critical dependencies and control points that are rarely monitored.
Extraterritoriality (CLOUD Act)
A law of a country that applies even beyond its borders. The CLOUD Act allows US authorities to request data held by a US company, even if that data is stored on servers in France.
Precise definition
The application of a legal framework beyond national borders. The CLOUD Act (United States, 2018) authorises US authorities to require a service provider falling within their jurisdiction to disclose data in its possession, regardless of where it is stored. Direct consequence: locating one’s servers in Europe is not sufficient to protect against foreign access; it is the operator’s legal domicile that determines the outcome.
Fonderie
The factory that physically manufactures chips designed by others. Designing a chip and knowing how to manufacture it are two different skills. A foundry specialises in the latter, and such facilities are extremely rare.
Precise definition
An integrated circuit manufacturing plant (foundry) that produces chips designed by third parties, in line with the fabless model. Cutting-edge capabilities are concentrated amongst a few players, foremost among them TSMC in Taiwan, making this a major source of strategic dependence.
GDPR
The European law that protects your personal data: who is allowed to collect it, why, for how long, and what you are entitled to. It protects people, not industry.
Precise definition
General Data Protection Regulation (EU 2016/679), in force since 2018. It sets out the framework for the processing of personal data: legal basis, purpose, retention period, data subjects’ rights and the obligations of data controllers. It is a matter of individual rights, not industrial policy: it does not determine where data is hosted, nor who controls the technology.
GPU
A chip originally designed for video games has become the driving force behind artificial intelligence because it performs thousands of calculations in parallel. It’s the resource everyone is clamouring for.
Precise definition
Graphics Processing Unit (GPU): a massively parallel architecture that has become the standard hardware for training and inference of AI models. The high-end market is dominated by Nvidia, and access to large quantities of these chips is a prerequisite for cutting-edge research.
Hyperscaler
A giant cloud provider, capable of serving the whole world from huge data centres. The three best-known are Amazon, Microsoft and Google.
Precise definition
A very large-scale cloud operator, whose scope (number of services, capacity, global reach) exceeds that of regional players by one or more orders of magnitude. The term refers primarily to AWS, Microsoft Azure and Google Cloud. This should be distinguished from an integrated provider such as OVHcloud: despite the shared term ‘cloud’, they are not in the same line of business.
IaaS
The most basic layer of the cloud. You rent machines, storage and networking, and install everything else yourself. Like renting an empty space — it's up to you to fit it out.
Precise definition
Infrastructure as a Service: on-demand provision of virtualised infrastructure resources (compute, storage, network). The provider manages the hardware and virtualisation; the customer manages the system, middleware and applications. This is the layer that delegates the least, and therefore leaves the most control.
Inférence
The moment when a pre-trained AI model sets to work to respond to your request. Training is the learning process, once and for all. Inference is the application of that learning, with every request.
Precise definition
The phase in which a trained model is used to generate an output from an input. Distinct from training, it represents an ongoing cost and raises issues of sovereignty when it is to be carried out within a given territory, under a given legal framework, on equipment under that jurisdiction’s control.
Kill switch
The button that shuts down the service remotely. If the technology you’re using is controlled by someone else, they might decide one morning to cut it off, and there’s nothing you can do about it.
Precise definition
The ability of a third party (supplier, parent company, country of origin) to suspend, restrict or interrupt access to a service or technology, by virtue of a technical, commercial or regulatory decision. This is the blind spot in most analyses of sovereignty: a compliant contract does not prevent a service from being cut off if the technology and its operation remain under foreign control.
Lithographie EUV
The technique used to etch the finest circuits onto chips using an extremely powerful light source. The machines used to carry out this process are manufactured by just one company in the world.
Precise definition
Extreme ultraviolet photolithography (wavelength of 13.5 nm), which is essential for etching the most advanced nodes. The equipment is produced by a single supplier, the Dutch company ASML, making it one of the most frequently cited bottlenecks in the silicon supply chain.
Modèle frontière
Currently the most advanced, largest and most capable artificial intelligence model. Producing one costs hundreds of millions and requires guaranteed access to rare chips.
Precise definition
An AI model that was state-of-the-art at the time of its release, in terms of both its size and capabilities. Developing it is a major industrial undertaking: tens of thousands of GPUs, training campaigns lasting several months, computing costs running into the hundreds of millions, followed by continuous inference. Not all applications require this.
NTP
The protocol that keeps all machines on the same time, to the millisecond. Without it, certificates, logs and transactions fall out of sync and break.
Precise definition
Network Time Protocol: a protocol for synchronising the clocks of networked systems. An invisible but critical building block on which authentication, certificate validity, log timestamps and transaction consistency all depend. Its reference time sources are few in number and form a control point that is rarely monitored.
Open source
Software with open source code: anyone can read it, use it, modify it and share it. You can see what it does, and you’re not tied hand and foot to the person who wrote it.
Precise definition
Software whose source code is published under a licence that permits use, study, modification and redistribution. Openness reduces dependence on a single publisher and enables auditing. However, it is not in itself sufficient to ensure sovereignty: maintenance, project governance and the underlying hardware layers remain to be addressed.
PaaS
One step up. You rent a platform ready to run your code, without managing the machines underneath. Like a fully fitted premises — you just bring your business.
Precise definition
Platform as a Service: a managed execution environment (databases, runtimes, message queues, deployment tools) on which the customer deploys their applications without administering the infrastructure. More convenience, but greater dependency on the platform's proprietary services, and therefore a higher lock-in risk than IaaS.
Poids ouverts
The internal settings of an AI model, published so that others can run and adapt it on their own systems. You are no longer tied hand and foot to the provider, even if the licence isn’t always as permissive as that of open-source software.
Precise definition
Public release of a model’s parameters (weights), enabling it to be run, fine-tuned and audited outside the creator’s organisation. This is distinct from strictly open source: the weights may be made available under a restrictive licence. This significantly reduces the risk of service disruption and vendor lock-in associated with a model accessible only via an API.
Reversibility
It’s the ability to retrieve your data and switch to another provider without causing a major disruption. If switching providers takes two years and costs a fortune, you’re effectively tied in, even when the contract says you’re free to leave.
Precise definition
The technical and contractual ability to retrieve one’s data and processing operations in a usable format, and then to transfer them to another provider or in-house, within a reasonable timeframe and at a reasonable cost. This is the true measure of control: without reversibility, dependence remains total, even under a compliant contract.
SaaS
Finished software, used directly over the internet — nothing to install or manage. Like a hotel room: you walk in, everything is done, and you own nothing.
Precise definition
Software as a Service: a complete application operated by a third party and consumed through the browser. The customer manages neither the infrastructure nor the software, only their data and settings. Maximum delegation, and maximum exposure: the data lives with the provider, under their law.
SecNumCloud
A highly rigorous French certification awarded by the national cybersecurity agency (ANSSI). It guarantees that a cloud service genuinely protects data, including from foreign laws.
Precise definition
A security qualification issued by ANSSI (standard 3.2). It certifies that a cloud service (IaaS, PaaS or SaaS) meets the highest technical, operational and legal standards, including immunity from extraterritorial laws. It is a qualification (a security endorsement), not merely a certification. The CNIL regards it as the only recognised marker of a sovereign cloud; the SREN Act (Article 31) makes it mandatory for government cloud projects involving sensitive data.
Semi-conducteur
The basic material used in microchips lies somewhere between substances that conduct electricity and those that block it. It is by exploiting this property that billions of tiny switches are etched onto a piece of silicon.
Precise definition
A material, most commonly silicon, whose conductivity can be precisely controlled, and which forms the basis of all integrated circuits. Its manufacture involves a long and specialised industrial process: design, etching at the foundry, lithography equipment, assembly and testing, almost none of which is carried out entirely within Europe.
SREN
The French law of 2024 to secure and regulate the digital space. On the cloud side, it targets what locks customers in: migration fees, data portability, lock-in practices.
Precise definition
Law on securing and regulating the digital space, enacted in 2024. It complements the European framework and introduces cloud-specific provisions: limits on transfer and exit fees, portability and interoperability requirements, controls on commitment credits — all aimed at reducing lock-in and facilitating reversibility.
Vendor lock-in
When a supplier makes leaving so complicated that you end up trapped. Proprietary formats, in-house tools, exit costs: everything is designed to make leaving more expensive than staying.
Precise definition
A situation in which dependence on a supplier becomes difficult or costly to break free from, due to proprietary formats, specific interfaces, high migration costs or ecosystem effects. Lock-in transforms an initial choice into a lasting constraint and renders competition ineffective, even when several suppliers exist in theory.