← Back to blog

Craftsmanship is not dead. It just started.

Contrary to what most are saying, I think AI may increase the craft and quality of software engineering.

I see a lot of people complaining that AI is killing craftsmanship, but I not only disagree with them... I also think it may mean the opposite.

When I started coding professionally 10 years ago, I had two mentors, Marcus and Herbert, who taught me from the first day what were the best practices and how to make software a craft. They insisted on that many times, and just now I see how lucky I was, not only by having a mentor (not one, but two!), but by setting my mind to a craft from the first day.

By craft I mean a lot of good practices, but also the pragmatism of choosing when to apply those practices. Some of them, for instance:

And many more.

The main point I hear when people tell about how bad is the craft right now, is that people just ask AI to do the thing and push.

Back then that would be the same problem as just copy-pasting code from Stack Overflow, or not actually have interest in the problems they are solving. This mentality would just produce the same bad results 10x'ed right now, because coding is the easiest part of the job.

But the other things I mentioned as good practices, all of them are also 10x cheaper to apply right now.

Let me give you an example. When communicating with my colleagues, I often lost some precious minutes just tailoring my messages so I could be as clear as possible on what I just implemented. Now this cost is almost zero, I just run a skill and get what was done in a session. I just need to make some small adjustments on the output, and some times not even that.

Testing before code is much better now, not to say about all the other things. Back then, crafting had always a cost, a tradeoff, but now, not doing it is not doing your job.

There are still challenging parts to craftsmanship, and I think the main one is reviewing, because now only devs are the gates for the AI slop into the codebase. And reviewing is much harder, as the things AI misses are usually not obvious to the human eye.

I want to discuss this a lot more, so I will create a series of posts on how I see each of these practices being applied in the post-LLM world.

The full list of practices I think of as craftsmanship

Here is the (almost) full list of practices I think of as craftsmanship:

Technical practices

Environment and standards

Design practices

Process and culture