Courses

Choose your AI Ops mission path.

A 180-lesson command-line track for operating model-backed applications from first concepts through incident response.

Track progress 0/180 lessons 0/18 missions 0/11 briefings 12 courses
0%
Continue View profile
Active track
AI operations

A 180-lesson command-line track for operating model-backed applications from first concepts through incident response.

180 lessons 12 categories 27 checkpoints
0/15 AI systems foundations

Understand models, requests, components, failure boundaries, and the operator's evidence-first role.

15 short lessons · 1 checkpoint
0/12 CLI and workspace hygiene

Build careful command, path, redaction, configuration, and evidence habits for AI operations work.

12 short lessons · 3 checkpoints
0/16 Models, artifacts, and runtimes

Inspect model manifests, versions, artifacts, runtime compatibility, accelerators, and rollout evidence.

16 short lessons · 2 checkpoints
0/16 Inference requests and APIs

Inspect bounded loopback requests, response envelopes, status codes, timeouts, retries, and streaming signals.

16 short lessons · 3 checkpoints
0/14 Prompt and configuration operations

Version prompts and configuration, compare changes, validate variables, and prepare controlled rollbacks.

14 short lessons · 2 checkpoints
0/18 Evaluations and datasets

Operate golden sets, evaluation runs, thresholds, regressions, slices, annotations, and release evidence.

18 short lessons · 3 checkpoints
0/16 Retrieval and embeddings

Inspect document ingestion, chunks, embeddings, indexes, retrieval quality, freshness, and grounded evidence.

16 short lessons · 3 checkpoints
0/17 Serving, containers, and resources

Inspect services, containers, Kubernetes resources, GPU signals, health, configuration, and rollout readiness.

17 short lessons · 1 checkpoint
0/15 Observability and tracing

Use logs, metrics, traces, request identifiers, latency percentiles, and error budgets to explain behavior.

15 short lessons · 2 checkpoints
0/15 Safety, privacy, and governance

Review guardrails, redaction, data boundaries, access, retention, model cards, and operational approvals.

15 short lessons · 2 checkpoints
0/14 Cost, capacity, and reliability

Inspect token cost, capacity, concurrency, caching, fallback strategy, load signals, and reliability tradeoffs.

14 short lessons · 2 checkpoints
0/12 Incident response and capstones

Combine system, model, retrieval, serving, safety, cost, and evidence habits in operator-style incidents.

12 short lessons · 3 checkpoints
All lessons

Short missions for terminal confidence.

01 AI systems foundations Map an AI application

Map an AI application through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models list, head -n 3 /opt/ai-lab/foundations/system-map.txt
02 AI systems foundations Separate model and application

Separate model and application through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models inspect separate-model-and-application, grep models /opt/ai-lab/foundations/system-map.txt
03 AI systems foundations Trace a request lifecycle

Trace a request lifecycle through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models compare trace-a-request-lifecycle, head -n 3 /opt/ai-lab/foundations/system-map.txt
04 AI systems foundations Name the serving boundary

Name the serving boundary through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models list, grep models /opt/ai-lab/foundations/system-map.txt
05 AI systems foundations Read an inference contract

Read an inference contract through a bounded evidence-first AI operations workflow in the training lab.

Beginner 9 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models inspect read-an-inference-contract, head -n 3 /opt/ai-lab/foundations/system-map.txt
06 AI systems foundations Distinguish training and inference

Distinguish training and inference through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models compare distinguish-training-and-inference, grep models /opt/ai-lab/foundations/system-map.txt
07 AI systems foundations Identify deterministic components

Identify deterministic components through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models list, head -n 3 /opt/ai-lab/foundations/system-map.txt
08 AI systems foundations Recognize probabilistic output

Recognize probabilistic output through a bounded evidence-first AI operations workflow in the training lab.

Beginner Checkpoint 7 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models inspect recognize-probabilistic-output, grep models /opt/ai-lab/foundations/system-map.txt
09 AI systems foundations Separate data and instructions

Separate data and instructions through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models compare separate-data-and-instructions, head -n 3 /opt/ai-lab/foundations/system-map.txt
10 AI systems foundations Locate an operational failure

Locate an operational failure through a bounded evidence-first AI operations workflow in the training lab.

Beginner 9 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models list, grep models /opt/ai-lab/foundations/system-map.txt
11 AI systems foundations Read a system dependency map

Read a system dependency map through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models inspect read-a-system-dependency-map, head -n 3 /opt/ai-lab/foundations/system-map.txt
12 AI systems foundations Define an operator signal

Define an operator signal through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models compare define-an-operator-signal, grep models /opt/ai-lab/foundations/system-map.txt
13 AI systems foundations Use evidence before action

Use evidence before action through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models list, head -n 3 /opt/ai-lab/foundations/system-map.txt
14 AI systems foundations Write a system baseline

Write a system baseline through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models inspect write-a-system-baseline, grep models /opt/ai-lab/foundations/system-map.txt
15 AI systems foundations Foundations review checkpoint

Foundations review checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Beginner 9 min · cat /opt/ai-lab/foundations/system-map.txt, aiops models compare foundations-review-checkpoint, head -n 3 /opt/ai-lab/foundations/system-map.txt
16 CLI and workspace hygiene Orient inside the AI lab

Orient inside the AI lab through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents review orient-inside-the-ai-lab, head -n 3 /opt/ai-lab/workspace/README.txt
17 CLI and workspace hygiene Read the workspace layout

Read the workspace layout through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents timeline read-the-workspace-layout, grep incidents /opt/ai-lab/workspace/README.txt
18 CLI and workspace hygiene Inspect redacted environment data

Inspect redacted environment data through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents evidence inspect-redacted-environment-data, head -n 3 /opt/ai-lab/workspace/README.txt
19 CLI and workspace hygiene Protect local configuration

Protect local configuration through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents review protect-local-configuration, grep incidents /opt/ai-lab/workspace/README.txt
20 CLI and workspace hygiene Name files predictably

Name files predictably through a bounded evidence-first AI operations workflow in the training lab.

Beginner 9 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents timeline name-files-predictably, head -n 3 /opt/ai-lab/workspace/README.txt
21 CLI and workspace hygiene Compare a configuration copy

Compare a configuration copy through a bounded evidence-first AI operations workflow in the training lab.

Beginner Checkpoint 5 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents evidence compare-a-configuration-copy, grep incidents /opt/ai-lab/workspace/README.txt
22 CLI and workspace hygiene Search without exposing secrets

Search without exposing secrets through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents review search-without-exposing-secrets, head -n 3 /opt/ai-lab/workspace/README.txt
23 CLI and workspace hygiene Capture bounded command output

Capture bounded command output through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents timeline capture-bounded-command-output, grep incidents /opt/ai-lab/workspace/README.txt
24 CLI and workspace hygiene Build an evidence directory

Build an evidence directory through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents evidence build-an-evidence-directory, head -n 3 /opt/ai-lab/workspace/README.txt
25 CLI and workspace hygiene Verify a manifest checksum

Verify a manifest checksum through a bounded evidence-first AI operations workflow in the training lab.

Beginner Checkpoint 9 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents review verify-a-manifest-checksum, grep incidents /opt/ai-lab/workspace/README.txt
26 CLI and workspace hygiene Write an operator note

Write an operator note through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents timeline write-an-operator-note, head -n 3 /opt/ai-lab/workspace/README.txt
27 CLI and workspace hygiene Workspace hygiene checkpoint

Workspace hygiene checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Beginner Checkpoint 6 min · cat /opt/ai-lab/workspace/README.txt, aiops incidents evidence workspace-hygiene-checkpoint, grep incidents /opt/ai-lab/workspace/README.txt
28 Models, artifacts, and runtimes List model inventory

List model inventory through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
29 Models, artifacts, and runtimes Read a model manifest

Read a model manifest through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/models/catalog.json, aiops models inspect read-a-model-manifest, jq .models /opt/ai-lab/models/catalog.json
30 Models, artifacts, and runtimes Compare model versions

Compare model versions through a bounded evidence-first AI operations workflow in the training lab.

Beginner 9 min · cat /opt/ai-lab/models/catalog.json, aiops models compare compare-model-versions, nvidia-smi
31 Models, artifacts, and runtimes Inspect artifact metadata

Inspect artifact metadata through a bounded evidence-first AI operations workflow in the training lab.

Beginner 5 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
32 Models, artifacts, and runtimes Verify an artifact checksum

Verify an artifact checksum through a bounded evidence-first AI operations workflow in the training lab.

Beginner 6 min · cat /opt/ai-lab/models/catalog.json, aiops models inspect verify-an-artifact-checksum, jq .models /opt/ai-lab/models/catalog.json
33 Models, artifacts, and runtimes Match model and runtime

Match model and runtime through a bounded evidence-first AI operations workflow in the training lab.

Beginner 7 min · cat /opt/ai-lab/models/catalog.json, aiops models compare match-model-and-runtime, nvidia-smi
34 Models, artifacts, and runtimes Read context limits

Read context limits through a bounded evidence-first AI operations workflow in the training lab.

Beginner 8 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
35 Models, artifacts, and runtimes Inspect tokenizer metadata

Inspect tokenizer metadata through a bounded evidence-first AI operations workflow in the training lab.

Beginner Checkpoint 9 min · cat /opt/ai-lab/models/catalog.json, aiops models inspect inspect-tokenizer-metadata, jq .models /opt/ai-lab/models/catalog.json
36 Models, artifacts, and runtimes Compare quantization profiles

Compare quantization profiles through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/models/catalog.json, aiops models compare compare-quantization-profiles, nvidia-smi
37 Models, artifacts, and runtimes Read memory requirements

Read memory requirements through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
38 Models, artifacts, and runtimes Inspect accelerator availability

Inspect accelerator availability through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/models/catalog.json, aiops models inspect inspect-accelerator-availability, jq .models /opt/ai-lab/models/catalog.json
39 Models, artifacts, and runtimes Spot a runtime mismatch

Spot a runtime mismatch through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/models/catalog.json, aiops models compare spot-a-runtime-mismatch, nvidia-smi
40 Models, artifacts, and runtimes Choose a rollback artifact

Choose a rollback artifact through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
41 Models, artifacts, and runtimes Review model provenance

Review model provenance through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/models/catalog.json, aiops models inspect review-model-provenance, jq .models /opt/ai-lab/models/catalog.json
42 Models, artifacts, and runtimes Build a model baseline

Build a model baseline through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/models/catalog.json, aiops models compare build-a-model-baseline, nvidia-smi
43 Models, artifacts, and runtimes Models and runtimes checkpoint

Models and runtimes checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 7 min · cat /opt/ai-lab/models/catalog.json, aiops models list, jq . /opt/ai-lab/models/catalog.json
44 Inference requests and APIs Check gateway health

Check gateway health through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/gateway/request.json, aiops traces show check-gateway-health, curl http://127.0.0.1:8080/health
45 Inference requests and APIs List served models

List served models through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/gateway/request.json, aiops traces summary list-served-models, curl http://127.0.0.1:8080/v1/models
46 Inference requests and APIs Read a request envelope

Read a request envelope through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/gateway/request.json, aiops traces latency read-a-request-envelope, curl http://127.0.0.1:8080/metrics
47 Inference requests and APIs Read a response envelope

Read a response envelope through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/gateway/request.json, aiops traces show read-a-response-envelope, curl http://127.0.0.1:8080/health
48 Inference requests and APIs Inspect token usage

Inspect token usage through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/gateway/request.json, aiops traces summary inspect-token-usage, curl http://127.0.0.1:8080/v1/models
49 Inference requests and APIs Distinguish client and server errors

Distinguish client and server errors through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/gateway/request.json, aiops traces latency distinguish-client-and-server-errors, curl http://127.0.0.1:8080/metrics
50 Inference requests and APIs Reason about timeouts

Reason about timeouts through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 9 min · cat /opt/ai-lab/gateway/request.json, aiops traces show reason-about-timeouts, curl http://127.0.0.1:8080/health
51 Inference requests and APIs Review retry boundaries

Review retry boundaries through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 5 min · cat /opt/ai-lab/gateway/request.json, aiops traces summary review-retry-boundaries, curl http://127.0.0.1:8080/v1/models
52 Inference requests and APIs Inspect a request identifier

Inspect a request identifier through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/gateway/request.json, aiops traces latency inspect-a-request-identifier, curl http://127.0.0.1:8080/metrics
53 Inference requests and APIs Follow a trace identifier

Follow a trace identifier through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/gateway/request.json, aiops traces show follow-a-trace-identifier, curl http://127.0.0.1:8080/health
54 Inference requests and APIs Compare batch and single requests

Compare batch and single requests through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/gateway/request.json, aiops traces summary compare-batch-and-single-requests, curl http://127.0.0.1:8080/v1/models
55 Inference requests and APIs Read a streaming event shape

Read a streaming event shape through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/gateway/request.json, aiops traces latency read-a-streaming-event-shape, curl http://127.0.0.1:8080/metrics
56 Inference requests and APIs Inspect rate-limit metadata

Inspect rate-limit metadata through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/gateway/request.json, aiops traces show inspect-rate-limit-metadata, curl http://127.0.0.1:8080/health
57 Inference requests and APIs Review idempotency guidance

Review idempotency guidance through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/gateway/request.json, aiops traces summary review-idempotency-guidance, curl http://127.0.0.1:8080/v1/models
58 Inference requests and APIs Build an API evidence bundle

Build an API evidence bundle through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/gateway/request.json, aiops traces latency build-an-api-evidence-bundle, curl http://127.0.0.1:8080/metrics
59 Inference requests and APIs Inference API checkpoint

Inference API checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 8 min · cat /opt/ai-lab/gateway/request.json, aiops traces show inference-api-checkpoint, curl http://127.0.0.1:8080/health
60 Prompt and configuration operations List prompt versions

List prompt versions through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts list, jq . /opt/ai-lab/prompts/registry.json
61 Prompt and configuration operations Inspect a prompt manifest

Inspect a prompt manifest through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts show inspect-a-prompt-manifest, grep prompts /opt/ai-lab/prompts/registry.json
62 Prompt and configuration operations Separate system and user input

Separate system and user input through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts diff separate-system-and-user-input, jq . /opt/ai-lab/prompts/registry.json
63 Prompt and configuration operations Validate prompt variables

Validate prompt variables through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts list, grep prompts /opt/ai-lab/prompts/registry.json
64 Prompt and configuration operations Compare prompt revisions

Compare prompt revisions through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts show compare-prompt-revisions, jq . /opt/ai-lab/prompts/registry.json
65 Prompt and configuration operations Review a prompt rollout

Review a prompt rollout through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts diff review-a-prompt-rollout, grep prompts /opt/ai-lab/prompts/registry.json
66 Prompt and configuration operations Locate a prompt owner

Locate a prompt owner through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 5 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts list, jq . /opt/ai-lab/prompts/registry.json
67 Prompt and configuration operations Inspect configuration precedence

Inspect configuration precedence through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts show inspect-configuration-precedence, grep prompts /opt/ai-lab/prompts/registry.json
68 Prompt and configuration operations Read a redacted environment

Read a redacted environment through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts diff read-a-redacted-environment, jq . /opt/ai-lab/prompts/registry.json
69 Prompt and configuration operations Detect configuration drift

Detect configuration drift through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts list, grep prompts /opt/ai-lab/prompts/registry.json
70 Prompt and configuration operations Prepare a prompt rollback

Prepare a prompt rollback through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts show prepare-a-prompt-rollback, jq . /opt/ai-lab/prompts/registry.json
71 Prompt and configuration operations Write a change note

Write a change note through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts diff write-a-change-note, grep prompts /opt/ai-lab/prompts/registry.json
72 Prompt and configuration operations Review prompt observability

Review prompt observability through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts list, jq . /opt/ai-lab/prompts/registry.json
73 Prompt and configuration operations Prompt operations checkpoint

Prompt operations checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 7 min · cat /opt/ai-lab/prompts/registry.json, aiops prompts show prompt-operations-checkpoint, grep prompts /opt/ai-lab/prompts/registry.json
74 Evaluations and datasets Inspect a golden dataset

Inspect a golden dataset through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run inspect-a-golden-dataset, jq . /opt/ai-lab/evals/golden-set.json
75 Evaluations and datasets Read evaluation cases

Read evaluation cases through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 9 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results read-evaluation-cases, grep evals /opt/ai-lab/evals/golden-set.json
76 Evaluations and datasets Validate a dataset schema

Validate a dataset schema through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare validate-a-dataset-schema, jq . /opt/ai-lab/evals/golden-set.json
77 Evaluations and datasets Count evaluation records

Count evaluation records through a bounded evidence-first AI operations workflow in the training lab.

Core 6 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run count-evaluation-records, grep evals /opt/ai-lab/evals/golden-set.json
78 Evaluations and datasets Run a baseline evaluation

Run a baseline evaluation through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results run-a-baseline-evaluation, jq . /opt/ai-lab/evals/golden-set.json
79 Evaluations and datasets Read aggregate scores

Read aggregate scores through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare read-aggregate-scores, grep evals /opt/ai-lab/evals/golden-set.json
80 Evaluations and datasets Inspect failed cases

Inspect failed cases through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run inspect-failed-cases, jq . /opt/ai-lab/evals/golden-set.json
81 Evaluations and datasets Compare evaluation runs

Compare evaluation runs through a bounded evidence-first AI operations workflow in the training lab.

Core 5 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results compare-evaluation-runs, grep evals /opt/ai-lab/evals/golden-set.json
82 Evaluations and datasets Set a release threshold

Set a release threshold through a bounded evidence-first AI operations workflow in the training lab.

Core Checkpoint 6 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare set-a-release-threshold, jq . /opt/ai-lab/evals/golden-set.json
83 Evaluations and datasets Review metric tradeoffs

Review metric tradeoffs through a bounded evidence-first AI operations workflow in the training lab.

Core 7 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run review-metric-tradeoffs, grep evals /opt/ai-lab/evals/golden-set.json
84 Evaluations and datasets Inspect a data slice

Inspect a data slice through a bounded evidence-first AI operations workflow in the training lab.

Core 8 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results inspect-a-data-slice, jq . /opt/ai-lab/evals/golden-set.json
85 Evaluations and datasets Find annotation disagreement

Find annotation disagreement through a bounded evidence-first AI operations workflow in the training lab.

Core 9 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare find-annotation-disagreement, grep evals /opt/ai-lab/evals/golden-set.json
86 Evaluations and datasets Detect evaluation leakage

Detect evaluation leakage through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run detect-evaluation-leakage, jq . /opt/ai-lab/evals/golden-set.json
87 Evaluations and datasets Review dataset provenance

Review dataset provenance through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results review-dataset-provenance, grep evals /opt/ai-lab/evals/golden-set.json
88 Evaluations and datasets Build a regression report

Build a regression report through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare build-a-regression-report, jq . /opt/ai-lab/evals/golden-set.json
89 Evaluations and datasets Make a release recommendation

Make a release recommendation through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals run make-a-release-recommendation, grep evals /opt/ai-lab/evals/golden-set.json
90 Evaluations and datasets Archive evaluation evidence

Archive evaluation evidence through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals results archive-evaluation-evidence, jq . /opt/ai-lab/evals/golden-set.json
91 Evaluations and datasets Evaluations checkpoint

Evaluations checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 5 min · cat /opt/ai-lab/evals/golden-set.json, aiops evals compare evaluations-checkpoint, grep evals /opt/ai-lab/evals/golden-set.json
92 Retrieval and embeddings Map the retrieval pipeline

Map the retrieval pipeline through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status map-the-retrieval-pipeline, jq . /opt/ai-lab/rag/index-status.json
93 Retrieval and embeddings Inspect source documents

Inspect source documents through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/rag/index-status.json, aiops rag retrieve inspect-source-documents, grep rag /opt/ai-lab/rag/index-status.json
94 Retrieval and embeddings Review chunk boundaries

Review chunk boundaries through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/rag/index-status.json, aiops rag inspect review-chunk-boundaries, jq . /opt/ai-lab/rag/index-status.json
95 Retrieval and embeddings Read embedding metadata

Read embedding metadata through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status read-embedding-metadata, grep rag /opt/ai-lab/rag/index-status.json
96 Retrieval and embeddings Inspect index status

Inspect index status through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/rag/index-status.json, aiops rag retrieve inspect-index-status, jq . /opt/ai-lab/rag/index-status.json
97 Retrieval and embeddings Check index freshness

Check index freshness through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/rag/index-status.json, aiops rag inspect check-index-freshness, grep rag /opt/ai-lab/rag/index-status.json
98 Retrieval and embeddings Review retrieval results

Review retrieval results through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status review-retrieval-results, jq . /opt/ai-lab/rag/index-status.json
99 Retrieval and embeddings Compare similarity scores

Compare similarity scores through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 8 min · cat /opt/ai-lab/rag/index-status.json, aiops rag retrieve compare-similarity-scores, grep rag /opt/ai-lab/rag/index-status.json
100 Retrieval and embeddings Spot a missing citation

Spot a missing citation through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 9 min · cat /opt/ai-lab/rag/index-status.json, aiops rag inspect spot-a-missing-citation, jq . /opt/ai-lab/rag/index-status.json
101 Retrieval and embeddings Diagnose empty retrieval

Diagnose empty retrieval through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status diagnose-empty-retrieval, grep rag /opt/ai-lab/rag/index-status.json
102 Retrieval and embeddings Inspect duplicate chunks

Inspect duplicate chunks through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/rag/index-status.json, aiops rag retrieve inspect-duplicate-chunks, jq . /opt/ai-lab/rag/index-status.json
103 Retrieval and embeddings Review metadata filters

Review metadata filters through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/rag/index-status.json, aiops rag inspect review-metadata-filters, grep rag /opt/ai-lab/rag/index-status.json
104 Retrieval and embeddings Compare retrieval configurations

Compare retrieval configurations through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status compare-retrieval-configurations, jq . /opt/ai-lab/rag/index-status.json
105 Retrieval and embeddings Prepare an index rebuild plan

Prepare an index rebuild plan through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/rag/index-status.json, aiops rag retrieve prepare-an-index-rebuild-plan, grep rag /opt/ai-lab/rag/index-status.json
106 Retrieval and embeddings Build retrieval evidence

Build retrieval evidence through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/rag/index-status.json, aiops rag inspect build-retrieval-evidence, jq . /opt/ai-lab/rag/index-status.json
107 Retrieval and embeddings Retrieval checkpoint

Retrieval checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 6 min · cat /opt/ai-lab/rag/index-status.json, aiops rag status retrieval-checkpoint, grep rag /opt/ai-lab/rag/index-status.json
108 Serving, containers, and resources Inspect the serving service

Inspect the serving service through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, docker ps
109 Serving, containers, and resources Read gateway logs

Read gateway logs through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect read-gateway-logs, docker inspect ai-gateway
110 Serving, containers, and resources List training containers

List training containers through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models compare list-training-containers, docker logs ai-gateway
111 Serving, containers, and resources Inspect a container

Inspect a container through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, docker stats
112 Serving, containers, and resources Read container resource use

Read container resource use through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect read-container-resource-use, docker compose config
113 Serving, containers, and resources Validate compose configuration

Validate compose configuration through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models compare validate-compose-configuration, kubectl get pods
114 Serving, containers, and resources List Kubernetes workloads

List Kubernetes workloads through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, kubectl describe pod ai-gateway-7d9
115 Serving, containers, and resources Describe a serving pod

Describe a serving pod through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect describe-a-serving-pod, kubectl logs ai-gateway-7d9
116 Serving, containers, and resources Read pod logs

Read pod logs through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 5 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models compare read-pod-logs, kubectl top pods
117 Serving, containers, and resources Inspect pod resources

Inspect pod resources through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, kubectl diff -f /opt/ai-lab/deploy/ai-gateway.yaml
118 Serving, containers, and resources Review a deployment diff

Review a deployment diff through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect review-a-deployment-diff, nvidia-smi
119 Serving, containers, and resources Inspect GPU availability

Inspect GPU availability through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models compare inspect-gpu-availability, systemctl status ai-gateway
120 Serving, containers, and resources Match model memory to GPU

Match model memory to GPU through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, journalctl -u ai-gateway -n 3
121 Serving, containers, and resources Read readiness evidence

Read readiness evidence through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect read-readiness-evidence, ss -tulpn
122 Serving, containers, and resources Inspect service dependencies

Inspect service dependencies through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models compare inspect-service-dependencies, free -h
123 Serving, containers, and resources Prepare a rollout review

Prepare a rollout review through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models list, top
124 Serving, containers, and resources Serving and resources checkpoint

Serving and resources checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/deploy/ai-gateway.yaml, aiops models inspect serving-and-resources-checkpoint, nvidia-smi --query-gpu=name,memory.used,memory.total --format=csv,noheader
125 Observability and tracing Read an observability map

Read an observability map through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 9 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces show read-an-observability-map, curl http://127.0.0.1:8080/metrics
126 Observability and tracing Inspect gateway metrics

Inspect gateway metrics through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces summary inspect-gateway-metrics, journalctl -u ai-gateway -n 3
127 Observability and tracing Read latency percentiles

Read latency percentiles through a bounded evidence-first AI operations workflow in the training lab.

Admin 6 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces latency read-latency-percentiles, grep p95 /opt/ai-lab/observability/metrics.txt
128 Observability and tracing Compare throughput signals

Compare throughput signals through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces show compare-throughput-signals, curl http://127.0.0.1:8080/metrics
129 Observability and tracing Inspect error-rate evidence

Inspect error-rate evidence through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces summary inspect-error-rate-evidence, journalctl -u ai-gateway -n 3
130 Observability and tracing Follow a request trace

Follow a request trace through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces latency follow-a-request-trace, grep p95 /opt/ai-lab/observability/metrics.txt
131 Observability and tracing Find a slow span

Find a slow span through a bounded evidence-first AI operations workflow in the training lab.

Admin 5 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces show find-a-slow-span, curl http://127.0.0.1:8080/metrics
132 Observability and tracing Connect logs and traces

Connect logs and traces through a bounded evidence-first AI operations workflow in the training lab.

Admin Checkpoint 6 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces summary connect-logs-and-traces, journalctl -u ai-gateway -n 3
133 Observability and tracing Inspect token metrics

Inspect token metrics through a bounded evidence-first AI operations workflow in the training lab.

Admin 7 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces latency inspect-token-metrics, grep p95 /opt/ai-lab/observability/metrics.txt
134 Observability and tracing Review model saturation

Review model saturation through a bounded evidence-first AI operations workflow in the training lab.

Admin 8 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces show review-model-saturation, curl http://127.0.0.1:8080/metrics
135 Observability and tracing Read an SLO window

Read an SLO window through a bounded evidence-first AI operations workflow in the training lab.

Admin 9 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces summary read-an-slo-window, journalctl -u ai-gateway -n 3
136 Observability and tracing Calculate error-budget posture

Calculate error-budget posture through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces latency calculate-error-budget-posture, grep p95 /opt/ai-lab/observability/metrics.txt
137 Observability and tracing Build an incident timeline

Build an incident timeline through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces show build-an-incident-timeline, curl http://127.0.0.1:8080/metrics
138 Observability and tracing Prepare an observability summary

Prepare an observability summary through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces summary prepare-an-observability-summary, journalctl -u ai-gateway -n 3
139 Observability and tracing Observability checkpoint

Observability checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/observability/metrics.txt, aiops traces latency observability-checkpoint, grep p95 /opt/ai-lab/observability/metrics.txt
140 Safety, privacy, and governance Inspect guardrail policy

Inspect guardrail policy through a bounded evidence-first AI operations workflow in the training lab.

Advanced 9 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails check inspect-guardrail-policy, jq . /opt/ai-lab/governance/guardrails.json
141 Safety, privacy, and governance Review input redaction

Review input redaction through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails policy review-input-redaction, grep guardrails /opt/ai-lab/governance/guardrails.json
142 Safety, privacy, and governance Review output redaction

Review output redaction through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails audit review-output-redaction, jq . /opt/ai-lab/governance/guardrails.json
143 Safety, privacy, and governance Locate sensitive fields

Locate sensitive fields through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails check locate-sensitive-fields, grep guardrails /opt/ai-lab/governance/guardrails.json
144 Safety, privacy, and governance Check data retention

Check data retention through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails policy check-data-retention, jq . /opt/ai-lab/governance/guardrails.json
145 Safety, privacy, and governance Inspect access boundaries

Inspect access boundaries through a bounded evidence-first AI operations workflow in the training lab.

Advanced 9 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails audit inspect-access-boundaries, grep guardrails /opt/ai-lab/governance/guardrails.json
146 Safety, privacy, and governance Read a model card

Read a model card through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails check read-a-model-card, jq . /opt/ai-lab/governance/guardrails.json
147 Safety, privacy, and governance Review approved use

Review approved use through a bounded evidence-first AI operations workflow in the training lab.

Advanced Checkpoint 6 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails policy review-approved-use, grep guardrails /opt/ai-lab/governance/guardrails.json
148 Safety, privacy, and governance Inspect refusal evidence

Inspect refusal evidence through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails audit inspect-refusal-evidence, jq . /opt/ai-lab/governance/guardrails.json
149 Safety, privacy, and governance Review human escalation

Review human escalation through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails check review-human-escalation, grep guardrails /opt/ai-lab/governance/guardrails.json
150 Safety, privacy, and governance Check audit metadata

Check audit metadata through a bounded evidence-first AI operations workflow in the training lab.

Advanced Checkpoint 9 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails policy check-audit-metadata, jq . /opt/ai-lab/governance/guardrails.json
151 Safety, privacy, and governance Separate safety and quality

Separate safety and quality through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails audit separate-safety-and-quality, grep guardrails /opt/ai-lab/governance/guardrails.json
152 Safety, privacy, and governance Prepare a governance review

Prepare a governance review through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails check prepare-a-governance-review, jq . /opt/ai-lab/governance/guardrails.json
153 Safety, privacy, and governance Write a risk summary

Write a risk summary through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails policy write-a-risk-summary, grep guardrails /opt/ai-lab/governance/guardrails.json
154 Safety, privacy, and governance Safety and governance checkpoint

Safety and governance checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/governance/guardrails.json, aiops guardrails audit safety-and-governance-checkpoint, jq . /opt/ai-lab/governance/guardrails.json
155 Cost, capacity, and reliability Read token cost inputs

Read token cost inputs through a bounded evidence-first AI operations workflow in the training lab.

Advanced 9 min · cat /opt/ai-lab/cost/capacity.json, aiops cost estimate read-token-cost-inputs, jq . /opt/ai-lab/cost/capacity.json
156 Cost, capacity, and reliability Estimate request cost

Estimate request cost through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/cost/capacity.json, aiops cost capacity estimate-request-cost, grep cost /opt/ai-lab/cost/capacity.json
157 Cost, capacity, and reliability Compare model cost profiles

Compare model cost profiles through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/cost/capacity.json, aiops cost compare compare-model-cost-profiles, jq . /opt/ai-lab/cost/capacity.json
158 Cost, capacity, and reliability Inspect cache effectiveness

Inspect cache effectiveness through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/cost/capacity.json, aiops cost estimate inspect-cache-effectiveness, grep cost /opt/ai-lab/cost/capacity.json
159 Cost, capacity, and reliability Read concurrency limits

Read concurrency limits through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/cost/capacity.json, aiops cost capacity read-concurrency-limits, jq . /opt/ai-lab/cost/capacity.json
160 Cost, capacity, and reliability Estimate capacity headroom

Estimate capacity headroom through a bounded evidence-first AI operations workflow in the training lab.

Advanced 9 min · cat /opt/ai-lab/cost/capacity.json, aiops cost compare estimate-capacity-headroom, grep cost /opt/ai-lab/cost/capacity.json
161 Cost, capacity, and reliability Inspect queue depth

Inspect queue depth through a bounded evidence-first AI operations workflow in the training lab.

Advanced Checkpoint 5 min · cat /opt/ai-lab/cost/capacity.json, aiops cost estimate inspect-queue-depth, jq . /opt/ai-lab/cost/capacity.json
162 Cost, capacity, and reliability Compare latency and cost

Compare latency and cost through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/cost/capacity.json, aiops cost capacity compare-latency-and-cost, grep cost /opt/ai-lab/cost/capacity.json
163 Cost, capacity, and reliability Review fallback routing

Review fallback routing through a bounded evidence-first AI operations workflow in the training lab.

Advanced 7 min · cat /opt/ai-lab/cost/capacity.json, aiops cost compare review-fallback-routing, jq . /opt/ai-lab/cost/capacity.json
164 Cost, capacity, and reliability Plan graceful degradation

Plan graceful degradation through a bounded evidence-first AI operations workflow in the training lab.

Advanced 8 min · cat /opt/ai-lab/cost/capacity.json, aiops cost estimate plan-graceful-degradation, grep cost /opt/ai-lab/cost/capacity.json
165 Cost, capacity, and reliability Read reliability targets

Read reliability targets through a bounded evidence-first AI operations workflow in the training lab.

Advanced 9 min · cat /opt/ai-lab/cost/capacity.json, aiops cost capacity read-reliability-targets, jq . /opt/ai-lab/cost/capacity.json
166 Cost, capacity, and reliability Prepare a capacity note

Prepare a capacity note through a bounded evidence-first AI operations workflow in the training lab.

Advanced 5 min · cat /opt/ai-lab/cost/capacity.json, aiops cost compare prepare-a-capacity-note, grep cost /opt/ai-lab/cost/capacity.json
167 Cost, capacity, and reliability Review cost anomalies

Review cost anomalies through a bounded evidence-first AI operations workflow in the training lab.

Advanced 6 min · cat /opt/ai-lab/cost/capacity.json, aiops cost estimate review-cost-anomalies, jq . /opt/ai-lab/cost/capacity.json
168 Cost, capacity, and reliability Cost and reliability checkpoint

Cost and reliability checkpoint through a bounded evidence-first AI operations workflow in the training lab.

Advanced Checkpoint 7 min · cat /opt/ai-lab/cost/capacity.json, aiops cost capacity cost-and-reliability-checkpoint, grep cost /opt/ai-lab/cost/capacity.json
169 Incident response and capstones Triage elevated latency

Triage elevated latency through a bounded evidence-first AI operations workflow in the training lab.

Capstone 8 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents review triage-elevated-latency, head -n 3 /opt/ai-lab/incidents/runbook.md
170 Incident response and capstones Investigate inference errors

Investigate inference errors through a bounded evidence-first AI operations workflow in the training lab.

Capstone 9 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents timeline investigate-inference-errors, grep incidents /opt/ai-lab/incidents/runbook.md
171 Incident response and capstones Diagnose retrieval regression

Diagnose retrieval regression through a bounded evidence-first AI operations workflow in the training lab.

Capstone 5 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents evidence diagnose-retrieval-regression, head -n 3 /opt/ai-lab/incidents/runbook.md
172 Incident response and capstones Review a prompt rollout incident

Review a prompt rollout incident through a bounded evidence-first AI operations workflow in the training lab.

Capstone 6 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents review review-a-prompt-rollout-incident, grep incidents /opt/ai-lab/incidents/runbook.md
173 Incident response and capstones Investigate GPU pressure

Investigate GPU pressure through a bounded evidence-first AI operations workflow in the training lab.

Capstone 7 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents timeline investigate-gpu-pressure, head -n 3 /opt/ai-lab/incidents/runbook.md
174 Incident response and capstones Trace a cost spike

Trace a cost spike through a bounded evidence-first AI operations workflow in the training lab.

Capstone Checkpoint 8 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents evidence trace-a-cost-spike, grep incidents /opt/ai-lab/incidents/runbook.md
175 Incident response and capstones Review a guardrail regression

Review a guardrail regression through a bounded evidence-first AI operations workflow in the training lab.

Capstone Checkpoint 9 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents review review-a-guardrail-regression, head -n 3 /opt/ai-lab/incidents/runbook.md
176 Incident response and capstones Handle a stale index

Handle a stale index through a bounded evidence-first AI operations workflow in the training lab.

Capstone 5 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents timeline handle-a-stale-index, grep incidents /opt/ai-lab/incidents/runbook.md
177 Incident response and capstones Prepare a model rollback

Prepare a model rollback through a bounded evidence-first AI operations workflow in the training lab.

Capstone 6 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents evidence prepare-a-model-rollback, head -n 3 /opt/ai-lab/incidents/runbook.md
178 Incident response and capstones Build a complete evidence bundle

Build a complete evidence bundle through a bounded evidence-first AI operations workflow in the training lab.

Capstone 7 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents review build-a-complete-evidence-bundle, grep incidents /opt/ai-lab/incidents/runbook.md
179 Incident response and capstones Write an incident review

Write an incident review through a bounded evidence-first AI operations workflow in the training lab.

Capstone 8 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents timeline write-an-incident-review, head -n 3 /opt/ai-lab/incidents/runbook.md
180 Incident response and capstones AI operations final capstone

AI operations final capstone through a bounded evidence-first AI operations workflow in the training lab.

Capstone Checkpoint 9 min · cat /opt/ai-lab/incidents/runbook.md, aiops incidents evidence ai-operations-final-capstone, grep incidents /opt/ai-lab/incidents/runbook.md