Nestor G Pestelos Jr · Writing · Print

The Orchestrator Identity

Published July 24, 2026. Revised September 3, 2026.

TL;DR

Directing an AI forces an uncomfortable identity shift: from expert-who-implements to expert-who-verifies. Writing code was the visible anchor of 20 years of self-worth. The expertise requirement stays, but the visible effort disappears.


The July 24, 2026 version is at orchestrator-identity-20260724.

The tools did not threaten my career. They threatened my identity. After twenty years anchoring self-worth to writing code, I now direct an AI that generates it. I orchestrate rather than implement. That shift made the transition uncomfortable.

The identity built on knowing

For two decades, my professional identity rested on recall. Memorized APIs. Internalized design patterns. Being the developer colleagues consulted when stuck. Answering from memory gave me genuine pride.

When an AI first generated code I would have written, I expected alarm. Instead, I felt nothing. The threat surfaced later, when I recognized what that blank reaction meant: the skill I had anchored my self-worth to was no longer a moat.

Implementor to orchestrator

I used to be an implementor. I typed code into an editor. My fingers knew framework methods without looking them up. The daily rhythm was write, test, debug, commit.

Now I am an orchestrator. I steer AI through architectural problems. I verify machine output. I capture working patterns into reusable skill files. The new rhythm is prompt, review, verify, refine.

I am more productive than ever, but I write far less code. The entire shape of the work inverted:

Job listings have not caught up. Recruiters still ask for "five years of Python" when teams need someone who spots a hallucinated library call within seconds. "Orchestrator" describes the actual labor, yet it appears in zero job postings. I still list "developer" on LinkedIn, though the daily craft shares little with what that title meant five years ago.

The resistance I did not want to admit

Part of my initial resistance had nothing to do with tooling flaws.

Language models make mistakes, and rigorous verification remains essential. Yet my early resistance exceeded the technical flaws in front of me. I caught myself rejecting working code. "I do not trust this output" sometimes masked a different thought: "I do not want this tool to work." That was self-protection, not skepticism.

My self-worth depended on typing speed, memorized syntax, and quick answers. The AI was a direct competitor to my self-concept. Everything I had practiced for decades, it generated in seconds.

High automation demands high expertise

AI democratizes access to plausible code. Anyone can prompt a model and receive syntax that looks complete. But evaluating correctness requires deep background knowledge. When an AI generates a solution, I evaluate it in seconds:

I spot those flaws because I already understand the underlying systems. Without that background, a developer accepts the plausible wrong answer.

The shift does not turn an expert into a novice. It moves the expert from implementation to verification. Domain mastery remains non-negotiable.

The layered identity

System design, architecture, and reliability still matter. Verification is real engineering work. Cognitive load and systemic responsibility did not shrink. Only the visible manual labor collapsed.

I repeat these principles to myself. Some days I believe them.

Other days I watch an AI produce in three seconds what once cost me an hour, and I flinch. The output is correct. What stings is the implication: that hour of manual labor was never where the ultimate value resided. The identity I built around manual coding was thinner than I cared to admit.

I have not finished this transition. The old craft identity does not vanish; new responsibilities layer over it. Some afternoons orchestration feels natural and fast. Other days I write a module by hand just to prove my hands still can.

The hardest part was never learning the new tools. It was confronting the question they forced: if what I took pride in can be automated away, what was I actually proud of?

I do not have a clean answer.

Back to top