Business Value Creation with IT (BVC)
Neu-Ulm University of Applied Sciences
March 10, 2025
Under which circumstances does a vacuum cleaning agent act rational?
If we use, to achieve our purposes, a mechanical agency with those operation we cannot interfere once we have started it […] we had better be quite sure that the purpose built into the machine is the purpose which we really desire Wiener (1960, 1358)
It is difficult to formulate a performance measure correctly. This is a reason to be careful.
Rationality is not the same as perfection.
What are the main differences between the agents?
A rational agent is one
that does the right thing.
Utility-based learning agents are rational agents as they act so as to achieve the best outcome or, when there is uncertainty, the best expected outcome. This means that for each possible percept sequence, a rational agent should select an action that is expected to maximize its performance measure, given the evidence provided by the percept sequence and whatever built-in knowledge the agent has, which evolves over time (Russel and Norvig 2022, 58).
Agentic AI is an emerging paradigm in AI that refers to autonomous systems designed to pursue complex goals with minimal human intervention. Acharya, Kuppan, and Divya (2025, 18912)
Core characteristics of Agentic AI are
Feature | Traditional AI | Agentic AI |
---|---|---|
Primary purpose | Task-specific automation | Goal-oriented autonomy |
Human intervention | High (predefined parameters) | Low (autonomous adaptability) |
Adaptability | Limited | High |
Environment interaction | Static or limited context | Dynamic and context-aware |
Learning type | Primarily supervised | Reinforcement and self-supervised |
Decision-making | Data-driven, static rules | Autonomous, contextual reasoning |
Feature | Classical Agents | Learning Agents | Agentic AI |
---|---|---|---|
Primary Purpose | Fixed-task automation | Reward-driven optimization | Goal-oriented autonomy |
Adaptability | Low | Moderate | High |
Learning Type | Supervised | Reinforcement Learning | Hybrid, including RAG and Memory |
Applications | Static systems | Dynamic environments | Complex, multi-objective tasks |
Key application areas of Agentic AI are, for instance:
Anthrophic (2024) discusses five key workflow patterns that can be implemented when designing agentic AI systems:
As agentic AI systems act autonomously, safety and accountability are critical aspects (Shavit et al. 2023).
Seeber et al. (2020) highlight a fundamental shift in how we think about AI systems.
Traditional AI | AI as Teammates |
---|---|
Role: Tool to be used | Role: Active collaboration partner |
Interaction: Responds to commands | Interaction: Engages proactively |
Function: Task automation | Function: Complex problem-solving |
Agency: Limited/directed | Agency: Autonomous with initiative |
Integration: System integration | Integration: Social & team integration |
Seeber et al. (2020) identify three interconnected design areas that must be considered when developing AI agents as teammates:
According to Dennis, Lakhiwal, and Sachdeva (2023), AI agents can support human teams in various aspects.
Three fundamental affordances that AI team members provide:
The agent function maps any given percept sequence to an action (an abstract mathematical description).
The term percept refers to the content an agent’s sensors are perceiving. The percept sequence is the complete history of everything an agent has ever perceived.
Rectangles are used to denote the current internal state of the agent’s decision process, rectangles with rounded corners to represent the background information used in the process.