Remix.run Logo
nowittyusername 10 hours ago

Metacognitive AI system. The focus here is on the various internal systems versus the LLM itself. Basically giving an AI agent the ability to do all the things it cant do from a one step turn interaction that you usually see from just a chat bot. It is comprised of many specialized LLM's that have all their own roles and specialties. They will have the ability to cross talk with each other internally share post processed information make analysis and all that jazz, but not to do tasks but to reason in a similar manner to how a human reasons. Think of it as many thought traces that are giving advice to the main "orchestrator" human front facing agent and have him consolidate all the relevant information before interacting with the human. At first I am introducing basic subagent systems like logical fallacy and leading questions subagent (watches to notice if the human is making assumptions without evidence), paranoia subagent (watched for intentional or unintentional human lying and fact checker), and many other sub systems. But I also have plans for introducing a "pain" management subagent which will take notice of errors in tool calling or some sort of failures and bring that to the front of the attention of the orchestrator based on a threshold criteria. Also it will have a memory system that if working correctly should allow it to reduce the amount of mistakes it makes on something that it had already made a mistake of before. Anyways there is a lot more to it this is just scratching the surface but basically its my attempt to create the human brain communication system virtually with llm systems and many scripts and grounding metadata and a bunch of other goodies. The cherry on top will be once I am done making a text based translation layer for the system that will allow the agent to modify its own internal structure as it needs for any specific task.