←back to thread

416 points floverfelt | 1 comments | | HN request time: 0.205s | source
Show context
iLoveOncall ◴[] No.45056500[source]
> One of the big problems with these surveys is that they aren’t taking into account how people are using the LLMs. From what I can tell the vast majority of LLM usage is fancy auto-complete, often using co-pilot.

This is a completely wrong assumption and negates a bunch of the points of the article...

replies(1): >>45057618 #
epolanski ◴[] No.45057618[source]
How is it wrong?

Do you have any hard number and data to state that tab/auto complete are less popular than agentic coding?

replies(2): >>45058677 #>>45058708 #
1. daveguy ◴[] No.45058708[source]
I would expect it to be almost tautologically true. It's the easiest to implement, and the most deployed. It has to be the most used, even if a lot of people don't know they're using it.

It was the original success of LLMs -- code autocomplete. All of the agentic coding have autocomplete under the hood. Autocomplete is almost literally what LLMs do + post-processing.