How I work

Nine moves that recur across fourteen years of construction, two of enterprise sales and eighteen months of building software, each with where it shows up.

  1. 01

    Map the system

    Understand the operating environment before touching it: who does what, in what order, and what the output actually has to be.

  2. 02

    Find the constraint

    Locate where time, information, decisions or capacity are being lost. It is rarely where the complaint is.

  3. 03

    Separate fact from inference

    Know which numbers are measured, which are derived, and which are guesses, and never let the three share a column.

  4. 04

    Decide what should be deterministic

    Anything that has to be right every time, explainable in a sentence, or auditable later is computed, never generated.

  5. 05

    Delegate the right work to models

    Models get the work they are good at: prose, extraction, drafting and review, each with a fixed role and a boundary drawn around it.

  6. 06

    Keep humans where judgment matters

    Irreversible actions and ambiguous calls stay with a person, and the system is built to route to them rather than around them.

  7. 07

    Build the smallest useful system

    The first version is the least machinery that produces the output, and everything it does not need is left out on purpose.

  8. 08

    Measure what changed

    The result is a number the next decision can use, and where the number is noisy the noise is reported with it.

  9. 09

    Document weaknesses instead of hiding them

    Every project records what went wrong, what is still unknown and what would be tested next.

The decision structure

Every project on this site records its decisions the same way.

What was chosen, what drove it, what improved, and what is still imperfect. The limit says where the next decision starts. One from a construction project and two from the software, in the same four parts.

  1. Decision

    Price the flat roof as the cause and the mold as the symptom, and bid above asking

    Why
    Every other bidder priced a teardown. Once the roof is the cause, the scope is knowable: re-pitch, remediate, rebuild. An unknown becomes a budget.
    Result
    Ten months of work, 34 days to contract, roughly 7× price per square foot from entry to exit, and two acres surveyed off and sold mid-remodel to recover part of the basis.
    Limit
    The Kentucky winter was not in the plan. Air compressors and battery tools quit in the cold, and the schedule went with them.
  2. Decision

    Guidance rebuilt without the model

    Why
    The feature was AI, and a version that derived its content from the knowledge hub was better.
    Result
    Removing the model was the improvement.
    Limit
    Guidance is now exactly as current as the hub. A change the policy monitor has not caught is a change guidance does not know.
  3. Decision

    The evaluator must stay small

    Why
    It is simulating the deployed screening tier, not trying to be a good judge, and the vendor's credit economics imply that tier runs on a small model. A larger model resolves ambiguity in the candidate's favor and returns false passes.
    Result
    Verdicts that match the tier being simulated. Upgrading the model makes the numbers prettier and the signal worse.
    Limit
    No ground truth exists to score the reconstruction against.