Technological developments in artificial intelligence

With advances in computing power, data availability and modelling architectures, ever more powerful systems are emerging that open up new fields of application and at the same time raise questions about transparency, security and responsible use. This page provides an overview of the key technological foundations and current developments in AI.

Hey Gemini, what is intelligence?

“Intelligence is a complex cognitive ability that encompasses the understanding, processing and application of information. It enables people to solve problems, recognise connections, learn from experience and adapt to new situations.”

[Answer from Gemini 2.5 Flash]

Artificial intelligence - what is it anyway?

The concept of intelligence has long been directly associated with humans or other living beings. Even the intelligent voice assistant Gemini understands intelligence as a human characteristic. To understand exactly what artificial intelligence (AI) is and what processes take place in the background, it can be helpful to compare it with human intelligence.

The basis for human intelligence is the brain. Billions of nerve cells – known as neurons – work together there. They are connected to each other via contact points called synapses. Information is transmitted from one nerve cell to the next via these synapses with the help of chemical messengers such as dopamine or serotonin. This is how thoughts, memories and feelings arise. Learning manifests itself through the strengthening or weakening of specific synapses. Our experiences, attitudes and character traits are thus reflected in the micro structure of the brain.

Artificial intelligence is based on an artificial network that is roughly modelled on the human brain. Here, too, there are “neurons”, but these are not real cells, rather elementary calculation rules. These record data, process it and pass on the results. Instead of chemical messengers, AI uses arithmetic operations and numerical values to learn and recognise patterns. An artificial neuron also has a “strength” like a synapse. A neural network is an interconnection of a large number of such neurons, whose strengths are geared towards a specific task on the basis of training data. A network trained in this way can seemingly make its “own decisions” – even if it ultimately only reacts according to certain rules set by humans.

Questions and answers

Question

What is artificial intelligence?

Answer

AI describes the ability of artificial systems, i.e. machines, to perform cognitive functions that we associate with human intelligence. A system is considered intelligent if it possesses all of the following four core capabilities: Perception (sensory), understanding (processing), acting (action) and learning. The neural network itself does not really perceive, understand or act. Instead of perception, data is entered; instead of understanding, highly complex patterns in the data are analysed; and instead of action, the results of the data analysis are output, which may prompt human action. In robots, however, artificial neural networks are given the ability to sense and act. Only then can it be considered a complete AI system. It is the ability to learn in particular that distinguishes AI systems from simple computer programmes. AI systems analyse your inputs independently and derive suggestions for action from them, which distinguishes them from rigid systems that always require the calculation commands rigidly specified by the programmer for their calculations. AI systems can adapt flexibly by constantly adjusting their “synapses” to newly seen data, thereby learning as they go.

AI is more than 70 years old

With the advent of increasingly powerful computers capable of processing ever larger amounts of data, the development of groundbreaking algorithms and high-performance hardware in providers' server farms – especially GPUs (graphics processing units) from the field of computer games – as well as the widespread use of powerful end devices in the form of smartphones and tablets, AI has now found its way into a large part of our society and has found real-world applications in almost all areas of life. This field of research has been in existence for 70 years. The first theoretical considerations as to whether machines can “think” actually took place as early as the 18th century. However, it took many years before the first breakthrough was achieved.

Video Past, present and future

Cordelia Schmid steht an einem Rednerpult der Leopoldina und gestikuliert. Hinter ihr steht eine blaue Messewand mit Leopoldina-Logo

Leopoldina Annual Assembly 2025, keynote speech by Prof Dr Cordelia Schmid: "Artificial intelligence: past, present and future"| German only

Video The cybernetic revolution

Leopoldina Christmas Lecture 2023, Prof Dr Bernhard Schölkopf: "The cybernetic revolution" | German only

British scientist Alan Turing is considered a pioneer in the field of artificial intelligence. His concept of the “imitation game” (1950) is now known as the Turing test and was the first to demonstrate how cognitive processes can be performed by machines.

This approach is considered to be the precursor to artificial intelligence – a term that was first used in 1956 at the Dartmouth Conference, when a programme called Logic Theorist was written that could prove mathematical theorems.

Based on the research of American psychologist and computer scientist Frank Rosenblatt, who invented the first artificial neural network model in 1957, American scientists David Rumelhart and Geoffrey Hinton, who later won the Nobel Prize in Physics, demonstrated in 1986 how such artificial neural networks can be effectively trained using error feedback (backpropagation), thus laying the foundation for modern deep learning systems. 

In 1997, the Deep Blue supercomputer developed by the American technology company IBM wins a chess match against the reigning world chess champion Garry Kasparov. This victory is considered a turning point in the history of AI and shows that machines can surpass human decision-making abilities in clearly defined areas.

IBM engineer Murray Campbell moves a piece according to instructions from the Deep Blue supercomputer during a match against world chess champion Garry Kasparov (left) on 4 May 1997 in New York.

AI received its ultimately decisive boost in 2012 with the development and application of artificial neural networks. In particular, the victory in the ImageNet competition by a deep neural network called AlexNet, developed by Alex Krizhevsky, Ilya Sutskever and Geoffrey Hinton, accelerated this surge. The model outperformed all competitors in image classification and demonstrated that deep learning has practical applications and is significantly more powerful than traditional methods. 

During the 2010s, various AI models such as GPT-3 and AlphaFold began to rise rapidly, leading to AI now penetrating many areas of society and becoming part of people's everyday lives. 

Questions and answers

Question

Why was the 2024 Nobel Prize in Physics awarded to two computer scientists?

Answer

The 2024 Nobel Prize in Physics was surprisingly awarded to AI pioneers John J. Hopfield and Geoffrey E. Hinton. Although their research falls within the field of computer science, the jury honoured them for the development of artificial neural networks based on physical principles. Their models, such as the Hopfield network and the Boltzmann machine, show how complex patterns can be recognised in data – similar to the human brain. They use mathematical concepts that originally come from physics to enable artificial intelligence.

Automation, algorithms, artificial neural networks, machine learning, deep learning, big data

With the technological breakthroughs of recent years, public debate on the subject of AI has also intensified. This repeatedly involves a mixing of different terms that are often related to each other but mean different things. In particular, the conflation of the term AI with buzzwords such as automation, algorithms, machine learning and deep learning means that many people do not have a clear idea of how AI actually works.

Automation

Automation refers to the independent execution of processes and procedures by technical systems based on defined rules – without the need for direct human intervention. Unlike artificial intelligence, automated systems follow rigid, pre-programmed instructions and are unable to change or improve their behaviour by learning from data.

Algorithms

Within an AI system, defined mathematical processes take place, which are intended to solve a certain number of predefined tasks. This process is referred to as an algorithm. It is the basic building block of any AI, as it converts inputs into outputs according to predefined rules.

Artificial neural networks

Artificial neural networks have a special algorithmic architecture that is roughly modelled on the structure and functioning of the human brain. They consist of a large number of artificial neurons that calculate non-linear functions and are organised in layers and interconnected. This structure enables them to process information, recognise patterns and learn from examples. The calculation of each neuron uses adjustable internal weights, i.e. numbers that are adapted to the task at hand during the learning process. This creates networks that gradually filter out important features from the input data and can thus perform tasks such as recognising image categories (image understanding) or making predictions in the medical field.

Machine learning

Machine learning describes processes whereby computers (including AI systems) are enabled to draw conclusions without being explicitly programmed to do so, using examples provided to them in the form of training data. An algorithm is used to identify patterns and correlations in large training data sets, from which computers derive estimates about a situation and forecasts about expected developments. Machine learning therefore focuses primarily on the processing of information in AI systems, which means it can be seen as a sub-discipline of artificial intelligence.

Deep learning

Deep learning is a sub-sector of machine learning that enables particularly complex data such as images, speech or text to be processed and interpreted efficiently. Such models are based on particularly deep artificial neural networks, i.e. those with many layers of neurons. Each of these layers learns to extract increasingly abstract features from the outputs of the previous layer. When training the network, the weights of the connections are automatically adjusted so that the model can learn from examples and gradually improve its performance.  

Big Data

Big data refers to the enormous amount of data collected by computers, mobile devices and sensors and made available to society every day in various forms. The data comes from a wide variety of sub-systems within our society, such as the financial sector, healthcare, online shops, search engines, social media and assistance systems. This data is evaluated and further utilised with the help of powerful computer programmes, for example for training various AI systems. Accordingly, big data is a prerequisite for large language models and other AI systems to function.

Generative AI in contemporary life

In addition to technological innovations, particularly in the field of deep learning, the “triumphant advance of AI” is based above all on the widespread availability of the internet and user-friendly interfaces, i.e. simple, intuitive interfaces such as chat windows or voice assistants, which make AI immediately accessible to most people today without any prior knowledge.

Video Generative AI and the future of intelligence

Björn Ommer steht an einem Rednerpult der Leopoldina und zeigt hinter sich.

Leopoldina Annual Assembly 2025, keynote speech by Prof Dr Björn Ommer: "Generative AI and the future of intelligence" | German only

A particularly dynamic development is currently taking place in what is known as generative AI. It enables the creation of entirely new content – such as text, images, speech, or even videos – that is almost indistinguishable from human-made products. This fundamentally changes not only how we interact with technology, but also how content is created – from everyday communication to professional media production. Technically speaking, such generative AI models are based on deep learning techniques, i.e. artificial neural networks with many layers that analyse large amounts of data and learn from it. Large language models (LLMs) in particular have received a new boost since the release of the ChatGPT tool in 2022, and the market has since been expanded to include other powerful tools such as Perplexity, Gemini and DeepSeek.

Generative AI

This refers to deep learning models that can be used to generate high-quality images, videos and texts that have never existed before. The technology is based on learning algorithms that recognise patterns in large amounts of data and then produce innovative designs.

Large language models

Large language models (LLMs) are a sub-type of generative AI model that are capable of providing information in text form based on human input, i.e. these machine learning models have been trained to process and generate human language. These are powerful neural networks that can have up to a trillion parameters and are trained with huge amounts of text of various kinds. Specifically, the model predicts the next word for given sentence fragments based on language patterns learned from the input text files (of any type). The best-known LLM, ChatGPT from the American company OpenAI, first analyses the context of the sentence in question using statistical methods and then outputs a follow-up word based on its pre-calculated probabilities. This enables it to answer questions word for word in a statistically sound manner and produce new texts.

Computer Vision

A technology that enables machines to extract information from images and videos (image understanding). The system is based on machine learning and deep learning models that train the system with a large amount of image and video data, enabling it to identify and classify details in images and make predictions based on them.

Robotics

An interdisciplinary field at the interface of mechanics, computer science and other areas, which deals with the development, programming and use of autonomous or remote-controlled robots in various fields. Robots are actually the culmination of artificial intelligence, as they are equipped with adaptive algorithms, sensors and actuators that enable them not only to calculate and communicate, but also to act. The areas of application for robots have expanded significantly in recent years – for example, in healthcare, industry, agriculture and autonomous mobility.

Understanding AI

Users cannot understand how generative AI tools generate their output, what training data they use, and to what extent the information they provide is actually correct and therefore reliable. In the still young field of explainable AI research, methods are being developed to make AI-generated suggestions or decisions traceable after the fact. However, it faces considerable challenges, particularly with respect to large language models (LLMs). LLMs generate output based on context, with the relevant context derived from the prompt – the textual user input – and the text already generated. There is currently no technological approach for the external reconstruction of these contextual references. Current research therefore aims to enable LLMs to engage in self-explanation processes. However, due to their purely statistical prediction principle, they have neither a substantive understanding nor actual insight into their internal decision-making processes. Accordingly, self-declarations can be both accurate and freely constructed. This problem shows that it is always important to critically examine in which areas of application a potential risk of misinformation appears acceptable and in which areas a high level of transparency is absolutely essential.

The computer scientist Zeynep Akata conducts research in the area of explainable AI and develops AI that combines visual, linguistic, and conceptual elements, and thus makes its decisions comprehensible to humans. For this, she will receive the “ZukunftsWissen” (Future Knowledge) Award from Leopoldina and the Commerzbank Foundation in 2025. In the interview, she introduces herself and her research and talks about what the award means to her.

Video Zeynep Akata in an interview

Computer scientist Zeynep Akata conducts research in the field of explainable AI and develops AI that combines visual, linguistic and conceptual elements to make its decisions transparent to humans. In 2025, she will receive the "ZukunftsWissen" prize from the Leopoldina and the Commerzbank Foundation for her work. In this interview, she introduces herself and her research and talks about what the award means to her.

The example of combining visual, linguistic and conceptual information in modern AI models shows that explainable AI can offer real added value, especially when combined with innovative learning approaches. The AI learns not only from image data, but also from linguistic descriptions, e.g. of typical characteristics of a particular animal or clinical picture. Especially in the case of so-called low-shot or zero-shot learning – i.e. learning with few or no specific training examples – AI models must generalise, link concepts and draw on existing knowledge. If these models also use language or visual cues, they can potentially make their decisions easier to understand. This creates an important prerequisite for explainable AI: In applications such as medical image analysis, AI can not only make a diagnosis, but also visually or verbally explain which characteristics led to the decision. Such approaches strengthen transparency and trust among users.

Video Explainability in the Era of Foundation Models

Zeynep Akata steht an einem Rednerpult der Leopoldina und spricht in ein Mikrophon. Hinter ihr steht eine blaue Messewand mit Leopoldina-Logo.

Leopoldina Annual Assembly 2025, lecture by Prof Dr Zeynep Akata: "Explainability in the Era of Foundation Models"

Why AI can do less than its name suggests

However, the widespread use of AI easily obscures the fact that many systems are actually capable of much less than the term “intelligence” suggests. AI supports humans in certain areas, such as navigating in a car or creating texts, but in these cases it relies on human input in the form of specific commands or the activation of functions (e.g. traffic jam reports). Contrary to popular fears and horror scenarios from the entertainment industry, AI models that base their actions on their own consciousness and human abilities such as empathy, emotionality or creativity, or that act on their own initiative, still only exist in theory.

 

Published: September 2025

The Leopoldina uses cookies

We use cookies on our website. Some of them are necessary (functional cookies), while others are not necessary but help us to improve our online offering and operate it economically.

You can consent to the use of non-essential cookies by clicking on the "Accept all" button or by clicking on individual settings and agreeing to them by clicking on "Accept selection".

You can access these settings at any time and deselect cookies at a later date.

Functional

These cookies are technically necessary in order to provide the following core functionalities of the website:

  • Display of the website
  • Anonymisation of IP addresses within log files
  • Status cookie consent
Comfort

In addition to necessary cookies, we also use cookies to make your use of the website more pleasant. If you accept these cookies, external media will be loaded without your further consent.

Tracking

With the help of statistics cookies, we can better customise the content and services of our website to your interests and needs. For statistics and analyses, we use the product Matomo for statistics and analyses.

External link warning

Die Nutzung dieses Teildienstes erfordert ihre Einwilligung in die Verarbeitung zusätzlicher personenbezogener Daten durch einen selbständigen Verantwortlichen: Matterport Inc., 352 E. Java Drive, Sunnyvale, CA 94089, USA. Es gelten folgende Datenschutzhinweise: https://matterport.com/de/node/44. Mit der Einwilligung durch Klick auf „Ok“ kann auch eine Übermittlung von personenbezogenen Daten in ein Land außerhalb der Europäischen Union erfolgen. Die Einwilligung ist freiwillig. Eine Ablehnung führt zu keinen Nachteilen. Eine erteilte Einwilligung kann jederzeit mit Wirkung für die Zukunft widerrufen werden.

Ich bin damit einverstanden, dass bei Nutzung dieses Teildienstes zusätzliche personenbezogene Daten verarbeitet werden. Dabei verarbeitete Datenkategorien: technische Verbindungsdaten des Serverzugriffs (IP-Adresse, Datum, Uhrzeit, abgefragte Seite, Browser-Informationen), Daten zur Erstellung von Nutzungsstatistiken und Daten über die Nutzung der Website sowie die Protokollierung von Klicks auf einzelne Elemente. Zweck der Verarbeitung: Auslieferung von Inhalten, die von Dritten bereitgestellt werden. Rechtsgrundlage für die Verarbeitung: Ihre Einwilligung nach Art. 6 (1) a DSGVO, Art. 49 DSGVO. Verantwortlicher für die Datenverarbeitung Matterport Inc., 352 E. Java Drive, Sunnyvale, CA 94089, USA. Es gilt die Datenschutzerklärung von Matterport Inc.: https://matterport.com/de/node/44.

Visit page ▸