The challenge with building AI agents is that they do not have a long term persistent memory.
We have to manage their memory explicitly.
The better way to scale an AI Agentic workflow is to build an AI agent that can self-manage its memory.
The concept is very similar to the virtual memory of computer systems.
We will also see how WordPress developers build an AI agent that can write/ edit its own memory.