RSSAmplifier

Blog

James Murdza

James Murdza

blog.jamesmurdza.comRSS feed ↗3 posts

Latest posts

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

Why AI coding agents are unsafe

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...

How I taught an AI to use a computer

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...