Remix.run Logo
dudeinhawaii 2 hours ago

Great site, triggered memories! haha.

To try to add something to this discussion -- I think that while I've seen these sort of loops less --- what I have seen is "overly helpful".

Models nowadays want to double-triple-quadruple check things. I'm being silly but it verges on "I have a working solution but let me write a variation in Rust to ensure a convergent solution and prove this works".

I've had to stop models nowadays mostly because they're being agonizingly pedantic in their validation. Opus is actually one of the most pedantic and "off track" here. But again, not in a bad way. I'm usually like "stop testing latency between 50 runs of this app... this is version one.. we're going to make a million more changes.. you're not buying us anything".

SamuelAdams 17 minutes ago | parent | next [-]

This is my recent experience as well. Models want to run linters, tests, etc. And that is all covered in GitHub actions. So I have been instructing agents to push a draft PR, then I validate the static checks pass and tell the agent if there are issues.

Agents and AI are getting expensive, it seems silly to waste tokens on static checks.

mrinterweb 2 hours ago | parent | prev | next [-]

> triggered memories

Yeah of 10 minutes ago. It is shocking how long some seemingly simple things can take. I know there are some things I can do faster than the LLM and some things it can do faster than me. The amount of rambling BS is the exhausting part.

epistasis an hour ago | parent [-]

Try different models, it's a breath of fresh air. GLM 5.2, etc. all make life much more enjoyable. They may not one-shot a complex project the same way that Claude can spit out memorized architectures, but that sort of system is always only useful for a one-off prototype anyway, so not much is lost.

f055 an hour ago | parent | prev | next [-]

Claude models were always too eager and "overly helpful" for my taste. But it seems better models tend to be this way. GPT 6 and 5.6 are overly helpful too, but at least less than Fable. But I seem to be sticking to GPT 5.5 as this was a really focused model.

qurren an hour ago | parent | prev | next [-]

One thing it's missing: "smoking guns" and "smoke tests"

If you search my company's Slack for "smoke" the results are almost all within the past 2 years ...

digitaltrees 40 minutes ago | parent [-]

What, you didn’t smoke test before AI? I mean did you even really code then? :)

testplzignore 2 minutes ago | parent [-]

This is the load-bearing question.

darepublic an hour ago | parent | prev [-]

I blame the hidden context on the tools/subagents. One recent example.. codex can just look in the code for Db schema but continually tries to request permission for a live db query