Hacker News new | ask | show | jobs
by lazypl82 100 days ago
Great point on the flow state with pseudo code. The gap I keep running into is what comes after – once the translated code ships to production, knowing quickly whether it actually behaves as intended is still mostly manual. Curious if others have thoughts on that part of the loop.
2 comments

I feel like that this is fundamentally impossible to solve for. Approximately the effort = planning + checking correctness seems to be constant.
Why would that be any more manual than it has been before? You still write or have Claude to write unit and integration tests thst you review