DEV Community

Cover image for With AI, The Real Edge Is Knowing What to Build
Cesar Aguirre
Cesar Aguirre

Posted on Originally published at canro91.github.io

With AI, The Real Edge Is Knowing What to Build

"But... how did you know what to write?"

That's what Greg Baugues' daughter asked him after her first encounter with vibe-coding.
She was curious if there was a time when we had to type symbols, one by one.

It isn't about what symbols to type

Coding used to be about the craft:
Mastering symbols and perfecting the lines of code.
If you knew what to type and could make it work, you could find your way as a coder.

But AI has changed our job description by making code cheap.
Anyone is just a few sentences away from working code.

Knowing what symbols to type isn't the edge anymore.

It's about what to build

As I write this, I'm working on a legacy migration for a hardware shop.

Its main page is an entangled mess of over 40K lines of Visual Basic code.
Migrating it to anything newer is time-consuming.

To ease the pain of migrating it, management suggested starting some refactoring work.
The migration has dragged on for years, still far from completion.
The refactoring work won't show any visible progress on a late project.

Prompt an LLM to migrate it to Blazor isn't hard.
But its output will only create more problems.
The challenge is deciding the right approach: refactoring, migration, or rewrite.

The real edge is knowing coding is solving problems and choosing what problems to solve.

To help you grow beyond syntax, check Street-Smart Coding Manifesto. When coding is cheap, your edge comes from outside your IDE.

Top comments (2)

Collapse
 
baltasarq profile image
Baltasar García Perez-Schofield

The real edge is knowing coding is solving problems and choosing what problems to solve.

Whoa! What a sentence! Definitely true.

Yep, refactoring will help you understand the problem, then you'll be able to port. But not once you understand it.

As you have noted, tell the AI to port it would be a waste. I would point AI to the code, then ask it about how it works, draw some diagrams, and so on. Maybe it would be easier that way.

Collapse
 
canro91 profile image
Cesar Aguirre

I would point AI to the code, then ask it about how it works, draw some diagrams, and so on. Maybe it would be easier that way.

Such interesting use case. I didn't think about it. AI like an exploration assistant