Repository Analysis

harvard-edge/cs249r_book

Machine Learning Systems

10.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of harvard-edge/cs249r_book, a Python project with 28,047 GitHub stars. SynthScan v2.0 examined 1,568,738 lines of code across 13759 source files, recording 10305 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 10.6 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

10.6
Adjusted Score
10.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
28.0K
Stars
Python
Language
1.6M
Lines of Code
13.8K
Files
10.3K
Pattern Hits
2026-08-29
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 26HIGH 133MEDIUM 2942LOW 7204

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 10305 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators2589 hits · 7853 pts
SeverityFileLineSnippetContext
MEDIUM.pre-commit-config.yaml44# =============================================================================COMMENT
MEDIUM.pre-commit-config.yaml47 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml49 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml2# =============================================================================COMMENT
MEDIUM.pre-commit-config.yaml20# ------------------COMMENT
MEDIUM.pre-commit-config.yaml95 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml100 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml140 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml142 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml183 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml186 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml250 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml261 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml515 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml519 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml555 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml557 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml568 # ===========================================================================COMMENT
MEDIUM.pre-commit-config.yaml570 # ===========================================================================COMMENT
MEDIUMlabs/_quarto.yml1# =============================================================================COMMENT
MEDIUMlabs/_quarto.yml3# =============================================================================COMMENT
MEDIUMlabs/_quarto.yml6# =============================================================================COMMENT
MEDIUMlabs/vol2/lab_10_inference.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_10_inference.py20# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_10_inference.py22# ============================================================================COMMENT
MEDIUMlabs/vol2/lab_10_inference.py24# ============================================================================COMMENT
MEDIUMlabs/vol2/lab_10_inference.py618# ============================================================================STRING
MEDIUMlabs/vol2/lab_10_inference.py620# ============================================================================STRING
MEDIUMlabs/vol2/lab_10_inference.py929# ============================================================================STRING
MEDIUMlabs/vol2/lab_10_inference.py931# ============================================================================STRING
MEDIUMlabs/vol2/lab_10_inference.py1814# ============================================================================STRING
MEDIUMlabs/vol2/lab_10_inference.py1816# ============================================================================STRING
MEDIUMlabs/vol2/lab_14_robust_ai.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_14_robust_ai.py21# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_09_perf_engineering.py7# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_09_perf_engineering.py13# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_13_security_privacy.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_13_security_privacy.py19# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_16_responsible_ai.py7# ===========================================================================COMMENT
MEDIUMlabs/vol2/lab_16_responsible_ai.py9# ===========================================================================COMMENT
MEDIUMlabs/vol2/lab_16_responsible_ai.py117# ===========================================================================COMMENT
MEDIUMlabs/vol2/lab_16_responsible_ai.py119# ===========================================================================COMMENT
MEDIUMlabs/vol2/lab_16_responsible_ai.py741# ===========================================================================STRING
MEDIUMlabs/vol2/lab_16_responsible_ai.py743# ===========================================================================STRING
MEDIUMlabs/vol2/lab_16_responsible_ai.py1016# ===========================================================================STRING
MEDIUMlabs/vol2/lab_16_responsible_ai.py1018# ===========================================================================STRING
MEDIUMlabs/vol2/lab_16_responsible_ai.py1479# ===========================================================================STRING
MEDIUMlabs/vol2/lab_16_responsible_ai.py1481# ===========================================================================STRING
MEDIUMlabs/vol2/lab_17_fleet_synthesis.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_17_fleet_synthesis.py20# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_12_ops_scale.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_12_ops_scale.py18# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_15_sustainable_ai.py6# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_15_sustainable_ai.py19# -----------------------------------------------------------------------------COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py30# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py32# ═══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py34# ═══════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py36# ─── CELL 0: SETUP ────────────────────────────────────────────────────────────COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py6# ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMlabs/vol2/lab_11_edge_intelligence.py149# ─── CELL 1: HEADER ─────────────────────────────────────────────────────────COMMENT
2529 more matches not shown…
Hyper-Verbose Identifiers2924 hits · 2734 pts
SeverityFileLineSnippetContext
LOWlabs/tools/interaction_lab_smoke.py219def _mlsysbook_safe_find_spec(name, package=None):CODE
LOWlabs/tools/interaction_lab_smoke.py278def _mlsysbook_safe_find_spec(name, package=None):CODE
LOWlabs/tools/interaction_lab_smoke.py618def click_first_generic_marimo_radio(page) -> tuple[ClickCheck, ...]:CODE
LOWlabs/tools/interaction_lab_smoke.py1042def click_text_answer_options(page, max_radios: int) -> tuple[ClickCheck, ...]:CODE
LOWlabs/tools/interaction_lab_smoke.py1071def click_common_answer_prefixes(page, max_radios: int) -> tuple[ClickCheck, ...]:CODE
LOWlabs/tools/interaction_lab_smoke.py534def click_first_matching_text(page, labels: tuple[str, ...], timeout: int = 5_000) -> str:STRING
LOWlabs/tools/interaction_lab_smoke.py553def click_marimo_shadow_control(page, labels: tuple[str, ...]) -> str:STRING
LOWlabs/tools/interaction_lab_smoke.py467def collect_visible_text_across_scroll(page, max_steps: int = 8) -> str:STRING
LOWlabs/mlsysbook_labs/edge.py230def training_memory_breakdown(CODE
LOWlabs/mlsysbook_labs/variants.py262def _system_design_variant_defaults(config: dict[str, object], profile: TrackProfile) -> dict[str, object]:CODE
LOWlabs/mlsysbook_labs/deployment.py265def evaluate_deployment_envelope(CODE
LOWlabs/mlsysbook_labs/track_arcs.py258def track_arc_context_summary(track_id: str | None, lab_id: str) -> dict[str, str]:CODE
LOWlabs/mlsysbook_labs/roofline.py75def hardware_roofline_profile(CODE
LOWlabs/mlsysbook_labs/architecture.py205def architecture_track_profile(CODE
LOWlabs/mlsysbook_labs/architecture.py331def architecture_scaling_curve(CODE
LOWlabs/mlsysbook_labs/inference.py110def inference_economy_profile(CODE
LOWlabs/mlsysbook_labs/migration.py14def baseline_learning_objectives(metadata: LabMetadata, variant: LabTrackVariant) -> tuple[str, ...]:CODE
LOWlabs/mlsysbook_labs/responsibility.py147def responsibility_track_profile(CODE
LOWlabs/mlsysbook_labs/system_design.py443def system_design_ledger_summary(CODE
LOWlabs/tests/test_responsibility_helpers.py23def test_metric_conflict_exposes_subgroup_gap():CODE
LOWlabs/tests/test_responsibility_helpers.py37def test_explanation_overhead_flags_slo_risk_for_robotaxi_trace():CODE
LOWlabs/tests/test_responsibility_helpers.py51def test_responsibility_budget_reports_violations_for_overbuilt_oura_policy():CODE
LOWlabs/tests/test_responsibility_helpers.py66def test_carbon_budget_scales_with_retraining_and_explanations():CODE
LOWlabs/tests/test_architecture_helpers.py27def test_architecture_profiles_resolve_refs_and_candidates():CODE
LOWlabs/tests/test_architecture_helpers.py39def test_architecture_signature_reports_track_specific_failures():CODE
LOWlabs/tests/test_architecture_helpers.py60def test_architecture_scaling_curve_finds_first_failure():CODE
LOWlabs/tests/test_architecture_helpers.py70def test_architecture_decision_returns_rejections_and_memo():CODE
LOWlabs/tests/test_engine.py61 def test_app_runs_without_error(self, lab_path):CODE
LOWlabs/tests/test_engine.py77 def test_app_produces_outputs(self, lab_path):CODE
LOWlabs/tests/test_engine.py92 def test_hardware_registry_accessible(self, mlsysim):CODE
LOWlabs/tests/test_engine.py104 def test_model_registry_accessible(self, mlsysim):CODE
LOWlabs/tests/test_engine.py123 def test_engine_solve_tiny_oom(self, mlsysim):CODE
LOWlabs/tests/test_inference_helpers.py23def test_cost_crossover_matches_cloud_reference_case():CODE
LOWlabs/tests/test_inference_helpers.py30def test_cloud_kv_capacity_uses_model_and_hardware_refs():CODE
LOWlabs/tests/test_inference_helpers.py47def test_device_tracks_have_positive_state_capacity():CODE
LOWlabs/tests/test_inference_helpers.py63def test_batching_result_reports_padding_speedup():CODE
LOWlabs/tests/test_inference_helpers.py70def test_serving_plan_sizes_daily_cost():CODE
LOWlabs/tests/test_protocol.py75def extract_hardware_references(source: str) -> set[str]:CODE
LOWlabs/tests/test_protocol.py88 def test_no_hardcoded_hardware_specs(self, lab_path):CODE
LOWlabs/tests/test_protocol.py215 def test_multiple_hardware_tiers(self, lab_path):CODE
LOWlabs/tests/test_protocol.py315 def test_prediction_count_matches_parts(self, lab_path):CODE
LOWlabs/tests/test_protocol.py191 def test_tabs_include_synthesis(self, lab_path):CODE
LOWlabs/tests/test_protocol.py285 def test_ledger_chapter_matches_filename(self, lab_path):CODE
LOWlabs/tests/test_protocol.py352 def test_has_stakeholder_messages(self, lab_path):CODE
LOWlabs/tests/test_lab_variants.py20def test_pilot_labs_have_all_canonical_track_variants():CODE
LOWlabs/tests/test_lab_variants.py31def test_variant_track_refs_match_canonical_profiles():CODE
LOWlabs/tests/test_lab_variants.py46def test_variant_alias_lookup():CODE
LOWlabs/tests/test_lab_variants.py53def test_variant_registry_paths_resolve():CODE
LOWlabs/tests/test_lab_variants.py67def test_non_pilot_variants_are_marked_as_baseline():CODE
LOWlabs/tests/test_lab_variants.py76def test_all_catalog_labs_are_now_pilot_variants():CODE
LOWlabs/tests/test_serving_helpers.py23def test_queueing_reference_case_matches_tail_latency_trap():CODE
LOWlabs/tests/test_serving_helpers.py38def test_batching_tax_reports_static_batch_delay():CODE
LOWlabs/tests/test_serving_helpers.py69def test_cold_start_exposes_llm_data_movement():CODE
LOWlabs/tests/test_static.py51 def test_no_tabs_in_indentation(self, lab_path):CODE
LOWlabs/tests/test_static.py308 def test_catalog_has_version_fields(self):CODE
LOWlabs/tests/test_static.py318 def test_every_lab_has_track_plan_file(self):CODE
LOWlabs/tests/test_static.py328 def test_every_lab_has_track_report_surface(self):CODE
LOWlabs/tests/test_static.py106 def test_imports_design_ledger(self, lab_path):CODE
LOWlabs/tests/test_static.py127 def test_no_sec_refs_in_strings(self, lab_path):CODE
LOWlabs/tests/test_static.py156 def test_no_hardware_edge_jetson_bare(self, lab_path):CODE
2864 more matches not shown…
Unused Imports1617 hits · 1377 pts
SeverityFileLineSnippetContext
LOWlabs/bootstrap.py8CODE
LOWlabs/tools/render_lab_smoke.py11CODE
LOWlabs/tools/capture_landing_shots.py7CODE
LOWlabs/tools/interaction_lab_smoke.py10CODE
LOWlabs/mlsysbook_labs/catalog.py3CODE
LOWlabs/mlsysbook_labs/capstone.py3CODE
LOWlabs/mlsysbook_labs/edge.py3CODE
LOWlabs/mlsysbook_labs/variants.py3CODE
LOWlabs/mlsysbook_labs/data_pipeline.py3CODE
LOWlabs/mlsysbook_labs/tracks.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py3CODE
LOWlabs/mlsysbook_labs/style.py5CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/legacy_components.py3CODE
LOWlabs/mlsysbook_labs/deployment.py3CODE
LOWlabs/mlsysbook_labs/serving.py3CODE
LOWlabs/mlsysbook_labs/ui.py3CODE
LOWlabs/mlsysbook_labs/registry_refs.py3CODE
LOWlabs/mlsysbook_labs/track_arcs.py9CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py3CODE
LOWlabs/mlsysbook_labs/__init__.py15CODE
LOWlabs/mlsysbook_labs/__init__.py15CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py16CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
LOWlabs/mlsysbook_labs/__init__.py28CODE
1557 more matches not shown…
Excessive Try-Catch Wrapping769 hits · 717 pts
SeverityFileLineSnippetContext
LOWlabs/tools/render_lab_smoke.py24except Exception as exc: # pragma: no cover - CLI dependency guardCODE
LOWlabs/tools/render_lab_smoke.py81 except Exception as exc: # pragma: no cover - timing dependentCODE
LOWlabs/tools/render_lab_smoke.py154 except Exception as exc:CODE
MEDIUMlabs/tools/interaction_lab_smoke.py219def _mlsysbook_safe_find_spec(name, package=None):CODE
MEDIUMlabs/tools/interaction_lab_smoke.py278def _mlsysbook_safe_find_spec(name, package=None):CODE
LOWlabs/tools/interaction_lab_smoke.py208 except Exception:CODE
LOWlabs/tools/interaction_lab_smoke.py210 except Exception:CODE
LOWlabs/tools/interaction_lab_smoke.py267 except Exception:CODE
LOWlabs/tools/interaction_lab_smoke.py269 except Exception:CODE
LOWlabs/tools/interaction_lab_smoke.py26except Exception as exc: # pragma: no cover - CLI dependency guardCODE
LOWlabs/tools/interaction_lab_smoke.py714 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py747 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py855 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1009 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1059 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1093 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1163 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1350 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py1378 except Exception as exc:CODE
LOWlabs/tools/interaction_lab_smoke.py369 except Exception:STRING
LOWlabs/tools/interaction_lab_smoke.py372 except Exception:STRING
LOWlabs/tools/interaction_lab_smoke.py530 except Exception:STRING
LOWlabs/tools/interaction_lab_smoke.py540 except Exception as exc:STRING
LOWlabs/tools/interaction_lab_smoke.py545 except Exception as exc:STRING
LOWlabs/tools/interaction_lab_smoke.py329 except Exception as exc: # pragma: no cover - timing dependentSTRING
LOWlabs/tools/interaction_lab_smoke.py343 except Exception:STRING
LOWlabs/mlsysbook_labs/capstone.py94 except Exception:CODE
LOWlabs/mlsysbook_labs/capstone.py99 except Exception:CODE
LOWlabs/mlsysbook_labs/edge.py160 except Exception:CODE
LOWlabs/mlsysbook_labs/edge.py165 except Exception:CODE
LOWlabs/mlsysbook_labs/data_pipeline.py108 except Exception:CODE
LOWlabs/mlsysbook_labs/data_pipeline.py113 except Exception:CODE
LOWlabs/mlsysbook_labs/deployment.py128 except Exception:CODE
LOWlabs/mlsysbook_labs/deployment.py133 except Exception:CODE
LOWlabs/mlsysbook_labs/serving.py119 except Exception:CODE
LOWlabs/mlsysbook_labs/serving.py124 except Exception:CODE
LOWlabs/mlsysbook_labs/ops.py105 except Exception:CODE
LOWlabs/mlsysbook_labs/ops.py110 except Exception:CODE
LOWlabs/mlsysbook_labs/roofline.py62 except Exception:CODE
LOWlabs/mlsysbook_labs/roofline.py67 except Exception:CODE
LOWlabs/mlsysbook_labs/architecture.py127 except Exception:CODE
LOWlabs/mlsysbook_labs/architecture.py132 except Exception:CODE
LOWlabs/mlsysbook_labs/frameworks.py120 except Exception:CODE
LOWlabs/mlsysbook_labs/frameworks.py125 except Exception:CODE
LOWlabs/mlsysbook_labs/inference.py93 except Exception:CODE
LOWlabs/mlsysbook_labs/inference.py98 except Exception:CODE
LOWlabs/mlsysbook_labs/selection.py127 except Exception:CODE
LOWlabs/mlsysbook_labs/selection.py132 except Exception:CODE
LOWlabs/mlsysbook_labs/neural_compute.py106 except Exception:CODE
LOWlabs/mlsysbook_labs/neural_compute.py111 except Exception:CODE
LOWlabs/mlsysbook_labs/training.py124 except Exception:CODE
LOWlabs/mlsysbook_labs/training.py129 except Exception:CODE
LOWlabs/mlsysbook_labs/responsibility.py130 except Exception:CODE
LOWlabs/mlsysbook_labs/responsibility.py135 except Exception:CODE
LOWlabs/mlsysbook_labs/benchmarking.py91 except Exception:CODE
LOWlabs/mlsysbook_labs/benchmarking.py96 except Exception:CODE
LOWlabs/mlsysbook_labs/system_design.py142 except Exception:CODE
LOWlabs/mlsysbook_labs/system_design.py147 except Exception:CODE
LOWlabs/vol2/lab_04_data_storage.py100 except Exception:CODE
LOWlabs/vol2/lab_04_data_storage.py105 except Exception:CODE
709 more matches not shown…
Deep Nesting733 hits · 610 pts
SeverityFileLineSnippetContext
LOWlabs/tools/render_lab_smoke.py73CODE
LOWlabs/tools/interaction_lab_smoke.py321CODE
LOWlabs/tools/fix_protocol_compliance.py53CODE
LOWlabs/tools/fix_protocol_compliance.py166CODE
LOWlabs/mlsysbook_labs/responsibility.py273CODE
LOWlabs/vol2/lab_14_robust_ai.py111CODE
LOWlabs/vol2/lab_14_robust_ai.py486CODE
LOWlabs/vol2/lab_14_robust_ai.py543CODE
LOWlabs/vol2/lab_09_perf_engineering.py100CODE
LOWlabs/vol2/lab_09_perf_engineering.py285CODE
LOWlabs/vol2/lab_08_fleet_orch.py96CODE
LOWlabs/vol2/lab_08_fleet_orch.py426CODE
LOWlabs/vol2/lab_17_fleet_synthesis.py133CODE
LOWlabs/vol2/lab_17_fleet_synthesis.py828CODE
LOWlabs/vol2/lab_05_dist_train.py103CODE
LOWlabs/vol2/lab_05_dist_train.py410CODE
LOWlabs/vol2/lab_05_dist_train.py438CODE
LOWlabs/tests/test_static.py465CODE
LOWlabs/tests/test_static.py421CODE
LOWlabs/tests/test_static.py495CODE
LOWlabs/tests/browser_smoke.py213CODE
LOWlabs/tests/test_wasm_persistence.py114CODE
LOWlabs/tests/test_widget.py143CODE
LOWlabs/vol1/lab_10_model_compress.py487CODE
LOWlabs/vol1/lab_10_model_compress.py617CODE
LOWlabs/vol1/lab_08_model_train.py374CODE
LOWlabs/vol1/lab_08_model_train.py480CODE
LOWlabs/vol1/lab_07_ml_frameworks.py123CODE
LOWlabs/vol1/lab_07_ml_frameworks.py316CODE
LOWlabs/vol1/lab_16_ml_conclusion.py125CODE
LOWlabs/vol1/lab_16_ml_conclusion.py259CODE
LOWlabs/vol1/lab_11_hw_accel.py128CODE
LOWlabs/vol1/lab_11_hw_accel.py349CODE
LOWlabs/vol1/lab_04_data_engr.py127CODE
LOWlabs/vol1/lab_04_data_engr.py422CODE
LOWlabs/vol1/lab_00_introduction.py567CODE
LOWtools/validate_playbook.py40CODE
LOWtools/audit/audit_math_pdf.py255CODE
LOWtools/audit/audit_math_rendering.py201CODE
LOWshared/scripts/check-internal-links.py318CODE
LOWshared/scripts/check-internal-links.py429CODE
LOWshared/scripts/find-duplicates.py137CODE
LOWscripts/figure_audit.py45CODE
LOWscripts/version/release.py73CODE
LOWscripts/version/release.py107CODE
LOWscripts/cross-references/audit_crossrefs.py149CODE
LOW.github/workflows/contributors/scan_contributors.py170CODE
LOW.github/workflows/contributors/update_contributors.py89CODE
LOW.github/workflows/contributors/update_contributors.py148CODE
LOW.github/workflows/contributors/update_contributors.py179CODE
LOW.github/scripts/visual_smoke.py189CODE
LOW.github/scripts/check_workflow_fork_safety.py108CODE
LOWbook/tools/bib_sync_preserve.py291CODE
LOW…ok/tools/audit/generate_registry_migration_manifest.py201CODE
LOW…ok/tools/audit/generate_registry_migration_manifest.py260CODE
LOWbook/tools/audit/book_check_registry_sources.py311CODE
LOWbook/tools/audit/book_check_lego_scenario_inputs.py398CODE
LOWbook/tools/audit/book_check_lego_scenario_inputs.py552CODE
LOWbook/tools/audit/generate_appendix_constants.py264CODE
LOWbook/tools/audit/generate_appendix_constants.py278CODE
673 more matches not shown…
Over-Commented Block420 hits · 374 pts
SeverityFileLineSnippetContext
LOWrequirements.txt1# MLSysBook DependenciesCOMMENT
LOW.pre-commit-config.yaml1# MLSysBook Pre-commit ConfigurationCOMMENT
LOW.pre-commit-config.yaml21# 1. Implement the runner inside `ValidateCommand` (book/cli/commands/validate.py).COMMENT
LOW.pre-commit-config.yaml241 files: ^book/quarto/contents/.*\.qmd$COMMENT
LOW.pre-commit-config.yaml461 # not "fix" this to false or the per-file scoping breaks). Anchored toCOMMENT
LOWpyproject.toml281# multline - LaTeX amsmath environment; panting/sting - correct English words;COMMENT
LOWlabs/vol2/lab_10_inference.py1import marimoCOMMENT
LOWlabs/vol2/lab_14_robust_ai.py1import marimoCOMMENT
LOWlabs/vol2/lab_13_security_privacy.py1import marimoCOMMENT
LOWlabs/vol2/lab_17_fleet_synthesis.py1import marimoCOMMENT
LOWlabs/vol2/lab_12_ops_scale.py1import marimoCOMMENT
LOWlabs/vol2/lab_15_sustainable_ai.py1import marimoCOMMENT
LOWlabs/vol2/lab_11_edge_intelligence.py1import marimoCOMMENT
LOWlabs/vol2/lab_11_edge_intelligence.py21# Duty cycle and connectivity decide whether evidence is fresh enough.COMMENT
LOWlabs/config/announcement.yml1# =============================================================================COMMENT
LOWlabs/tests/test_static.py441COMMENT
LOWlabs/tests/browser_smoke.py81COMMENT
LOWlabs/vol1/lab_00_introduction.py1import marimoCOMMENT
LOWlabs/vol1/lab_00_introduction.py21# Progressive disclosure: each check gates the next concept.COMMENT
LOWlabs/assets/styles/style.scss1/*-- scss:defaults --*/COMMENT
LOWlabs/assets/styles/style.scss181// Hover/active color uses $accent set above (= $colabs-accent).COMMENT
LOWkits/config/announcement.yml1# =============================================================================COMMENT
LOWkits/assets/styles/style.scss1/*-- scss:defaults --*/COMMENT
LOWshared/config/footer-common.yml1# =============================================================================COMMENT
LOWshared/config/navbar-common.yml1# =============================================================================COMMENT
LOWshared/styles/style-site.scss41// Announcement bar line controlCOMMENT
LOWshared/styles/_ecosystem-base-dark.scss1// =============================================================================COMMENT
LOWshared/styles/_site-dark.scss1// =============================================================================COMMENT
LOWshared/styles/_ecosystem-base.scss1// =============================================================================COMMENT
LOWshared/styles/dark-mode-site.scss1// =============================================================================COMMENT
LOWshared/styles/_brand.scss1// =============================================================================COMMENT
LOWshared/styles/themes/_theme-harvard.scss1// =============================================================================COMMENT
LOWshared/styles/themes/_theme-eth.scss1// =============================================================================COMMENT
LOWshared/styles/partials/_navbar.scss61}COMMENT
LOWshared/styles/partials/_tokens.scss1// =============================================================================COMMENT
LOWshared/styles/partials/_links.scss1// =============================================================================COMMENT
LOWshared/styles/partials/_sidebar.scss1// =============================================================================COMMENT
LOWshared/scripts/theme-persist.js81 html.setAttribute('data-quarto-color-scheme', scheme);COMMENT
LOWshared/scripts/check-internal-links.py81# the LINK_RE regex would otherwise match TikZ syntax likeCOMMENT
LOWshared/scripts/inject-build-stamp.sh1#!/usr/bin/env bashCOMMENT
LOWshared/scripts/inject-build-stamp.sh21# [commit] optional short git SHA; defaults to GITHUB_SHA[:7] or HEADCOMMENT
LOWshared/scripts/rollback-legacy.sh1#!/usr/bin/env bashCOMMENT
LOWshared/scripts/rollback-legacy.sh21# subsite directory) and push it to a `legacy-backup/<TS>/`COMMENT
LOWshared/scripts/rollback-legacy.sh41# mutates the working tree of the calling repo.COMMENT
LOWshared/scripts/sync-mirrors.sh1#!/usr/bin/env bashCOMMENT
LOWslides/config/announcement.yml1# =============================================================================COMMENT
LOWslides/assets/styles/style.scss1/*-- scss:defaults --*/COMMENT
LOWinstructors/check-links.sh1#!/bin/bashCOMMENT
LOWinstructors/config/announcement.yml1# =============================================================================COMMENT
LOWinstructors/assets/styles/style.scss1/*-- scss:defaults --*/COMMENT
LOW.github/release.yml1# =============================================================================COMMENT
LOW.github/workflows/tinytorch-update-pdfs.yml1name: '🔥 TinyTorch · 📑 Update PDFs'COMMENT
LOW.github/workflows/kits-preview-dev.yml1name: '📦 Kits · 👁️ Preview (Dev)'COMMENT
LOW.github/workflows/slides-preview-dev.yml1name: '📊 Slides · 👁️ Preview (Dev)'COMMENT
LOW.github/workflows/infra-health-check.yml1name: '🔧 Infra · ❤️ Health Check'COMMENT
LOW.github/workflows/instructors-validate-dev.yml1name: '🎓 Instructors · ✅ Validate (Dev)'COMMENT
LOW.github/workflows/infra-publish-guard.yml1name: '🔧 Infra · 🛡️ Publish Guard'COMMENT
LOW.github/workflows/staffml-auto-pr.yml1name: '🎯 StaffML · 🤖 Auto-PR Question'COMMENT
LOW.github/workflows/staffml-preview-dev.yml1name: '🎯 StaffML · 👁️ Preview (Dev)'COMMENT
LOW.github/workflows/staffml-preview-dev.yml21# push is max(validate, build) + ~1 min for SSH deploy, basicallyCOMMENT
360 more matches not shown…
Structural Annotation Overuse219 hits · 359 pts
SeverityFileLineSnippetContext
LOW.github/workflows/book-validate-dev.yml173 # Step 3: Update contributors (after validation passes, before build matrix)COMMENT
LOW.github/workflows/book-validate-dev.yml180 # Step 4: Determine build configuration (shared logic)COMMENT
LOW.github/workflows/book-validate-dev.yml120 # Step 1: Pre-commit validationCOMMENT
LOW.github/workflows/book-validate-dev.yml161 # Step 2: Container Health Check (validate containers before builds)COMMENT
LOW.github/workflows/book-validate-dev.yml280 # Step 4: Matrix-driven build calls (clean and simple!)COMMENT
LOW.github/workflows/book-validate-dev.yml299 # Step 4: Collect build results (needed for outputs)COMMENT
LOW.github/workflows/book-validate-dev.yml491 # Step 5: Final results and summaryCOMMENT
LOW.github/workflows/publish-all-live.yml107 # Step 1: Book (vol1 + vol2). Off by default — opt in via deploy_book=true.COMMENT
LOW.github/workflows/publish-all-live.yml123 # Step 2: KitsCOMMENT
LOW.github/workflows/publish-all-live.yml141 # Step 3: TinyTorchCOMMENT
LOW.github/workflows/publish-all-live.yml160 # Step 4: MLSYSIM (with quartodoc)COMMENT
LOW.github/workflows/publish-all-live.yml180 # Step 5: LabsCOMMENT
LOW.github/workflows/publish-all-live.yml201 # Step 6: StaffML (Next.js + D1 ship + Cloudflare worker deploy)COMMENT
LOW.github/workflows/publish-all-live.yml223 # Step 7: SlidesCOMMENT
LOW.github/workflows/publish-all-live.yml246 # Step 8: MLPerf EDU independent preview. Off by default until explicitly selected.COMMENT
LOW.github/workflows/publish-all-live.yml268 # Step 9: Landing Site (landing + about + community + newsletter)COMMENT
LOW.github/workflows/publish-all-live.yml288 # Step 10: InstructorsCOMMENT
LOW.github/scripts/flatten-vol-urls.sh39# Step 1: Fix 3-level relative asset paths → 1-level in files being moved.COMMENT
LOW.github/scripts/flatten-vol-urls.sh58# Step 2: Fix absolute https://mlsysbook.ai/{vol}/contents/{vol}/ refs.COMMENT
LOW.github/scripts/flatten-vol-urls.sh78# Step 3: Move all content from contents/vol{N}/ up to the site root.COMMENT
LOW.github/scripts/flatten-vol-urls.sh84# Step 4: Fix search.json hrefs (root-relative, no leading slash).COMMENT
LOW.github/scripts/flatten-vol-urls.sh102# Step 5: Fix sitemap.xml (full absolute URLs).COMMENT
LOW.github/scripts/flatten-vol-urls.sh120# Step 6: Replace the old nested tree with compatibility redirects.COMMENT
LOW.github/scripts/flatten-vol-urls.sh186# Step 7: Rewrite generated links across the whole prepared volume site.STRING
LOW.github/scripts/flatten-vol-urls.sh229# Step 8: Fail before deployment if any generated link still targets theSTRING
LOWbook/tools/audit/checks/h3_titlecase.py505 "### Step 3: Estimate ROI",CODE
LOWbook/tools/audit/checks/h3_titlecase.py509 "### Step 2: Simplify for large N",CODE
LOWbook/tools/audit/checks/h3_titlecase.py511 "#### Step 1: Calculate the failure rate per GPU subsystem",CODE
LOWbook/tools/scripts/content/manage_captions.py3236 # Step 1: Build content map with filteringSTRING
LOWbook/tools/scripts/content/manage_captions.py3251 # Step 2: Improve captions using LLM (files updated immediately during processing)STRING
LOWbook/tools/scripts/content/manage_captions.py3270 # Step 3: Save improvements summary to JSON fileSTRING
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4748 # Step 2: Redistribute MCQ answers for balance (only if flag is set)COMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4752 # Step 3: Balance True/False answers for 50/50 distributionCOMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4755 # Step 4: Evaluate question quality (if enabled and parameters provided)COMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4731 # Step 1: Validate MCQ option references (always run to catch LLM generation issues)COMMENT
LOWbook/cli/commands/debug.py514 # Step 1: Test preamble onlyCOMMENT
LOWbook/cli/commands/debug.py534 # Step 2: Test full chapter (confirm it actually fails)COMMENT
LOWbook/cli/commands/debug.py556 # Step 3: Binary searchCOMMENT
LOWmlsysim/docs/understanding-efficiency.md131### Step 1: Run Your WorkloadCOMMENT
LOWmlsysim/docs/understanding-efficiency.md137### Step 2: Measure Actual ThroughputCOMMENT
LOWmlsysim/docs/understanding-efficiency.md143### Step 3: Back-Calculate EfficiencyCOMMENT
LOWmlsysim/docs/understanding-efficiency.md160### Step 4: Use Calibrated Efficiency for What-If AnalysisCOMMENT
LOWmlsysim/mlsysim/core/types.py81 # Step 1: reject bare numbers for fields that should carry units.COMMENT
LOWmlsysim/mlsysim/core/types.py85 # Step 2: reject dimensionally-compatible but semantically-wrong aliases,COMMENT
LOWmlsysim/mlsysim/cli/schemas.py213 # Step 1: prefer an explicit plan topology, then hardware aggregateCOMMENT
LOWmlsysim/mlsysim/cli/schemas.py220 # Step 2: refuse to floor partial nodes; that would silently changeCOMMENT
LOWmlsysim/mlsysim/cli/schemas.py227 # Step 3: use the most specific bandwidth source available.COMMENT
LOWmlsysim/mlsysim/cli/schemas.py234 # Step 4: compile the declarative plan into the Fleet object used byCOMMENT
LOWmlsysim/mlsysim/engine/solvers/training.py199 # Step 1: shard model state across model-parallel dimensions beforeCOMMENT
LOWmlsysim/mlsysim/engine/solvers/training.py222 # Step 2: activations scale with the local microbatch and layers owned byCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/chat_agent_Editor.js22// // Step 1: Insert the text at the current cursor positionCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/chat_agent_Editor.js25// // Step 2: Move the cursor to the end of the inserted textCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js135 // Step 1: Remove HTML tags and non-alphabetic characters, except spaces and dashesCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js178 // Step 1: Remove HTML tagsCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js181 // Step 2: Remove specific phrases, case-insensitiveCOMMENT
LOW…q/src_shadow/js/components/markdown/MIGRATION_GUIDE.md32### Step 1: Update Imports in index.jsCOMMENT
LOW…q/src_shadow/js/components/markdown/MIGRATION_GUIDE.md55### Step 2: Update Any Other Import ReferencesCOMMENT
LOW…q/src_shadow/js/components/markdown/MIGRATION_GUIDE.md64### Step 3: Test the STREAMDOWN IntegrationCOMMENT
LOW…q/src_shadow/js/components/markdown/MIGRATION_GUIDE.md84### Step 4: Use STREAMDOWN Streaming FeaturesCOMMENT
LOWinterviews/vault/vault.py661 # Step 1: AnalyzeCOMMENT
159 more matches not shown…
Hallucination Indicators26 hits · 345 pts
SeverityFileLineSnippetContext
CRITICALbook/tools/audits/mlsysim_constants/vol2_inference.yaml512 target_source: derive from mlsysim.models.Models.Language.Llama2_70B.size_in_bytes(BYTES_INT4)CODE
CRITICALbook/tools/audits/mlsysim_constants/vol2_inference.yaml601 target_source: mlsysim.models.Models.Language.Llama2_70B.size_in_bytes(BYTES_FP16)CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py759 v100_gib = Hardware.Cloud.V100.memory.capacity.m_as("GiB")CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py772 v100_bw = Hardware.Cloud.V100.memory.bandwidth.m_as("GB/s")CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py773 nvme_bw = Hardware.Tech.Storage.NvmeGen4.bandwidth.m_as("GB/s")CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py774 system_memory_bw = Hardware.Tech.Storage.SystemMemory.bandwidth.m_as("GB/s")CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py1325 ("HBM 3350 GB/s", Hardware.Cloud.H100.memory.bandwidth.m_as(GB / second)),CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py1326 ("NVLink\n900 GB/s", Hardware.Cloud.H100.nvlink.bandwidth.m_as(GB / second)),CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py1327 ("PCIe 64 GB/s", Hardware.Cloud.H100.interconnect.bandwidth.m_as(GB / second)),CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py815 hbm_gb_s = Hardware.Cloud.H100.memory.bandwidth.m_as("GB/s")CODE
CRITICAL…ools/scripts/margin_figures/generate_margin_figures.py1245 load_ms = (10.0 / Hardware.Cloud.A100.interconnect.bandwidth.m_as(GB / second) * second).m_as(ms)CODE
CRITICALbook/tests/test_mlsysim_registry_coverage.py38# ``Hardware.Cloud.H100.memory.capacity.m_as(GB)``. Resolve the registry objectCOMMENT
CRITICALbook/vscode-ext/src/extension.ts301 if (!event.textEditor.document.uri.fsPath.endsWith('.qmd')) {CODE
CRITICALmlsysim/tests/test_solver_suite.py51from mlsysim.core.exceptions import OOMErrorCODE
CRITICALmlsysim/tests/test_golden_regressions.py186 h100_fp16_tflops = Hardware.Cloud.H100.compute.peak_flops.m_as("TFLOP/s")CODE
CRITICALmlsysim/tests/test_hardware.py49 assert Hardware.Cloud.V100.nvlink.bandwidth.m_as(GB / second) == 300.0CODE
CRITICALmlsysim/tests/test_hardware.py50 assert Hardware.Cloud.A100.nvlink.bandwidth.m_as(GB / second) == 600.0CODE
CRITICALmlsysim/tests/test_hardware.py51 assert Hardware.Cloud.H100.nvlink.bandwidth.m_as(GB / second) == 900.0CODE
CRITICALmlsysim/tests/test_hardware.py52 assert Hardware.Cloud.B200.nvlink.bandwidth.m_as(GB / second) == 1800.0CODE
CRITICALmlsysim/tests/test_hardware.py89 assert Hardware.Tech.Memory.DDR4_3200.bandwidth.m_as(GB / second) == pytest.approx(51.2)CODE
CRITICALmlsysim/tests/test_hardware.py90 assert Hardware.Tech.Memory.HBM2.bandwidth.m_as(GB / second) == pytest.approx(900)CODE
CRITICALmlsysim/tests/test_hardware.py91 assert Hardware.Tech.Memory.HBM3.bandwidth.m_as(GB / second) == pytest.approx(1600)CODE
CRITICALmlsysim/tests/test_hardware.py92 assert Hardware.Tech.Memory.GDDR6X.bandwidth.m_as(GB / second) == pytest.approx(760)CODE
CRITICALmlsysim/mlsysim/cli/exceptions.py24 from mlsysim.core.exceptions import OOMErrorCODE
CRITICALmlsysim/mlsysim/viz/plots.py306 peak_flops = fleet_system.node.accelerator.compute.peak_flops.to("TFLOPs/s").magnitude * fleet_system.countCODE
CRITICALmlsysim/mlsysim/engine/solvers/performance.py135 fleet.node.accelerator.compute.precision_flops.get(CODE
Verbosity Indicators205 hits · 337 pts
SeverityFileLineSnippetContext
LOW.github/workflows/book-validate-dev.yml173 # Step 3: Update contributors (after validation passes, before build matrix)COMMENT
LOW.github/workflows/book-validate-dev.yml180 # Step 4: Determine build configuration (shared logic)COMMENT
LOW.github/workflows/book-validate-dev.yml120 # Step 1: Pre-commit validationCOMMENT
LOW.github/workflows/book-validate-dev.yml161 # Step 2: Container Health Check (validate containers before builds)COMMENT
LOW.github/workflows/book-validate-dev.yml280 # Step 4: Matrix-driven build calls (clean and simple!)COMMENT
LOW.github/workflows/book-validate-dev.yml299 # Step 4: Collect build results (needed for outputs)COMMENT
LOW.github/workflows/book-validate-dev.yml491 # Step 5: Final results and summaryCOMMENT
LOW.github/workflows/publish-all-live.yml107 # Step 1: Book (vol1 + vol2). Off by default — opt in via deploy_book=true.COMMENT
LOW.github/workflows/publish-all-live.yml123 # Step 2: KitsCOMMENT
LOW.github/workflows/publish-all-live.yml141 # Step 3: TinyTorchCOMMENT
LOW.github/workflows/publish-all-live.yml160 # Step 4: MLSYSIM (with quartodoc)COMMENT
LOW.github/workflows/publish-all-live.yml180 # Step 5: LabsCOMMENT
LOW.github/workflows/publish-all-live.yml201 # Step 6: StaffML (Next.js + D1 ship + Cloudflare worker deploy)COMMENT
LOW.github/workflows/publish-all-live.yml223 # Step 7: SlidesCOMMENT
LOW.github/workflows/publish-all-live.yml246 # Step 8: MLPerf EDU independent preview. Off by default until explicitly selected.COMMENT
LOW.github/workflows/publish-all-live.yml268 # Step 9: Landing Site (landing + about + community + newsletter)COMMENT
LOW.github/workflows/publish-all-live.yml288 # Step 10: InstructorsCOMMENT
LOW.github/scripts/flatten-vol-urls.sh39# Step 1: Fix 3-level relative asset paths → 1-level in files being moved.COMMENT
LOW.github/scripts/flatten-vol-urls.sh58# Step 2: Fix absolute https://mlsysbook.ai/{vol}/contents/{vol}/ refs.COMMENT
LOW.github/scripts/flatten-vol-urls.sh78# Step 3: Move all content from contents/vol{N}/ up to the site root.COMMENT
LOW.github/scripts/flatten-vol-urls.sh84# Step 4: Fix search.json hrefs (root-relative, no leading slash).COMMENT
LOW.github/scripts/flatten-vol-urls.sh102# Step 5: Fix sitemap.xml (full absolute URLs).COMMENT
LOW.github/scripts/flatten-vol-urls.sh120# Step 6: Replace the old nested tree with compatibility redirects.COMMENT
LOW.github/scripts/flatten-vol-urls.sh186# Step 7: Rewrite generated links across the whole prepared volume site.STRING
LOW.github/scripts/flatten-vol-urls.sh229# Step 8: Fail before deployment if any generated link still targets theSTRING
LOWbook/tools/audit/checks/h3_titlecase.py505 "### Step 3: Estimate ROI",CODE
LOWbook/tools/audit/checks/h3_titlecase.py509 "### Step 2: Simplify for large N",CODE
LOWbook/tools/audit/checks/h3_titlecase.py511 "#### Step 1: Calculate the failure rate per GPU subsystem",CODE
LOWbook/tools/scripts/content/manage_captions.py3236 # Step 1: Build content map with filteringSTRING
LOWbook/tools/scripts/content/manage_captions.py3251 # Step 2: Improve captions using LLM (files updated immediately during processing)STRING
LOWbook/tools/scripts/content/manage_captions.py3270 # Step 3: Save improvements summary to JSON fileSTRING
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4748 # Step 2: Redistribute MCQ answers for balance (only if flag is set)COMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4752 # Step 3: Balance True/False answers for 50/50 distributionCOMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4755 # Step 4: Evaluate question quality (if enabled and parameters provided)COMMENT
LOWbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4731 # Step 1: Validate MCQ option references (always run to catch LLM generation issues)COMMENT
LOWbook/cli/commands/debug.py514 # Step 1: Test preamble onlyCOMMENT
LOWbook/cli/commands/debug.py534 # Step 2: Test full chapter (confirm it actually fails)COMMENT
LOWbook/cli/commands/debug.py556 # Step 3: Binary searchCOMMENT
LOWmlsysim/mlsysim/core/types.py81 # Step 1: reject bare numbers for fields that should carry units.COMMENT
LOWmlsysim/mlsysim/core/types.py85 # Step 2: reject dimensionally-compatible but semantically-wrong aliases,COMMENT
LOWmlsysim/mlsysim/cli/schemas.py213 # Step 1: prefer an explicit plan topology, then hardware aggregateCOMMENT
LOWmlsysim/mlsysim/cli/schemas.py220 # Step 2: refuse to floor partial nodes; that would silently changeCOMMENT
LOWmlsysim/mlsysim/cli/schemas.py227 # Step 3: use the most specific bandwidth source available.COMMENT
LOWmlsysim/mlsysim/cli/schemas.py234 # Step 4: compile the declarative plan into the Fleet object used byCOMMENT
LOWmlsysim/mlsysim/engine/solvers/training.py199 # Step 1: shard model state across model-parallel dimensions beforeCOMMENT
LOWmlsysim/mlsysim/engine/solvers/training.py222 # Step 2: activations scale with the local microbatch and layers owned byCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/chat_agent_Editor.js22// // Step 1: Insert the text at the current cursor positionCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/chat_agent_Editor.js25// // Step 2: Move the cursor to the end of the inserted textCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js135 // Step 1: Remove HTML tags and non-alphabetic characters, except spaces and dashesCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js178 // Step 1: Remove HTML tagsCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/key_terms_summary.js181 // Step 2: Remove specific phrases, case-insensitiveCOMMENT
LOWinterviews/vault/vault.py661 # Step 1: AnalyzeCOMMENT
LOWinterviews/vault/vault.py674 # Step 2: Generate figuresCOMMENT
LOWinterviews/vault/vault.py1350 # Step 1: Analyze (plan for more concepts than batch_size so we always have work)COMMENT
LOWinterviews/vault/vault.py1362 # Step 2: GenerateCOMMENT
LOWinterviews/vault/vault.py1374 # Step 3: Validate + AddCOMMENT
LOWinterviews/vault/scripts/run_parallel.sh36# Step 1: Generate all plansCOMMENT
LOWinterviews/vault/scripts/run_parallel.sh41# Step 2: Run generation in wavesCOMMENT
LOWinterviews/vault/scripts/run_parallel.sh126# Step 3: MergeCOMMENT
LOWinterviews/vault/scripts/run_parallel.sh131# Step 4: ReleaseCOMMENT
145 more matches not shown…
Cross-Language Confusion63 hits · 299 pts
SeverityFileLineSnippetContext
HIGHlabs/tools/interaction_lab_smoke.py356 roots.push(root);CODE
HIGHlabs/tools/interaction_lab_smoke.py364 const texts = roots.map((root) => root.body?.innerText || root.textContent || "");CODE
HIGHlabs/tools/interaction_lab_smoke.py430 if (!el || seen.has(el)) continue;CODE
HIGHlabs/tools/interaction_lab_smoke.py435 if (rect.width <= 0 || rect.height <= 0) continue;CODE
HIGHlabs/tools/interaction_lab_smoke.py438 targets.push({id, maxScroll});CODE
HIGHlabs/tools/interaction_lab_smoke.py486 const text = (el.innerText || el.textContent || '').trim().replace(/\\s+/g, ' ');CODE
HIGHlabs/tools/interaction_lab_smoke.py487 if (text && text.length < 3500 && !seenText.has(text)) {CODE
HIGHlabs/tools/interaction_lab_smoke.py489 textNodes.push(text);CODE
HIGHlabs/tools/interaction_lab_smoke.py498 if (!el || seen.has(el)) continue;CODE
HIGHlabs/tools/interaction_lab_smoke.py503 if (rect.width <= 0 || rect.height <= 0) continue;CODE
HIGHlabs/tools/interaction_lab_smoke.py504 targets.push({el, maxScroll});CODE
HIGHlabs/tools/interaction_lab_smoke.py512 positions.push(Math.min(y, target.maxScroll));CODE
HIGHlabs/tools/interaction_lab_smoke.py514 positions.push(target.maxScroll);CODE
HIGHlabs/tools/interaction_lab_smoke.py517 if (target.el === document.scrollingElement || target.el === document.documentElement || target.el === docCODE
HIGHlabs/tools/interaction_lab_smoke.py520 chunks.push(capture());CODE
HIGHlabs/tools/interaction_lab_smoke.py562 elements.push(el);STRING
HIGHlabs/tools/interaction_lab_smoke.py777 const text = (el.innerText || el.textContent || '').trim().replace(/\\s+/g, ' ');STRING
HIGHlabs/tools/interaction_lab_smoke.py780 if (!text || rect.width <= 0 || rect.height <= 0 || style.display === 'none' || style.visibility === 'hiddSTRING
HIGHlabs/tools/interaction_lab_smoke.py788 labels.push(text);STRING
HIGHlabs/tools/interaction_lab_smoke.py887 const text = (el.innerText || el.textContent || '').trim().replace(/\\s+/g, ' ');STRING
HIGHlabs/tools/interaction_lab_smoke.py888 if (text && text.length < 2500 && !seen.has(text)) {STRING
HIGHlabs/tools/interaction_lab_smoke.py890 textNodes.push(text);STRING
HIGHlabs/tools/interaction_lab_smoke.py1113 const text = (label?.innerText || label?.textContent || input.value || '').trim().replace(/\\s+/g, ' ');STRING
HIGHlabs/tools/interaction_lab_smoke.py1115 if (text && rect.width > 0 && rect.height > 0) {STRING
HIGHlabs/tools/interaction_lab_smoke.py1116 candidates.push([index, text]);STRING
HIGHlabs/tools/interaction_lab_smoke.py591 const candidate = control.value || control.getAttribute("value") || control.textContent || "";STRING
HIGHlabs/tools/interaction_lab_smoke.py636 roots.push(root);STRING
HIGHlabs/tools/interaction_lab_smoke.py765 roots.push(root);STRING
HIGHlabs/tools/interaction_lab_smoke.py819 roots.push(root);STRING
HIGHlabs/tools/interaction_lab_smoke.py829 const text = normalize(el.innerText || el.textContent);STRING
HIGHlabs/tools/interaction_lab_smoke.py1280 searchFiltersRows: filtered > 0 && filtered < before,STRING
HIGHlabs/tools/interaction_lab_smoke.py1281 volumeFilterWorks: v2Rows > 0 && v2Rows < before,STRING
HIGHlabs/tests/test_wasm_persistence.py75 window.__initError = String(e && e.stack ? e.stack : e);CODE
HIGHlabs/tests/test_wasm_persistence.py141 "window.__ready === true || window.__initError",STRING
HIGHlabs/tests/test_wasm_persistence.py144 init_error = page.evaluate("window.__initError || null")STRING
HIGHlabs/tests/test_wasm_persistence.py185 resolve(getReq.result !== undefined && getReq.result !== null);CODE
HIGHlabs/tests/test_wasm_persistence.py185 resolve(getReq.result !== undefined && getReq.result !== null);CODE
HIGHlabs/vol1/lab_01_ml_intro.py867 "source_model": "Accuracy(t) ~= Accuracy_0 - lambda * D(P_t || P_0)",STRING
HIGHlabs/vol1/lab_01_ml_intro.py1507 "chapter_formulas": ("Accuracy(t) ~= Accuracy_0 - lambda * D(P_t || P_0)", "T ~= D_vol/BW + O/(R_peak * eta_STRING
HIGH.github/workflows/contributors/update_contributors.py152 - If both email addresses are not null, it prioritizes the one that does not contain 'noreply.github.com'.STRING
HIGH.github/scripts/visual_smoke.py56 print("ERROR: playwright not installed. Run: pip install playwright && playwright install chromium", file=sys.stderrCODE
HIGH.github/scripts/visual_smoke.py135 out.push({ href: l.href, status: r.status });STRING
HIGH.github/scripts/visual_smoke.py137 out.push({ href: l.href, status: 0, error: String(e) });STRING
HIGH.github/scripts/visual_smoke.py171 if (!collapse || !toggler) return null;STRING
HIGHbook/tools/audit/render_playwright_verify.py117 "() => typeof MathJax !== 'undefined' && MathJax.startup && MathJax.startup.promise",CODE
HIGHbook/tools/scripts/figure_audit_review.py11 cd book/quarto && python3 -m http.server 8787STRING
HIGHbook/tools/scripts/figure_audit_review.py398 const hasFix=e.suggested_fix && e.suggested_fix!=='No fix needed.';CODE
HIGHbook/tools/scripts/figure_audit_review.py481 const b=new Blob([JSON.stringify(ap,null,2)],{{type:'application/json'}});CODE
HIGHbook/tools/scripts/figure_audit_review.py527 print(f"\n cd book/quarto && python3 -m http.server 8787")CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py799 let firstVisible = null;CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py802 const matchesQuery = !query || card.dataset.search.includes(query);CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py804 const matchesReviewed = !reviewedOnly.checked || card.dataset.review === 'true';CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py805 const matchesBridge = !bridgeOnly.checked || card.dataset.status === 'bridge';CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py806 const visible = matchesQuery && matchesChapter && matchesReviewed && matchesBridge;CODE
HIGH…/margin_figures/render_margin_reader_alignment_html.py816 if (scrollToFirst && firstVisible) {{CODE
HIGHbook/cli/commands/maintenance.py189 "[dim] Install manually with: pip install pre-commit && pre-commit install[/dim]\n"CODE
HIGHbook/cli/commands/_pdf_checks.py316 message=f'"{text}" appears in PDF text (LaTeX reference undefined)',CODE
HIGHmlperf-edu/tools/check_taxonomy.py688 f"{name}: performance summary quality_target must be null; use functional_gate"CODE
HIGHmlsysim/mlsysim/fmt.py50 kind = "nan (0/0 or undefined)" if math.isnan(val) else "infinite (divide-by-zero)"CODE
HIGHmlsysim/mlsysim/labs/state.py127 resolve(null);CODE
3 more matches not shown…
AI Slop Vocabulary119 hits · 271 pts
SeverityFileLineSnippetContext
MEDIUMshared/styles/partials/_tables.scss83#tbl-paradigm-evolution {COMMENT
MEDIUM.github/workflows/infra-health-check.yml680 # Capture raw output with timestamps using a more robust methodCOMMENT
MEDIUM.github/workflows/book-publish-live.yml1625 # Commit with comprehensive validationCOMMENT
LOW.github/workflows/update-contributors.yml35 # every directory automatically — to add a new project just add an entryCOMMENT
MEDIUM.github/workflows/infra-cloudflare-purge.yml31# next request. "Purge everything" is the simpler, more robust default.COMMENT
MEDIUMbook/tools/audit/lego_focal_analysis.json1668 "focal_hint": "## Serving Paradigm {#sec-model-serving-serving-paradigm-963",CODE
MEDIUM…audit/data/chapter_terms/vol2_robust_ai_robust_ai.json49 "context": "::: {#dfn-robust-ai-robust-ai .callout-definition title=\"Robust AI\"}"CODE
MEDIUM…audit/data/chapter_terms/vol2_robust_ai_robust_ai.json290 "context": "::: {#dfn-robust-ai-concept-drift .callout-definition title=\"Concept drift\"}"CODE
MEDIUM…audit/data/chapter_terms/vol2_robust_ai_robust_ai.json414 "context": "::: {#dfn-robust-ai-adversarial-attack .callout-definition title=\"Adversarial attack\"}"CODE
MEDIUM…audit/data/chapter_terms/vol2_robust_ai_robust_ai.json500 "context": "::: {#dfn-robust-ai-data-poisoning .callout-definition title=\"Data poisoning\"}"CODE
MEDIUM…hapter_terms/global_frontmatter_socratiq_socratiq.json21 "context": "::: {#fig-quiz-questions fig-env=\"figure\" fig-pos=\"htb\" fig-cap=\"**AI-Generated Personalized QuizCODE
MEDIUMbook/tools/scripts/content/manage_captions.py1063 # Apply comprehensive quality improvementsSTRING
MEDIUMbook/tools/scripts/publish/publish.sh6# A comprehensive manual publishing tool for the MLSysBook textbookCOMMENT
MEDIUMbook/tools/scripts/maintenance/repo_health_check.py52 """Get comprehensive repository statistics"""STRING
MEDIUMbook/tools/scripts/maintenance/repo_health_check.py366 """Display comprehensive health report"""STRING
MEDIUMbook/tools/scripts/quizzes/generate_quizzes.py274 // correctly leverage (use without redefining)COMMENT
MEDIUM…ols/scripts/quizzes/_audit/security_privacy_audit.json53 "section_id": "#sec-security-privacy-comprehensive-defense-architectures-48ab",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json47 "section_id": "#sec-robust-ai-environmental-shifts-a2cf",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json53 "section_id": "#sec-robust-ai-adversarial-attack-detection-defense-19d3",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json59 "section_id": "#sec-robust-ai-data-poisoning-defenses-d070",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json81 "section_id": "#sec-robust-ai-introduction-robust-ai-systems-4671",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json89 "section_id": "#sec-robust-ai-unified-framework-robust-ai-b25d",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json97 "section_id": "#sec-robust-ai-environmental-shifts-a2cf",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json105 "section_id": "#sec-robust-ai-inputlevel-attacks-model-robustness-d6ea",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json113 "section_id": "#sec-robust-ai-adversarial-attack-detection-defense-19d3",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json121 "section_id": "#sec-robust-ai-data-poisoning-defenses-d070",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/robust_ai_audit.json129 "section_id": "#sec-robust-ai-data-poisoning-defenses-d070",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/ml_systems_audit.json70 "section_id": "#sec-ml-systems-deployment-paradigm-framework-0d25",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/ml_systems_audit.json78 "section_id": "#sec-ml-systems-deployment-paradigm-framework-0d25",CODE
MEDIUMbook/tools/scripts/quizzes/_audit/ml_systems_audit.json150 "section_id": "#sec-ml-systems-comparative-analysis-paradigm-selection-bf66",CODE
MEDIUM…/tools/scripts/quizzes/_audit/model_serving_audit.json51 "section_id": "#sec-model-serving-serving-paradigm-9634",CODE
MEDIUM…ls/scripts/quizzes/_audit/edge_intelligence_audit.json46 "section_id": "#sec-edge-intelligence-distributed-learning-paradigm-shift-883d",CODE
MEDIUM…ls/scripts/quizzes/_audit/edge_intelligence_audit.json86 "section_id": "#sec-edge-intelligence-distributed-learning-paradigm-shift-883d",CODE
MEDIUMbook/cli/commands/validate.py2107 # (Li et al. 2020): A distributed training paradigm…" — the citeCOMMENT
MEDIUMbook/cli/commands/doctor.py34 """Run comprehensive health check.STRING
MEDIUM…/vol2/edge_intelligence/edge_intelligence_quizzes.json15 "section_id": "#sec-edge-intelligence-distributed-learning-paradigm-shift-883d",CODE
MEDIUM…ts/vol2/security_privacy/security_privacy_quizzes.json454 "section_id": "#sec-security-privacy-comprehensive-defense-architectures-48ab",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json10 "section_id": "#sec-robust-ai-introduction-robust-ai-systems-4671",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json80 "section_id": "#sec-robust-ai-realworld-robustness-failures-c119",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json144 "section_id": "#sec-robust-ai-unified-framework-robust-ai-b25d",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json214 "section_id": "#sec-robust-ai-environmental-shifts-a2cf",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json285 "section_id": "#sec-robust-ai-inputlevel-attacks-model-robustness-d6ea",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json362 "section_id": "#sec-robust-ai-input-attack-detection-defense-19d3",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json426 "section_id": "#sec-robust-ai-data-poisoning-defenses-d070",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json490 "section_id": "#sec-robust-ai-fallacies-pitfalls-087e",CODE
MEDIUM…/quarto/contents/vol2/robust_ai/robust_ai_quizzes.json534 "section_id": "#sec-robust-ai-summary-a274",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json10 "section_id": "#sec-robust-ai-introduction-robust-ai-systems-4671",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json66 "section_id": "#sec-robust-ai-realworld-robustness-failures-c119",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json121 "section_id": "#sec-robust-ai-unified-framework-robust-ai-b25d",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json176 "section_id": "#sec-robust-ai-hardware-faults-cf22",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json237 "section_id": "#sec-robust-ai-intentional-input-manipulation-6b2a",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json293 "section_id": "#sec-robust-ai-environmental-shifts-a2cf",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json348 "section_id": "#sec-robust-ai-robustness-evaluation-tools-6b64",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json397 "section_id": "#sec-robust-ai-inputlevel-attacks-model-robustness-d6ea",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json459 "section_id": "#sec-robust-ai-software-faults-889e",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json514 "section_id": "#sec-robust-ai-fault-injection-tools-frameworks-fc07",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json563 "section_id": "#sec-robust-ai-fallacies-pitfalls-087e",CODE
MEDIUM…/contents/vol2/robust_ai/footnote_context_quizzes.json612 "section_id": "#sec-robust-ai-summary-a274",CODE
MEDIUM…o/contents/vol1/introduction/introduction_quizzes.json71 "section_id": "#sec-introduction-datacentric-paradigm-shift-4eca",CODE
MEDIUM…o/contents/vol1/introduction/introduction_quizzes.json133 "section_id": "#sec-introduction-ai-paradigm-evolution-ae2b",CODE
59 more matches not shown…
Redundant / Tautological Comments179 hits · 247 pts
SeverityFileLineSnippetContext
LOWlabs/tests/test_protocol.py108 # Check if it's inside a string (skip those)COMMENT
LOWinstructors/check-links.sh47 # Check if file existsCOMMENT
LOWscripts/audit_blocks.py16 # Check if it uses mlsysim solvers or scenariosCOMMENT
LOWscripts/audit_blocks.py20 # Check if it has suspicious manual math (+, -, *, /) that should be a solverCOMMENT
LOW.github/workflows/infra-health-check.yml290 # Check if any tools are missing and fail if soCOMMENT
LOW.github/workflows/infra-health-check.yml526 # Check if any tools are missing and fail if soCOMMENT
LOW.github/workflows/book-publish-live.yml724 # Check if dev commit exists and is validCOMMENT
LOW.github/workflows/book-publish-live.yml962 # Check if workflow files are in the dev branch changesCOMMENT
LOW.github/workflows/book-publish-live.yml999 # Check if dev_commit is an ancestor of current mainCOMMENT
LOW.github/workflows/book-publish-live.yml1605 # Check if there are actually changes to commitCOMMENT
LOW.github/workflows/infra-container-linux.yml246 # Check if we have the required permissionsCOMMENT
LOW.github/workflows/infra-container-linux.yml258 # Check if secrets are availableCOMMENT
LOW.github/workflows/contributors/scan_contributors.py452 # Output resultsCOMMENT
LOW.github/workflows/contributors/update_contributors.py166 # Check if either email is not nullCOMMENT
LOWbook/setup.py18 # Check if we're in a virtual environmentCOMMENT
LOWbook/tools/setup/setup.sh10# Check if Python is installedCOMMENT
LOWbook/tools/setup/clean.sh130 # Check if GC is neededCOMMENT
LOWbook/tools/audit/protected_contexts.py237 # Check if this line closes the commentSTRING
LOWbook/tools/scripts/transform_pico_cells.py175 # Check if body has structured sections alreadyCOMMENT
LOWbook/tools/scripts/svg_polisher.py44 # Check if text is roughly centered horizontally in this rectCOMMENT
LOWbook/tools/scripts/svg_polisher.py64 # Check if it's almost horizontalCOMMENT
LOWbook/tools/scripts/svg_polisher.py70 # Check if it's almost verticalCOMMENT
LOWbook/tools/scripts/images/remove_bg.py37 # Set alpha to 0 (transparent) for white pixelsCOMMENT
LOWbook/tools/scripts/content/relocate_figures.py87 # Check if this looks like a table rowCOMMENT
LOWbook/tools/scripts/content/relocate_figures.py449 # Check if relocation is neededCOMMENT
LOWbook/tools/scripts/content/relocate_figures.py468 # Check if target would actually move the element closerCOMMENT
LOWbook/tools/scripts/content/relocate_figures.py660 # Read the fileCOMMENT
LOWbook/tools/scripts/content/section_splitter.py114 # Check if unnumberedCOMMENT
LOWbook/tools/scripts/content/section_splitter.py361 # Check if this is a real section headerCOMMENT
LOWbook/tools/scripts/content/format_div_spacing.py221 # Check if we need to insert a blank line before this lineCOMMENT
LOWbook/tools/scripts/content/fix_abbreviations.py159 # Check if this first use includes the expansionCOMMENT
LOWbook/tools/scripts/content/format_tables.py157 # Check if next line is a borderCOMMENT
LOWbook/tools/scripts/content/format_tables.py307 # Check if it's primarily numericCOMMENT
LOWbook/tools/scripts/content/format_tables.py348 # Check if header matches bold indicatorsCOMMENT
LOWbook/tools/scripts/content/format_tables.py370 # Check if mostly numeric (data table)COMMENT
LOWbook/tools/scripts/content/format_tables.py383 # Check if descriptive (multi-word = comparison table)COMMENT
LOWbook/tools/scripts/content/format_tables.py731 # Check if any data lines differ (catches alignment changes)COMMENT
LOWbook/tools/scripts/content/format_tables.py540 # Check if adding this part would exceed max_widthSTRING
LOWbook/tools/scripts/content/format_tables.py571 # Check if any cell needs wrappingSTRING
LOWbook/tools/scripts/content/fix_numbers.py183 # Check if we're at a single digit 1-9COMMENT
LOWbook/tools/scripts/content/fix_numbers.py230 # Check if this looks like a markdown ordered list itemCOMMENT
LOWbook/tools/scripts/content/fix_numbers.py325 # Check if preceded by a numbered label word (e.g. "Layer 3", "Step 5")COMMENT
LOWbook/tools/scripts/content/fix_bibliography.py117 # Check if it's an arXiv preprintCOMMENT
LOWbook/tools/scripts/content/fix_capitalization.py65 # Check if inside bold definition: **Term** or ***Term***COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py73 # Check if at start of sentenceCOMMENT
LOWbook/tools/scripts/content/fix_capitalization.py82 # Check if inside inline math $...$COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py97 # Check if inside \index{...}COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py104 # Check if "Iron Law of Processor Performance" (H&P reference — keep caps)COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py111 # Check if inside title="..."COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py118 # Check if inside fig-cap="..." or fig-alt="..."COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py126 # Check if referring to Sutton's essay title "The Bitter Lesson"COMMENT
LOWbook/tools/scripts/content/fix_capitalization.py188 # Check if this match should be preservedCOMMENT
LOWbook/tools/scripts/content/manage_captions.py272 # Check if this chapter is within any of the specified directoriesCOMMENT
LOWbook/tools/scripts/content/manage_captions.py301 # Check if any commented chapters are within our target directoriesCOMMENT
LOWbook/tools/scripts/content/manage_captions.py305 # Check if this commented chapter is within any target directoryCOMMENT
LOWbook/tools/scripts/content/manage_captions.py363 # Check if this follows **Bold**: explanation formatCOMMENT
LOWbook/tools/scripts/content/manage_captions.py429 # Check if it's a preserved term firstCOMMENT
LOWbook/tools/scripts/content/manage_captions.py437 # Check if word should be preserved as-isCOMMENT
LOWbook/tools/scripts/content/manage_captions.py504 # Check if previous word was an abbreviationCOMMENT
LOWbook/tools/scripts/content/manage_captions.py712 # Check if caption starts with ** (which causes YAML parsing issues)COMMENT
119 more matches not shown…
Cross-File Repetition47 hits · 235 pts
SeverityFileLineSnippetContext
HIGHlabs/vol2/lab_10_inference.py0<div style="overflow-x:auto; margin:10px 0;"> <table style="width:100%; border-collapse:collapse; font-size:0.86rem;"> <STRING
HIGHlabs/vol2/lab_14_robust_ai.py0<div style="overflow-x:auto; margin:10px 0;"> <table style="width:100%; border-collapse:collapse; font-size:0.86rem;"> <STRING
HIGHlabs/vol2/lab_09_perf_engineering.py0<div style="overflow-x:auto; margin:10px 0;"> <table style="width:100%; border-collapse:collapse; font-size:0.86rem;"> <STRING
HIGHlabs/vol1/lab_14_ml_ops.py0<div style="padding:16px; border:{border_style}; border-radius:10px; min-width:150px; text-align:center; background:whitSTRING
HIGHlabs/vol1/lab_15_responsible_engr.py0<div style="padding:16px; border:{border_style}; border-radius:10px; min-width:150px; text-align:center; background:whitSTRING
HIGHlabs/vol1/lab_16_ml_conclusion.py0<div style="padding:16px; border:{border_style}; border-radius:10px; min-width:150px; text-align:center; background:whitSTRING
HIGHbook/tools/scripts/content/fix_percent.py0process a single qmd file. returns count of replacements.STRING
HIGHbook/tools/scripts/content/fix_emdash.py0process a single qmd file. returns count of replacements.STRING
HIGHbook/tools/scripts/content/fix_numbers.py0process a single qmd file. returns count of replacements.STRING
HIGHbook/tools/scripts/content/fix_capitalization.py0process a single qmd file. returns count of replacements.STRING
HIGHbook/tests/test_fmt_prose_contract.py0```{{python}} #| echo: false class c: {assigns} ``` {prose}STRING
HIGHbook/tests/test_lego_prose_units.py0```{{python}} #| echo: false class c: {assigns} ``` {prose}STRING
HIGHbook/tests/test_codemod_fmt.py0```{{python}} #| echo: false class c: {assigns} ``` {prose}STRING
HIGHtinytorch/src/16_compression/16_compression.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/01_tensor/01_tensor.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/11_embeddings/11_embeddings.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/15_quantization/15_quantization.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/18_memoization/18_memoization.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/05_dataloader/05_dataloader.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/20_capstone/20_capstone.py0## 🧪 module integration test final validation that everything works together correctly before module completion.STRING
HIGHtinytorch/src/16_compression/16_compression.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/02_activations/02_activations.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/08_training/08_training.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/01_tensor/01_tensor.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/11_embeddings/11_embeddings.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/15_quantization/15_quantization.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/13_transformers/13_transformers.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/07_optimizers/07_optimizers.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/05_dataloader/05_dataloader.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/20_capstone/20_capstone.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/03_layers/03_layers.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/04_losses/04_losses.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/12_attention/12_attention.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/10_tokenization/10_tokenization.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/18_memoization/18_memoization.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/14_profiling/14_profiling.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/09_convolutions/09_convolutions.py0🧪 module test: complete integration comprehensive test of entire spatial module functionality. this final test runs befoSTRING
HIGHtinytorch/src/02_activations/02_activations.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/04_losses/04_losses.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/12_attention/12_attention.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/08_training/08_training.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/13_transformers/13_transformers.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/07_optimizers/07_optimizers.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/14_profiling/14_profiling.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/09_convolutions/09_convolutions.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/03_layers/03_layers.py0## 🧪 module integration test final validation that everything works together correctly.STRING
HIGHtinytorch/src/06_autograd/06_autograd.py0## 🧪 module integration test final validation that everything works together correctly.STRING
Self-Referential Comments78 hits · 218 pts
SeverityFileLineSnippetContext
MEDIUMdesign-grammar/rewrite-rules.yml4# This file is the playbook: behavior-preserving transformations that changeCOMMENT
MEDIUM.github/workflows/book-publish-live.yml1988 # Create a basic fallback release notes fileCOMMENT
MEDIUM.github/workflows/book-publish-live.yml2062 # Create the release as a DRAFT for manual editingCOMMENT
MEDIUM.github/workflows/tinytorch-publish-live.yml750 # Create the release as draftCOMMENT
MEDIUM.github/workflows/contributors/update_contributors.py277 # Create a combined key using username and email_address to handleCOMMENT
MEDIUMbook/tools/scripts/convert_icons.py15 # Create a white background image for PDF to avoid alpha channel issues in some PDF viewers/printersCOMMENT
MEDIUMbook/tools/scripts/utilities/count_footnotes.sh3# Define the search directoryCOMMENT
MEDIUMbook/tools/scripts/utilities/analyze_footnotes.sh47# Create a temporary file to store filename and footnote count pairsCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py2891 # Create a copy of the data to modifyCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py6326 # Create a temporary args object for this fileCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py511 # Create the evaluation promptCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py2544 # Create a custom system prompt that includes the user's instructionsCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py2842 # Create a copy of the data to modifyCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4392 # Create a balanced distribution of answer positionsCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py4441 # Create a temporary placeholder to avoid double-swappingCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py5075 # Create a mapping of file names to their position in the bookCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py5099 # Create a mapping of file names to their position in the bookCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py5248 # Create a thread-local copy of args to avoid race conditionsCOMMENT
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py1974 # Create a mapping from chapter name to numberSTRING
MEDIUMbook/cli/data/concept_terms.yaml3# This file defines the §10.3 concept terms that must be naturalized to lowercaseCOMMENT
MEDIUMbook/cli/data/abbreviations.yaml3# This file is the single source of truth for:COMMENT
MEDIUMbook/quarto/config/shared/html/announcement.yml4# This file is kept as a no-op so old references (if any) don't 404 theCOMMENT
MEDIUMbook/quarto/scripts/epub_postprocess.py481 # Create a temporary output fileCOMMENT
MEDIUMmlperf-edu/registry/suites.yaml3# This file is registry source of truth, exactly like the per-workload YAMLCOMMENT
MEDIUMmlsysim/mlsysim/sim/simulations.py79 # Create a virtual fleet for the solver if scenario is single-nodeCOMMENT
MEDIUMinterviews/vault-cli/tests/test_book_refs.py81 # Create the book tree (so link-check is active) but NOT the chapter.COMMENT
MEDIUMtinytorch/tests/16_compression/test_compressor_core.py47 # Create a simple model with known sparsityCOMMENT
MEDIUMtinytorch/tests/01_tensor/test_tensor_core.py310 # Create a 1000×1000 tensor (1 million elements)COMMENT
MEDIUMtinytorch/tests/integration/test_cnn_integration.py26 # Create a simple 3x3 image with a known patternCOMMENT
MEDIUMtinytorch/tests/integration/test_cnn_integration.py33 # Create a vertical edge detector kernelCOMMENT
MEDIUMtinytorch/tests/integration/test_cnn_integration.py207 # Create a simple loss (sum of all outputs)COMMENT
MEDIUM…torch/tests/integration/test_optimizers_integration.py34 # Create a simple linear layerCOMMENT
MEDIUM…torch/tests/integration/test_optimizers_integration.py45 # Create a simple loss (sum of outputs)COMMENT
MEDIUMtinytorch/tests/07_optimizers/test_optimizer_core.py62 # Create a simple parameterCOMMENT
MEDIUMtinytorch/tests/14_profiling/test_profiler_core.py69 # Create a simple modelCOMMENT
MEDIUMtinytorch/tests/environment/test_setup_validation.py102 # Create a simple plotCOMMENT
MEDIUM…nytorch/tests/regression/test_transformer_reshaping.py247 # Import required modules for testingCOMMENT
MEDIUM…nytorch/tests/regression/test_transformer_reshaping.py251 # Create a simple mock if not availableCOMMENT
MEDIUMtinytorch/tests/03_layers/test_03_layers_progressive.py355 # Create a simple custom layer for testingSTRING
MEDIUMtinytorch/tests/03_layers/test_03_layers_progressive.py427 # Create a layer that actually works with tensorsSTRING
MEDIUM…milestones/01_1958_perceptron/01_rosenblatt_forward.py178 # Create a simple scatter plotCOMMENT
MEDIUM…/milestones/06_2018_mlperf/01_optimization_olympics.py358 # Create a copy for pruningCOMMENT
MEDIUMtinytorch/tito/core/status_analyzer.py265 # Create a temporary file to test importCOMMENT
MEDIUMtinytorch/tito/commands/setup.py559 # Create a dummy Namespace for login command argumentsCOMMENT
MEDIUMtinytorch/tito/commands/setup.py595 # Create a dummy Namespace for login command argumentsCOMMENT
MEDIUMtinytorch/tito/commands/system/logo.py34 # Create the explanation textCOMMENT
MEDIUMtinytorch/quarto/install.sh94VENV_CREATE_TIMEOUT=60 # Creating the virtual environmentCODE
MEDIUMtinytorch/src/16_compression/16_compression.py135 # Create a model and analyze its weightsCOMMENT
MEDIUMtinytorch/src/16_compression/16_compression.py1419 # Create a simple model (Linear already imported above)COMMENT
MEDIUMtinytorch/src/16_compression/16_compression.py1761 # Create a realistic model with explicit layers - students see the architectureCOMMENT
MEDIUMtinytorch/src/16_compression/16_compression.py1921 # Create a modelCOMMENT
MEDIUMtinytorch/src/04_losses/04_losses.py1025 # Create a range of prediction errors for analysisCOMMENT
MEDIUMtinytorch/src/08_training/08_training.py1724 # Create a simple modelCOMMENT
MEDIUMtinytorch/src/08_training/08_training.py1826 # Create a simple model using REAL Linear layerCOMMENT
MEDIUMtinytorch/src/01_tensor/01_tensor.py1632 # Create a moderately-sized matrix (large enough to show cache effects)COMMENT
MEDIUMtinytorch/src/19_benchmarking/19_benchmarking.py4063 # Create a simple model and inputCOMMENT
MEDIUMtinytorch/src/15_quantization/15_quantization.py1184 # Create a simple modelCOMMENT
MEDIUMtinytorch/src/15_quantization/15_quantization.py1292 # Create a linear layerCOMMENT
MEDIUMtinytorch/src/15_quantization/15_quantization.py1992 # Create a simple modelCOMMENT
MEDIUMtinytorch/src/15_quantization/15_quantization.py2153 # Create a realistic model using explicit composition (Sequential from tinytorch.core.layers)COMMENT
18 more matches not shown…
Modern AI Meta-Vocabulary74 hits · 202 pts
SeverityFileLineSnippetContext
MEDIUMlabs/vol2/lab_10_inference.py12# guardrails at the same time.COMMENT
MEDIUMlabs/vol2/lab_02_compute_infra.track-plan.md25| Part D | `#sec-compute-summary`, `#sec-compute-fallacies-pitfalls`, `#sec-compute-emerging` | A defensible infrastructCODE
MEDIUMlabs/vol2/lab_13_security_privacy.track-plan.md28| Part D | `#sec-security-privacy-dp-decision-framework-c4a8`, `#sec-security-privacy-fallacies-pitfalls-0c20`, `#tbl-seCODE
MEDIUMlabs/vol2/lab_05_dist_train.track-plan.md21| Part D | `#sec-distributed-training-systems-systems-parallelism-strategy-comparison-d92a`, `#sec-distributed-training-CODE
MEDIUMlabs/vol2/lab_06_collective_communication.track-plan.md23| Part D | `#sec-communication-collective-operations-collective-operations-fallacies-pitfalls-9cd0`, `#sec-communicationCODE
MEDIUMlabs/vol2/lab_12_ops_scale.track-plan.md22| Part D | `#tbl-self-service-deployment-invariants`, `#sec-ml-operations-scale-resource-management-5550`, `#sec-ml-operCODE
MEDIUMlabs/vol2/lab_11_edge_intelligence.py25# Energy, memory, privacy, update, and quality guardrails must all pass.COMMENT
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md22| Opening | `#sec-fleet-orchestration-introduction`, `#sec-fleet-orchestration-objectives` | Orchestration decides who gCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md23| Part A | `#sec-fleet-orchestration-objectives`, `#nbk-fleet-orchestration-queuing-theory-gpu-clusters`, fallacy "TreatCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md24| Part B | `#sec-fleet-orchestration-burst-capacity`, `#sec-fleet-orchestration-preemption-cascades`, custom scheduler sCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md25| Part C | `#sec-fleet-orchestration-bin-packing`, `#sec-fleet-orchestration-placement-algorithms`, `#sec-fleet-orchestrCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md26| Part D | `#sec-fleet-orchestration-fair-share-multi`, `#sec-fleet-orchestration-resource-accounting`, `#sec-fleet-orchCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md26| Part D | `#sec-fleet-orchestration-fair-share-multi`, `#sec-fleet-orchestration-resource-accounting`, `#sec-fleet-orchCODE
MEDIUMlabs/vol2/lab_08_fleet_orch.track-plan.md27| Synthesis | `#sec-fleet-orchestration-summary`, "From orchestration to optimization" | The orchestration decision becoCODE
MEDIUMlabs/vol2/lab_03_communication.track-plan.md18| Part D | `#sec-network-fabrics-monitoring`, `#sec-network-fabrics-summary`, `#sec-network-fabrics-fallacies` | A commuCODE
MEDIUMbook/tools/audit/margin_figure_reader_link_audit.md5059### 120. vol2/conclusion @ line 303: Future efficiency needs hardware, algorithm, and orchestration gains together.COMMENT
MEDIUMbook/tools/audit/margin_figure_reader_link_audit.md6455307 ::: {#nbk-fleet-orchestration-queuing-theory-gpu-clusters .callout-notebook title="The queuing theory of GPU clusteCODE
MEDIUMbook/tools/audit/margin_figure_reader_link_audit.md6498556 ::: {#dfn-fleet-orchestration-priority-inversion .callout-definition title="Priority inversion"}CODE
MEDIUMbook/tools/audit/checks/abbreviation_first_use.py383 # headings, table cells, captions, and callout scaffolding out of the count,COMMENT
MEDIUM…erms/vol2_fleet_orchestration_fleet_orchestration.json102 "context": "::: {#dfn-fleet-orchestration-priority-inversion .callout-definition title=\"Priority inversion\"}"CODE
MEDIUMbook/tools/scripts/quizzes/generate_quizzes.py55# Local scaffoldingCOMMENT
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json41 "section_id": "#sec-fleet-orchestration-paradigms",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json47 "section_id": "#sec-fleet-orchestration-serving",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json53 "section_id": "#sec-fleet-orchestration-serving",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json61 "section_id": "#sec-fleet-orchestration-serving",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json67 "section_id": "#sec-fleet-orchestration-custom-schedulers",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json88 "section_id": "#sec-fleet-orchestration-paradigms",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json96 "section_id": "#sec-fleet-orchestration-paradigms",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json104 "section_id": "#sec-fleet-orchestration-topology-aware",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json112 "section_id": "#sec-fleet-orchestration-elastic-training",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json120 "section_id": "#sec-fleet-orchestration-cost-optimization",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json128 "section_id": "#sec-fleet-orchestration-custom-schedulers",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json136 "section_id": "#sec-fleet-orchestration-multi-tenancy",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json144 "section_id": "#sec-fleet-orchestration-debugging",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json152 "section_id": "#sec-fleet-orchestration-fallacies",CODE
MEDIUM…/scripts/quizzes/_audit/fleet_orchestration_audit.json160 "section_id": "#sec-fleet-orchestration-summary",CODE
MEDIUMbook/cli/commands/validate.py243# Existing bibliography citations inside scaffolding blocks. New citations inCOMMENT
MEDIUMbook/cli/commands/validate.py244# Purpose, learning objectives, or takeaways fail `refs.scaffold-citations`.COMMENT
MEDIUMbook/cli/commands/validate.py3827 # Frontmatter is allowed to contain non-book scaffolding; all bookCOMMENT
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json15 "section_id": "#sec-fleet-orchestration-introduction",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json97 "section_id": "#sec-fleet-orchestration-paradigms",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json173 "section_id": "#sec-fleet-orchestration-topology-aware",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json255 "section_id": "#sec-fleet-orchestration-elastic-training",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json337 "section_id": "#sec-fleet-orchestration-cost-optimization",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json407 "section_id": "#sec-fleet-orchestration-custom-schedulers",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json489 "section_id": "#sec-fleet-orchestration-serving",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json571 "section_id": "#sec-fleet-orchestration-multi-tenancy",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json647 "section_id": "#sec-fleet-orchestration-debugging",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json729 "section_id": "#sec-fleet-orchestration-fallacies",CODE
MEDIUM…2/fleet_orchestration/fleet_orchestration_quizzes.json779 "section_id": "#sec-fleet-orchestration-summary",CODE
MEDIUMsite/newsletter/cli/README.md32news new <slug> # scaffold a new draft from the templateCODE
MEDIUMmlsysim/mlsysim/cli/commands/eval.py65 # Use SystemEvaluator to decouple orchestration from CLICOMMENT
MEDIUMmlsysim/mlsysim/cli/commands/eval.py144 # Use SystemEvaluator to decouple orchestration from CLICOMMENT
MEDIUMmlsysim/mlsysim/engine/resolver_factory.py34 # prefixed intermediates are skipped as non-instantiable scaffolding.COMMENT
MEDIUMinterviews/staffml/src/data/tracks/edge.json1[{"id":"edge-sensor-drift-regression-the-decaying-sensor-dilemma-0","track":"edge","scope":"Realtime Pipeline","level":"CODE
MEDIUMinterviews/staffml/src/data/tracks/edge.json1[{"id":"edge-sensor-drift-regression-the-decaying-sensor-dilemma-0","track":"edge","scope":"Realtime Pipeline","level":"CODE
MEDIUMinterviews/staffml/src/data/tracks/edge.json1[{"id":"edge-sensor-drift-regression-the-decaying-sensor-dilemma-0","track":"edge","scope":"Realtime Pipeline","level":"CODE
MEDIUMinterviews/staffml/src/data/tracks/edge.json1[{"id":"edge-sensor-drift-regression-the-decaying-sensor-dilemma-0","track":"edge","scope":"Realtime Pipeline","level":"CODE
MEDIUMinterviews/staffml/src/data/tracks/edge.json1[{"id":"edge-sensor-drift-regression-the-decaying-sensor-dilemma-0","track":"edge","scope":"Realtime Pipeline","level":"CODE
MEDIUMinterviews/staffml/src/data/tracks/cloud.json1[{"id":"cloud-kv-cache-cost-the-per-token-kv-cache-cost-0","track":"cloud","scope":"Serving Stack","level":"L2","title":CODE
14 more matches not shown…
Modern Structural Boilerplate115 hits · 114 pts
SeverityFileLineSnippetContext
LOWlabs/mlsysbook_labs/capstone.py301__all__ = [CODE
LOWlabs/mlsysbook_labs/variants.py4045__all__ = [CODE
LOWlabs/mlsysbook_labs/data_pipeline.py309__all__ = [CODE
LOWlabs/mlsysbook_labs/tracks.py143__all__ = [CODE
LOWlabs/mlsysbook_labs/style.py7__all__ = [CODE
LOWlabs/mlsysbook_labs/legacy_components.py16__all__ = [CODE
LOWlabs/mlsysbook_labs/deployment.py382__all__ = [CODE
LOWlabs/mlsysbook_labs/serving.py429__all__ = [CODE
LOWlabs/mlsysbook_labs/registry_refs.py32__all__ = ["resolve_mlsysim_ref"]CODE
LOWlabs/mlsysbook_labs/track_arcs.py293__all__ = [CODE
LOWlabs/mlsysbook_labs/__init__.py321__all__ = [CODE
LOWlabs/mlsysbook_labs/ops.py308__all__ = [CODE
LOWlabs/mlsysbook_labs/architecture.py402__all__ = [CODE
LOWlabs/mlsysbook_labs/triad.py196__all__ = [CODE
LOWlabs/mlsysbook_labs/frameworks.py380__all__ = [CODE
LOWlabs/mlsysbook_labs/selection.py399__all__ = [CODE
LOWlabs/mlsysbook_labs/workflow.py264__all__ = [CODE
LOWlabs/mlsysbook_labs/migration.py163__all__ = [CODE
LOWlabs/mlsysbook_labs/neural_compute.py323__all__ = [CODE
LOWlabs/mlsysbook_labs/training.py401__all__ = [CODE
LOWlabs/mlsysbook_labs/responsibility.py419__all__ = [CODE
LOWlabs/mlsysbook_labs/state.py5__all__ = ["DesignLedger", "LedgerState"]CODE
LOWlabs/mlsysbook_labs/system_design.py953__all__ = [STRING
LOW.github/workflows/contributors/add_contributor.py152def set_output(name: str, value: object) -> None:CODE
LOWbook/tools/audit/spurious_zero.py18__all__ = [CODE
LOWbook/tools/figures/style.py81def set_book_style() -> None:CODE
LOWbook/tools/figures/__init__.py12__all__ = [CODE
LOW…k/tools/scripts/maintenance/update_texlive_packages.py42logger = logging.getLogger(__name__)CODE
LOWbook/cli/core/config.py197 def _setup_index_symlink(self, volume: str) -> None:CODE
LOWbook/cli/commands/build.py1152 def _setup_fast_build_mode(self, config_file: Path, chapter_files: List[Path]) -> None:CODE
LOWbook/cli/commands/build.py1193 def _setup_html_fast_build(self, config_file: Path, chapter_files: List[Path], original_content: str) -> None:CODE
LOWbook/cli/commands/build.py1252 def _setup_pdf_fast_build(self, config_file: Path, chapter_files: List[Path], original_content: str) -> None:CODE
LOWbook/cli/commands/build.py1497 def _setup_epub_fast_build(self, config_file: Path, chapter_files: List[Path], original_content: str) -> None:CODE
LOWbook/quarto/publish/compress_pdf.py60 def _setup_logging(self) -> None:CODE
LOWbook/quarto/publish/compress_epub.py58 def _setup_logging(self) -> None:CODE
LOWmlperf-edu/src/mlperf/__init__.py5__all__ = ["PowerMeter"]CODE
LOW…u/src/mlperf/reference/timeseries/patchtst/__init__.py5__all__ = ["PatchTST_backbone"]CODE
LOWsite/newsletter/cli/core/buttondown.py30logger = logging.getLogger(__name__)CODE
LOWsite/newsletter/cli/commands/pull.py40logger = logging.getLogger(__name__)CODE
LOWsite/newsletter/cli/commands/set_author.py31logger = logging.getLogger(__name__)CODE
LOWsite/newsletter/cli/commands/status.py16logger = logging.getLogger(__name__)CODE
LOWsite/newsletter/cli/commands/push.py35logger = logging.getLogger(__name__)CODE
LOWmlsysim/mlsysim/labs/__init__.py31__all__ = [CODE
LOWmlsysim/mlsysim/platforms/__init__.py6__all__ = ["Platforms", "PlatformEnvelope"]CODE
LOWmlsysim/mlsysim/core/units.py10__all__ = [CODE
LOWmlsysim/mlsysim/core/optimization/__init__.py3__all__ = [CODE
LOWmlsysim/mlsysim/core/registry/__init__.py71__all__ = [CODE
LOWmlsysim/mlsysim/core/registry/plugin_manager.py5logger = logging.getLogger(__name__)CODE
LOWmlsysim/mlsysim/literature/__init__.py3__all__ = ["Literature"]CODE
LOWmlsysim/mlsysim/datasets/__init__.py6__all__ = ["Datasets", "DatasetProfile"]CODE
LOWmlsysim/mlsysim/models/importer.py11logger = logging.getLogger(__name__)CODE
LOWmlsysim/mlsysim/ops/__init__.py3__all__ = ["Ops"]CODE
LOWmlsysim/mlsysim/physics/__init__.py72__all__ = [CODE
LOWmlsysim/mlsysim/physics/quantities.py22__all__ = [CODE
LOWmlsysim/mlsysim/reference_stats/__init__.py3__all__ = ["ReferenceStats"]CODE
LOWmlsysim/mlsysim/engine/results.py18__all__ = [CODE
LOWmlsysim/mlsysim/engine/resolver_factory.py5logger = logging.getLogger(__name__)CODE
LOWmlsysim/mlsysim/engine/engine.py11__all__ = ["PerformanceProfile", "Engine"]CODE
LOWmlsysim/mlsysim/engine/dse.py6logger = logging.getLogger(__name__)CODE
LOWmlsysim/mlsysim/engine/empirical.py182__all__ = [CODE
55 more matches not shown…
Docstring Block Structure13 hits · 65 pts
SeverityFileLineSnippetContext
HIGHbook/tools/scripts/content/manage_captions.py1559 Detect code-generated figures (R/Python blocks). Format: ```{r} #| label: fig-STRING
HIGHbook/tools/scripts/content/manage_captions.py1633 Detect table captions. Supports both formats: - Old: : Caption text {#tbl-id} - New: CSTRING
HIGHbook/tools/scripts/quizzes/_legacy/quizzes_reference.py1462 Add or update the 'quiz' key in a QMD file's YAML frontmatter. This function safely modifies the YAML frontmatSTRING
HIGHbook/cli/core/config.py123Get the configuration file for a specific format and optional volume. Args: format_type: Format typSTRING
HIGHbook/cli/core/config.py166Setup _quarto.yml symlink for the specified format and optional volume. Args: format_type: Format tSTRING
HIGHbook/cli/core/config.py272Read and parse a configuration file. Args: format_type: Format type ('html', 'pdf', 'epub') STRING
HIGHbook/cli/core/discovery.py245Find a chapter file by name, using best-match scoring. Supports volume-prefixed names (e.g., 'vol1/intro') for STRING
HIGHbook/cli/core/discovery.py461Validate a list of chapter names and return their paths. Args: chapter_names: List of chapter namesSTRING
HIGHbook/quarto/publish/compress_pdf.py188 Compress a PDF file using Ghostscript. Args: input_path: Path to input PDF file STRING
HIGHbook/quarto/publish/compress_epub.py257 Compress an EPUB file by optimizing embedded images. Args: input_path: Path to input EPUB STRING
HIGHmlsysim/mlsysim/engine/resolver_factory.py57 Retrieves a resolver class by its registered name. Args: name: The class name of tSTRING
HIGHtinytorch/src/15_quantization/15_quantization.py1506 Measure parameter count and byte usage for a single layer. TODO: Count parameters and bytes differently for quSTRING
HIGHtinytorch/src/18_memoization/18_memoization.py566 Retrieve cached key-value pairs for attention computation. TODO: Return only the valid cached portion STRING
Synthetic Comment Markers8 hits · 59 pts
SeverityFileLineSnippetContext
HIGHlabs/tests/test_widget.py212 # fill in the missing refs as requested by Marimo.COMMENT
HIGH.github/workflows/book-publish-live.yml9# creates a versioned Git tag, and publishes a GitHub Release with AI-generated notes.COMMENT
HIGH.github/workflows/book-publish-live.yml1936 # Use AI-generated notes directly (they include proper header)COMMENT
HIGH.github/workflows/book-publish-live.yml2051 # Use the AI-generated release notesCOMMENT
HIGHbook/tools/scripts/quizzes/build_audit_context.py287 out.append("**Current quiz (generated by gpt-5.4)**:")CODE
HIGHmlperf-edu/src/mlperf/assets.py728 citation="Liu et al., Is Your Code Generated by ChatGPT Really Correct? Rigorous Evaluation of Large Language MoCODE
HIGHtinytorch/quarto/community/dashboard.html871 // Removed System Complexity Axis as requestedCOMMENT
HIGHtinytorch/quarto/community/tests/index.html718 // Removed System Complexity Axis as requestedCOMMENT
Dead Code22 hits · 44 pts
SeverityFileLineSnippetContext
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py142CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py143CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py144CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py145CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py146CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py148CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py150CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py151CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py153CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py156CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py164CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py165CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py172CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py173CODE
MEDIUMbook/tools/audit/fmt/run_multiplier_lane.py177CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1113CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1114CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1115CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1136CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1137CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1138CODE
MEDIUMbook/tools/audit/fmt/codemod_fmt.py1141CODE
AI Structural Patterns42 hits · 38 pts
SeverityFileLineSnippetContext
LOWlabs/mlsysbook_labs/reports.py70CODE
LOWlabs/mlsysbook_labs/migration.py46CODE
LOWlabs/mlsysbook_labs/migration.py94CODE
LOWbook/tools/audit/fmt/run_scale_style_lane.py36CODE
LOWbook/tools/audit/fmt/codemod_design_b_rates.py380CODE
LOWbook/cli/checks/lego_prose_literals.py209CODE
LOWbook/cli/commands/layout.py658CODE
LOWbook/cli/commands/reference_check.py226CODE
LOWmlperf-edu/src/mlperf/manifest.py494CODE
LOW…u/src/mlperf/reference/timeseries/patchtst/backbone.py17CODE
LOW…u/src/mlperf/reference/timeseries/patchtst/backbone.py129CODE
LOW…u/src/mlperf/reference/timeseries/patchtst/backbone.py178CODE
LOW…u/src/mlperf/reference/timeseries/patchtst/backbone.py202CODE
LOWmlsysim/mlsysim/fmt.py525CODE
LOWmlsysim/mlsysim/fmt.py1178CODE
LOWmlsysim/mlsysim/fmt.py1900CODE
LOWmlsysim/mlsysim/fmt.py1950CODE
LOWmlsysim/mlsysim/fmt.py1989CODE
LOWmlsysim/mlsysim/fmt.py2081CODE
LOWmlsysim/mlsysim/cli/commands/serve.py10CODE
LOWmlsysim/mlsysim/engine/engine.py95CODE
LOWmlsysim/mlsysim/engine/solvers/serving.py53CODE
LOWmlsysim/mlsysim/engine/solvers/compression.py175CODE
LOWmlsysim/mlsysim/engine/solvers/distributed.py65CODE
LOWmlsysim/mlsysim/engine/solvers/training.py152CODE
LOWinterviews/vault-cli/src/vault_cli/commands/release.py705CODE
LOWinterviews/vault-cli/src/vault_cli/commands/audit.py67CODE
LOWinterviews/vault-cli/src/vault_cli/commands/generate.py322CODE
LOWinterviews/vault-cli/src/vault_cli/commands/ls.py33CODE
LOW…terviews/vault-cli/src/vault_cli/commands/authoring.py189CODE
LOWinterviews/vault/vault.py1866CODE
LOWtinytorch/paper/scripts/benchmark_quick.py106CODE
LOWtinytorch/milestones/04_1998_cnn/01_lecun_tinydigits.py260CODE
LOWtinytorch/milestones/02_1969_xor/02_xor_solved.py212CODE
LOWtinytorch/src/12_attention/12_attention.py862CODE
LOWtinytorch/src/17_acceleration/17_acceleration.py585CODE
LOWtinytorch/src/17_acceleration/17_acceleration.py1349CODE
LOWtinytorch/src/11_embeddings/11_embeddings.py702CODE
LOWtinytorch/src/18_memoization/18_memoization.py153CODE
LOWtinytorch/src/13_transformers/13_transformers.py781CODE
LOWtinytorch/src/13_transformers/13_transformers.py1028CODE
LOWtinytorch/src/09_convolutions/09_convolutions.py2255CODE
Example Usage Blocks19 hits · 35 pts
SeverityFileLineSnippetContext
LOWshared/scripts/sync-mirrors.sh13# Usage:COMMENT
LOW.github/scripts/flatten-vol-urls.sh20# Usage:COMMENT
LOW.github/scripts/visual_smoke.py29# Usage:COMMENT
LOWbook/tools/scripts/utilities/analyze_footnotes.sh8# Usage:COMMENT
LOWbook/tools/scripts/testing/apply_fix.sh5# Usage:COMMENT
LOWbook/tools/scripts/publish/mit-press-release.sh8# Usage:COMMENT
LOWbook/quarto/config/_quarto-pdf-vol2-copyedit.yml7# Usage:COMMENT
LOWbook/quarto/config/_quarto-pdf-vol1.yml6# Usage:COMMENT
LOWbook/quarto/config/_quarto-pdf-vol2.yml6# Usage:COMMENT
LOWbook/quarto/config/_quarto-pdf-vol1-copyedit.yml7# Usage:COMMENT
LOWbook/quarto/config/_quarto-epub-vol1.yml6# Usage:COMMENT
LOWbook/quarto/config/_quarto-epub-vol2.yml6# Usage:COMMENT
LOWsocratiq/src_shadow/js/libs/agents/duck_search.js39// Example usageCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/research.js175 // Example usageCOMMENT
LOWsocratiq/src_shadow/js/libs/agents/research.js521// Example usageCOMMENT
LOWsocratiq/src_shadow/js/libs/utils/prompt_templater.js64// Usage example:COMMENT
LOWinterviews/staffml/scripts/mirror-visuals.sh7# Usage:COMMENT
LOWinterviews/vault/scripts/run_parallel.sh10# Usage:COMMENT
LOWtinytorch/scripts/test-fresh-install.sh8# Usage:COMMENT
Fake / Example Data16 hits · 18 pts
SeverityFileLineSnippetContext
LOW…/js/libs/vector_db/vectordb/splitters/text_splitter.js111// const text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt magna ut justo gravida, seCOMMENT
LOW…/js/libs/vector_db/vectordb/splitters/text_splitter.js111// const text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt magna ut justo gravida, seCOMMENT
LOWsocratiq/src_shadow/js/libs/utils/split_text.js45// const text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt magna ut justo gravida, seCOMMENT
LOWsocratiq/src_shadow/js/libs/utils/split_text.js45// const text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt magna ut justo gravida, seCOMMENT
LOW…nts/highlight_menu/components/text_area_suggestions.js52 this.removeAttribute('placeholder');CODE
LOW…nts/highlight_menu/components/text_area_suggestions.js58 this.setAttribute('placeholder', 'Write something...');CODE
LOW…nts/highlight_menu/components/text_area_suggestions.js108 this.removeAttribute('placeholder');CODE
LOWinterviews/vault-cli/docs/CORPUS_HARDENING_PLAN.md325 "title_quality": "good" | "placeholder" | "malformed",CODE
LOWinterviews/vault-cli/docs/JSON_OUTPUT.md283 "new_provenance": "llm-then-human-edited", "reviewed_by": "user@example.com" }CODE
LOWinterviews/vault-cli/scripts/summarize_audit.py107 f"{title.get('placeholder', 0)} placeholder + "CODE
LOWinterviews/vault-cli/scripts/summarize_audit.py243 placeholders = [r for r in rows if r.get("title_quality") == "placeholder"]CODE
LOWinterviews/vault-cli/scripts/summarize_audit.py292 if r.get("title_quality") == "placeholder")CODE
LOWinterviews/vault-cli/scripts/audit_corpus_batched.py206 - title: rewrite ONLY when title_quality is "placeholder" or "malformed".CODE
LOWinterviews/vault-cli/scripts/audit_corpus_batched.py245 "title_quality": "good" | "placeholder" | "malformed"CODE
LOWinterviews/vault/questions/global/data/global-0046.yaml14 realistic_solution: 'Microservice equivalence fails on artifact cost and stochasticity. Submitting 24-hour training ruCODE
LOW…ch/quarto/community/tests/e2e/credentials.example.json3 "email": "user@example.com",CODE
Slop Phrases5 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py1318- ❌ Context-dependent phrases ("in this section", "as discussed above")CODE
MEDIUMbook/tools/scripts/quizzes/_legacy/quizzes_reference.py1371- No references to "this section" or "as discussed above"CODE
MEDIUMinterviews/staffml/src/data/tracks/tinyml.json1[{"id":"tinyml-deployment-the-firmware-brick-0","track":"tinyml","scope":"Visual Debugging","level":"L3","title":"The FiCODE
MEDIUMinterviews/staffml/src/data/tracks/mobile.json1[{"id":"mobile-on-demand-model-download-the-app-store-diet-0","track":"mobile","scope":"Ship And Update","level":"L2","tCODE
LOWtinytorch/src/10_tokenization/10_tokenization.py1056 - Don't forget to call _build_mappings() at the endSTRING
AI Response Leakage1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…audit/data/chapter_terms/vol2_inference_inference.json415 "context": "::: {#fig-prefix-caching fig-env=\"figure\" fig-pos=\"htb\" fig-cap=\"**Prefix Caching via Block ShariCODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHsocratiq/src_shadow/js/libs/agents/test-gemini-fix.js30 console.log('[GEMINI_FIX] Expected URL:', 'https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flasCODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtinytorch/tests/cli/test_nbgrader_command.py204 "source": "def helper():\n return 1\n",CODE