What's your preferred agentic engineering interface?

Terminal or editor-first UI? How do you prefer to work with AI coding agents?

425 views

Add a comment

Replies

Best

My preferred development environment is VSCode. That’s why I build my products directly as VSCode extensions. VSCode is also very flexible for working with AI agents and helps me handle all of my work comfortably.

While working with coding agents, I had a problem: I couldn’t properly track what the agent was doing. So I built a project for that:

Actually - maybe an unpopular 4th choice - I've been using the Claude desktop app quite a bit lately. Having used the CLI mostly, I'm finding that the desktop app is actually pretty nice.

 great point. I suppose Claude Desktop, and related products like , , and 's Codex, could fit in the terminal-first category, more "zoomed out" from the code.

i like useing Vscode so i can see the documents. And deploy within terminals also. It's great

 definitely both!

I think IDE is too heavy, and CLI is lightweight and simple. But many times I have to use IDE