Repository Analysis

noonghunna/club-3090

Community recipes for serving LLMs on RTX 3090/4090/5090 CUDA gpus. Multi-engine (vLLM, llama.cpp, ik_llama) and model-agnostic. Currently shipping Qwen3.6-27B Qwen3.6 35B Gemma 4 26B Gemma 4 31B configs for 1× and 2× cards.

37.8 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of noonghunna/club-3090, a Python project with 1,906 GitHub stars. SynthScan v2.0 examined 211,943 lines of code across 707 source files, recording 5087 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 37.8 places this repository in the Strong 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).

37.8
Adjusted Score
37.8
Raw Score
100%
Time Factor
2026-08-09
Last Push
1.9K
Stars
Python
Language
211.9K
Lines of Code
707
Files
5.1K
Pattern Hits
2026-08-09
Scan Date
0.04
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 2HIGH 24MEDIUM 1765LOW 3296

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 5087 distinct pattern matches across 20 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 Separators1456 hits · 4269 pts
SeverityFileLineSnippetContext
MEDIUMAGENTS.md178# ===========================================================================COMMENT
MEDIUMAGENTS.md194# ---------------------------------------------------------------------------COMMENT
MEDIUMCLAUDE.md178# ===========================================================================COMMENT
MEDIUMCLAUDE.md194# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/kv-calc.py1261# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1263# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1034# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1036# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1348# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1350# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1378# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1380# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1656# =============================================================================COMMENT
MEDIUMtools/kv-calc.py1658# =============================================================================COMMENT
MEDIUMtools/kv-calc.py65# =============================================================================STRING
MEDIUMtools/kv-calc.py67# =============================================================================STRING
MEDIUMtools/kv-calc.py154# =============================================================================STRING
MEDIUMtools/kv-calc.py156# =============================================================================STRING
MEDIUMtools/kv-calc.py187# =============================================================================STRING
MEDIUMtools/kv-calc.py189# =============================================================================STRING
MEDIUMtools/kv-calc.py318# =============================================================================STRING
MEDIUMtools/kv-calc.py320# =============================================================================STRING
MEDIUMtools/kv-calc.py381# =============================================================================STRING
MEDIUMtools/kv-calc.py383# =============================================================================STRING
MEDIUMtools/kv-calc.py394# =============================================================================STRING
MEDIUMtools/kv-calc.py396# =============================================================================STRING
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2422 # ── (3) GPU-VRAM → container attribution ──────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3452 # ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3454 # ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3456 # ── Validate / Run: launch a validation script (WIRED, execution MOCKED) ──────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py4565 # ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py4567 # ════════════════════════════════════════════════════════════════════════════COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py4569 # ── Hook 1: Evaluate — hand the SHARED ServingTarget to c3t (design §4) ────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py114# ── Local card name (this rig) ──────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py143# ── ai-studio model manifest — loaded from the SHARED SoT ──────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py202# ── Subprocess runner protocol (dependency injection seam) ───────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py270# ── The service class ───────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py543 # ── small JSON helper ──────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py565 # ── READ: catalog ────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py630 # ── Download state (Download UX): which slugs' weights are on disk ────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py714 # ── Download plumbing: persistent logs + preflight ────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py779 # ── Download (Download UX): fetch a slug's weights via setup.sh ───────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py1236 # ── READ: explain (Tier-3 detail) ────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py1247 # ── READ: fit ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py1260 # ── READ: BYO check ──────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py1925 # ── READ: containers ────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2226 # ── READ: container logs ──────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2265 # ── READ: estate state ────────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2356 # ── UX Batch 5: estate telemetry (disk / RAM / GPU-VRAM attribution) ──────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2381 # ── (1) disk (#12) ────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2405 # ── (2) RAM (N5) ──────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2739 # ── THE DUAL-WRITER GATE ─────────────────────────────────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2904 # ── WRITE: action builders (wired, execution-gated) ──────────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py2925 # ── Producer lane ② Serve — generate a compose, then serve it untested ─────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3317 # ── WRITE: execution (gated — NEVER run in tests / this phase) ────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3598 # ── Producer / ③ Gate: the FULL validation battery (report.sh --full) ─────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3664 # ── Validate / Doctor: health + estate-diagnose + profile-triage (READS) ──────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py3828 # ── Validate / Evidence: rebench run tags + paste-ready report (READ) ─────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py4281 # ── Validate / Evidence: submit-bench (OUTWARD-FACING WRITE — gated) ───────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py4333 # ── Share-back (R2b): rig report + problem report (READ — paste-ready) ────────COMMENT
1396 more matches not shown…
Hyper-Verbose Identifiers1258 hits · 898 pts
SeverityFileLineSnippetContext
LOWtools/kv-calc.py1265def _resolve_compose_for_predict(model_key, compose_id, vram, ctx_override=None):CODE
LOWtools/kv-calc.py632def _recurrent_state_per_card_bytes(spec, max_num_seqs, tp):CODE
LOWtools/kv-calc.py662def _indexer_cache_per_card_bytes(CODE
LOWtools/kv-calc.py690def _compressed_kv_per_card_bytes(CODE
LOWtools/kv-calc.py718def architecture_cache_breakdown(CODE
LOWtools/kv-calc.py823def activation_peak_per_card_bytes(spec, kv_format, max_ctx, tp, batched_tokens=None):CODE
LOWtools/kv-calc.py1072def is_generic_dense_eligible(config: dict) -> bool:CODE
LOWtools/kv-calc.py94def _load_model_specs_from_yaml(profiles):STRING
LOWtools/kv-calc.py263def gdn_prefill_scratch_per_card_bytes(spec, tp, batched_tokens):STRING
LOWtools/kv-calc.py348def _compose_cfg_from_registry(profiles, model_id, legacy_name, registry_name):STRING
LOWtools/residency-instrument/sitecustomize.py22def _is_pre_serve_patch_process() -> bool:CODE
LOWtools/residency-instrument/instrument.py381def _flashinfer_workspace_bytes() -> int:CODE
LOWtools/residency-instrument/instrument.py454def _mtp_draft_resident_bytes() -> int:CODE
LOWtools/residency-instrument/instrument.py636def _patch_async_llm_generate() -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py617 async def _load_catalog_rows_fallback(self) -> tuple[list[VariantRow], Optional[str]]:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1010 def weights_download_progress(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1042 def weights_download_progress_set(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1293 def bring_download_in_progress(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1521 def profile_like_is_gguf_engine(self, profile_like: str) -> bool:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1540 def topology_cards_for_profile(self, profile_like: str) -> int:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1627 def _normalize_compose_command(raw) -> list:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1641 def _gguf_nextn_predict_layers(path: str) -> int:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2104 async def _stopped_studio_containers(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2151 async def _docker_ps_stack_containers(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py3271 def scene_service_states_sync(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py3600 def full_validation_report_plan(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py3627 async def run_full_validation_report(CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py4200 def _measure_protocol_caveats(vsbar: MeasureVsBar) -> list[str]:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py4437 def _driver_version_from_gpus(self, gpus: list[Any]) -> str:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py4793def _service_dir_matches_running(svc_dir: str, running_norm: str) -> bool:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1108 def on_data_table_header_selected(self, event) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8320 def action_doctor_verify_full(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9490 def _switch_mode_keep_modes_focus(self, index: int) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9954 def action_toggle_catalog_model(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9962 def action_toggle_catalog_deprecated(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10020 def _primary_list_for_active_tab(self) -> Optional[DataTable]:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10033 def action_descend_to_content(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11228 async def generate_and_preview_compose(self, slug: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11403 def _refresh_gate_target_banner(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11903 def _refresh_container_config(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py290def _sanitize_catalog_columns(saved: Any) -> tuple[list[str], set[str]]:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1329 def _has_submission_measurement(self) -> bool:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1434 def _incompatible_hidden_count(self) -> int:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7613 def _sync_base_footer_visibility(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7826 def _reapply_active_downloads(self, rows: "list[CatalogEntry]") -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7849 def _refresh_catalog_rows_safe(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8003 def _refresh_profile_templates(self, *, reapply_default: bool = False) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8344 async def load_cross_rig_for_explain(CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8847 def action_bring_cancel_download(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8938 async def run_bring_download_worker(self, repo: str, profile_like: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9205 def _start_pending_serve_watch(self, plan: ActionPlan) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9314 def _resolve_pending_generated_serve(self, state: EstateState) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9355 def _cancel_pending_serve_timer(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9767 def configure_session_logging(self, enabled: bool) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10321 async def run_studio_download_worker(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11266 def _armed_overrides_defaults(self, byo) -> Optional[dict]:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11608 def on_tabbed_content_tab_activated(self, event: TabbedContent.TabActivated) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11806 def on_data_table_row_selected(self, event: DataTable.RowSelected) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11813 def on_data_table_row_highlighted(self, event: DataTable.RowHighlighted) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py3239 def _container_rows_signature(STRING
1198 more matches not shown…
Over-Commented Block940 hits · 848 pts
SeverityFileLineSnippetContext
LOWREADME.md21COMMENT
LOWREADME.md41# bash scripts/launch.sh --variant llamacpp/mtp-vision # single-card 49K + MTP + visionCOMMENT
LOWcliff.toml1# git-cliff config for club-3090 — generates GitHub Release notes fromCOMMENT
LOWcliff.toml81COMMENT
LOWAGENTS.md181# Topology: <e.g. "Dual 3090 PCIe (TP=2, no NVLink)">COMMENT
LOWCLAUDE.md181# Topology: <e.g. "Dual 3090 PCIe (TP=2, no NVLink)">COMMENT
LOWtools/kv-calc.py101 qm_fields = (*q_fields, "num_experts", "num_experts_per_tok", "moe_intermediate_size", "shared_expert_intermediate_sCOMMENT
LOWtools/kv-calc.py221 "int8_per_token_head": 105,COMMENT
LOWtools/kv-calc.py241# h = k.new_empty(B, NT, H, V, K) # NT = batched / FLA_CHUNK_SIZECOMMENT
LOWtools/kv-calc.py281COMMENT
LOWtools/kv-calc.py301# than a curated exact branch would for an equivalent shape.COMMENT
LOWtools/kv-calc.py461 return spec["weights_int4_gb"] / tpCOMMENT
LOWtools/kv-calc.py541 elif spec["model_family"] == "gemma4-swa-dense":COMMENT
LOWtools/kv-calc.py941 available_for_kv = max(0.0, budget_gb - fixed_gb)COMMENT
LOWtools/kv-calc.py961 # -Next MoE) legitimately boot with a sub-GB growing pool — the old flat 1.0 GBCOMMENT
LOWtools/kv-calc.py1041# import importlib.util, pathlib, sysCOMMENT
LOWtools/bump-engine-nightlies.sh1#!/usr/bin/env bashCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py121# The default WEIGHTS ROOT — the dir that DIRECTLY holds the model subdirsCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py421 probe_served_fn: Optional[ProbeServedFn] = None,COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py441 # on each ``load_catalog_rows``; empty on the raw-tab fallback path.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py461 # "safe" before either claims VRAM (TOCTOU). Held across the whole gateCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py2301 except Exception as exc:COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py2801 # conservative and treat it as a conflict. Detector #2 (raw GPU,COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py2861 active = (report or {}).get("active_estate") or {}COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py3361 # deterministic to tear down, so the user must cancel theCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py3461 # serving model — they are WIRED but execution is MOCKED in tests and NEVERCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py4061 measured = measured_from_report_md(report_md_text)COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py4761COMMENT
LOWtools/serve-cockpit/club3090_cockpit/services.py4901 # as the facets above; "" when the contract didn't carry it.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py321COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py521 # Spec-dec facet (the Catalog Spec Dec column, mirrored into the funnel —COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py1001 "[dim]\\[\\\\] model \\[/] filter \\[⏎] serve \\[e] explain "COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py1021 # spec) — provider/GB join from the enriched WeightsMeta, act from theCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py1041 self._model_filter: str = ""COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py1361 # keep a row only when EVERY term is a (case-insensitive) substring of theCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py1881 }COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py2681 # tab); kept on the pane in case an interactive surface is added later.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py5201COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py5621 ])COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6201# Phase R-realign (2-mode merge): the app serves BOTH consumers and producers,COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6481 lbl.add_class("mode-hidden")COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6601# ── Command palette (N6) ──────────────────────────────────────────────────────────COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6741COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6761 # modal uses for enter/f.)COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6821 # R3b-1 — producer lane ② Serve: generate a compose + serve it untestedCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6841 Binding("F", "full_report", "Full report", show=False),COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6861 # [n] switch — jump to Run · Catalog to pick anotherCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6961 # FIX 2 — ``primary_action`` (⏎) was always-on, so the footer ALWAYSCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py6981 # Context key → (modes, subtabs) where it should be enabled.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7021 "serving_restart": ({0}, {"tab-orchestration"}),COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7041 # rig_report — any merged-mode tab (catalog OR the live estate).COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7141 # Under a modal (screen_stack deeper than the main screen): NEVER fire —COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7181 # the lane repo inputs share letters with hotkeys q/e/s/w/c/p/o, soCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7381 self._target_confidence: str = ""COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7401 # first echo (the t.clear() reset); this swallows the follow-up move echo soCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7421 # a paste-ready issue with the readily-available context.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7441 self._pending_serve_port: int = 0COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7461 # rig-topology default has already been applied (so a later estate pollCOMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7501 # column"), BELOW RailStatus — not inside the Orchestration sub-tab.COMMENT
LOWtools/serve-cockpit/club3090_cockpit/app.py7521 yield OperateOrchPane(id="operate-orch-pane")COMMENT
880 more matches not shown…
Modern AI Meta-Vocabulary211 hits · 630 pts
SeverityFileLineSnippetContext
MEDIUMBENCHMARKS.md134| `llamacpp/mtp-vision` (re-tuned ⭐) | @noonghunna (1× 3090, 370 W) | Unsloth Q4_K_M MTP + mmproj-F16 @ **1 M-px** (`IMACODE
MEDIUMBENCHMARKS.md134| `llamacpp/mtp-vision` (re-tuned ⭐) | @noonghunna (1× 3090, 370 W) | Unsloth Q4_K_M MTP + mmproj-F16 @ **1 M-px** (`IMACODE
MEDIUMBENCHMARKS.md136| `ik-llama/iq4ks-two-stage` ⭐ (code) | @noonghunna (1× 3090, 370 W) | ubergarm MTP-IQ4_KS (`ubergarm/Qwen3.6-27B-GGUF`)CODE
MEDIUMBENCHMARKS.md136| `ik-llama/iq4ks-two-stage` ⭐ (code) | @noonghunna (1× 3090, 370 W) | ubergarm MTP-IQ4_KS (`ubergarm/Qwen3.6-27B-GGUF`)CODE
MEDIUMBENCHMARKS.md221| `multi-fast` **KV-dtype A/B, v0.25.1 rerun** | @Whamp (same rig, 230 W, **P2P engaged via NCCL, custom AR engine-gatedCODE
MEDIUMBENCHMARKS.md378| `vllm/tess-dual-nvfp4` (Marlin W4A16 fallback, spec-off) 🧪 | @noonghunna (2× 3090 PCIe, sm_86) | fp8/e4m3 | 131072 | 6CODE
MEDIUMBENCHMARKS.md444| **`dual-awq.yml` (TP=2, MAX_NUM_SEQS=4, MTP n=4)** ⭐ | @noonghunna (2× 3090 PCIe, 230W cap) | bf16 | **65K** | **104.5CODE
MEDIUMBENCHMARKS.md493| `vllm/diffusiongemma-dual` (TP=2, fp8) — **cross-rig, first Blackwell** | @paulp83 (2× 5090 sm_120, **PCIe 5.0 ×8, no CODE
MEDIUMBENCHMARKS.md493| `vllm/diffusiongemma-dual` (TP=2, fp8) — **cross-rig, first Blackwell** | @paulp83 (2× 5090 sm_120, **PCIe 5.0 ×8, no CODE
MEDIUMBENCHMARKS.md521| **`gemma-4-26b-a4b/single/awq/int8.yml` (TP=1, INT8-PTH KV, MTP n=4)** ⭐⭐ ⚠️ Production-w/-caveats | @noonghunna (1× 3CODE
MEDIUMBENCHMARKS.md521| **`gemma-4-26b-a4b/single/awq/int8.yml` (TP=1, INT8-PTH KV, MTP n=4)** ⭐⭐ ⚠️ Production-w/-caveats | @noonghunna (1× 3CODE
MEDIUMBENCHMARKS.md527## Ornith-1.0 (DeepReinforce agentic-coding fine-tunes — 🧪 experimental)COMMENT
MEDIUMBENCHMARKS.md538## Agents-A1 (InternScience 35B agentic MoE — ⚠️ production w/ caveats)COMMENT
MEDIUMBENCHMARKS.md545| `vllm/agents-a1-dual` | @sumo-dandan (2× 3090 — one ×16@Gen3, one **×4 OCuLink eGPU dock** off chipset M.2; both cappeCODE
MEDIUMBENCHMARKS.md545| `vllm/agents-a1-dual` | @sumo-dandan (2× 3090 — one ×16@Gen3, one **×4 OCuLink eGPU dock** off chipset M.2; both cappeCODE
MEDIUMBENCHMARKS.md559| `vllm/nemotron-75b-multi-mtp` | @TheFuzy (4× 3090 PCIe, EPYC 7302P, 250 W caps, PCIe-P2P engaged; [#706](https://githuCODE
MEDIUMBENCHMARKS.md559| `vllm/nemotron-75b-multi-mtp` | @TheFuzy (4× 3090 PCIe, EPYC 7302P, 250 W caps, PCIe-P2P engaged; [#706](https://githuCODE
MEDIUMBENCHMARKS.md569Run via [`benchlocal-cli`](https://github.com/noonghunna/benchlocal-cli) `aider-polyglot-30` pack. Different from the TPCODE
MEDIUMAGENTS.md291**Don't pair `rebench-full.sh` with `report.sh --full`** — rebench re-runs the same operational gates (verify/bench/agenCODE
MEDIUMCLAUDE.md291**Don't pair `rebench-full.sh` with `report.sh --full`** — rebench re-runs the same operational gates (verify/bench/agenCODE
MEDIUMtools/kv-calc.py129 # Agents-A1 (InternScience 35B agentic MoE): geometry verified byte-identicalSTRING
MEDIUMtools/serve-cockpit/club3090_cockpit/services.py202# ── Subprocess runner protocol (dependency injection seam) ───────────────────────COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py6817 # [P] Promotion scaffold preview (no live catalog write this phase)COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py7280 # mode 0 · tab-orchestration → scene switch (confirm-gated)COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py7412 # the Promote-to-catalog scaffold computes from.COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py8597 # Cache the arch facts for the lane ② Serve + the Promote scaffold (Phase 5).COMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py11593 # tabs (catalog→orchestration→containers→doctor) / 5 lane stages and neverCOMMENT
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py9542 self.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/club3090_cockpit/app.py4733# ── Phase 5 · Promote-to-catalog scaffold preview modal (design §3.5b) ────────────STRING
MEDIUMtools/serve-cockpit/club3090_cockpit/data.py2256# ── Phase 5: promote-to-catalog scaffold computation (pure) ───────────────────────COMMENT
MEDIUMtools/serve-cockpit/tests/test_services.py3937 assert sc.write_plan is None # nothing to stage on a failed scaffoldCODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py4158# agentic battery against the SERVING model. Confirm-gated (heavy + needs aCOMMENT
MEDIUMtools/serve-cockpit/tests/test_app_headless.py5408 # On orchestration tab: estate-off + the power-cap menu are enabled;COMMENT
MEDIUMtools/serve-cockpit/tests/test_app_headless.py7753 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py7766 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py7780 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py806 assert app.query_one("#operate-tabs", TabbedContent).active == "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py867 app.query_one("#tab-orchestration", TabPane)CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py2293 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py3143 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUMtools/serve-cockpit/tests/test_app_headless.py7734 app.query_one("#operate-tabs", TabbedContent).active = "tab-orchestration"CODE
MEDIUM…b/ik-llama/compose/single/deepreinforce-q4km/ngram.yml3# Model: Ornith-1.0-9B (DeepReinforce official Q4_K_M GGUF — agentic-coding RL)COMMENT
MEDIUMmodels/gemma-4-26b-a4b/vllm/compose/single/awq/int8.yml22# capture tail). (3) think-OFF agentic/extraction is softer (cli-40 30%,COMMENT
MEDIUMmodels/gemma-4-26b-a4b/vllm/compose/single/awq/int8.yml177 # Head-of-line fix: cap a long prefill's per-step tokens so a concurrent short/agenticCOMMENT
MEDIUMmodels/gemma-4-26b-a4b/vllm/compose/dual/awq/mtp.yml148 # Head-of-line fix: cap a long prefill's per-step tokens so a concurrent short/agenticCOMMENT
MEDIUM…/diffusiongemma-26b-a4b/vllm/compose/dual/fp8/base.yml16# bugfind 11/15 · hermesagent-20 14/20 (agentic tool-use works) ·COMMENT
MEDIUM…/diffusiongemma-26b-a4b/vllm/compose/dual/fp8/base.yml19# Best for: experimental dLLM serving / agentic tool-use on Ampere (research)COMMENT
MEDIUM…s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml20# agentic packs (hermes 14-15/20, cli 25/40 off) vs the qwen3.6-27bCOMMENT
MEDIUM…s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml23# Best for: Vision-capable-base agentic/chat alternative to the fast qwen dual —COMMENT
MEDIUM…s-4-27b/llama-cpp/compose/dual/migtissera-q4km/mtp.yml43# Tess-4-27B is migtissera's Qwen3.5-based dense 27B instruct/agentic fine-tuneCOMMENT
MEDIUM…0b-deckard/llama-cpp/compose/dual/piehsoft-q6k/mtp.yml16# Best for: Uncensored dual-card chat/agentic; ~41 tok/s (MTP n=2), 128K ctx. ⭐COMMENT
MEDIUM…0-35b/ik-llama/compose/dual/deepreinforce-q8/ngram.yml3# Model: Ornith-1.0-35B (DeepReinforce official Q8_0 GGUF — agentic-coding RL)COMMENT
MEDIUM…0-35b/ik-llama/compose/dual/deepreinforce-q8/ngram.yml22# (aider 15 vs the base's 12-13) — the agentic-coding fine-tune's actual value.COMMENT
MEDIUMmodels/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml19# over qwen3.6-35b-a3b — ~13% slower decode; its edge is agenticCOMMENT
MEDIUMmodels/vibethinker-3b/vllm/compose/single/bf16/fp8.yml17# general/agentic serve. temp 1.0 (card default) is unstable on short prompts — TEMP=0.6COMMENT
MEDIUMmodels/vibethinker-3b/vllm/compose/single/bf16/fp8.yml47# long reasoning trace), so no vLLM tool parser extracts it. The authors document noCOMMENT
MEDIUMmodels/vibethinker-3b/vllm/compose/single/bf16/fp8.yml58# MAX_MODEL_LEN context window (default: 131072 — full native)COMMENT
MEDIUM…-3b/llama-cpp/compose/single/prithivmlmods-q8/q8kv.yml25# STEM reasoning specialist, not a general/agentic serve. llama.cpp's reasoning parserCOMMENT
MEDIUMmodels/qwen3.6-27b/CHANGELOG.md131**v7.72.1 closes [#57](https://github.com/noonghunna/club-3090/issues/57)** (lex's xgrammar-patternProperties fire on loCODE
MEDIUMmodels/qwen3.6-27b/CHANGELOG.md131**v7.72.1 closes [#57](https://github.com/noonghunna/club-3090/issues/57)** (lex's xgrammar-patternProperties fire on loCODE
151 more matches not shown…
Excessive Try-Catch Wrapping588 hits · 458 pts
SeverityFileLineSnippetContext
LOWtools/kv-calc.py1535 except Exception as exc: # registry import / lookup robustnessCODE
LOWtools/kv-calc.py1591 except Exception as exc: # any pricing-path failure → honest unknownCODE
LOWtools/model-switch/server.py88 except Exception:CODE
LOWtools/model-switch/server.py135 except Exception:CODE
LOWtools/model-switch/server.py191 except Exception:CODE
LOWtools/model-switch/server.py199 except Exception:CODE
LOWtools/model-switch/server.py279 except Exception as e:CODE
MEDIUMtools/model-switch/server.py129def _docker_ps() -> list[dict]:CODE
LOWtools/residency-instrument/sitecustomize.py38 except Exception as exc: # pragma: no cover - must never block boot.CODE
LOWtools/residency-instrument/instrument.py176 except Exception as exc: # pragma: no cover - instrumentation must not fail vLLM.CODE
LOWtools/residency-instrument/instrument.py184 except Exception:CODE
LOWtools/residency-instrument/instrument.py194 except Exception:CODE
LOWtools/residency-instrument/instrument.py201 except Exception:CODE
LOWtools/residency-instrument/instrument.py204 except Exception:CODE
LOWtools/residency-instrument/instrument.py213 except Exception:CODE
LOWtools/residency-instrument/instrument.py377 except Exception:CODE
LOWtools/residency-instrument/instrument.py390 except Exception:CODE
LOWtools/residency-instrument/instrument.py409 except Exception:CODE
LOWtools/residency-instrument/instrument.py412 except Exception:CODE
LOWtools/residency-instrument/instrument.py421 except Exception:CODE
LOWtools/residency-instrument/instrument.py446 except Exception:CODE
LOWtools/residency-instrument/instrument.py460 except Exception:CODE
LOWtools/residency-instrument/instrument.py26except Exception: # pragma: no cover - Windows is not a target here.CODE
LOWtools/residency-instrument/instrument.py127 except Exception:CODE
LOWtools/residency-instrument/instrument.py149 except Exception:CODE
LOWtools/residency-instrument/instrument.py249 except Exception:CODE
LOWtools/residency-instrument/instrument.py277 except Exception:CODE
LOWtools/residency-instrument/instrument.py324 except Exception:CODE
LOWtools/residency-instrument/instrument.py362 except Exception:CODE
LOWtools/residency-instrument/instrument.py478 except Exception:CODE
LOWtools/residency-instrument/instrument.py505 except Exception:CODE
LOWtools/residency-instrument/instrument.py523 except Exception:CODE
LOWtools/residency-instrument/instrument.py540 except Exception:CODE
LOWtools/residency-instrument/instrument.py555 except Exception:CODE
LOWtools/residency-instrument/instrument.py564 except Exception:CODE
LOWtools/residency-instrument/instrument.py611 except Exception:CODE
LOWtools/residency-instrument/instrument.py632 except Exception as exc:CODE
LOWtools/residency-instrument/instrument.py784 except Exception as exc: # pragma: no cover - observational only.CODE
LOWtools/residency-instrument/instrument.py796 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2418 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2425 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py255 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py535 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py648 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py653 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py711 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py871 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1231 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1547 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1687 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1805 except Exception as exc:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1822 except Exception as exc:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2262 except Exception:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2277 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2294 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2301 except Exception as exc:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2329 except Exception as exc:CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2402 except Exception as exc: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2488 except Exception: # pragma: no cover - defensiveCODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2517 except Exception: # pragma: no cover - defensiveCODE
528 more matches not shown…
AI Slop Vocabulary75 hits · 218 pts
SeverityFileLineSnippetContext
MEDIUMtools/kv-calc.py1051# (This mirrors how the existing test harness loads the module.)COMMENT
MEDIUMtools/serve-cockpit/tests/test_services.py2050 # ... and the comprehensive 'off' command still ran via the write runner.COMMENT
MEDIUMtools/serve-cockpit/tests/test_services.py1528 """The 'off' scene routes here — comprehensive stop (gpu-mode off + estateSTRING
MEDIUMtools/serve-cockpit/tests/test_app_headless.py3881# The cockpit FLAGS the protocol (matched power? same harness? same prompts?) —COMMENT
MEDIUMtools/serve-cockpit/tests/test_app_headless.py3918 # Protocol caveats FLAG what the cockpit can't verify (power/harness/COMMENT
MEDIUM…-a4b/vllm/patches/vllm-pr40886-awq-moe-keys/install.sh14# in `_weight_iterator`. Anchor-based insertion is robust to upstreamCOMMENT
MEDIUM…a4b/vllm/patches/gemma-image-fixes/marlin_utils_fp8.py59 # For GPUs that lack FP8 hardware support, we can leverage theCOMMENT
MEDIUM…gemma-4-12b/vllm/compose/single/autoround-int8/mtp.yml16# undrafted. n=4 = robust default (near-peak, matches dual); SPEC_N=5 for code-max.COMMENT
MEDIUMmodels/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml16# behavior, not harness); (2) Ampere sm_86 serves FP8 WEIGHT-ONLYCOMMENT
MEDIUMmodels/agents-a1/vllm/compose/dual/fp8-dynamic/fp8.yml28# (post benchlocal-cli #79+#81 harness, 2026-07-03)COMMENT
MEDIUM…ack/vllm/entrypoints/openai/chat_completion/serving.py436 # Always track previous_texts for comprehensive output loggingCOMMENT
MEDIUM…ack/vllm/entrypoints/openai/chat_completion/serving.py730 # Update for comprehensive logging even in simple caseCOMMENT
MEDIUM…qwen3.6-27b/vllm/compose/multi4/autoround-int4/mtp.yml32# Quality: = the dual fast proxy (vllm/dual): 109/150 (--full, current harness 2026-06-07);COMMENT
MEDIUM…qwen3.6-27b/vllm/compose/multi4/autoround-int4/mtp.yml34# 2026-05-09 harness is not comparable — verifier fixes since.) Quality isCOMMENT
MEDIUM…en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml32# Quality: 109/150 (det 64/75 · sandbox 45/75) (--full, current harness 2026-06-07).COMMENT
MEDIUM…en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml33# In the 3-way fast/balanced/max A/B (same harness, same day): fast 109 ·COMMENT
MEDIUM…en3.6-27b/vllm/compose/dual/autoround-int4/fp8-mtp.yml35# ⚠️ Earlier 129/150 (--full, 2026-05-09 harness) is NOT comparable — benchlocal-cliCOMMENT
MEDIUM…s/qwen3.6-27b/vllm/compose/dual/awq-bf16-int4/int8.yml21# Quality: 105/150 (det 64/75 · sandbox 41/75) (--full, same harness 2026-06-07). 8-pack A/BCOMMENT
MEDIUM…se/_archive/single/autoround-int4/bounded-thinking.yml44# grammar files, and the harness.COMMENT
MEDIUM…se/_archive/single/autoround-int4/bounded-thinking.yml75# bound reasoning cost. See docs/STRUCTURED_COT.md for the harness +COMMENT
MEDIUM…beellama/compose/dual/beellama-q8kxl-dflash/dflash.yml12# Max ctx: 262144 default — the model's native n_ctx_train, VALIDATED robust on dualCOMMENT
MEDIUM…eellama/compose/single/beellama-q4ks-dflash/dflash.yml50# 2026-07-04 re-gate on the official v0.3.2-preview pin, current harness,COMMENT
MEDIUM…eellama/compose/single/beellama-q4ks-dflash/dflash.yml51# tag gemma-dflash-regate. Prior harness-era numbers: 109/114, 2026-05-27, #239.)COMMENT
MEDIUM…beellama/compose/dual/beellama-q8kxl-dflash/dflash.yml11# Max ctx: 196608 (192K) default — the robust balanced ceiling on dual Q8 (validatedCOMMENT
MEDIUMscripts/launch.sh1215 # so decode_TPS is not a decode rate for it; the harness labels theCOMMENT
MEDIUMscripts/bench.sh30# ⇒ Prefill is far more robust (CV <=0.1% within a boot, <=1% across boots);COMMENT
MEDIUMscripts/bench.sh137# shape, for a harness that parses it). Default: 1.COMMENT
MEDIUMscripts/bench.sh496# A bench harness's failure mode is a PLAUSIBLE WRONG NUMBER, not a crash. TheCOMMENT
LOWscripts/club3090-env.sh6# bash scripts/club3090-env.sh 2>/dev/null # silent: just set env varsCOMMENT
MEDIUMscripts/offload-matrix.sh153# PRESET=smoke 1 arm — prove the harness works on this rig (default)COMMENT
MEDIUMscripts/offload-matrix.sh247# failure class this harness exists to prevent. Seen live 2026-07-30: the probeCOMMENT
MEDIUMscripts/offload-matrix.sh345# harness exists to prevent.COMMENT
MEDIUMscripts/catalog-baseline.sh25# READS THE TAG ARTIFACTS AS TRUTH: if a harness fix rescored saved results,COMMENT
MEDIUMscripts/catalog-baseline.sh199 friction-#8 hook: a quality number without its harness fingerprint isSTRING
MEDIUMscripts/catalog-baseline.sh227# quality_env (friction #8 / design §2.1.4): the harness fingerprint theCOMMENT
MEDIUMscripts/power-cap-sweep.sh13# sudo bash scripts/power-cap-sweep.sh # comprehensive sweep at 10W increments (matches @laurCOMMENT
MEDIUMscripts/verify-full.sh532 # generalized harness).COMMENT
MEDIUMscripts/verify-full.sh538 skip "docker not in PATH (host engine build? — see #87 for generalized harness work)"CODE
MEDIUMscripts/soak-helper.py563 # both so the soak harness doesn't go silent when theCOMMENT
LOWscripts/pull.sh112# just set them for one invocation. Both default OFF: Xet is opt-in because ofCOMMENT
MEDIUMscripts/soak-test.sh74# turns the harness derives TPS from wall time andCOMMENT
LOWscripts/verify-stress.sh1004# get a margin curve, not just pass/fail. Stops at the first failureCOMMENT
LOWscripts/verify-stress.sh42# get a margin curve, not just pass/fail. Stops at the first failure —COMMENT
MEDIUMscripts/switch.sh955 # so decode_TPS is not a decode rate for it; the harness labels theCOMMENT
MEDIUMscripts/quality-test.sh615 # harness, deps), results run against the OLD behavior — the exactCOMMENT
MEDIUMscripts/tests/test-report-engine-liveness.sh40# shellcheck source=fixtures/report-harness/report-env.shCOMMENT
MEDIUMscripts/tests/test-bench-capture.sh10# The capture layer exists because a bench harness fails by printing a PLAUSIBLECOMMENT
MEDIUMscripts/tests/test-bench-capture.sh87# harness running the script — they have killed the calling shell (exit 144).COMMENT
MEDIUMscripts/tests/test-bench-capture.sh855# a harness that turned capture off still wants to know what it ran under.COMMENT
MEDIUMscripts/tests/test-report-exit-code.sh32# shellcheck source=fixtures/report-harness/report-env.shCOMMENT
MEDIUMscripts/tests/test-soak-vram-baseline.sh34# shellcheck source=fixtures/soak-harness/soak-env.shCOMMENT
MEDIUMscripts/tests/test-offload-matrix-static.sh5# this harness has already shipped: rows whose column count silently disagrees withCOMMENT
MEDIUMscripts/tests/test-offload-matrix-static.sh8# The harness exists to produce numbers that DECIDE serving configs. Its failure modeCOMMENT
MEDIUMscripts/tests/test-soak-decode-basis.sh36# shellcheck source=fixtures/soak-harness/soak-env.shCOMMENT
MEDIUMscripts/tests/test-catalog-baseline.sh104# friction #8: the harness fingerprint rides the row (§2.1.4 provenance)COMMENT
MEDIUMscripts/tests/test-hf-fetch-hardening.sh22# shim harness: behavior file selects the fake hf's mode per caseCOMMENT
MEDIUMscripts/tests/test-pull.sh864# is asserted by the harness below (kv-calc unchanged).COMMENT
MEDIUMscripts/tests/test-baselines.sh79 # quality_env (friction #8 / §2.1.4): the harness fingerprint the qualityCOMMENT
MEDIUMscripts/tests/test-baselines.sh80 # numbers were produced on — harness required, sandbox_digest optionalCOMMENT
MEDIUMscripts/lib/capture.sh5# A bench harness's failure mode is not a crash — it is a PLAUSIBLE WRONGCOMMENT
15 more matches not shown…
Unused Imports234 hits · 208 pts
SeverityFileLineSnippetContext
LOWtools/kv-calc.py5CODE
LOWtools/repack_prefix.py25CODE
LOWtools/repack_prefix.py40CODE
LOWtools/model-switch/server.py32CODE
LOWtools/residency-instrument/sitecustomize.py9CODE
LOWtools/residency-instrument/instrument.py10CODE
LOWtools/residency-instrument/instrument.py13CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py26CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py50CODE
LOWtools/serve-cockpit/club3090_cockpit/registry.py8CODE
LOWtools/serve-cockpit/club3090_cockpit/registry.py8CODE
LOWtools/serve-cockpit/club3090_cockpit/registry.py8CODE
LOWtools/serve-cockpit/club3090_cockpit/registry.py8CODE
LOWtools/serve-cockpit/club3090_cockpit/session_logging.py8CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py42CODE
LOWtools/serve-cockpit/club3090_cockpit/__main__.py3CODE
LOWtools/serve-cockpit/club3090_cockpit/data.py16CODE
LOWtools/serve-cockpit/tests/conftest.py20CODE
LOWtools/serve-cockpit/tests/test_uiux_phase4_gguf.py7CODE
LOWtools/serve-cockpit/tests/test_uiux_phase4_gguf.py13CODE
LOWtools/serve-cockpit/tests/test_services.py14CODE
LOWtools/serve-cockpit/tests/test_services.py60CODE
LOWtools/serve-cockpit/tests/test_services.py60CODE
LOWtools/serve-cockpit/tests/test_services.py2756CODE
LOWtools/serve-cockpit/tests/test_uiux_phase1.py6CODE
LOWtools/serve-cockpit/tests/test_uiux_phase1.py9CODE
LOWtools/serve-cockpit/tests/test_uiux_phase1.py126CODE
LOWtools/serve-cockpit/tests/test_app_headless.py24CODE
LOWtools/serve-cockpit/tests/test_app_headless.py62CODE
LOWtools/serve-cockpit/tests/test_app_headless.py62CODE
LOWtools/serve-cockpit/tests/test_app_headless.py62CODE
LOWtools/serve-cockpit/tests/test_app_headless.py62CODE
LOWtools/serve-cockpit/tests/test_app_headless.py5289CODE
LOWtools/serve-cockpit/tests/test_uiux_funnel_oversized.py9CODE
LOWtools/serve-cockpit/tests/test_uiux_phase2.py3CODE
LOWtools/serve-cockpit/tests/test_uiux_phase3.py3CODE
LOWtools/serve-cockpit/tests/test_uiux_phase3.py6CODE
LOWtools/serve-cockpit/tests/test_uiux_phase3.py8CODE
LOWtools/serve-cockpit/tests/test_uiux_phase3.py76CODE
LOWtools/serve-cockpit/tests/test_registry_parser.py7CODE
LOWtools/serve-cockpit/tests/test_registry_parser.py9CODE
LOWtools/tui-core/club3090_tui_core/runner.py3CODE
LOWtools/tui-core/club3090_tui_core/runner.py11CODE
LOWtools/tui-core/club3090_tui_core/registry.py6CODE
LOWtools/tui-core/club3090_tui_core/registry.py10CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py3CODE
LOWtools/tui-core/club3090_tui_core/__init__.py17CODE
LOWtools/tui-core/club3090_tui_core/__init__.py17CODE
LOWtools/tui-core/club3090_tui_core/__init__.py17CODE
174 more matches not shown…
Cross-Language Confusion15 hits · 118 pts
SeverityFileLineSnippetContext
HIGHtools/serve-cockpit/tests/test_services.py1051 '{"arch": null, "eligible": false, "fit_verdict": "unsupported-format",'CODE
HIGHtools/serve-cockpit/tests/test_services.py1053 ' "swap_path": {"drop_spec_config": false, "quant_match": null,'CODE
HIGHtools/serve-cockpit/tests/test_services.py1054 ' "route": null, "sibling_slug": null}}'CODE
HIGHtools/serve-cockpit/tests/test_services.py1057 '{"formats": ["gguf"], "safetensors": null, "gguf_variants":'CODE
HIGHtools/serve-cockpit/tests/test_services.py1097 "--inventory": ok('{"formats": [], "safetensors": null, "gguf_variants": []}'),CODE
HIGHscripts/lib/profiles/pull.py625 # model/arch/quant null). Decision UNCHANGED.COMMENT
HIGHscripts/lib/profiles/pull.py1335 # boot never reached allocation -> actual null; the WHYCOMMENT
HIGHscripts/lib/profiles/capture.py871# actual:{ boot_peak_mib:int|null, gpu_worker_reported_mib:int|null },COMMENT
HIGHscripts/lib/profiles/capture.py872# predicted_vs_actual_delta_mib:int|null,COMMENT
HIGHscripts/lib/profiles/capture.py873# exit_error_summary:str|null,COMMENT
HIGHscripts/lib/profiles/capture.py921 # boot never reached allocation -> actual is null; the WHY lives inCOMMENT
HIGHscripts/lib/profiles/measurement_record.py369 the record is still written but the gap is explicit (never a silent null).STRING
HIGHscripts/lib/profiles/measurement_record.py511 # Soft-gap diagnostics (never a silent null): a list naming eachCOMMENT
HIGHscripts/lib/profiles/loop_input.py32 (`capture.py:569`) — F1 just SURFACES that null; it never expectsSTRING
HIGHscripts/lib/profiles/loop_input.py302# null). `dedup_tuple()` therefore uses `.get(k, None)` (NOT `m[k]`) —COMMENT
Deep Nesting144 hits · 98 pts
SeverityFileLineSnippetContext
LOWtools/kv-calc.py432CODE
LOWtools/kv-calc.py482CODE
LOWtools/kv-calc.py823CODE
LOWtools/kv-calc.py1470CODE
LOWtools/kv-calc.py1681CODE
LOWtools/model-switch/server.py103CODE
LOWtools/model-switch/server.py145CODE
LOWtools/residency-instrument/instrument.py156CODE
LOWtools/residency-instrument/instrument.py266CODE
LOWtools/residency-instrument/instrument.py341CODE
LOWtools/residency-instrument/instrument.py381CODE
LOWtools/residency-instrument/instrument.py527CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py892CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py985CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1346CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1641CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2544CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py2996CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py3044CODE
LOWtools/serve-cockpit/club3090_cockpit/services.py1658CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py5560CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py6007CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7290CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7304CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7494CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7699CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py7887CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8080CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py8549CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9458CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9614CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9871CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10092CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10419CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11315CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11716CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py11997CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py9464CODE
LOWtools/serve-cockpit/club3090_cockpit/data.py1773CODE
LOWtools/serve-cockpit/club3090_cockpit/data.py1894CODE
LOWtools/serve-cockpit/club3090_cockpit/data.py2123CODE
LOWtools/serve-cockpit/club3090_cockpit/data.py2625CODE
LOWtools/tui-core/club3090_tui_core/runner.py100CODE
LOWtools/tui-core/club3090_tui_core/detect.py91CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py87CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py108CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py153CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py175CODE
LOW…ols/tui-core/club3090_tui_core/widgets/history_view.py130CODE
LOW…ols/tui-core/club3090_tui_core/widgets/history_view.py192CODE
LOW…ols/tui-core/club3090_tui_core/widgets/history_view.py270CODE
LOWtools/test-console/club3090_test_console/app.py110CODE
LOWtools/test-console/club3090_test_console/app.py203CODE
LOW…-a4b/vllm/patches/gemma-image-fixes/diffusion_gemma.py1217CODE
LOW…a4b/vllm/patches/gemma-image-fixes/marlin_utils_fp8.py98CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py399CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py893CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py1067CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py2100CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py2746CODE
84 more matches not shown…
Cross-File Repetition9 hits · 45 pts
SeverityFileLineSnippetContext
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0helpers for restoring padded-page logical kv cache shapes.STRING
HIGH…lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py0helpers for restoring padded-page logical kv cache shapes.STRING
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0helpers for restoring padded-page logical kv cache shapes.STRING
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0scale padded page size to a different runtime block size.STRING
HIGH…lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py0scale padded page size to a different runtime block size.STRING
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0scale padded page size to a different runtime block size.STRING
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0adjust the logical last dimension to match padded page size bytes.STRING
HIGH…lm-pr40391-perheadkv/v1/worker/kv_cache_shape_utils.py0adjust the logical last dimension to match padded page size bytes.STRING
HIGH…m/patches/vllm-pr40391-v0.22.0/kv_cache_shape_utils.py0adjust the logical last dimension to match padded page size bytes.STRING
Example Usage Blocks29 hits · 43 pts
SeverityFileLineSnippetContext
LOWtools/bump-engine-nightlies.sh8# Usage:COMMENT
LOWscripts/beellama-pin-bump.sh11# Usage:COMMENT
LOWscripts/launch.sh9# Usage:COMMENT
LOWscripts/bench.sh165# Usage:COMMENT
LOWscripts/bench.sh182# Usage:COMMENT
LOWscripts/generate-compose.sh11# Usage:COMMENT
LOWscripts/club3090-env.sh4# Usage:COMMENT
LOWscripts/rerun-failed-packs.sh24# Usage:COMMENT
LOWscripts/submit-bench.sh5# Usage:COMMENT
LOWscripts/spec-sweep.sh28# Usage:COMMENT
LOWscripts/setup-ai-studio.sh6# Usage:COMMENT
LOWscripts/rebench-full.sh44# Usage:COMMENT
LOWscripts/power-cap-sweep.sh12# Usage:COMMENT
LOWscripts/quality-baseline.sh11# Usage:COMMENT
LOWscripts/report.sh9# Usage:COMMENT
LOWscripts/bench-agentic.sh52# Usage:COMMENT
LOWscripts/verify-full.sh27# Usage:COMMENT
LOWscripts/update.sh19# Usage:COMMENT
LOWscripts/arch-ab.sh11# Usage:COMMENT
LOWscripts/concurrency-probe.sh22# Usage:COMMENT
LOWscripts/pull.sh17# Usage:COMMENT
LOWscripts/health.sh13# Usage:COMMENT
LOWscripts/verify-stress.sh47# Usage:COMMENT
LOWscripts/engine-pin-bump.sh27# Usage:COMMENT
LOWscripts/switch.sh9# Usage:COMMENT
LOWscripts/pod.sh9# Usage:COMMENT
LOWscripts/tests/tier2/test-offload-matrix-real.sh19# Usage:COMMENT
LOWscripts/maintenance/list-image-pins.sh12# Usage:COMMENT
LOWservices/studio/push-pipe-to-owui.sh15# Usage:COMMENT
Modern Structural Boilerplate55 hits · 39 pts
SeverityFileLineSnippetContext
LOWtools/serve-cockpit/club3090_cockpit/services.py476 def set_logging_enabled(self, enabled: bool) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/registry.py15__all__ = [CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1113 def set_model_dir_note(self, note: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py3593 def set_run_outcome(self, kind: str, status: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py5542 def set_next_hint(self, markup: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py5549 def set_continue_visible(self, visible: bool) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py6465 def set_surface(self, surface: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py10611 def _set_run_outcome(self, kind: str, status: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1287 def set_serving_slug(self, slug: str, confidence: str = "") -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1307 def set_live_free_vram(self, free_gb_by_index: Optional[dict[int, float]]) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1402 def set_filter(self, text: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1406 def set_model_filter(self, model: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py2236 def _set_start_binding_label(self, label: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py2252 def set_reconcile(self, rec: ReconcileResult) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py2346 def _set_force_binding_label(self, label: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py3804 def set_verify_running(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py3836 def set_verify_full_running(self) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py5531 def set_weights_line(self, markup: str) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py6237 def update_from_state(self, state: EstateState, *, as_of: str = "") -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py6443 def set_active(self, index: int) -> None:CODE
LOWtools/serve-cockpit/club3090_cockpit/app.py1070 def set_columns(self, order: list[str], hidden: list[str]) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py1686 def set_detail(self, detail: Optional[dict], error: Optional[str]) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py1691 def set_cross_rig(self, rows: list[BenchRow]) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py3534 def set_target_banner(self, text: str) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py4121 def set_report(self, report: EvidenceReport) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py4190 def set_result(self, vsbar: MeasureVsBar) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py4318 def set_report(self, report: str, error: Optional[str]) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py5043 def set_report(self, report: OptimizerReport) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py5408 def set_checking(self, repo: str) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py5414 def set_inspecting(self, repo: str) -> None:STRING
LOWtools/serve-cockpit/club3090_cockpit/app.py5866 def set_status(self, text: str) -> None:STRING
LOWtools/serve-cockpit/tests/test_app_headless.py713async def _settle(pilot) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py310 def set_run_header(self, test_type: TestType, model: str, elapsed: str = "") -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py322 def update_elapsed_timer(self) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py68 def _update_bench(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py87 def _update_verify(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py108 def _update_stress(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py135 def _update_quality(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py153 def _update_soak(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py175 def _update_rebench(self, event: ParseEvent) -> None:CODE
LOWtools/tui-core/club3090_tui_core/widgets/live_pane.py51 def update_from_event(self, event: ParseEvent, test_type: TestType) -> None:STRING
LOWtools/test-console/club3090_test_console/parsers.py17__all__ = [CODE
LOWtools/test-console/club3090_test_console/app.py508 def _update_elapsed_timer(self) -> None:CODE
LOWtools/test-console/club3090_test_console/app.py516 def _update_target_pane(self) -> None:CODE
LOWtools/test-console/club3090_test_console/detect.py18__all__ = [CODE
LOW…est-console/club3090_test_console/widgets/live_pane.py8__all__ = ["StructuredHeader", "LivePane"]CODE
LOW…console/club3090_test_console/widgets/manual_target.py5__all__ = ["ManualTargetScreen"]CODE
LOW…t-console/club3090_test_console/widgets/target_pane.py10__all__ = ["TargetPane", "STATUS_GLYPHS", "STATUS_COLORS", "REGISTRY_STATUS_GLYPHS"]CODE
LOW…-console/club3090_test_console/widgets/history_view.py9__all__ = ["RunRecord", "RunDetailScreen", "HistoryScreen"]CODE
LOW…est-console/club3090_test_console/widgets/test_menu.py132 def set_status(self, test_type: TestType, status: str) -> None:CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py864 def update_max_model_len(self, max_model_len: int) -> None:CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py4800 def update_config(self, overrides: dict[str, Any]) -> None:CODE
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py870 def update_max_model_len(self, max_model_len: int) -> None:CODE
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py4815 def update_config(self, overrides: dict[str, Any]) -> None:CODE
LOW…p8-ampere/model_executor/layers/attention/attention.py94def set_default_quant_scales(layer: nn.Module, register_buffer: bool = False) -> None:CODE
Structural Annotation Overuse17 hits · 28 pts
SeverityFileLineSnippetContext
LOWtools/tui-core/club3090_tui_core/detect.py102 # Step 1: docker psCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py115 # Step 2: find inference containersCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py155 # Step 3: prefer recognized engine prefix; else first matchCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py173 # Step 4: probe /v1/modelsCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py190 # Step 5: GPU infoCOMMENT
LOWdocs/LOCAL_AI_PRIMER.md11### Step 1: Hardware (The Rule of VRAM)COMMENT
LOWdocs/LOCAL_AI_PRIMER.md23### Step 2: Model Sizes and ArchitectureCOMMENT
LOWdocs/LOCAL_AI_PRIMER.md37### Step 3: The Engines (The Software that runs the AI)COMMENT
LOWdocs/LOCAL_AI_PRIMER.md49### Step 4: Quants, Cache, and Context (Shrinking the model)COMMENT
LOWdocs/LOCAL_AI_PRIMER.md67### Step 5: Prompt Templates (How to talk to it)COMMENT
LOWscripts/setup.sh373# Step 2: source repo-root .env if present (lets a saved choice persist)COMMENT
LOWscripts/setup.sh379# Step 3: prompt if still unset + interactiveCOMMENT
LOWscripts/setup.sh428# Step 4: silent fallback (preserves prior behavior for non-TTY contexts)COMMENT
LOWscripts/verify-stress.sh1179 # Step 1: detect context windowCOMMENT
LOWscripts/verify-stress.sh1187 # Step 2: build the ladder — from ceiling_start to ceiling_fraction*n_ctxCOMMENT
LOWscripts/verify-stress.sh1271 # Step 3: run each rungCOMMENT
LOWscripts/verify-stress.sh1462 # Step 4: summaryCOMMENT
Hallucination Indicators2 hits · 25 pts
SeverityFileLineSnippetContext
CRITICALmodels/qwen3.6-27b/CHANGELOG.md468- **Cliff 2** — DeltaNet/GLA recurrent state buffer, fires on any single prompt above ~50-60K tokens regardless of mem-uCODE
CRITICAL…llm/compose/_archive/single/autoround-int4/tq3-mtp.yml41# Site: fla.ops.chunk.chunk_gated_delta_rule_fwd_h.h.new_empty(B, NT, H, V, K)COMMENT
Verbosity Indicators12 hits · 22 pts
SeverityFileLineSnippetContext
LOWtools/tui-core/club3090_tui_core/detect.py102 # Step 1: docker psCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py115 # Step 2: find inference containersCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py155 # Step 3: prefer recognized engine prefix; else first matchCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py173 # Step 4: probe /v1/modelsCOMMENT
LOWtools/tui-core/club3090_tui_core/detect.py190 # Step 5: GPU infoCOMMENT
LOWscripts/setup.sh373# Step 2: source repo-root .env if present (lets a saved choice persist)COMMENT
LOWscripts/setup.sh379# Step 3: prompt if still unset + interactiveCOMMENT
LOWscripts/setup.sh428# Step 4: silent fallback (preserves prior behavior for non-TTY contexts)COMMENT
LOWscripts/verify-stress.sh1179 # Step 1: detect context windowCOMMENT
LOWscripts/verify-stress.sh1187 # Step 2: build the ladder — from ceiling_start to ceiling_fraction*n_ctxCOMMENT
LOWscripts/verify-stress.sh1271 # Step 3: run each rungCOMMENT
LOWscripts/verify-stress.sh1462 # Step 4: summaryCOMMENT
Redundant / Tautological Comments13 hits · 20 pts
SeverityFileLineSnippetContext
LOWtools/test-console/club3090_test_console/app.py623 # Check if a run is activeCOMMENT
LOW…gemma-26b-a4b/vllm/patches/gemma-image-fixes/marlin.py50 # Check if platform supports FP8 MarlinCOMMENT
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py4471 # Check if we need to copy draft tokens to CPU. In async scheduling,COMMENT
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py6419 # Check if attention backend supports PCP&DCP and related features.COMMENT
LOW…40914-k1-only/v1/attention/backends/turboquant_attn.py217 # Set seq_lens to 1 so CUDA graph capture is fastCOMMENT
LOW…tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py2000 # Check if the available memory is enough per worker.COMMENT
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py4485 # Check if we need to copy draft tokens to CPU. In async scheduling,COMMENT
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py6381 # Check if attention backend supports PCP&DCP and related features.COMMENT
LOW…gemma4-fp8-ampere/v1/attention/backends/triton_attn.py147 # Check if CUDA Graphs are enabled for decodeCOMMENT
LOW…p8-ampere/model_executor/layers/attention/attention.py240 # Check if per-head quant scales are required based on kv_cache_schemeCOMMENT
LOW…llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py2074 # Check if the available memory is enough per worker.COMMENT
LOWscripts/verify.sh155 # Check if model inlined <tool_call> as plain text — the symptom of a broken patchCOMMENT
LOWscripts/report.sh642 # Check if a club-3090 container is running (lightweight — full detection is later)COMMENT
Self-Referential Comments5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py194 # Create a fake head and a tail block for the doubly linked list toCOMMENT
MEDIUM…tches/vllm-pr40391-perheadkv/v1/core/kv_cache_utils.py758 # Define a function to check if a given model length fits in memoryCOMMENT
MEDIUM…llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py198 # Create a fake head and a tail block for the doubly linked list toCOMMENT
MEDIUM…llm-perheadkv-hybridpage-fix/v1/core/kv_cache_utils.py762 # Define a function to check if a given model length fits in memoryCOMMENT
MEDIUMscripts/lib/registry-emit.sh842# This file is normally SOURCED for its functions (registry_variant_rows etc.).COMMENT
AI Structural Patterns17 hits · 12 pts
SeverityFileLineSnippetContext
LOWtools/kv-calc.py718CODE
LOWtools/kv-calc.py892CODE
LOWtools/kv-calc.py1151CODE
LOWtools/serve-cockpit/tests/test_app_headless.py661CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py2100CODE
LOW…hes/vllm-pr40798-rebased/v1/worker/gpu_model_runner.py5290CODE
LOW…40914-k1-only/v1/attention/backends/turboquant_attn.py1030CODE
LOW…ack/vllm/entrypoints/openai/chat_completion/serving.py83CODE
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py2106CODE
LOW…s/vllm-pr40391-perheadkv/v1/worker/gpu_model_runner.py5305CODE
LOW…p8-ampere/model_executor/layers/attention/attention.py189CODE
LOWscripts/lib/profiles/compose_registry.py46CODE
LOWscripts/lib/profiles/pull.py529CODE
LOWscripts/lib/profiles/compat.py832CODE
LOWscripts/lib/profiles/hf_fetch.py805CODE
LOWscripts/lib/profiles/measurement_record.py328CODE
LOWservices/studio/production/planner.py222CODE
Fake / Example Data6 hits · 6 pts
SeverityFileLineSnippetContext
LOWservices/studio/studio_pipe.py41WORKFLOWS = json.loads(r"""{"ltx-t2v": {"1": {"inputs": {"vae_name": "ltx-2.3-22b-distilled_audio_vae.safetensors", "devCODE
LOWservices/studio/workflows/ideogram4.json6 "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}},CODE
LOWservices/studio/workflows/hidream_o1.json3 "cond": {"class_type": "HiDreamO1Conditioning", "inputs": {"prompt": "placeholder", "negative_prompt": ""}},CODE
LOWservices/studio/workflows/stable_audio_sfx.json4 "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}},CODE
LOWservices/studio/workflows/chroma1_hd.json6 "pos": {"class_type": "CLIPTextEncode", "inputs": {"text": "placeholder", "clip": ["clip", 0]}},CODE
LOWservices/studio/workflows/ace_step_music.json6 "pos": {"class_type": "TextEncodeAceStepAudio", "inputs": {"clip": ["ckpt", 1], "tags": "placeholder", CODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWscripts/soak-helper.py308 "src/example.py: def handle_request(payload):\n"CODE