Constructs Are the New Resume
March 2026 · Essay
The recruitment landscape has been shifting from “who you are” to “what you have shipped” for a decade. GitHub contribution graphs replaced resumes for developers. Design portfolios replaced credentials for designers. Open source contributions became, as one recruiter put it, “a live laboratory where we monitor consistency, collaboration, and problem-solving logic.”
Constructs are the next evolution of this pattern. But they measure something different — not what you can build, but what you can teach a machine to do on your behalf. And that turns out to be a far more revealing signal of expertise.
The Portfolio Shift
A traditional portfolio says: “I built this app. Here are screenshots. Here is the code.” This demonstrates technical execution — the ability to turn requirements into working software.
A construct portfolio says something else: “I built the agent that does this. Here is how it thinks. Here is how it makes decisions. Here is what it refuses to do. And 400 people forked it because it works.”
The difference is between showing output and showing judgment. Code demonstrates what you built. A construct demonstrates how you think about building. The principles you consider important. The edge cases you anticipate. The trade-offs you make and why. These are the things that distinguish a senior engineer from a junior one — and they are precisely the things that traditional portfolios cannot capture.
Why Constructs Are a Better Signal
A GitHub repository can be copied, cloned, and claimed. A contribution graph can be gamed. But a construct is hard to fake, because its quality is immediately testable: run it. Give the agent a task and see if the construct produces good results. A great construct for code review will catch the race condition that a mediocre one misses. The proof is in the output.
More importantly, constructs reveal the parts of expertise that are invisible in code:
Prioritization. A construct says what to check first. That ordering reflects experience — which problems are most common, which are most dangerous, which are most likely to be missed by others. A junior engineer's construct checks for syntax errors. A senior engineer's construct checks for auth bypass.
Boundary-setting. A construct says what the agent should not do. This is one of the hardest things to learn and the most revealing signal of maturity. Knowing when not to refactor. Knowing when a bug is not worth fixing. Knowing when to stop optimizing and ship.
Communication style. Does the construct produce terse, direct feedback? Or diplomatic, contextualized explanations? This reveals how the author works with people — something no code sample shows.
The Fork Count as Reputation
Stars are vanity metrics. Forks are the real signal. A fork means someone found your construct valuable enough to build on. They read your decision framework, agreed with most of it, and adapted it for their own context. That is a stronger endorsement than any recommendation letter.
A construct with 500 forks is a statement: 500 professionals looked at how you think about a problem and decided it was a good starting point for their own thinking. That is expertise, validated by the market.
The fork tree itself tells a story. If your construct has been forked into medical, legal, and financial variants, that means your foundational thinking was general enough to transfer across domains. That is a different signal than a construct that has been forked 500 times but only within one narrow niche.
What This Means for Hiring
If you are hiring a senior engineer in 2026, their construct portfolio tells you more than their resume. Not “did they work at Google?” but “when they define how code should be reviewed, what do they prioritize?” Not “how many years of experience?” but “how many people found their judgment valuable enough to fork?”
A construct is a crystallization of professional judgment. It is testable, forkable, and public. It cannot be inflated or fabricated. It either produces good agent behavior or it does not.
The resume says what you have done. The construct shows how you think.
Related: Why Your Best Engineer Can't Write a Construct explores why expertise resists articulation. The Fork Graph examines how fork trees reveal the shape of expertise.