All competencies

craft

Implementing the primitives rather than importing them

Writing the underlying maths and algorithms rather than reaching for a library, and therefore knowing what they do, what they cost, and where they break.

Not a rule against libraries. A component implemented once can be debugged, bounded and reasoned about under load; an imported one is a black box until it misbehaves.

Evidence3