this post was submitted on 28 Mar 2025
23 points (92.6% liked)

Hacker News

1270 readers
320 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 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mohab@piefed.social 7 points 1 month ago (3 children)

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.

[โ€“] Benjaben@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

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.

load more comments (2 replies)