In 2022 I realised that LLMs were heralding a new frontier in AI engineering. That later became known as "Agentic AI": the capacity for an LLM to act autonomously in its own environment.
Before LangChain and AutoGen, I started to build my own framework for Agentic AI based on the cognitive principles I had learned from my studies. I called the architecture the "ThoughtBeat" architecture; an iterative series of "Perceive", "Think" and "Act" cycles.
Armed with tools and the autonomy of the architecture, I was able to create an LLM-powered agent that was able to perform a wide range of tasks autonomously.
This architecture has proven exceedingly effective and I have now implemented it inside a number of my client projects.