isaacdear 2 hours ago
Another major issue was agent safety. I wanted to experiment with autonomous AI agents that could write code and scrape the web; however, I did not want to risk running them directly on my host machine. I needed a way to replicate the secure sandboxes used by frontier labs. I solved this by integrating a Docker environment that boots up an isolated container for every agent task. This allows the models to execute code and modify files in a completely secure space.
I combined these solutions into a single open source workspace. The system currently routes simple tasks to local models like Qwen and sends complex tasks to Claude Opus or Perplexity Sonar. I am a solo developer and this is my first time releasing an architecture of this scale. I would deeply appreciate it if senior engineers could review my code and point out my mistakes. You can view the code at github.com/isaacdear/black-llab.