Remix.run Logo
wmorgan 7 hours ago

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.