5 ms·
Ask HN: Are you still using AI code autocomplete?
With all the recent progress in coding assistants, I've been wondering whether AI-powered autocomplete is still an important part of developers' workflows.
I personally never got into the habit of using it very heavily. By the time I started having access to decent AI autocomplete tools, things like Cline and Augment were already around, so I ended up relying more on assistants instead.
That made me curious about how other people use it today.
Do you still use Cursor Tab, Copilot, or something similar?
If you also use coding assistants, do you find yourself using AI autocomplete less, or do the two complement each other?
- Alexzhenzhang 21d ago[flagged]
- xpct 21d agoI've used auto-complete back in 2022-2024 or so and really liked it. At one point, had to code offline and realized the speed up was mostly just a placebo in terms of productivity. I don't expect for auto-complete to have changed much, but since I don't delegate large tasks to agents, I've thought of trying it out again.
- jawuilp 21d agoI get what you mean. I don't think autocomplete has changed radically either, which isn't necessarily a bad thing. What autocomplete/editor were you using when you felt the productivity gain was mostly a placebo? I've mostly used it in VS Code and a bit in Antigravity.
- xpct 21d agoI predominantly used GitHub's product (it had integrations for VS, VS code, jetbrains), and Supermaven. Later, I tried one of the earlier Cursor versions as well.
- deleted 20d ago[deleted]
- antoineMoPa 21d agoI don't find myself needing to open a code editor anymore. I ask agents to code and review using some custom review tooling I had agents build. I bother less and less about code details.
- linesofcode 21d agoThat’s the way to do it! Build tooling around your agents to streamline workflows and increase your confidence in them. The agent knows when to reach out for guidance, besides that it runs on its own.
- jawuilp 21d agoInteresting, I've had almost the opposite experience. I ended up going back to a code editor because CLI agents tend to scatter my attention quite a bit, especially when working on apps with lots of different flows. I prefer a more controlled and focused environment. Do you also delegate small changes to agents, or do you still make those manually?
- jMyles 21d agoI miss autocomplete; it was really fun a couple of years ago. What I'd really like is an autocomplete (or pseudo code to language-of-choice) interface, with my agent continually adding the interactions to its context, so that I can chat with it about high-level project goals as the code matures.
- jawuilp 21d ago[dead]
- chronicler 21d agoi haven't looked at code in months
- hollowturtle 21d agothen tell us why you still have a job?
- jimmyee123 21d agoThat must be entirely coded by artificial intelligence.
- hollowturtle 21d agoI liked Cursor autocomplete a lot, it was very smart and adapted very well to your intentions, then, and they never will tell you, when they launched coding agents the autocomplete feature was somehow tuned down, not by being dumber but by being too proactive, so it resulted useless most of the time
- linesofcode 21d agoI used to use it very heavily during the original copilot days back in 2021 but it has been made totally obsolete by long running agents. Can’t say I miss it, I don’t miss anything about writing syntax.
- al_borland 21d agoI never used it. It hijacked my tab key in VS Code and made it impossible to do anything. I’m not sure if things have changed, but at the time there was seemingly no way to change the key binding, so it had to go.
- juntz 21d agoIn this question, coding assistants is not the same as coding agnts? I used opencode or pi, no use of AI code autocomplete.
- deleted 21d ago[deleted]
- ajjobsearch 21d ago[dead]
- chachachainsaw 20d agoI’m fully on letting agents write all code, no longer doing autocomplete. I switch between Claude Code and Codex mostly, although found Cursor’s cloud agents a nicer experience.
- jeansilga 17d agoNope. I ask AI to produce the code directly. I focus on outcome, not on the code itself.