Introduction to AI (I2AI)
Neu-Ulm University of Applied Sciences
March 17, 2026
Name one task you did this week that a generative model could have done.
Which pillar does it belong to?
Think alone 1 min, then discuss with your neighbour 2 min.
03:00
An LLM is the transformer you already built, scaled up and trained on internet-scale text.
Next-token prediction is only the first of three phases (Ouyang et al., 2022).
The failure modes from last unit do not disappear; deployment of LLMs raises the stakes.
Carried over
Newly created
A startup has a general-purpose LLM (pretraining done). They want to deploy it as a legal-document assistant for law firms.
Tasks (pairs)
10:00
LLMs are one family. Foundational models also include diffusion models, and agents are built on top (Urbach et al., 2026).
LLMs generate token by token. Diffusion generates by iterative denoising (Ho et al., 2020).
Same recipe for video and audio: embed the prompt, then denoise toward structure.
A media company produces articles, photos, video segments, podcasts. For each:
Tasks (pairs)
07:00
Four components turn an LLM into an agent (Urbach et al., 2026).
RAG is the fix for the static-knowledge limitation from the first block (Lewis et al., 2020).
Payoff: current knowledge without retraining, and a source the user can verify.
Your university wants a chatbot that answers questions on study and exam regulations, which change every semester.
Tasks (pairs)
08:00
Three pillars, one engine
The recurring theme
An agentic system takes actions in the world, not just text on a screen.
When an agent makes a consequential mistake, who is accountable: the user, the deploying organisation, or the model developer?