this post was submitted on 28 Mar 2025
21 points (92.0% liked)
Hacker News
2008 readers
576 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I still don't understand how AI helps people code better. Better auto completion and debugging? Snippet generation? The advantages over your average Neovim config always seemed minimal to me.
It can really speed up a senior dev working in an unfamiliar ecosystem. Concepts often apply across tech but syntax and implementations are different. Especially for the "declarative" things where, in my experience, the syntax is fiddly and it's not always easy to see where you went wrong. Speeds me up with Terraform, or a recent example was configuring some OpenSearch indices and queries. I've never worked with that before but it was able to help me get some boilerplate going that let me start iterating, much more quickly. I get more done when I'm outside my wheelhouse.
But one of the downsides of course is it occasionally sends me down a hallucinatory rabbit hole for something that doesn't exist, lmao.