Skip to content
[ CERTIFICATION ]0 CREDENTIAL SPECS

Certified, not just seated.

Vendor credentials prove their published scope. AI-native training adds applied evidence you can inspect.

Enterprise certification works when the path is legible, the standard is consistent, and a credential has an explicit, standards-aligned portability path. LockedIn keeps that rigor and changes the evidence: graph coverage, live-reviewed artifacts, reviewer provenance, and—before professional FDE qualification—at least one candidate-owned system deployed, operated, and transferred in production. Course attendance alone never counts.

01[ HOW IT'S EARNED ]

Three gates. No shortcuts.

The graph and verified backing work establish eligibility and create an in-review record. The third gate is the separate human decision that can put the credential in force.

GATE 01REGION

Complete the region

Every credential maps to a region of the skill graph — and to everything upstream of it, because a region can depend on work carrying another track's name. A free signed-in account can take the assessment at any time, but you cannot claim the credential without those nodes, and nodes don't unlock by watching.

UNITGraph nodes
GRAPH42 nodes · 48 prerequisites
REGIONS7, one per credential
GATERegion + everything upstream
UNLOCKPrerequisite only
GATE 02ARTIFACT

Verified artifacts

The work itself is the evidence. A live model pass or a human expert pass can mark an artifact verified; the registry identifies which performed the review. An offline heuristic can give feedback but cannot verify, and an expert spot-check is not currently required before an in-review credential is issued.

UNITCapstone artifact
RUBRICPublished, per module
SCORING0–4 per criterion
PASS≥ 70, no zero criterion
REVIEWLive model or human expert
FALLBACKOffline heuristic cannot verify
GATE 03ACTIVATION

Human activation

Clearing the graph gate with verified backing work creates an in-review registry record. A separate expert or administrator decision is required before that record becomes active. Formal live-defense formats activate with vetted roster coverage; the current credential record stores status, not a defense transcript or examiner identity.

STATUSIn review until human action
UNITRole-gated status decision
DECIDERExpert or administrator
DEFENSEActivates with vetted roster
RECORDPublic registry status
VALIDITY2-year term from activation

A gate-qualified claim issues an in-review record. Only a role-gated human action can make it active; attendance moves neither state.

02[ THE CREDENTIALS ]

Seven published specifications.

Each authored standard defines a graph region, upstream requirements, backing work, and an assessment specification. Issuable credentials begin in review after graph coverage plus verified work and still require human activation. FDE-P remains visibly planned and runtime-blocked until typed field gates, live defense, and supervised evidence exist.

AINO-F
L1 · 2 YEARS
issuable

AI Native Foundations

Certified AI-capable: runs daily work on AI workflows with calibrated trust and hardened prompt systems.

REQUIRES
  • 5 nodes: the L0–L1 foundations region
  • A verified artifact at every node, ending in a personal AI operating system
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — unscripted foundations review after vetted examiner coverage
AINO-D
L3 · 2 YEARS
issuable

Certified AI Native Developer

Certified to build with agents: spec-driven development, agentic TDD, and production agent systems with evals.

REQUIRES
  • 14 nodes: L0–L1 foundations, agent anatomy through evaluation, developer track through L3
  • Reviewed capstone evidence: an agent release package with an eval suite
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — architecture, evals, and rollback after vetted examiner coverage
AINO-A
L3 · 2 YEARS
issuable

Certified Agentic Architect

Certified to design agentic systems: tool contracts, orchestration, evaluation, and fleet architecture.

REQUIRES
  • 10 nodes: L0–L1 foundations, agents track through L3
  • Reviewed capstone evidence: two-agent slice + fleet architecture
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — contracts, gates, failure modes, and economics after vetted examiner coverage
FDE-P
L4 · 2 YEARS
planned

Forward-Deployed AI Engineer — Professional

Qualified through an independently defended evidence chain spanning field diagnosis, enterprise integration, provider-portable AI systems, secure production operation, one supervised client mission, and owner-accepted transfer.

FDE-P remains planned. The runtime does not yet join all ten FDE evidence gates, an independent live defense, and a supervised field mission into one activation decision, so graph completion cannot issue or activate it.

REQUIRES
  • 23 nodes: L0–L1 foundations, the required engineering, agent, and governed-delivery spine, plus the complete FDE route through L4
  • All ten FDE-S/1.0 evidence gates, including a supervised client mission, owner-accepted transfer, and integrated qualification defense
ASSESSMENT
  • Published standard — graph coverage is only a prerequisite; offline heuristics and module completion cannot qualify an engineer
  • Planned runtime qualification — conjunctive mission, security, incident, supervised-field, transfer, and oral-defense gates after calibrated examiner coverage
  • Qualification requires a named field supervisor, client-designated owner, and independent human panel; no single score can average away a critical failure
AINO-G
L4 · 2 YEARS
issuable

Certified Governed AI Delivery Engineer

Certified to stand up governed agentic engineering in a regulated enterprise: risk-tiered controls, an independent verifier layer, an operating control plane, and an evidence chain that survives audit.

REQUIRES
  • 16 nodes: L0–L1 foundations, the AI native dev environment, agent anatomy through evaluation, and the SDLC track through L4
  • Reviewed capstone evidence: a governed-deployment authorization package and evidence chain
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — adversarial authorization review after independent examiner coverage
AINO-H
L4 · 2 YEARS
issuable

Certified Healthcare AI Operator

Certified to operate AI in regulated care environments: PHI guardrails, staged validation, clinician-in-the-loop workflows.

REQUIRES
  • 10 nodes: L0–L1 foundations, healthcare track through L4
  • Reviewed capstone evidence: clinical operations workflow + staged validation plan
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — guardrail and validation review after vetted healthcare examiner coverage
AINO-X
L4 · 2 YEARS
issuable

Certified AI Native Executive

Certified to lead transformation: operating models, governance that ships, honest AI economics.

REQUIRES
  • 11 nodes: L0–L1 foundations, executive track through L4
  • Reviewed capstone evidence: board-ready transformation plan
ASSESSMENT
  • Running gate — live-reviewed artifact coverage across the required graph
  • Planned defense — board-style review after vetted executive examiner coverage
03[ THE REGISTRY ]

Every issued record has a public status.

An issued registry ID resolves to its current status, required graph region, backing artifacts, and review provenance. The record distinguishes a live model review from a human expert review.

Read a registry entry →
review · agents/tools-and-protocolsREVIEW FORMAT · WORKED EXAMPLE
moduleTools, MCP, and protocolsartifactTool contract v1→v2 with documented agent failure.reviewerclaude-opus-4-8 · live · 4 criteria · 0–4 each
c13/4v1 contract has a strict input schema and enumerated errors

Schema is strict and errors are enumerated. TAG_LOCKED carries no recovery instruction — state whether to retry or escalate.

c24/4Documented agent failure is reproducible from a trace

The failure reproduces from the trace alone: both rejected calls, the false success, and the arguments that caused them.

c33/4v2 change directly addresses the observed failure

The enum fix addresses the observed guess directly. The retry-policy change is asserted but not shown in v2.

c42/4Side effects and idempotency are noted

Idempotency is noted for the tag write only. Side effects of the lookup path are undeclared — declare them or mark it pure.

score75/100 · roll-up 12/16 · pass ≥ 70, no zero criterionverdictPASSsummaryThe contract work is real: the failure is reproducible and v2 traces to it. The gaps are recovery guidance in errors and undeclared side effects.nextDeclare side effects on every v2 operation, then rerun the failing trace against v2.
[ REGISTRY · EXAMPLE ENTRIES ]
AINO-F-0042SPECIMEN · NOT ISSUED
CREDENTIALAINO-F
HOLDERdemo.op
ISSUEDJun 12, 2026
ARTIFACTSART-01 · ART-02 · ART-03
AINO-D-0007SPECIMEN · NOT ISSUED
CREDENTIALAINO-D
HOLDEROP-217
ISSUEDJul 14, 2026
ARTIFACTSART-11 · ART-12 · ART-13 · ART-14 · ART-15 · ART-16 · ART-17 · ART-18 · ART-19 · ART-20 · ART-21 · ART-22 · ART-23 · ART-24
AINO-A-0019SPECIMEN · NOT ISSUED
CREDENTIALAINO-A
HOLDEROP-144
ISSUEDPending defense
ARTIFACTSART-25
[ 04 · OPEN BADGES 3.0 · READINESS MAP ]MAPPING ONLY

Mapped for portability. Issuance stays off until the evidence is real.

The six currently issuable definitions in this frozen v1 projection map into stable achievement, criteria, and graph-alignment records modeled on 1EdTech Open Badges 3.0. Planned FDE-P is excluded until a versioned portability v2 contract. These are not signed credentials, contain no recipient, and carry no claim of conformance or certification.

ACHIEVEMENT MAPS
06
MAPPED GATES
01
INACTIVE GATES
07
HOLDER RECORDS
00
AUTHORED ACHIEVEMENTS

Six v1 definitions, each bound to its real graph gate.

CATALOG · 28e7167c899d
  1. AINO-F5 ALIGNED NODES

    AI Native Foundations

    Certified AI-capable: runs daily work on AI workflows with calibrated trust and hardened prompt systems.

    MAPPING · f2e908cb308d

  2. AINO-D14 ALIGNED NODES

    Certified AI Native Developer

    Certified to build with agents: spec-driven development, agentic TDD, and production agent systems with evals.

    MAPPING · 4a2f78d86703

  3. AINO-A10 ALIGNED NODES

    Certified Agentic Architect

    Certified to design agentic systems: tool contracts, orchestration, evaluation, and fleet architecture.

    MAPPING · 0ec13d0a414d

  4. AINO-G16 ALIGNED NODES

    Certified Governed AI Delivery Engineer

    Certified to stand up governed agentic engineering in a regulated enterprise: risk-tiered controls, an independent verifier layer, an operating control plane, and an evidence chain that survives audit.

    MAPPING · 9e710fcbe9c7

  5. AINO-H10 ALIGNED NODES

    Certified Healthcare AI Operator

    Certified to operate AI in regulated care environments: PHI guardrails, staged validation, clinician-in-the-loop workflows.

    MAPPING · 4ca0b90bab52

  6. AINO-X11 ALIGNED NODES

    Certified AI Native Executive

    Certified to lead transformation: operating models, governance that ships, honest AI economics.

    MAPPING · 4ee7f4e84ae8

ACTIVATION CONTRACT

Seven gates still stand between a mapping and a portable credential.

  1. 01

    achievement mapping

    Versioned Achievement definitions, criteria, and graph alignments are projected from the authored credential catalog.

    mapped
  2. 02

    issuer identity

    Establish a durable issuer Profile identifier, creator authority, public verification method, and key-rotation policy.

    inactive
  3. 03

    proof key management

    Select and independently review a supported cryptographic proof format, custody boundary, signing service, recovery, and rotation process.

    inactive
  4. 04

    credential status

    Implement a durable credential-status and revocation method, public status resolution, due process, suspension, and renewal behavior.

    inactive
  5. 05

    recipient privacy

    Choose a privacy-preserving recipient identifier and consented evidence-disclosure policy with learner-controlled delivery and deletion boundaries.

    inactive
  6. 06

    real evidence

    Project only a real active Store credential backed by its exact graph gate, verified artifacts, review provenance, and current term; never use specimens.

    inactive
  7. 07

    jsonld validation

    Validate the complete signed credential against the official schema, JSON-LD safe mode, proof, time, and status checks.

    inactive
  8. 08

    issuer conformance

    Complete the applicable 1EdTech issuer tests and organizational approval before using conformant, certified, or compatible language.

    inactive
CURRENT BOUNDARY

This projection maps authored achievement definitions only. It is not an OpenBadgeCredential, is not signed, contains no recipient, and makes no claim of 1EdTech conformance or certification. Issuance remains disabled until every inactive gate is independently verified against a real, consented, non-specimen credential path.

05[ THE STANDARD ]

Keep the rigor. Upgrade the evidence.

A clear pathway and portable credential matter. For AI work, the standard must also prove that the holder can design, evaluate, operate, and explain a real system.

THE MODELCourse completion or product-knowledge examComplete the graph gate, submit live-reviewed artifacts, then receive human activation
THE UNITA defined platform, role, or published exam domainApplied artifacts, practice decisions, and operating evidence
THE PROOFProvider-issued recognition of the stated scopeA public record of graph coverage, artifact status, and review provenance
IT ENDS ATA credential within its published boundaryA two-year credential whose stated evidence remains inspectable

Enterprise certification proved that legible paths and portable credentials work at scale. We keep that structure and change the evidence. Official provider programs can remain additive to this operating standard.

06[ FOR EMPLOYERS ]

Read a hire like a diff.

A registry entry shows the required graph region, linked artifacts, review provenance, and whether the issued record is active, in review, or expired. It does not currently store a defense transcript or activating examiner.

Hire against evidence

A registry entry lists the graph nodes cleared, the artifacts submitted, and the review record behind them. You read the work, not a resume line.

Assess your team

Individual assessment and reviewed-work records are stored per person. An org coverage view begins only after real accounts are provisioned to that organization; the platform does not currently emit a cohort assessment aggregate.

Certify your own

A private cohort can be scoped against the same authored graph gates and public registry. No private cohort has run, and every active credential still requires a separate human status decision.