logoalt Hacker News

joshdavhamlast Sunday at 3:11 AM2 repliesview on HN

> When you use AI in web chat's (the chat interfaces like AI Studio, ChatGPT, Openrouter, instead of thru an IDE or agent framework) are almost always better at solving problems, and coming up with solutions compared to the agents like Cline, Trae, Copilot.. Not always, but usually.

I completely agree with this!

While I understand that it looks a little awkward to copy and paste your code out of your IDE and into a web chat interface, I generally get better results that way than with GitHub copilot or cursor.


Replies

SV_BubbleTimelast Sunday at 3:48 AM

100% opposite experience.

Whether agentic, not… it’s all about context.

Either agentic with access to your whole project, “lives” in GitHub, a fine tune, or RAG, or whatever… having access to all of the context drastically reduces hallucinations.

There is a big difference between “write x” and “write x for me in my style, with all y dependencies, and considering all z code that exists around it”.

I’m honestly not understand a defense of copy and paste AI coding… this is why agents are so massively popular right now.

show 2 replies
saejoxlast Monday at 1:17 PM

I also agree with this.

While the ai has less context, you have more context using the limited chat window. You know what you need from the ai.