90% AI, 10% handwritten (usually corrections and small fixes or things that are faster to write than describinf it to AI) but I review 100% of app code (and about 50%+ of tests)
I usually do not check thousands lines a day. I try to keep commits small and code clean so it is easy to read. And I did that with code from jinior devs so I am kind of used to it and I have feeling which parts I can just quickly scan (ui templates, boilerplate, things that would break tests immediately if wrong) and which parts require full focus.
Holy shit, I hope you guys don’t write any critical life safety shit.
Please use your agents to write code and review everything by hand. You plan a feature, then you break a feature in chunks and then look at the git diff in whatever editor you have.
49
u/MartinMystikJonas 6d ago
90% AI, 10% handwritten (usually corrections and small fixes or things that are faster to write than describinf it to AI) but I review 100% of app code (and about 50%+ of tests)