"𝐅𝐢𝐧𝐚𝐥𝐥𝐲 𝐛𝐮𝐢𝐥𝐭 𝐭𝐡𝐞 𝐭𝐨𝐨𝐥 𝐞𝐯𝐞𝐫𝐲 𝐝𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 𝐬𝐞𝐜𝐫𝐞𝐭𝐥𝐲 𝐰𝐚𝐧𝐭𝐬." 👀 A small CLI that runs your Python script, reads the stack trace, checks the git history, and prints a Root Cause Analysis like this. Basically… When the code breaks, it politely tells who last touched that line. 😄 Just a small fun experiment using logs + git blame and some AI. #python #git #developerhumor #devtools #programming #softwareengineering
It just seems to be git-blame, how are you using AI in it?
we've been playing with similar ideas for auto-generating RCA reports, but using webhook-driven hooks into our review infra instead of CLI — the git blame integration is a nice touch though, how's the AI component handling false positives in the stack trace analysis
Let me know in the comments, what you feel about this tool 🌚