logoalt Hacker News

theshrike79last Tuesday at 11:50 AM2 repliesview on HN

"Dumping into ChatGPT" is by far the worst way to work with LLMs, then it lacks the greater context of the project and will just give you the statistical average output.

Using an agentic system that can at least read the other bits of code is more efficient than copypasting snippets to a web page.


Replies

bob1029last Tuesday at 2:38 PM

> then it lacks the greater context of the project

This is the point. I don't want it thinking about my entire project. I want it looking at a very specific problem each time.

show 1 reply