Vibe coding can build your pipeline. It can't explain it six months later

Posted by speckx 21 hours ago

Counter9Comment5OpenOriginal

Comments

Comment by zadkey 20 hours ago

Seems like a skill issue. You could have had it create documentation along the way. The idea that prompts can't be versioned or iterated is patently false. Anything in the repo can be versioned.

Comment by pixel_popping 16 hours ago

It can, just have to include transcripts as part of commits and that's it.

Comment by N_Lens 20 hours ago

Sure it can!

Comment by cyanydeez 9 hours ago

hrm, there's tons of tools to do that, take https://github.com/bytedance/deer-flow

the better argument is: you pay to vibe code and you'll pay again in 6 months to vibe fix, etc.

Comment by N1H1L 19 hours ago

Why not? I maintain markdown files explaining everything (this is committed). Also the Python code is typed and has detailed numpydoc docstrings.