(no title)
ghosty141 | 24 days ago
Having a human in the loop eliminates all the problems that LLMs have and continously reviewing small'ish chunks of code works really well from my experience.
It saves so much time having Codex do all the plumbing so you can focus on the actual "core" part of a feature.
LLMs still (and I doubt that changes) can't think and generalize. If I tell Codex to implement 3 features he won't stop and find a general solution that unifies them unless explicitly told to. This makes it kinda pointless for the "full autonomy" approach since effecitly code quality and abstractions completely go down the drain over time. That's fine if it's just prototyping or "throwaway" scripts but for bigger codebases where longevity matters it's a dealbreaker.
_zoltan_|24 days ago
sealeck|24 days ago
zeroxfe|24 days ago
It's not a waste of time, it's a responsibility. All things need steering, even humans -- there's only so much precision that can be extrapolated from prompts, and as the tasks get bigger, small deviations can turn into very large mistakes.
There's a balance to strike between micro-management and no steering at all.
bcarv|24 days ago
If it really knows better, then fire everyone and let the agent take charge. lol
halfcat|24 days ago
This sounds like never. Most businesses are still shuffling paper and couldn’t give you the requirements for a CRUD app if their lives depended on it.
You’re right, in theory, but it’s like saying you could predict the future if you could just model the universe in perfect detail. But it’s not possible, even in theory.
If you can fully describe what you need to the degree ambiguity is removed, you’ve already built the thing.
If you can’t fully describe the thing, like some general “make more profit” or “lower costs”, you’re in paper clip maximizer territory.
rapind|24 days ago
You might be able to get away without the review step for a bit, but eventually (and not long) you will be bitten.
retinaros|23 days ago
xXSLAYERXx|24 days ago
vidarh|24 days ago
NuclearPM|24 days ago
That could easily be automated.
Skidaddle|24 days ago
sejje|24 days ago