Generative AI Systems: A Systems-based Perspective on Generative AI
Jakub M. Tomczak
TL;DR
This paper reframes Generative AI from a sole focus on LLMs to Generative AI Systems (GenAISys), arguing for a modular, systems-level perspective that integrates data encoders, a central GenAI model, and a retrieval/storage layer to enable multimodal processing and tool use. It outlines a practical GenAISys architecture, discusses end-to-end training challenges, and surveys concrete instantiations such as RAGs, Speech2Txt, and Large Vision Models to illustrate how the framework maps to real systems. The authors advocate a compositionality-driven design approach, drawing connections to refinement, world models, safety specifications, and verifiability, and they highlight future opportunities in design patterns, tooling, and formal methods. The work aims to guide solution architects, practitioners, and researchers toward building trustworthy, scalable GenAISys with broad applicability across domains such as medicine, manufacturing, and education.
Abstract
Large Language Models (LLMs) have revolutionized AI systems by enabling communication with machines using natural language. Recent developments in Generative AI (GenAI) like Vision-Language Models (GPT-4V) and Gemini have shown great promise in using LLMs as multimodal systems. This new research line results in building Generative AI systems, GenAISys for short, that are capable of multimodal processing and content creation, as well as decision-making. GenAISys use natural language as a communication means and modality encoders as I/O interfaces for processing various data sources. They are also equipped with databases and external specialized tools, communicating with the system through a module for information retrieval and storage. This paper aims to explore and state new research directions in Generative AI Systems, including how to design GenAISys (compositionality, reliability, verifiability), build and train them, and what can be learned from the system-based perspective. Cross-disciplinary approaches are needed to answer open questions about the inner workings of GenAI systems.
