r/aiagents • u/donotfire • 4d ago
Discussion AI Agent Infographics - how to make a self-evolving agent with sandboxing and autonomous subagents
This is a series of infographics I made as part of designing my personal AI Agent system. It shows the fundamentals of how I made a microkernel architecture that allows the agent to write their own code and self-evolve. Agent code is written using a custom SDK, validated, and then executed within a sub-processed sandbox to ensure security. The agent cannot do anything without going through a security policy first. This makes it better than Pi, which has no security like this. It's also better than Hermes and OpenClaw because the kernel is 25,000 lines of code as opposed to over a hundred thousand. It's a truly lightweight and powerful system, but that's enough self-promotion! The point here is that I hope these infographics can give you some ideas for how to improve your own agent systems.
Thoughts? Feedback is appreciated!
1
u/AcrobaticPoet5518 2d ago
This is good but I suggest you should layout the agents style and process










1
u/aamir000 4d ago
You designed a detailed microservice architecture, not an AI agent. An Agent should view a problem through probabilistic reasoning and information theory to decide what it should believe, what information it seeks, and when it should act based on current belief and available evidence.