Remix.run Logo
gruez 8 hours ago

Sounds like the author is using "autocomplete" as a derogatory way of referring to LLMs in general (eg. "LLMs can't code, they're just autocomplete on steroids")

wmorgan 7 hours ago | parent | next [-]

It’s talking about how you can type

  def frobQux(Qux qux, int radians) {
And it goes and reads your code and suggests a reasonable way to frob a qux a certain number of radians. Which is at the same time (a) pretty useful!, (b) fairly new, we’ve only been able to do this since 2023 or so, but (c) also not that hard by 2026 standards because capabilities have advanced so much in the last three years.
jefftk 4 hours ago | parent | next [-]

"int radians" is a pretty strong code smell! I would be very worried about any struggle l autocomplete that followed something like that ;)

stingraycharles 7 hours ago | parent | prev [-]

Why would anyone be using Fable, Opus or even Sonnet for that type of work? You don’t need an advanced reasoning model for that at all.

noduerme 7 hours ago | parent | next [-]

If you already knew that the answer was to frob a qux, you wouldn't need the reasoning trash either.

tasuki 6 hours ago | parent | prev | next [-]

> Why would anyone be using Fable, Opus or even Sonnet for that type of work? You don’t need an advanced reasoning model for that at all.

Don't leave me hanging: how do you frob a qux a certain number of radians?

dcrazy 7 hours ago | parent | prev [-]

Generative autocomplete with an underpowered model is pretty annoying. It hallucinates parameters and APIs. Something like Sonnet seems like the right level of sophistication.

stingraycharles 8 hours ago | parent | prev | next [-]

Then the author needs to be more specific because there are special models for code autocomplete that are much faster.

jboss10 7 hours ago | parent [-]

For people who saw this and might want a recomendation, I like running a tiny qwen model with llama cpp. Qwen2.5 coder 0.5B or 1.5B (not the instruct version)

On a modern-ish GPU these should run really fast with little latency. They cost nothing and don't send your data to anyone.

spongebobism 4 hours ago | parent | prev [-]

> To be clear, I’m not anti-AI. [...] If you want to autocomplete [...] But if you want to use FOSS trusted tools like Zed, OpenCode, Pi, Nanocoder, etc. [...]

isn't he just contrasting 2 use cases of LLMs?