Hook

Their other posts in the index, biggest breakout first.
Vibe coders, what's the one technical skill that you should not offload to the AI? This is for people that vibe code but don't come from a software background. AI can do front-end, mostly. Can do back-end with a little help. But it cannot do Git. I learned this because I had a couple tabs open of Claude Code. And one of them realized that there were multiple developers working on the code, so it decided to use Git. But the agent basically didn't have enough context and it reverted a bunch of commits. Files deleted - no way back. Gone for good. And that basically means a whole bunch of files were deleted and there's no way to get them back. After that, I put in the CLAUDE.md file, NEVER touch Git. NEVER touched GIT. That's why even if you're non-technical, learn the basic Git commands like add and commit and run them yourself.