Skip to main content

Judgment, Identity & Communication

At senior and staff levels, the quality of your engineering is no longer measured only by code quality.

It is measured by decision quality, leverage, and the clarity you create for other people.


What Judgment Is

Judgment is the ability to make good technical decisions consistently under incomplete information.

It is built from:

  • pattern recognition
  • tradeoff awareness
  • system context
  • failure prediction
  • practical taste

Experience helps, but experience alone does not create judgment. Reflection and feedback do.


Twelve Judgment Rules

Use these as a compact operating code:

  1. Prefer simplicity over power.
  2. Optimize boundaries before internals.
  3. Prefer consistency over cleverness.
  4. Make reversible decisions quickly.
  5. Make irreversible decisions carefully.
  6. Do not solve problems you do not actually have.
  7. Reduce moving parts.
  8. Make systems observable before trying to scale them.
  9. Prioritize data-flow clarity over diagram beauty.
  10. Design for evolution, not for a fantasy perfect state.
  11. Design interfaces for humans.
  12. Let operational evidence correct your intuition.

These rules are useful because they compress recurring senior mistakes into a checklist you can carry into design reviews.


The Identity Shift

Stronger engineers make a set of mental shifts:

  • from writing code to designing systems
  • from solving tickets to solving classes of problems
  • from optimizing typing speed to optimizing understanding
  • from shipping output to building leverage
  • from project mindset to platform mindset

These are not motivational slogans. They change what you pay attention to day to day.

A Practical Test

Look at your last month of work.

How much of it increased leverage by:

  • removing repeated work
  • clarifying a recurring decision
  • simplifying a risky boundary
  • helping other engineers move faster

If the answer is “almost none,” your growth bottleneck may be operating model, not technical skill.


Communication Is a Technical Skill

Clear communication is one of the highest-leverage engineering behaviors because it changes other people’s decisions.

Strong engineers communicate by:

  • defining the problem precisely
  • stating tradeoffs explicitly
  • separating facts from assumptions
  • writing down decisions and why they were made
  • asking questions that reveal risk early

The Minimum Communication Standard

For any important technical decision, be able to explain:

  • what problem we are solving
  • why now
  • what options we considered
  • what tradeoff we accepted
  • what would make us revisit the decision

If you cannot explain that clearly, the design is probably not clear enough yet.


High-Leverage Questions

Use questions to improve systems without sounding dogmatic:

  • What failure mode are we assuming away?
  • What constraint is driving this design?
  • What is the cost of reversing this later?
  • Which part of this should be simpler?
  • What would make us change our mind in six months?
  • Where does ownership become ambiguous?

These questions raise design quality faster than vague disagreement.


A Better Definition of Output

At higher levels, output is not only code merged.

Output also includes:

  • better decisions
  • clearer plans
  • safer rollouts
  • simpler architecture
  • stronger defaults
  • fewer repeated mistakes

That is why artifacts matter: design docs, ADRs, scorecards, runbooks, and postmortems are part of engineering output, not administrative overhead.


Practice Loop

For 30 days, keep a decision log with five fields:

Decision:
Tradeoff:
Constraint:
Was it reversible?
What would make us revisit it?

This habit improves judgment because it forces you to see decisions as decisions, not as code that “just happened.”


Chapter Summary

This chapter is about becoming the engineer whose work scales through other people and over time.

That requires:

  • better judgment
  • stronger identity around leverage
  • clearer written and verbal communication
  • more deliberate decision records

Those habits are what make later leadership and execution chapters actually believable in practice.