<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI Agents on Uni Matrix Zero</title><link>https://unimatrixz.com/tags/ai-agents/</link><description>Recent content in AI Agents on Uni Matrix Zero</description><generator>Hugo</generator><language>en</language><copyright>Stephan Froede</copyright><lastBuildDate>Wed, 12 Aug 2026 22:12:36 +0200</lastBuildDate><atom:link href="https://unimatrixz.com/tags/ai-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Memory Architecture: Working, Episodic, Semantic and Procedural Memory</title><link>https://unimatrixz.com/topics/ai-production-architecture/agent-memory-architecture/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/agent-memory-architecture/</guid><description>&lt;p&gt;An agent memory architecture determines more than where conversation history is stored. It decides which observations become memories, what type they become, who may retrieve them, when they expire and whether they can influence an action without being mistaken for current truth.&lt;/p&gt;</description></item><item><title>AI Agent Architecture: Models, Memory, Tools, State and Control</title><link>https://unimatrixz.com/topics/ai-production-architecture/ai-agent-architecture/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/ai-agent-architecture/</guid><description>&lt;p&gt;An AI agent is not just an LLM with tool definitions. A production agent is a runtime system that assembles context, chooses actions, interacts with external services, preserves state and proves what happened.&lt;/p&gt;</description></item><item><title>Generative AI Production Architecture</title><link>https://unimatrixz.com/topics/ai-production-architecture/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/</guid><description>&lt;p&gt;A generative AI production architecture defines more than which model receives a prompt. It determines where truth lives, how decisions become actions, which intermediate states remain inspectable and what must happen before a generated result becomes part of the system.&lt;/p&gt;</description></item><item><title>Graph RAG vs. Agent Memory vs. World State</title><link>https://unimatrixz.com/topics/ai-production-architecture/graph-rag-agent-memory-world-state/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/graph-rag-agent-memory-world-state/</guid><description>&lt;p&gt;Graph RAG, agent memory and world state are often grouped under “giving the model more context.” That description is too broad for architecture. They solve different problems and carry different levels of authority.&lt;/p&gt;</description></item><item><title>Knowledge Graphs as the Control Plane for AI Agents</title><link>https://unimatrixz.com/topics/ai-production-architecture/knowledge-graphs-as-agent-control-plane/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/knowledge-graphs-as-agent-control-plane/</guid><description>&lt;p&gt;An AI agent needs more than retrieved paragraphs. It needs an inspectable map of the entities it may act on, how they relate, which sources support a claim and which transitions are permitted. A knowledge graph can provide that semantic control plane.&lt;/p&gt;</description></item><item><title>Stateful AI Agents: Why Memory Is Not State</title><link>https://unimatrixz.com/topics/ai-production-architecture/stateful-ai-agents/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/stateful-ai-agents/</guid><description>&lt;p&gt;A stateful AI agent can continue work across steps, interruptions and sessions. That does not mean the model itself “has state.” Reliable statefulness comes from external persistence and explicit transition rules around the model.&lt;/p&gt;</description></item><item><title>The Production Black Box: Why Generative Models Should Be Operators, Not Systems</title><link>https://unimatrixz.com/blog/ai-philosophy/generative-models-as-production-operators/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/blog/ai-philosophy/generative-models-as-production-operators/</guid><description>&lt;p&gt;Generative models are following the same product trajectory in two different media.&lt;/p&gt;
&lt;p&gt;Language models moved from token prediction to chat, reasoning, agents and finally the promise to complete an entire task. Video models moved from frames to clips, synchronized audio, consistent characters, camera direction and now complete multi-shot sequences.&lt;/p&gt;
&lt;p&gt;Each step is useful. Each step also moves more of the production process inside one probabilistic model call.&lt;/p&gt;</description></item><item><title>Agentic Workflows vs. Production Pipelines</title><link>https://unimatrixz.com/topics/ai-production-architecture/agentic-workflows-vs-production-pipelines/</link><pubDate>Sat, 22 Jun 2024 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-production-architecture/agentic-workflows-vs-production-pipelines/</guid><description>&lt;p&gt;The choice is not “pipeline or agent.” Reliable AI systems usually combine deterministic production pipelines with a few bounded model-driven decisions. The architectural task is deciding where variability is valuable and where it becomes operational risk.&lt;/p&gt;</description></item><item><title>Integrating AI Agents with Existing Systems: MCP, Skills and Cowork</title><link>https://unimatrixz.com/topics/ai-agents/integration-of-ai-agents-with-existing-systems/</link><pubDate>Sat, 22 Jun 2024 00:00:00 +0000</pubDate><guid>https://unimatrixz.com/topics/ai-agents/integration-of-ai-agents-with-existing-systems/</guid><description>&lt;p&gt;Integrating an AI agent with an existing system used to mean writing a function for every API call. That remains necessary, but it is no longer the whole architecture. Modern agent environments separate connectivity, working instructions, execution context and operational control.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MCP tells an agent what external capabilities exist. Skills teach it how to perform recurring work. Cowork systems provide a persistent place to combine files, tools and human feedback. The coordinator preserves process sovereignty: it decides which proposed step becomes part of the accepted process.&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>