Glossar für Spezielle Anwendungsgebiete und Technologien

Contents

Quantum Computing

Quantum Computing refers to the use of quantum mechanics principles to perform computations that potentially far exceed the capabilities of traditional computers. Quantum computers use so-called quantum bits or qubits, which, unlike the binary bits of traditional computers, can represent multiple states simultaneously. This allows them to solve complex problems in seconds that would take even the most powerful supercomputers years to solve. Imagine how long it would take to solve these problems analogously. Quantum computing promises groundbreaking advances, especially in fields like cryptography, materials science, and pharmaceuticals. One example of quantum computing applications could be the future development of new drugs by enabling the simulation of molecular interactions in a way that is unreachable for classical computers.

Edge Computing

Edge Computing refers to a network architecture that performs data processing as close as possible to the place where the data is generated — at the “edge” of the network. Instead of sending all data to a central data center or the cloud, which could potentially overload the connection, data is processed directly on devices like smartphones, IoT devices, or nearby edge servers. This reduces latency, meaning delay, improves responsiveness, and can significantly decrease network load. Edge computing is especially important for applications where speed matters, such as autonomous driving, smart cities, and real-time analytics in manufacturing. A practical example is smart surveillance cameras that use AIalgorithmsrunning directly on the device to perform facial recognition. This enables immediate decisions, like granting or denying access to a secure area, without having to wait for a response from the cloud.

Internet of Things

The Internet of Things (IoT) describes a network of physical objects—“things”—equipped with sensors, software, and other technologies to exchange data and communicate both with each other and with the internet. An example of this is smart thermostats that learn to understand the heating and cooling preferences of residents over time and automatically adjust to maximize comfort and minimize energy consumption. A smart refrigerator, for instance, can monitor its contents. It might notify you that you’ve already eaten three kilos of cake this week, remind you when food is running low, and even reorder directly from your preferred delivery service. IoT technology also enables farmers to monitor the moisture and temperature of their fields in real time to efficiently manage irrigation and fertilization.

Cloud Computing

Cloud Computing enables the provision of computing resources (such as servers, storage, databases, network components) over the internet, allowing companies and individuals to use powerful IT resources flexibly and on-demand. This is especially convenient in case you manage to break your computer because then your data is not lost. Another example is the use of cloud-based AI-services, which give developers access to advanced AI algorithms without needing to purchase expensive hardware or train complex models themselves. This enables rapid development and scaling of AI applications in areas ranging from image recognition to speech processing.

Machine Vision

Machine Vision (Maschinelles Sehen) is a technology that enables computers to interpret images and videos similarly to humans. By using cameras, digital image processing, and artificial intelligence, machines can recognize, distinguish, and classify objects, and even understand their environment. This is used in numerous applications, from quality control in manufacturing to security systems and autonomous vehicles. A key aspect of machine vision is its ability not only to capture data but also to draw conclusions and initiate actions.This makes technologies like autonomous driving possible, as otherwise cars would constantly crash into trees or pedestrians. In a factory, machine vision can be used to inspect products on the assembly line and automatically sort out those that do not meet quality standards, which increases efficiency and reduces errors. 

Object recognition

Object recognition is a field of machine vision that specializes in identifying and classifying specific objects within an image or video. Using algorithms and artificial intelligence, this technology can recognize various objects, people, animals, and maybe even Bigfoot in visual data, often determining their position and size as well. Object recognition is used in a variety of applications, from surveillance cameras that detect suspicious activities to autonomous vehicles that need to recognize pedestrians, vehicles, and traffic signs to navigate safely. Another example is automatic inventory management in retail, where object recognition is used to identify products on shelves and monitor their availability.

Autonomous Agents / Autonome Agenten

Autonomous Agents / Autonome Agenten are computer programs or machines that can perform tasks independently without direct human control. They are programmed to perceive their environment, make decisions, and carry out appropriate actions to achieve specific goals. Their applications range from automated customer service bots and robots in manufacturing to software analyzing financial markets. An example of an autonomous agent is a vacuum robot that cleans your house by navigating on its own, avoiding obstacles, chasing away the cat, or sometimes even giving the cat a ride around the house, and returning to its charging station after completing its task. Developing autonomous agents requires advanced AI technologies, including machine vision, decision-making, and adaptation to unforeseen events.

Multi-Agent Systems (MAS)

MAS consist of multiple autonomous agents that are capable of interacting and cooperating with each other to achieve common or even competing goals. These systems are designed to solve complex problems that would be too difficult or impossible for individual agents. Multi-Agent Systems can be either software-based or physical robots and are equipped with the ability to communicate, negotiate, and make decisions to reach their objectives. MAS are used in a variety of fields, from automated planning and coordination in logistics to simulations in research and development. You can imagine it like a crew of robots working in a warehouse, each with its own task. Only through their communication can it be ensured that everything runs smoothly and nothing gets lost.

Retrieval Augmented Generation (RAG)

RAG is a technology that revolutionizes the creation of artificial content by combining information retrieval with text generation. RAG models first search for relevant information in a database or on the internet before generating texts. This allows the models to respond more accurately and informedly to queries or create content by relying on existing data. This technology is used in various applications, from answering complex questions to creating articles or reports. A digital assistant using RAG could answer a question like "What are the latest developments in quantum computing technology?" not only with preprogrammed responses but also by retrieving current research findings and articles to provide an up-to-date and comprehensive answer.

Robot Process Automation (RPA)

RPA refers to the technology that enables the automation of repetitive and manual tasks in businesses through software robots or "bots." These bots can learn to perform specific tasks by mimicking human interactions with computer systems. It’s like a virtual employee that handles data entry, processes transactions, or answers simple customer inquiries—operating around the clock without breaks or complaints. RPA not only helps increase efficiency and reduce errors but also gives employees more time for complex and more valuable tasks.

algorithm

A/an algorithm is a set of instructions or rules that must be followed exactly to complete a specific task or solve a problem. You can think of an algorithm like a recipe that explains step-by-step how to prepare a dish. However, algorithms are not about cooking but about solving mathematical and logical problems. In the world of computer science, algorithms are the building blocks that enable computers to perform calculations, make decisions, and automatically complete tasks. For example, the algorithm behind a search engine sorts billions of web pages to deliver the most relevant results for your query.

Knowledge Graph

A/an Knowledge Graph is a database-like structure that represents knowledge in a structured form by mapping relationships between objects, concepts, and events in a graphical database. It’s about linking information so that both machines and humans can understand how different entities are related to each other. A well-known example is Google’s Knowledge Graph, which is used to enrich search results with detailed information, facts, and relationships between objects. For instance, if you search for a famous artist, the knowledge graph can display information about the artist’s life, their works, favorite ice cream flavor, contemporary artists, and much more in a connected format that goes beyond traditional search results.