Be intentional about how AI changes your codebase
aicode.swerdlow.dev
Be intentional about how AI changes your codebase
1–10 of 123 posts
Re: Be intentional about how AI changes your codebase
#2This is my take on how to not write slop.
Re: Be intentional about how AI changes your codebase
#3I've seen a lot of people talking about how AI is making codebases worse. I reject that, people are making codebases worse by not being intentional about how their AI writes code. This is my take on how to not write slop.
Re: Be intentional about how AI changes your codebase
#4I've seen a lot of people talking about how AI is making codebases worse. I reject that, people are making codebases worse by not being intentional about how their AI writes code. This is my take on how to not write slop.
Re: Be intentional about how AI changes your codebase
#5Re: Be intentional about how AI changes your codebase
#6I've seen a lot of people talking about how AI is making codebases worse. I reject that, people are making codebases worse by not being intentional about how their AI writes code. This is my take on how to not write slop.
Re: Be intentional about how AI changes your codebase
#7I've seen a lot of people talking about how AI is making codebases worse. I reject that, people are making codebases worse by not being intentional about how their AI writes code. This is my take on how to not write slop.
The intention part is right but the bottleneck is review. AI is really good at turning your clean semantic functions into pragmatic ones without you noticing. You ask for a feature, it slips a side effect into something that was pure, tests still pass. By the time you catch it you've got three more PRs built on top.
Re: Be intentional about how AI changes your codebase
#8I've seen a lot of people talking about how AI is making codebases worse. I reject that, people are making codebases worse by not being intentional about how their AI writes code. This is my take on how to not write slop.
And you’re completely right, humans are still the ones in control here. It’s entirely possible to use AI without lowering your standards.
Re: Be intentional about how AI changes your codebase
#9Re: Be intentional about how AI changes your codebase
#10[flagged]