Earlier quoted context omitted.
Expert reviews are just about the only thing that makes AI generated code viable, though doing them after the fact is a bit sketchy, to be efficient you kinda need to keep an eye on what the model is doing as its working. Unchecked, AI models output code that is as buggy as it is inefficient. In smaller green field contexts, it's not so bad, but in a large code base, it's performs much worse as it will not have acces…
If you spend 5-15x the time reviewing what the LLM is doing, are you saving any time by using it?
After outages, Amazon to make senior engineers sign off on AI-assisted changes
61–70 of 510 posts
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#62The only way to see the kinds of speed-up companies want from these things, right now, is to do way too little review. I think we're going to see a lot of failures in a lot of sectors where companies set goals for reduced hours on various things they do, based on what they expected from LLM speed-ups, and it will have turned out the only way to hit those goals was by spending way too little time reviewing LLM output.…
So will it turn out that actually writing code was never the time sink in the first place? That has always been my feeling. Once I really understand what I need to implement, the code is the easy part. Sure it takes some time, but it's not the majority. And for me, actually writing the code will often trigger some additional insight or awareness of edge cases that I hadn't considered.
Of course it wasn't! Do you think people can envision the right objects to produce all the time? Yeah.. we have a lot of Steve Jobs walking around lol.
As you say, there's 'other stuff' that happens naturally during the production process that add value.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#63> The response for now? Junior and mid-level engineers can no longer push AI-assisted code without a senior signing off. So basically, kill the productivity of senior engineers, kill the ability for junior engineers to learn anything, and ensure those senior engineers hate their jobs. Bold move, we'll see how that goes.
Juniors could just code things the old fashioned way. It isn't hard. And if they do find it too hard, they aren't cut out for this job.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#64Expect a shitload of AI powered code review products the next 18 months.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#65Anyone work with Kiro before? As I understood, it was held as an INTERNAL USE ONLY tool for much longer than expected.
Haven't tried Kiro CLI.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#66Reviewing AI generated code at PR time is a bottleneck. It cancels most of the benefits senior leadership thinks AI offers (delivery speed). There’s also this implicit imbalance engineers typically don’t like: it takes me 10 min to submit a complete feature thanks to Claude… but for the human reviewing my PR in a manual way it will take them 10-20 times that. Edit: at the end real engineers know that what takes effor…
It sounds like a piss poor deal for seniors unless senior engineer now means professional code reviewer.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#67Earlier quoted context omitted.
Expert reviews are just about the only thing that makes AI generated code viable, though doing them after the fact is a bit sketchy, to be efficient you kinda need to keep an eye on what the model is doing as its working. Unchecked, AI models output code that is as buggy as it is inefficient. In smaller green field contexts, it's not so bad, but in a large code base, it's performs much worse as it will not have acces…
If you spend 5-15x the time reviewing what the LLM is doing, are you saving any time by using it?
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#68Expect a shitload of AI powered code review products the next 18 months.
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#69>Junior and mid-level engineers can no longer push AI-assisted code without a senior signing off Review by a senior is one of the biggest "silver bullet" illusions managers suffer from. For a person (senior or otherwise) to examine code or configuration with the granularity required to verify that it even approximates the result of their own level of experience, even only in terms of security/stability/correctness, r…
> requires an amount of time approaching the time spent if they had just done it themselves It's actually often harder to fix something sloppy than to write it from scratch. To fix it, you need to hold in your head both the original, the new solution, and calculate the difference, which can be very confusing. The original solution can also anchor your thinking to some approach to the problem, which you wouldn't have…
Re: After outages, Amazon to make senior engineers sign off on AI-assisted changes
#70Expect a shitload of AI powered code review products the next 18 months.