top of page
Search

A Warning on Agentic AI

I’ve been posting high‑level warnings about the current AI narrative, but it’s time to go deeper for the technical audience. The hype cycle around AI, especially agentic AI, has accelerated to a point where the engineering reality is being overshadowed by marketing language. I’m a strong supporter of AI and its long‑term potential, but enthusiasm without skepticism is how institutions expose themselves to operational, financial, and regulatory risk.


A large language model (LLM) is a deep‑learning system trained on massive text corpora to predict the next token in a sequence. That’s it. An LLM is not a reasoning engine, not a planning system, not a world model, and not a cognitive architecture. It is a statistical text generator. And that is the core reason agentic AI is lagging behind the hype: we are trying to extract agency from a substrate that was never designed for it.


The first technical barrier is state. LLMs are stateless predictors. Agency requires persistent internal state, belief revision, and memory coherence. Today’s “memory” layers, vector stores, embeddings, retrieval heuristics, are lossy, non‑deterministic, and degrade as they grow. Without stable state, an agent cannot form or maintain a plan.


The second barrier is tool grounding. Agentic systems rely on tools, APIs, browsers, code interpreters, to act on the world. But LLMs hallucinate schemas, mis-handle exceptions, and cannot reliably model causal chains. One malformed JSON block can collapse an entire action sequence. True agency requires verifiable tool interfaces and deterministic error‑handling loops, not probabilistic guesses.


Third, planning is shallow. LLMs simulate reasoning through chain‑of‑thought, but this is linear pattern extension, not hierarchical planning. Real agency requires multi‑layer decomposition, dynamic replanning, and internal simulation of consequences. LLMs lack grounded world models, so they cannot evaluate the downstream impact of their own actions.


Fourth, environment grounding is weak. Agents must understand the systems they operate in, file structures, workflows, constraints. LLMs infer structure from text, not from interaction. When the environment deviates from the training distribution, the agent collapses.


Finally, control systems are immature. Safety layers sit outside the model, not inside its planning loop. This creates blind zones where unsafe intermediate steps never surface to the guardrail. Agency without aligned internal control is not agency, it’s entropy.


And this is why human interaction remains essential. Humans provide the judgment, context, constraint interpretation, and real‑world grounding that current architectures cannot generate internally. Agentic AI can extend human capability, but it cannot replace human oversight, human sense‑making, or human responsibility.


 
 

Recent Posts

See All
Scamming - Public Service Announcement

A text arrived on my phone this morning. Final Warning. Today’s date. Massachusetts Department of Transportation. License suspension if I don’t pay by end of day. A code citation. Five escalating cons

 
 

Timcke Risk Management, LLC

660 Massachusetts Ave

6th Floor, Boston, MA 02118

 

© 2025 by Timcke Risk Management, LLC

 

bottom of page