Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The hype around AI coding assistants has recently inspired me to improve my efficiency in writing code. I started using NeoVim instead of vim to get access to LSP, for autocomplete. I’ve found it actually slows me down because I can type nearly anything faster than the LSP can synthesize a response and I’m able to visually process the options, select one, and input it into the computer. I’ve never compared against an AI coding assistant, so maybe that’s different, but my experience has been that fast typing speed combined with understanding of the task at hand and what code must be written nullifies almost all benefit of a coding assistant.


An AI coding assistant is different, it will write an entire loop, including the body, with proper guards, and so on, in 1-2 seconds.


Maybe... or maybe it's got the same off-by-one error from the StackOverflow answer it's parrotting?


it's still faster




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: