|
|
|
|
|
by RobinL
267 days ago
|
|
I largely agree. As a counterpoint, today I delivered a significant PR that was accepted easily by the lead dev with the following approach: 1. Create a branch and vibe code a solution until it works (I'm using codex cli) 2. Open new PR and slowly write the real PR myself using the vibe code as a reference, but cross referencing against existing code. This involved a fair few concepts that were new to me, but had precedent in the existing code. Overall I think my solution was delivered faster and of at least the same quality as if I'd written it all by hand. I think its disrespectful to PR a solution you don't understand yourself. But this process feels similar to my previous non-AI assisted approach where I would often code spaghetti until the feature worked, and then start again and do it 'properly' once I knew the rough shape of the solution |
|