blog.jamesmurdza.comMaking a safe, sandboxed OpenCodeI’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 Feb 15·9 min read
blog.jamesmurdza.comWhy AI coding agents are unsafeWant 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...Dec 22, 2025·5 min read
blog.jamesmurdza.comHow I taught an AI to use a computerAn 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...Jan 3, 2025·10 min read