I recently started using Visual Studio Code Dev Containers with LLM coding agents and I thought to share it because, in my opinion, it is one of the simplest ways to make agentic development safer.

LLM agents are incredibly useful, but the first time you run one with full access to your laptop you may have the same thought I had:

"Do I really want this thing to see my whole filesystem, my SSH keys, my cloud credentials, and all the random projects I have locally?"

Developer Experience

The best developer experience is not only about speed.