How has your coding agent setup evolved over the time?
热度趋势
趋势数据积累中
百分比基于当前可用热度信号,而非评论数或独立用户人数。
关于编码代理设置的演变,特别是沙盒环境的使用,是一个热门话题。早期,许多用户直接在自己的机器上运行AI代理。现在的讨论聚焦于各种设置,包括裸机、容器、虚拟机和云沙盒,以及促使人们在这些环境之间转换的原因。
In the early days of coding with AI agents, not that many people were running them inside a sandboxed environment most of us just ran them directly on our machines.
Running coding agents directly on your machine, without any isolation, taught a lot of us a lesson the hard way: it can actually harm your system. Not because the AI is malicious — usually it’s something as a typo in a command that goes sideways.
Personally, I started out running Claude Code/CLI directly on my machine, then moved to a dev container, and now pretty much all of my projects run in the cloud. It’s been good enough so far.
What’s your setup? Bare metal, containers, VMs, cloud sandboxes — and what pushed you to change (if you did)?