Discussion about this post

User's avatar
Renaud Gaudron's avatar

Claude Code for web is great news. It’s far more convenient than the CLI version when you’re on the go, and it’s more secure by design.

Pawel Jozefiak's avatar

Great writeup Simon. The sandboxing point is crucial and underappreciated - network isolation preventing data exfiltration is what makes the "fire and forget" model actually safe.

I've been using the CLI version extensively for building Wiz (a personal AI agent system), and the web version fills a different niche. CLI for deep project work where I need full filesystem access; web version for quick one-off tasks where convenience beats control.

Your MiniJinja benchmark example highlights what I love about this: the iterative loop where you refine requirements based on results. That's fundamentally different from traditional coding. You're directing, not writing.

One observation from heavy CLI usage: the "trusted network access" mode is where things get interesting for integrations. But as you note, verifying those domain allow-lists is critical. I wrote about my experience balancing trust vs. verification here: https://thoughts.jock.pl/p/claude-code-review-real-testing-vs-zapier-make-2026

No posts

Ready for more?