fmerian

What’s your preferred agentic engineering interface?

by

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

96 views

Add a comment

Replies

Best
MD Amirul Islam

I think the interface is less important than the quality of the feedback loop.

For fast iteration, chat-style interfaces seem natural. But when working on large codebases, I still prefer something closer to an IDE/workflow, because context switching becomes expensive very quickly.

The interesting part of agentic engineering is no longer just “talking to the AI” — it’s how well the system understands the project context, constraints, previous decisions, and team workflow over time.

I’m curious to see how others are balancing speed and control here.

fmerian

exactly - you should get to choose how you work.

Robert Craig

I feel the cli is much more interactive and can be used within vscode in any case. I prefer claude code but have also used codex in the same manner.

fmerian

agreed - i like being able to choose and pick how i prefer to work, not locked into one interface, one workflow, one way of doing things. terminals might feel too "zoomed out" from the work sometimes.

Chetan Jariwala

Less confortable with CLI... IDE mostly cuz it doesnt feel cramped and gives me a visual vantage point. Using CLI is a side kick that gets all the smaller tasks done without my monitoring.

Stoyan Minchev

Depends on what you are doing, and how. If you need to add something small, ask for suggestion, check how a specific LLM behaves, so that you can gain some trust, so that you can teach it, having IDE would be really helpful.

A lot of us started with UI tools like Antigravity, Cursor.

Once things get advanced, the CLI works really good, it is faster, it does not lag. It has direct access to the console.

When I worked with Cursor and Antigravity, every time I wanted a analysis of the log, it saved the log in a file. Asked me for permission to save, asked for permission to read. And never deleted its left garbage of temporary log files. It polluted my repository, and created a risk for deletion of something important, while trying to clean the useless junk ;)

Charlène

IDE for me personally.

I still prefer seeing everything visually, especially when working on product design and mobile UI. But AI agents definitely make iteration much faster now.