Hook

Their other posts in the index, biggest breakout first.
Software engineers are NOT reading code anymore. I'm a senior software engineer and I have all of these different AI sessions running at the same time. I have more than five different code sessions, a little cursor session and even a codex session all running simultaneously. The question that I got is do I look at the code if at all? The honest answer is not really. At this point in time, the AI models are so good that they actually implement the code you want to write. Nowadays, I give a cursory glance to make sure that the code isn't doing anything crazy. Then I built guardrails to make sure the code is high quality. This includes unit tests, integration tests, running golden pass to make sure that the outputs are what I expect. Rigorous code review pipeline. I mean, most of the time my AI is just reading the code, it doesn't write the code. Making sure the code actually follows the established patterns. Things like I only really read the code if it's like the AI isn't fixing it within like a single prompt. I do think junior engineers are at a huge disadvantage because they really don't know like what to look for. They didn't struggle to write high quality code. So they don't really know what to look for. For a senior engineer, you're not really reading all the code anymore.