









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!