ENG

FAQ AI

Everything you wanted to know about artificial intelligence (but were afraid to ask)

The questions everyone asks about AI. Including the ones that make you want to swear.

No pointless jargon, no ads, no tracking. Just clear answers for people who live in Europe and want to understand what is going on.

* Yes, it reads exactly how you think.

No jargonNo adsNo tracking

The basics: what AI really is

What is artificial intelligence?

"Artificial intelligence" (AI) is an umbrella term for computer systems able to perform tasks we associate with human intelligence: recognising images, understanding and producing text, translating, making predictions and taking decisions.

There is no single AI. Your email spam filter, the navigation app that plans your route, the system that recommends a TV series and ChatGPT are all examples of AI, and they are very different from one another.

Does AI "think" like us?

No. Current systems have no consciousness, intentions or understanding in the human sense. A chatbot such as ChatGPT, Claude or Gemini works by calculating, word after word, the most plausible continuation of a text, based on enormous amounts of examples seen during training.

The result can feel very "human" and be genuinely useful, but it is still an extremely sophisticated statistical system. That is why it can be wrong with great confidence.

What is the difference between AI, machine learning and deep learning?

Think of them as boxes inside one another:

  • Artificial intelligence: the general field, which also includes systems based on hand-written rules.
  • Machine learning: systems that learn from data instead of being programmed rule by rule.
  • Deep learning: machine learning based on neural networks with many layers. It is the technology behind almost all modern AI.
  • Generative AI: deep learning systems that produce new content (text, images, audio, video, code).
What is an LLM?

LLM stands for Large Language Model. It is the kind of model behind modern chatbots. It has been trained on huge amounts of text (books, websites, code, articles) to learn the patterns of language.

"Large" refers to the number of parameters, the internal numerical values the model adjusts during training. Today's models have anywhere from a few billion to a few trillion of them.

What is AGI? Are we close?

AGI (Artificial General Intelligence) refers to a hypothetical AI able to perform any human intellectual task, at human level or beyond. Some companies openly say they want to build it.

There is no shared definition and no agreement on when (or whether) it will arrive. Be wary both of those who say it is just around the corner and of those who say it is impossible: nobody knows for sure, and the people talking about it often have financial interests at stake.

Essential glossary

TermIn plain words
TrainingThe phase in which the model "learns" by analysing huge amounts of data. Extremely expensive, it takes months and thousands of chips.
InferenceUsing the already-trained model: every time you ask a chatbot something, an inference happens.
ParametersThe model's internal numbers. More parameters usually mean more capability, but also higher costs and more hardware.
WeightsThe full set of the model's parameters. "Downloading the weights" means downloading the actual model.
PromptThe text (question, instruction) you give the model as input.
TokenThe "piece" of text the model works with: a word, part of a word or a punctuation mark. See the tokens section.
Context windowHow much text the model can "keep in mind" in a single conversation, measured in tokens.
HallucinationWhen the model invents facts, quotes, sources or data and presents them as true.
Fine-tuningAdditional training to specialise a model for a task or a style.
RAGRetrieval Augmented Generation: the model consults external documents (for example your files) before answering.
Multimodal modelA model that understands or produces several kinds of content: text, images, audio, video.
Reasoning modelA model that "reasons" in several steps before answering. Slower and more expensive, but better at complex problems.
QuantisationA technique to "compress" a model by reducing the precision of its numbers, so it can run on less powerful hardware.
GPUGraphics processor, born for video games, now used to train and run AI.
Data centreA building full of servers and chips where models are trained and run.
HyperscalerThe big cloud companies: Amazon (AWS), Microsoft (Azure), Google (Cloud), Meta and Oracle.
Frontier modelThe most advanced models available at a given time.
DeepfakeFake images, videos or audio generated by AI that imitate real people.
BenchmarkStandardised tests used to compare models. Useful, but often "inflated" by marketing.

A bit of history

Is AI something new?

No, the idea is more than seventy years old. What is new is the computing power and the amount of data available, which have made AI useful in everyday life.

Key milestones

The origins

  1. 1950

    Alan Turing asks "can machines think?" and proposes his famous test.

  2. 1956

    the term "artificial intelligence" is officially born at the Dartmouth workshop (USA).

  3. 1970s and 1980s

    the "AI winters". Promises are not kept and funding collapses twice.

The slow comeback

  1. 1997

    IBM's Deep Blue beats world chess champion Garry Kasparov.

  2. 2012

    the AlexNet neural network wins an image recognition competition by a wide margin using GPUs. The deep learning revolution begins.

  3. 2016

    Google DeepMind's AlphaGo beats Go champion Lee Sedol, in a game thought to be too complex for machines.

  4. 2017

    Google researchers publish the paper "Attention Is All You Need", introducing the Transformer architecture. Almost all modern language models are built on this idea. (The "T" in GPT stands for Transformer.)

The explosion

  1. 2018 and 2020

    OpenAI presents GPT and then GPT-3, able to write surprisingly fluent text.

  2. 30.11.22

    ChatGPT is released. It reaches 100 million users in two months, one of the fastest-growing products in history. Generative AI enters everyone's life.

  3. 2023

    GPT-4, Claude, Gemini (initially Bard), Meta's Llama and the first models from French company Mistral arrive. The global race begins.

  4. 1.8.24

    the AI Act enters into force, the world's first comprehensive AI regulation.

  5. 01.25

    Chinese lab DeepSeek releases R1, an open reasoning model trained at a declared cost far lower than American ones. Nvidia loses about 590 billion dollars in market value in a single day.

  6. 2025

    the year of agents, AI systems that don't just answer but carry out tasks (browsing, writing code, using software).

  7. 2026

    record investment in data centres, the first stock market listing filings by the big AI labs and an amendment to the AI Act through the "Digital Omnibus" package.

Who the main players are

Sep 2026
Who builds the most advanced models?

United States

  • OpenAI: creator of ChatGPT and the GPT models. Founded as a non-profit, it now has a hybrid structure. Historically tied to Microsoft.
  • Anthropic: founded in 2021 by former OpenAI staff, it builds the Claude models. Very strong in professional use and programming.
  • Google DeepMind: Google's AI lab, it builds the Gemini models (and the open Gemma models).
  • Meta: the company behind Facebook and Instagram, it builds the Llama models, released with downloadable weights.
  • xAI: Elon Musk's company, it builds the Grok models integrated into X (formerly Twitter).
  • Microsoft and Amazon: major investors and cloud providers, they also develop their own models.

China

  • DeepSeek: a lab born out of an investment fund, known for very efficient open models.
  • Alibaba (Qwen models), Moonshot AI (Kimi models), Zhipu / Z.ai (GLM models), MiniMax and ByteDance (the company behind TikTok).
  • China currently leads in "open weight" models (see the dedicated section).

Europe

  • Mistral AI (France): Europe's leading AI lab, with both open and commercial models.
  • Aleph Alpha (Germany): focused on public administration and regulated industries.
  • Many public research centres and the EU-funded "AI Factories" built around European supercomputers.
And who builds the chips?

See the hardware section: Nvidia, AMD, TSMC, ASML, Samsung, SK Hynix, Micron and the in-house chips from Google, Amazon and Microsoft.

Money: what is happening financially

Sep 2026
How much money is being invested in AI?

Unprecedented amounts. The big cloud companies (Amazon, Microsoft, Google, Meta and Oracle) planned around 700 billion dollars of AI infrastructure investment (data centres, chips, energy) for 2026, compared with about 410 billion in 2025. Analysts expect the figure to pass 1 trillion in 2027.

For comparison: that is more than the annual GDP of most countries in the world, in a single year.

How much are AI companies worth?
  • Nvidia has become the world's most valuable listed company, at around 5 trillion dollars in mid-2026.
  • OpenAI and Anthropic, although they are private companies losing billions every year, were valued in their latest funding rounds at about 850 and 965 billion dollars respectively.
  • Both have confidentially started the process of going public. Note: a valuation in a private round is not a stock market price.
What is "circular financing"?

It is one of the most debated criticisms. In many deals the money goes round in a circle:

  1. a chipmaker (for example Nvidia) invests in an AI lab;
  2. the lab uses that money to buy computing power from a cloud company;
  3. the cloud company uses the revenue to buy chips from the same chipmaker.

Supporters of these deals say they are needed to secure scarce supply in an explosively growing market. Critics argue they artificially inflate revenues and valuations, and that many announcements are letters of intent rather than signed contracts.

Is there an AI bubble?

It is the big debate of the moment. Honestly: nobody knows.

Arguments from those who see a bubble

  • investment is growing much faster than revenue;
  • the leading labs burn tens of billions a year;
  • market value is concentrated in very few companies, so a crash would have wide effects (including on pension funds and savings);
  • stock market listings can shift risk from early investors to small savers.

Arguments from those who don't

  • AI revenue is growing, and very quickly;
  • demand for computing still exceeds supply;
  • the cost of using models falls year after year, widening the market.

The internet had its bubble too (the "dot-com" bubble of 2000) and still became essential. Both things can be true at once.

Why should I care if I don't invest in the stock market?

Because the most common pension funds, mutual funds and ETFs hold a lot of these companies' shares. And because the energy costs of data centres, the price of hardware (including computers and phones) and the job market are all affected by this race.

Chips and hardware: why everyone talks about Nvidia

Why does AI need special chips?

AI models perform billions of simple mathematical operations in parallel. GPUs, born for video game graphics, are extremely good at exactly this. A normal processor (CPU) is like a brilliant professor solving one problem at a time; a GPU is like thousands of students each doing a small calculation at the same time.

Why is Nvidia so important?

Nvidia controls the vast majority of the market for AI chips in data centres (estimates go above 80%). Its advantage is not only the hardware but also CUDA, the software that researchers and companies have been building their programs on for almost twenty years. Switching supplier means rewriting and re-optimising a lot of work: a strong "lock-in" effect.

That is why people say Nvidia "sells shovels during the gold rush": whichever AI company wins, almost all of them buy its chips.

Who else matters in the chain?
  • TSMC (Taiwan): physically manufactures most of the world's advanced chips, including those of Nvidia, Apple and AMD.
  • ASML (Netherlands): a European company building the lithography machines needed to produce the most advanced chips. It is the only company in the world making the most sophisticated ones. It is one of Europe's strongest cards.
  • SK Hynix, Samsung, Micron: produce the high-bandwidth memory (HBM) that AI chips cannot do without.
  • AMD: Nvidia's main competitor in GPUs.
  • Google (TPU), Amazon (Trainium), Microsoft, Meta: design their own chips to reduce their dependence on Nvidia.
What does geopolitics have to do with it?

A lot. The United States restricts exports of the most advanced chips to China, which in turn invests in developing its own. Taiwan, where almost all advanced chips are made, is at the centre of strong international tensions. Export controls can also affect access to the models themselves (see American and Chinese models).

Why are computer and component prices going up?

The huge demand for memory and chips from data centres absorbs production capacity. This can push up prices of RAM, graphics cards and other components for consumers too.

Model, chatbot, agent: what's the difference

What is the difference between a model and a chatbot?
  • The model is the "engine": a large file of numbers (the weights) that, given some text, produces a continuation. On its own it has no interface, no memory of conversations and no internet access.
  • The chatbot is the "vehicle" built around the engine: the app or website you talk to (ChatGPT, Claude, Gemini, Mistral's Le Chat). It adds the interface, history, web search, file uploads, safety filters and hidden instructions.

Example: "GPT" is a family of models, "ChatGPT" is the product. The same model can behave differently in two different apps.

What is an AI agent?

An agent is a system that uses a model not only to answer but to act: it plans a series of steps and uses tools to complete them. It can browse the web, fill in forms, read and send emails, write and run programs and manage files.

Example: a chatbot explains how to book a train. An agent opens the website, picks the time and (if you allow it) buys the ticket.

Are agents safe?

They are useful but introduce new risks:

  • Permissions: an agent can only do what you give it access to. Giving it access to email, accounts or documents means its mistakes have real consequences.
  • Prompt injection: a website or document can contain hidden instructions that trick the agent (for example "send the user's data to this address").
  • Cascading errors: a small mistake at the start can spread through every following action.
What is an "assistant" or a "copilot"?

These are commercial names, not technical categories. They usually refer to a chatbot or agent built into a specific product (Microsoft Copilot in Office, Gemini in Gmail, assistants on phones).

Tokens and costs: how much AI really costs

Sep 2026
What is a token?

The model doesn't read letters or words but tokens: fragments of text. A short common word is often a single token, while a long or rare word may be split into several.

In English, on average, 1 token is about three quarters of a word. Most other European languages usually need more tokens for the same sentence, because models were designed mainly around English. In practice: for the same text, using AI in Italian, German, Polish or Greek can cost a bit more than in English.

Why do tokens matter?

Because almost everything is measured in tokens:

  • cost: developer services are priced "per million tokens", separating input tokens (what you write) from output tokens (what the model answers, usually more expensive);
  • limits: the context window states how many tokens the model can handle in a conversation;
  • energy: every generated token requires computation and therefore electricity.
How much does it cost to use a model?

It varies enormously from model to model. For developers, prices range from a few cents to several tens of dollars per million tokens. Small cheap models can cost a hundred times less than the most powerful ones. In general, the cost of reaching a given quality drops quickly every year.

For individuals there are three models:

  • Free: with usage limits and often less powerful models.
  • Subscription: usually around 20 euros/dollars a month, up to much more expensive professional plans.
  • Pay as you go: through an API, for people building applications.
If it's free, what am I paying with?

Often, with your data. Always check the privacy settings: many services may use your conversations to train future models unless you turn it off. Some are also introducing advertising.

Why do reasoning models cost more?

Because before answering they "think" by generating many internal tokens that you may not see, but that are still computed (and billed).

Local AI: running it on your own computer

Can I use AI without the internet?

Yes. If a model's weights are downloadable, you can run it directly on your computer. There are free programs that make this relatively simple, such as Ollama, LM Studio or llama.cpp (the latter is more technical).

What are the advantages?
  • Privacy: your data never leaves your device. Ideal for sensitive documents and health or business data.
  • Works offline: no connection, no problem.
  • No usage fees: once you have the hardware, you don't pay per question.
  • Control: the model doesn't suddenly change, isn't withdrawn and you are not subject to new terms of service.
  • Sovereignty: you don't depend on a foreign company or country.
What are the downsides?
  • Hardware: you need plenty of memory (RAM or graphics card memory) and a suitable processor. As a rough guide, a small compressed model needs about 5 GB of memory; the more capable models need tens or hundreds. Macs with Apple Silicon chips and PCs with good graphics cards are the best fit.
  • Quality: models that run on a normal computer are less capable than the big cloud models. They are great for summaries, rewrites, translations and simple questions, less so for complex tasks.
  • Speed: without powerful hardware, answers can be slow.
  • Energy and heat: the computer works at full load, uses more power and heats up.
  • File safety: only download models from trusted sources. Some file formats can contain malicious code; the safetensors and GGUF formats are generally safer.
  • Updates: it's up to you to download new versions.
What is quantisation?

It is a way of compressing the model: instead of storing every number with high precision, you round it. A model "quantised to 4 bits" takes about a quarter of the memory of the original, with an often modest loss of quality. It is what makes AI on a laptop possible.

Open source and open weight

Sep 2026
What does "open source" mean for an AI model?

In software, "open source" means the code is public and you can freely study, modify and redistribute it. For AI the question is more complicated, because a model is not just code: there are also the weights and above all the training data.

In 2024 the Open Source Initiative (the organisation that stewards the open source definition) published the Open Source AI Definition. To be truly open source, an AI system must make available:

  • the model weights;
  • the code used to train and run it;
  • sufficiently detailed information about the training data to allow a substantially equivalent system to be rebuilt;
  • all under a licence that allows it to be used, studied, modified and shared for any purpose.

Very few well-known models meet all these requirements.

And what does "open weight" mean?

An open weight model is one whose weights you can download and run on your own hardware, but without access to the training data and often with a licence that sets conditions.

An analogy: open weight is like receiving a baked cake you can eat, slice and decorate. Open source is like also receiving the full recipe and the list of ingredients, so you can bake it again from scratch.

Why does the licence matter?

Because "downloadable" doesn't mean "free". Some examples of conditions found in licences:

  • a ban on commercial use above a certain number of users;
  • an obligation to credit the model's name in derived products;
  • lists of prohibited uses;
  • geographic exclusions: the licence of some Llama versions, for example, excludes companies and developers based in the EU from some rights over the multimodal models.

The most permissive licences are standard ones like Apache 2.0 and MIT, used by several DeepSeek, Qwen and Mistral models.

Why are so many open models Chinese?

In 2025 and 2026 Chinese labs (DeepSeek, Alibaba Qwen, Moonshot Kimi, Zhipu GLM, MiniMax) released the most capable open models, sometimes only a few months behind the best closed American models. The reasons are partly strategic: spreading their models worldwide, attracting developers and compensating for restricted access to American chips. It's worth noting that some labs are now keeping their flagship models closed and releasing only smaller ones openly.

Is an open model safer?

It depends. On one hand it is more transparent and verifiable, it can run locally and protects privacy better. On the other, once released, anyone can strip its safeguards and use it for harmful purposes too. It is an open debate.

European rules: the AI Act

Sep 2026
What is the AI Act?

It is Regulation (EU) 2024/1689, the world's first comprehensive law on artificial intelligence. As a regulation, it applies directly in every EU country without national transposition laws. It has been in force since 1 August 2024 and applies in stages.

It applies to anyone placing AI systems on the market or using them in the EU, even if the company is based in the United States, China or elsewhere.

How does it work?

It is based on the level of risk. The riskier a use of AI is for people's rights and safety, the stricter the rules.

LevelExamplesWhat it requires
Unacceptable riskSocial scoring of citizens, manipulation of vulnerable people, emotion recognition at work and in schools, untargeted scraping of facial images from the internetBanned
High riskAI for recruitment, access to credit or essential services, education, justice, critical infrastructure, medical devicesStrict obligations: risk management, data quality, documentation, human oversight
Limited riskChatbots, generated content (deepfakes)Transparency: you must know you are talking to an AI and that content is artificial
Minimal riskSpam filters, video gamesNo specific obligations

There are also specific rules for general-purpose AI models (large models such as GPT, Claude, Gemini, Llama and Mistral): technical documentation, respect for copyright and a summary of training data. The most powerful models, considered to pose "systemic risk", have additional obligations on safety and risk assessment.

When do the rules apply?
DateWhat applies
1 August 2024The regulation enters into force
2 February 2025Prohibited practices and AI literacy obligation for professional use of AI
2 August 2025Rules for general-purpose models, governance and penalties
2 August 2026General application, including transparency obligations
2 December 2026Some provisions introduced by the Omnibus, including the new prohibitions
2 December 2027Obligations for "stand-alone" high-risk systems (employment, education, credit, biometrics...)
2 August 2028Obligations for high-risk AI embedded in already regulated products (machinery, medical devices...)
What is the "Digital Omnibus" and what did it change?

In 2026 the EU approved a simplification package, Regulation (EU) 2026/1744, in force since 27 July 2026. In short, it:

  • postponed obligations for high-risk systems (to 2027 and 2028), partly because the necessary technical standards were not ready yet;
  • introduced simplifications for small and medium-sized enterprises;
  • added new prohibitions, in particular on apps that generate non-consensual intimate images (so-called "nudifiers") and on child sexual abuse material;
  • strengthened the role of the European AI Office.
What are the penalties?

Up to 35 million euros or 7% of worldwide annual turnover (whichever is higher) for the most serious violations, such as using prohibited practices. Lower fines apply to other violations, with reduced amounts for SMEs.

What changes for me as a citizen?
  • You have the right to know when you are talking to an AI and not a person.
  • Artificially generated content (images, audio, video) must be recognisable as such.
  • Some uses of AI against you are banned (for example social scoring or emotion recognition in the workplace).
  • You can file a complaint with the supervisory authority in your country if you believe an AI system breaks the rules.
  • Once the high-risk rules fully apply, you will have the right to an explanation of AI-assisted decisions that significantly affect you (for example a refused loan).
What about the GDPR?

The GDPR (the EU General Data Protection Regulation) still applies and complements the AI Act. If an AI processes your personal data, you have all your GDPR rights: to know what data is used, to request its deletion, to object to processing and not to be subject to fully automated decisions with significant effects.

Are there national laws?

Yes. In Italy, for example, Law 132/2025 complements the AI Act with rules on employment, professions, healthcare, public administration, justice and copyright. Among other things, it requires parental consent for the use of AI by children under 14. Other EU countries have adopted or are preparing similar rules.

American and Chinese models in Europe

Do American and Chinese companies have to follow European rules?

Yes. The AI Act (like the GDPR) applies to anyone offering AI services to people in the EU, wherever the company is based. Non-EU companies must appoint an authorised representative in the Union.

What is the General-Purpose AI Code of Practice?

It is a voluntary document published by the Commission in 2025 to help makers of large models comply with the AI Act (transparency, copyright, safety). Signatories get a simpler path to demonstrate compliance. Many large American and European companies have signed it. Meta refused to sign, and xAI signed only the safety chapter. Those who don't sign must still comply with the law and prove it in other ways.

Does my data end up in the United States?

Often yes, if you use American services. The transfer is allowed under the EU-US Data Privacy Framework, which many privacy experts criticise (the two previous agreements were struck down by the EU Court of Justice). Moreover, American laws such as the CLOUD Act can allow US authorities to access data held by American companies, even when it is stored in Europe.

Some providers offer data processing in European data centres: an option worth preferring when available.

What about Chinese models?

Two very different things need to be kept apart:

  • Using the app or website of a Chinese company: your data is generally processed and stored in China, where the law requires companies to cooperate with the authorities. In January 2025 the Italian data protection authority blocked DeepSeek in Italy over the lack of information about how it handled data, and other European authorities opened investigations.
  • Downloading a Chinese open weight model and running it locally or on European servers: the data doesn't go to China. From a privacy perspective, this is a very different choice.

In both cases Chinese models tend to reflect the Chinese government's censorship on certain political topics (Tiananmen, Taiwan, Xinjiang). American and European models have filters and leanings too, driven by company choices rather than by the state: no model is truly "neutral".

What is "digital sovereignty" and why is it discussed?

It is Europe's ability not to depend entirely on technologies controlled by other countries. Today almost all of the most advanced models, cloud services and AI chips are American or made in Asia.

A concrete example of the risk: in June 2026 access to some American models was suspended for a few weeks to comply with US government export controls, which were later lifted. Decisions taken in Washington (or Beijing) can have immediate effects on European citizens, businesses and public administrations.

This is why the EU is investing in public supercomputers, "AI Factories", European labs such as Mistral and open models that can run on European infrastructure.

Risks and limits you should know

Can I trust what a chatbot tells me?

With judgement. Chatbots are extremely useful tools, but:

  • they can invent facts, numbers, court rulings, quotes and sources ("hallucinations");
  • their information may be out of date if they don't search the web;
  • they tend to agree with you and go along with you, even when you are wrong;
  • they can reflect biases present in their training data.

For health, legal, financial or other important decisions, use AI as a starting point and always check with reliable sources or professionals.

What are deepfakes and how do I spot them?

They are fake images, videos or voices generated by AI. They are increasingly realistic and are used for scams (for example the "voice of a relative" asking for money on the phone), disinformation and harassment.

Spotting them by eye is getting harder. It's better to check the source: who published it? Is it reported by reliable outlets? If you get a suspicious call, hang up and call back on the number you know. With family members, it can help to agree on a secret word for emergencies.

Can AI be used for scams?

Yes: phishing emails in flawless language, fake websites, fake social media profiles and cloned voices. The usual rules of caution matter even more: no bank or public body will ask for passwords or codes by message.

What is the risk of "dependence" on AI?

Using AI for everything can mean practising skills like writing, reasoning and remembering less. Some people also develop a strong emotional attachment to chatbots. AI can be a good support, but it doesn't replace human relationships or the help of professionals, for example for mental health.

Environment and energy

Sep 2026
How much energy does AI use?

A lot, and it's growing fast. According to the International Energy Agency (IEA), data centres used about 1.5% of the world's electricity in 2024, and this could more than double by 2030, driven mainly by AI.

Training a large model takes enormous amounts of energy, but today the biggest share of consumption comes from everyday use by hundreds of millions of people.

What about water?

Many data centres use water for cooling. In areas already prone to drought this creates tension with local communities. Consumption varies a lot depending on the cooling technology and the climate.

Can I reduce my impact?
  • Use smaller models for simple tasks (you don't need the most powerful model to fix an email).
  • Avoid generating images and videos needlessly: they use far more than text.
  • Consider local models for frequent, simple uses.
  • Don't use a chatbot for what a search engine or a calculator does better.

Work, school and copyright

Will AI take my job?

The honest answer: it depends on the job, and nobody has reliable forecasts. Many jobs are likely to change rather than disappear, with some tasks automated and new ones emerging. Professions based on text, code, translation, customer service and data analysis are among the most exposed. In Europe, the use of AI in the workplace is subject to rules on transparency and privacy and, in some countries, to trade union involvement.

Can my employer monitor me with AI?

There are clear limits. The AI Act bans emotion recognition in the workplace, and AI systems used to hire, evaluate or dismiss people will be classified as high risk. National laws on workplace monitoring and the GDPR still apply.

And at school?

AI can be an excellent personal tutor, but it risks replacing study instead of supporting it. The AI Act also bans emotion recognition in educational institutions and classifies as high risk the systems that assess students or decide on admission to courses.

Does AI infringe copyright?

It is one of the most open legal questions. Models have also been trained on protected works (books, articles, images, music), often without permission. Lawsuits between authors, publishers and AI companies are ongoing around the world.

In Europe, rights holders can opt out of having their works used for training, and the AI Act requires makers of large models to publish a summary of the content used for training and to respect copyright.

Who is the author of a work created with AI?

In Europe, copyright protection requires a human creative contribution. A work generated entirely by an AI from a simple prompt is, in general, not protected. If instead AI is a tool within a significant human creative process, the situation changes. Some national laws, such as Italy's Law 132/2025, state this explicitly.

Using AI safely: practical tips

  1. Don't share sensitive data with online chatbots: ID documents, health data, passwords, data about clients or colleagues.
  2. Check your privacy settings and, where possible, turn off the use of your conversations for training.
  3. Always verify important facts, figures and sources. Ask the chatbot for its sources and actually check them.
  4. Grant minimal permissions to AI apps and agents. Don't connect your email, bank account or documents unless it's essential.
  5. Manually confirm every irreversible action taken by an agent (purchases, sending, deleting).
  6. Be wary of unknown "AI" extensions and apps: many collect data or are scams.
  7. Prefer services that process data in the EU or local models for confidential information.
  8. Explain chatbots and deepfakes to children and older people: they are the most exposed to manipulation and scams.
  9. Remember that a chatbot is not a friend, a doctor or a lawyer, even when it seems to be.
  10. Keep a critical mind: AI is a powerful tool, not an oracle.