Making a safe, sandboxed OpenCode
I’ve wanted to make AI coding agent that is both useful and safe for a while, and I’ve finally found some success. I made an OpenCode plugin called opencode-daytona that spawns each coding session in
James Murdza
I’ve wanted to make AI coding agent that is both useful and safe for a while, and I’ve finally found some success. I made an OpenCode plugin called opencode-daytona that spawns each coding session in
Want to build a web app? Write a shell script? AI agents such as Cursor and Claude Code use code execution to complete complex tasks such as these. However, running these agents can actually be dangerous to the computers they run on, even with the de...
An open source computer use agent I made this! It’s an LLM-powered tool that can use all the functionalities of a personal computer. It takes a command like “Search the internet for cute cat pictures” and uses LLM-based reasoning to operate the mous...