top | item 46930757

(no title)

rappatic | 22 days ago

Counterintuitively, I feel like this will not be super useful, at least for me. My bottleneck is MY ability to parse and understand LLM-generated code. The agent can code a lot faster than I can read and understand its output.

discuss

order

altmanaltman|22 days ago

People who vibe code don't really care about silly things such as understanding the code though.

rovr138|22 days ago

There's a lot of people out there that aren't paying as close attention to the actual code. Wild times!

nonethewiser|22 days ago

Smart if you can get away with it. For non trivial things you can't quite get away with it.

I've started asking Claude to make me a high-level implementation plan and basically prompt ME to write it. For the most part I walk through it and ask Claude to just do it. But then 10% of the time there is a pretty major issue that I investigate, weigh pros/cons, and then decide to change course on.

Those things accumulate. Maybe 5-10 things over the course of an MVP that I wouldn't really have a clue about if I let Claude just dutiful implement it's own plan.

ollysb|22 days ago

If it was fast I'd ask questions more than read the code in detail. This isn't viable for that approach yet though.

airspresso|22 days ago

Spend time building a test harness and evaluations of whether the solution meets the requirements. Then you don't need to look at the code because those other pieces will bring the necessary guarantees and trust.

post-it|21 days ago

I've never actually seen a test plan thorough enough to allow that kind of behaviour, and I doubt one exists.