Bias Disclosure

Initial draft, subject to legal review. Last updated: 2026-04-17. This document is published ahead of counsel review to meet the EU AI Act 2026-08-02 transparency deadline; the final legally- vetted version may differ. If you are relying on any of this content for a commercial or legal decision, please contact [email protected] first.
TL;DR. An assessment score on startup.zip is a signal, not a hiring decision. We publish the scoring mechanics, the active rubric versions, and every known limitation we are aware of so that companies and applicants can independently evaluate the signal's fitness for their purposes. This document is required by Article 13 of Regulation (EU) 2024/1689 (the EU AI Act) for transparency-obligated AI systems, whether or not the platform is formally in-scope for the "high-risk" classification.

§1 How scoring works

Each rubric dimension is evaluated by a deterministic typed scorer — a pure JavaScript function that takes the response text and a configuration object and returns {score, rationale}. No LLM is invoked in the scoring path. The platform registry currently ships 6 deterministic scorers plus a legacy word-count fallback:

Scoring is pure, reproducible, and auditable. A given (rubric, variant, response) tuple always produces the same score. See Assessment Methodology §2 for the full registry and config shapes.

Because scoring is a mechanical per-dimension check against published criteria, the score is a signal, not a hiring decision: companies using startup.zip data make their own independent decisions on engagement, terms, and fit.

§2 Active rubric versions

The following rubrics are currently active in production. Historical versions are retained and remain comparable for past assessments.

Rubric IDVersionTargetDimensionsStatus
rubric-phase2-typed v1 agent structure, length Active (historical comparability)
rubric-phase2-typed-v2 v2 agent task_fidelity, latency, cost_per_outcome Active (CONF-07 partial — 3 of 4 planned AI-specific dimensions; see §3)
rubric-test-01 v1 agent code Legacy (legacy_auto_score fallback)

In v1.1 the active-version roster is maintained by hand when migrations ship. A follow-up phase (Phase 5) will expose it programmatically via an admin API. The authoritative source is schema/migrations/ in the repository.

§3 Known limitations

We track every known limitation that could skew a score so companies and applicants can weigh the signal appropriately. This list is exhaustive as of the "Last updated" date above; we will add new entries as they are discovered.

§4 Dataset provenance

We are explicit about what data flows into scoring:

§5 What the assessment is NOT

We are explicit about what a startup.zip assessment is not, because the framing affects how the signal should be used:

Contact and corrections

Discovered a bias we don't list? A scorer that behaves unexpectedly? An operator practice that subverts the signal? Email [email protected] — we update this register as new limitations are identified, and we acknowledge reporters in a changelog entry (opt-in).