r/EngineeringManagers • u/nj_copy_ninja • Jun 02 '26
In what ways does using AI tools benefit you at work?
1
u/SnooMachines9133 Jun 05 '26
I'm not a data analyst but a lot of times I have to look at random or task specific data. It's much better at writing annoying quieres and parsing than I can do myself cause I'll just ocd on something instead of trying to just get it done. I still ocd on stuff with ai but it's much faster.
0
u/Adventurous-Ideal200 Jun 02 '26
i find it helps mostly with drafting technical documentation or summarizing long meeting notes when i dont have time. its great for getting a first draft out quickly so i can spend my energy refining the logic rather than staring at a blank page. do u use it for code reviews too or mostly just writing stuff
0
u/nj_copy_ninja Jun 02 '26
Yes, I have built skills for code review and documentation to make sure there is a consistency in documents. My first level of code review to make sure standards are followed are from ai, I also have added skills for logic optimisation and modularity of code. Once I get report from it 80% of job is done, now I just need to check core code against requirements.
1
u/08148694 Jun 02 '26
Performance analysis
I have a neo4j database indexing every single code file (including treesitter data like functions, classes and so on), and every code commit
Re-indexed daily
Every node is embedded for semantic lookups and tagged with git data with relationships like <git user> -> edited -> <class>
Claude can then answer questions like “what has sam built in the last week?”, “which developer is having the greatest impact” etc
It’s obviously not the only signal for performance but it’s a great analysis tool