Chapter 9 / Essay
Chapter 9 № 09 · 2026

The master builder is a
profession that sells judgment.

The master builder is a profession that sells judgment — same position as lawyers and doctors

The master builder is a profession that sells judgment. Same structure as lawyers and doctors. Not a role that fits inside a general-employee grade system.

Chapter 5 showed that customers themselves can become builders. Chapter 8 showed that AI-native development structurally resists producing lock-in. Put both together, and the rational customer keeps the builder in-house — that single choice covers the structural disadvantage of outsourcing, the path out of lock-in, and the preservation of business context, all at once.

This chapter takes up the choice of "hiring a builder" — where in the organization to place them, how to compensate them, in what structure they actually function.

Outsourcing IT is the same as outsourcing the business

Start by re-examining what IT outsourcing means.

In the old model, business and IT were treated as separate concerns. Business is core, IT is a tool — and tools can be outsourced. That was the common assumption. Keep an internal IT department, write the requirements in-house, hand the implementation to an SIer — the standard model.

That premise held under two conditions:

Both conditions break in the AI-native world.

Implementation is written by AI — a large number of coders is no longer needed. The reason multi-tier subcontracting existed in the first place disappears. And the business of the AI-native era is a continuous chain of judgments encoded as code. What to build, how to split it, which invariants must hold — these are the body of the business itself. Code is the mirror of the business, not a thin surface.

So outsourcing IT becomes the same as outsourcing the judgment of the business — and the head-count being stacked outside is no longer needed in the first place. The rationale for letting the customer's context, the meaning of the business, the non-negotiable conditions flow outward — and the rationale for securing person-months outside — both disappear at the same time.

flowchart TB subgraph Old["Old — stack many coders on the outside"] direction TB OB["Business"] OIT["IT
(needs many coders)"] OB ==> OIT OIT -.->|multi-tier subcontracting
secures person-months| OSier["SIer
(prime + subcontractors)"] end subgraph New["AI-native — IT is an extension of the business"] direction TB NB["Business"] NIT["IT (implementation by AI)"] NB <==> NIT NIT -.->|operate in-house| NBuilder["In-house builder"] end classDef good fill:#e8f5e9,stroke:#7a9a6d,color:#3a4d34 classDef bad fill:#fef3e7,stroke:#c89559,color:#5a3f1a class New good class Old bad

If the body of the business stays in-house, the judgment that directly drives the business stays in-house too. That role is the in-house builder.

Outsourcing IT is the same as outsourcing the business. If you keep the business in-house, you keep the builder in-house.

The master builder is a profession that sells judgment

How to position the in-house builder? An extension of the general-employee grade ladder does not fit. The master builder is a profession that sells judgment.

Examples of "professions that sell judgment":

The builder has the same structure:

Master builders move to the same position as lawyers, doctors, and accountants. This is not a metaphor — the structural profession is the same.

The master builder is a profession with the same structure as lawyers and doctors. The tools are open to anyone, but the judgment belongs to the professional.

The parallel runs one step deeper. The professional education of lawyers, doctors, and accountants is built, before the techniques, on the liberal arts — logic, rhetoric, ethics, systems thinking, history. Those judgments cannot be reduced to technique. If the builder sits in the same position, the foundation of the builder's hiring and training has to be the same: the liberal arts (Chapter 4), not fluency in a programming language. Hire someone who can judge, not someone who can write code — that is the axis toward which builder hiring properly points.

A general-employee grade does not fit

Push a "profession" into the general-employee grade ladder and it breaks. History shows this.

The structure of a law firm makes the point:

Medical practices and accounting firms have the same shape. Pay follows the volume of judgment carried, not position grade.

What happens when builders are forced into the general-employee grade?

Trying to run all of this inside the general-employee frame causes strong builders to leave. An employment shape — a professional model — is needed:

Under that framing, the in-house builder sits closer to "executive advisor" or "professional partner" than to "member of the IT department."

Cost comparison example — building a corporate website

Enough abstraction. Take a concrete example: building a corporate website.

Commissioning a corporate website the old way:

Doing it with an in-house builder (one person + AI):

In numbers, this lands at less than one-tenth of the initial build cost, with dramatically faster and cheaper ongoing operation — the corporate-website case of the 10×–100× price gap from Chapter 7.

But the more important comparison is structural, not financial:

In the outsourced model there is a buffer step — "the marketing team judges and then commissions the agency." With an in-house builder, judgment and implementation collapse into one. That is the real reason to hire a builder.

Bringing the website in-house is not just a cost story. Closing the distance between judgment and implementation to zero is the substance.

What changes when a company hires a builder

Once a company places a builder in-house, the way the business runs shifts.

This is more than cost reduction. It is a structural change. Hiring one builder can be the trigger that reshapes how the company operates.

The builder supply is not limited to former coders

Chapter 3 said that people who can move to the judgment side and people who cannot will separate. Read only that and builders look like a scarce resource. But missing one other supply source distorts the picture — AI is lowering the barrier to entry.

The barrier to entry in software development has historically been a stack of layers — grammar fluency, framework learning, build/deploy, debugging experience. All of these are dropping, right now. Three elements combine to make this possible:

With these three layers in place, "I want to build something but I cannot write code" — the people who carried that line until now — flow into the base of the builder pool.

The VB / VBA generation comes back

Until about twenty years ago, a thick layer of casual personal programmers existed. Excel VBA, Access VBA, Visual Basic, Delphi — clerical staff, accountants, technical generalists, lab assistants all built "small tools for my own work" on the side. In Japan, that layer was routinely in the millions.

That layer shrank rapidly over the past fifteen years. The center of gravity of programming moved to the web or to enterprise apps:

"Like the VB days — open it, write code, hit Run, and something works" — that feeling is essentially gone from current web and enterprise stacks. So the old "casual personal programmer" population lost its place in the polarization between competitive programming or Kaggle as ornamental hobby on one side and full-time Web / enterprise software work on the other.

AI + Python + Flet brings back the VB / VBA feel for this layer:

This layer is made of people who have been thinking "what do I want to build" for twenty-plus years — clerical staff who built monthly aggregations in VBA, shop-floor people who built inventory management in Access, graduate students who scripted instrument-output plots in their labs. They already carry what a builder needs (judgment, decomposition, integration). What was missing was just the will and the time to learn the current Web / enterprise stack.

In AI-native development, that wall is lower. The VB / VBA generation comes back as builders — a particularly large supply source in the Japanese market. (The parent series' Chapter 2, "Writing Logic — Have AI Write Python For You," covers the VBA → Python migration in concrete detail.)

Makers and shop-floor engineers enter embedded programming

Software development used to be web-centric. HTML/CSS/JS, React, browsers, servers — most of the learning cost concentrated there.

In the AI-native era, the barrier to embedded programming drops the same way — Raspberry Pi, ESP32, MicroPython, AI generating circuit and control code. People who enjoy making things can step into writing software easily (covered in the parent series, Chapter 9).

Robot programming is the canonical example. Historically it needed ROS, C++, and advanced mathematics — research labs and specialist firms only. In the AI-native present:

A hobbyist maker building a robot that runs at home — until a few years ago, this was a researcher's privilege. The kind of person who makes things already carries the qualities a builder needs — picking what to build, debugging when something does not move, decomposing a system into parts and modules.

In Japan, builder supply is likely to surge

In the Japanese context, this supply source is especially large:

These bases cross the "I cannot write code" barrier through AI + Python + Flet and enter society as builders. While SIers shrink and customer companies expand builder hiring at the same time, the supply side sees former SIer coders converging with makers.

Chapter 3 said that those who can move to the judgment side and those who cannot will separate. That was a statement about former SIer coders. What this chapter adds: the doorway to the judgment side is not open only to people who came from coding.

Builder supply is not just transfers from coders. AI + Python + Flet open a new supply source — makers, shop-floor engineers, students.

Read this in combination with Chapter 10's "labor demand outside the industry" (manufacturing, agriculture, AI physical infrastructure). The picture becomes clearer: human capital flowing out of the SIer industry and human capital flowing in from outside the industry as builders are moving in parallel. Labor reallocation is not a simple "shrinkage → unemployment" story but multi-directional flow.

Where the next chapter goes

By here, the case for keeping a builder in-house is clear. But the industry-wide shift will not happen all at once. Japan in particular has its own dynamics — multi-tier subcontracting, long-tenure employment customs, the intermediate forms that show up during a transition.

The next chapter takes up the SIer-industry transition in Japan and labor mobility. How do the coders inside SIers move? What happens to the prime-contractor / subcontractor structure? Which intermediate forms appear during the transition?


Related articles