Engineering Principles

The rules behind every artefact.

These principles are not aspirational. They are operating constraints. Any project that does not satisfy them does not ship.

Principles

Eight non-negotiable rules

  1. P.01

    Engineering before marketing

    Communication follows engineering substance. We do not announce capabilities we have not built and documented.

  2. P.02

    Evidence before claims

    Each claim references an artefact: a measurement, a specification, a validation report, a published source.

  3. P.03

    Documentation before deployment

    Nothing reaches a production surface before it is documented. Documentation is part of the deliverable, not a side-effect.

  4. P.04

    Security by design

    Threat modelling, key handling and post-quantum considerations are part of the architecture, not retrofitted afterwards.

  5. P.05

    Reproducibility

    Every result must be reproducible from the documented inputs, methods and environment.

  6. P.06

    Traceability

    Every conclusion is traceable to its sources. Every revision is traceable to its predecessors.

  7. P.07

    Plain language

    Technical writing in this organisation is precise, calm and free of marketing vocabulary.

  8. P.08

    Honest scope

    We distinguish explicitly between research, concept, prototype, validated technology and future research.