# With AI, The Real Edge Is Knowing What to Build

> Source: <https://dev.to/canro91/with-ai-the-real-edge-is-knowing-what-to-build-204f>
> Published: 2026-09-07 05:00:00+00:00

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

That's what [Greg Baugues' daughter asked him](https://dev.to/googleai/my-daughter-asked-if-developers-used-to-write-code-by-hand-but-it-was-the-follow-up-question-that-1bh8) after her first encounter with vibe-coding.

She was curious if there was a time when we had to type symbols, one by one.

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.

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](https://imcsarag.gumroad.com/l/streetsmartcodingmanifesto/?utm_source=devto&utm_medium=post&utm_campaign=ai-real-edge-is-knowing-what-build). When coding is cheap, your edge comes from outside your IDE.*
