🔧 AI Nachrichten (g+) Opinion: Don't Be Seduced by the Language of AI(03.09.2026 um 18:03 Uhr)
📰 IT NachrichtenAnzeige: Erste Reaktion auf Security Incidents richtig planen(04.09.2026 um 07:15 Uhr)
🔧 AI Nachrichten KI-Korrekturhilfe für die Schule: Lerne schreiben wie ein Chatbot(02.09.2026 um 15:04 Uhr)
⚠️ Malware / Trojaner / VirenSofort deinstallieren: Diese 19 Browser-Erweiterungen sind mit Malware verseucht(03.09.2026 um 10:04 Uhr)
🪟 Windows TippsShutUp10++(03.09.2026 um 11:00 Uhr)
🪟 Windows TippsZortam MP3 Media Studio(03.09.2026 um 12:00 Uhr)
🕵️ SicherheitslückenVorsicht: Ihre Whatsapp-Fotos sind unter Android nicht mehr sicher(03.09.2026 um 13:35 Uhr)
🪟 Windows TippsWindows-11-Nutzer dürfen ihr Startmenü endlich wieder anpassen(03.09.2026 um 15:26 Uhr)
🔧 AI Nachrichten (g+) Opinion: Don't Be Seduced by the Language of AI(03.09.2026 um 18:03 Uhr)
📰 IT NachrichtenAnzeige: Erste Reaktion auf Security Incidents richtig planen(04.09.2026 um 07:15 Uhr)
🔧 AI Nachrichten KI-Korrekturhilfe für die Schule: Lerne schreiben wie ein Chatbot(02.09.2026 um 15:04 Uhr)
⚠️ Malware / Trojaner / VirenSofort deinstallieren: Diese 19 Browser-Erweiterungen sind mit Malware verseucht(03.09.2026 um 10:04 Uhr)
🪟 Windows TippsShutUp10++(03.09.2026 um 11:00 Uhr)
🪟 Windows TippsZortam MP3 Media Studio(03.09.2026 um 12:00 Uhr)
🕵️ SicherheitslückenVorsicht: Ihre Whatsapp-Fotos sind unter Android nicht mehr sicher(03.09.2026 um 13:35 Uhr)
🪟 Windows TippsWindows-11-Nutzer dürfen ihr Startmenü endlich wieder anpassen(03.09.2026 um 15:26 Uhr)

26 🕛 kürzlich 4 Min Lesezeit CVE-RADAR
0

How Intelligent Agents Work — From Perception to Decision and Action

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

AI is not just models.



It is a system that perceives, decides, and acts.



If you only think in terms of algorithms, you miss the bigger structure.



The real question is:



How does an AI system turn input into action?






Core Idea



An intelligent agent is the simplest way to understand AI as a system.



It takes input from the environment.



Processes that information.



Then selects an action.



That loop defines AI behavior.






The Key Structure



The basic agent loop looks like this:



Environment → Perception → State → Decision → Action → Environment



Or more compact:



Agent = Perception + Decision + Action



This is why the agent concept matters.



It connects data, reasoning, and behavior into one structure.






Implementation View



At a high level, an agent behaves like this:




CODE
observe environment

update internal state

evaluate possible actions

choose the best action

execute action

repeat




This loop appears everywhere.



Game AI.



Robotics.



Autonomous systems.



Recommendation systems.



Even large language models follow a version of this pattern.






Concrete Example



Imagine a simple robot.



It receives sensor input.



It detects obstacles.



It chooses a direction.



It moves.



That is already an intelligent agent.



Now scale that idea:



A recommendation system observes user behavior.



Updates internal preferences.



Chooses the next item to show.



That is also an agent.



Different domain.



Same structure.






Reactive vs Intelligent Agent



Not all agents are equal.



This comparison matters.



Reactive agent:




  • responds directly to input

  • no memory or internal model

  • simple and fast

  • limited flexibility



Intelligent agent:




  • maintains internal state

  • evaluates future outcomes

  • can optimize decisions

  • adapts to complex environments



So the difference is not just complexity.



It is the presence of internal reasoning.






Why Cognition Matters



As problems become more complex, simple reaction is not enough.



The agent needs internal representation.



Memory.



Inference.



That is where cognition comes in.



Cognitive systems treat thinking as information processing.



Input is transformed into internal structure.



That structure supports reasoning.



So the flow becomes:



Perception → Representation → Reasoning → Action



Without this layer, AI is limited to simple responses.



With it, AI can plan and infer.






Action vs Understanding



This is where things get interesting.



Does acting correctly mean understanding?



A system can follow rules and produce correct outputs.



But does it truly understand meaning?



This question is not just philosophical.



It affects how we interpret AI systems.



Rule-following can look like intelligence.



But it may not imply true understanding.



That distinction matters when designing or evaluating AI.






Decision vs Free Will



If an agent chooses actions, is that the same as free will?



In humans, experiments suggest decisions may begin before conscious awareness.



In AI, decisions are the result of computation.



So the deeper question becomes:



Is decision-making just a process?



Or is there something more?



Even if you do not answer it fully, this perspective helps you see AI systems differently.



They are not just tools.



They are structured decision systems.






From Agents to Modern AI Systems



The agent view scales.



Search algorithms:




  • choose next state



Knowledge-based systems:




  • use rules and inference



Neural networks:




  • learn representations



Modern AI combines these ideas.



Perception.



Representation.



Decision.



Learning.



The agent is the unifying abstraction.






Why This Matters



If you only learn models, you miss system design.



If you understand agents, you understand AI structure.



That matters in practice.



Because real systems are not just one model.



They are pipelines.



Loops.



Decision processes.



The agent view helps you design them.






Recommended Learning Order



If this feels broad, follow this order:




  1. Agent vs Intelligent Agent

  2. Intelligent Agent

  3. Cognitive Agents

  4. Cognitivism

  5. Chinese Room Argument

  6. Free Will and Decision Systems



This order works because you first understand action.



Then internal reasoning.



Then the limits of understanding.






Takeaway



AI is best understood as an agent.



Not just a model.



Not just an algorithm.



A system that:




  • perceives

  • represents

  • decides

  • acts



The shortest version is:



Agent = perception + decision + action



If you remember one idea, remember this:



AI systems are decision loops, not isolated models.






Discussion



When designing AI systems, do you think more in terms of models, or in terms of agents that interact with environments?



Originally published at zeromathai.com.

Original article:

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 57%
🟡 In Evaluierung 27%
🟢 Keine Auswirkung 11%
Spannende Innovation 5%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Anzeige: Mini-PC von Acemagic mit Intel-CPU, 12 GByte RAM und Windows 11 Pro zum Jahresbestpreis
1 Quelle
Statt RHEL: Cern spart mit Umstieg auf Debian fast 6 Millionen Euro
1 Quelle
(g+) Opinion: Don't Be Seduced by the Language of AI
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten How Intelligent Agents Work — From Perception to Decision and Action

Thematisch verwandte Begriffe: Intelligent, Agents, Work, From · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...