I'm truly hopeful that AI will open a new of prototyping. Back in the day, prototyping was how you figured out what to build, you'd very deliberately toss the entire first (or second!) version, and you'd plan to do that.
Most places I've worked, devs were basically afraid to prototype
Either you would get chastised for wasting time with prototypes, or worse, your prototype would end up in production
I think the software industry really needs a cultural reset to embrace slower and deliberate development to build quality, but unfortunately AI has us racing recklessly in the wrong direction
I am so tired of it. Are there any companies out there that actually give devs time to build quality software anymore? I'm so burned out of the "move fast and break everything" grind
Quality must come from engineering. If you’re depending on a product manager to ask you that you can improve the quality of the code, you already lost.
So it requires soft skills, proper framing and ability to iterate quickly on quality-related tasks without leaving junk and multiple-versions behind.
But I completely understand push back for “doing improvements developers want to do”: A lot of developers confuse quality with familiarity or even complexity/verbosity. So business people have a reason to be reluctant.
And as an engineering manager I also had to push back several times. The thing that makes money is not the place to learn new skills, for example.
Might be the opposite in some orgs. Higher ups in working with get visibly annoyed when you start talking about prototypes or trying something out in isolation, they don’t see why you wouldn’t just work with the real codebase and end the project with a PR.
Also seeing a lot of managerial class bypassing the PR system entirely and just committing to main “because it’s faster”.
High quality ensued. Usually ;)