Hacker News new | ask | show | jobs
by kranner 652 days ago
There seem to be two different camps here: Copilot-users that use it largely for autocomplete and Cursor/Sonnet-users that use it for generating larger blocks of code. Personally I'm in the former camp; the efficiency gains are substantial and hallucinations are easy to control. Larger blocks are fine if one wants to sit down and review the whole thing, and also as a writer's-block-breaker.

It's the folks generating whole codebases with no ability to review or debug that are in deep Monkey's Paw territory.

2 comments

Larger blocks are also perfect for scripts and tools for personal use, in this case you can just check if it works or not, Claude 3.5 Sonnet usually does not disappoint.
I tried copilot like 8 months ago for supercharged auto complete only, but I wasn't a fan because it was too high latency. I usually liked what it would write, but the second or so it took would really break my flow and had the overall effect of slowing me down. Makes me wonder if a local LLM could be superior here.
It seems to have gotten much faster recently so it might be worth another look. I also found it much slower while working on remote folders (with VS Code at least).
That's good to know, the first time I tried it I was working on remote folders (just the way things are setup at work). Maybe I'll have to try it on my own computer and see.