Repository Analysis

elder-plinius/OBLITERATUS

OBLITERATE THE CHAINS THAT BIND YOU

37.3 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of elder-plinius/OBLITERATUS, a Python project with 8,099 GitHub stars. SynthScan v2.0 examined 119,981 lines of code across 382 source files, recording 3174 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 37.3 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.3
Adjusted Score
37.3
Raw Score
100%
Time Factor
2026-08-29
Last Push
8.1K
Stars
Python
Language
120.0K
Lines of Code
382
Files
3.2K
Pattern Hits
2026-08-29
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 3HIGH 11MEDIUM 685LOW 2475

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 3174 distinct pattern matches across 21 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 Separators636 hits · 1968 pts
SeverityFileLineSnippetContext
MEDIUMapp.py1162# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1164# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1171# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1173# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3603# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3605# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py30# ── Container environment fixes ──────────────────────────────────────COMMENT
MEDIUMapp.py86# ── ZeroGPU support ─────────────────────────────────────────────────COMMENT
MEDIUMapp.py323# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py325# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py361# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py363# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py447# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py449# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py534# ── Community Hub push ────────────────────────────────────────────────COMMENT
MEDIUMapp.py676# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py678# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py965# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py967# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1207# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1209# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1764# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py1766# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py2832# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py2834# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3354# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3356# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3820# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py3822# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py4061# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py4063# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py4182# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py4184# ---------------------------------------------------------------------------COMMENT
MEDIUMapp.py5713 # ── Tab 8: About ──────────────────────────────────────────────────COMMENT
MEDIUMapp.py4630 # ── Tab 1: Obliterate ─────────────────────────────────────────────STRING
MEDIUMapp.py4875 # ── Tab 2: Benchmark ──────────────────────────────────────────────STRING
MEDIUMapp.py5218 # ── Tab 3: Chat ───────────────────────────────────────────────────STRING
MEDIUMapp.py5264 # ── Tab 4: A/B Comparison ─────────────────────────────────────────STRING
MEDIUMapp.py5341 # ── Tab 5: Strength Sweep ────────────────────────────────────────STRING
MEDIUMapp.py5411 # ── Tab 6: Tourney ────────────────────────────────────────────────STRING
MEDIUMapp.py5478 # ── Tab 7: Export ─────────────────────────────────────────────────STRING
MEDIUMapp.py5499 # ── Tab: Push to Hub ──────────────────────────────────────────────STRING
MEDIUMapp.py5586 # ── Tab: Leaderboard ────────────────────────────────────────────STRING
MEDIUMapp.py5927# ---------------------------------------------------------------------------STRING
MEDIUMapp.py5929# ---------------------------------------------------------------------------STRING
MEDIUMtests/test_breakthrough_modules.py259# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py261# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py353# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py355# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py459# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py461# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py589# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py591# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py816# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py818# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_breakthrough_modules.py44# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_breakthrough_modules.py110# ===========================================================================COMMENT
MEDIUMtests/test_breakthrough_modules.py112# ===========================================================================COMMENT
MEDIUMtests/conftest.py57# ---------------------------------------------------------------------------COMMENT
576 more matches not shown…
Hyper-Verbose Identifiers1658 hits · 1493 pts
SeverityFileLineSnippetContext
LOWapp.py207def _resolve_local_checkpoint(checkpoint: str | Path) -> Path:CODE
LOWapp.py236def _format_checkpoint_reload_error(error: BaseException) -> str:CODE
LOWapp.py382def _recover_sessions_from_disk() -> None:CODE
LOWapp.py935def _resolve_ui_load_settings(CODE
LOWapp.py1221def _format_obliteration_metrics(CODE
LOWapp.py1705def _format_benchmark_results(results: list[dict], context: dict | None = None) -> str:CODE
LOWapp.py2084def _format_multi_model_results(results: list[dict], context: dict | None = None) -> str:CODE
LOWapp.py3078def _get_session_model_choices():CODE
LOWtests/test_strategy_navigation_contracts.py91def test_strategy_navigation_resolves_fallback_layers_and_missing_attention():CODE
LOWtests/test_strategy_navigation_contracts.py105def test_nemotron_h_navigation_uses_backbone_layers_and_mixer():CODE
LOWtests/test_strategy_navigation_contracts.py114def test_head_pruning_zeros_qkv_and_output_slices_for_standard_attention():CODE
LOWtests/test_strategy_navigation_contracts.py139def test_embedding_navigation_uses_first_embedding_and_fails_without_one():CODE
LOWtests/test_checkpoint_atomicity.py31def test_atomic_checkpoint_replaces_existing_destination(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py44def test_atomic_checkpoint_replaces_an_invalid_file_destination(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py56def test_atomic_checkpoint_warns_if_obsolete_backup_cannot_be_removed(CODE
LOWtests/test_checkpoint_atomicity.py81def test_atomic_checkpoint_preserves_destination_on_write_failure(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py96def test_atomic_checkpoint_cleans_staging_on_cancellation_during_write(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py111def test_atomic_checkpoint_preserves_destination_on_file_fsync_failure(CODE
LOWtests/test_checkpoint_atomicity.py132def test_new_checkpoint_parent_sync_failure_rolls_back_then_allows_retry(CODE
LOWtests/test_checkpoint_atomicity.py174def test_atomic_checkpoint_cancellation_restores_and_unlocks_for_retry(CODE
LOWtests/test_checkpoint_atomicity.py207 def maybe_cancel_directory_sync(path):CODE
LOWtests/test_checkpoint_atomicity.py236def test_atomic_checkpoint_restores_destination_on_promotion_failure(CODE
LOWtests/test_checkpoint_atomicity.py260def test_atomic_checkpoint_reports_recoverable_backup_when_rollback_fails(CODE
LOWtests/test_checkpoint_atomicity.py270 def fail_promotion_and_restore(source, target):CODE
LOWtests/test_checkpoint_atomicity.py287def test_atomic_checkpoint_reports_staging_cleanup_failure_without_masking_write(CODE
LOWtests/test_checkpoint_atomicity.py317def test_rebirth_failure_preserves_checkpoint_and_owned_offload(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py347def test_cleanup_only_removes_pipeline_owned_offload_directory(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py362def test_cleanup_removes_and_clears_pipeline_owned_offload_directory(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py379def test_cleanup_clears_stale_owned_offload_reference(tmp_path):CODE
LOWtests/test_checkpoint_atomicity.py392def test_cleanup_failure_retains_owned_offload_reference_for_retry(CODE
LOWtests/test_device_boundaries.py18def test_auto_device_preference(monkeypatch, cuda, mps, expected):CODE
LOWtests/test_device_boundaries.py25def test_explicit_device_validation(monkeypatch):CODE
LOWtests/test_device_boundaries.py46def test_names_and_device_counts(monkeypatch):CODE
LOWtests/test_device_boundaries.py66def test_system_memory_sources_and_fallback(monkeypatch):CODE
LOWtests/test_device_boundaries.py98def test_memory_info_for_cuda_and_cuda_fallback(monkeypatch):CODE
LOWtests/test_device_boundaries.py127def test_memory_info_for_mps_cpu_and_total_free(monkeypatch):CODE
LOWtests/test_device_boundaries.py141def test_total_cuda_memory_sums_query_and_fallback(monkeypatch):CODE
LOWtests/test_device_boundaries.py158def test_cache_cleanup_paths_are_best_effort(monkeypatch):CODE
LOWtests/test_device_boundaries.py187def test_cuda_cleanup_tolerates_every_recovery_failure(monkeypatch):CODE
LOWtests/test_device_boundaries.py210def test_seed_dtype_and_capability_contracts(monkeypatch):CODE
LOWtests/test_device_boundaries.py237def test_svd_dtype_and_oom_matching():CODE
LOWtests/test_device_boundaries.py250def test_configure_cuda_allocator(monkeypatch):CODE
LOWtests/test_device_boundaries.py261def test_configure_cuda_can_disable_cudnn(monkeypatch):CODE
LOWtests/test_device_boundaries.py274def test_configure_cuda_disables_cudnn_without_sdp_toggle(monkeypatch):CODE
LOWtests/test_models_client_contracts.py31def test_explicit_path_is_authoritative_and_does_not_fall_back(CODE
LOWtests/test_models_client_contracts.py44def test_default_resolution_uses_first_existing_packaged_source(CODE
LOWtests/test_models_client_contracts.py56def test_http_resolution_is_timeout_and_size_bounded(CODE
LOWtests/test_models_client_contracts.py90def test_http_resolution_rejects_oversized_catalog(CODE
LOWtests/test_models_client_contracts.py129def test_path_resolution_is_size_bounded(CODE
LOWtests/test_models_client_contracts.py142def test_filters_reject_non_string_arguments(isolated_sources: None) -> None:CODE
LOWtests/test_models_client_contracts.py157def test_catalog_schema_fails_closed(CODE
LOWtests/test_models_client_contracts.py172def test_filters_normalize_aliases_and_catalog_values(CODE
LOWtests/test_models_client_contracts.py214def test_filters_reject_malformed_catalog_fields(CODE
LOWtests/test_models_client_contracts.py229def test_model_ids_rejects_missing_or_non_string_ids(CODE
LOWtests/test_models_client_contracts.py242def test_newest_uses_injected_clock_release_fallback_and_stable_order(CODE
LOWtests/test_models_client_contracts.py273def test_newest_rejects_non_string_catalog_dates(CODE
LOWtests/test_models_client_contracts.py288def test_newest_rejects_invalid_day_windows(CODE
LOWtests/test_ci_policy.py29def test_every_external_action_is_sha_pinned_and_manifested():CODE
LOWtests/test_ci_policy.py44def test_tested_source_snapshot_is_created_once_attested_and_reused():CODE
LOWtests/test_ci_policy.py74def test_actionlint_version_and_checksum_match_manifest():CODE
1598 more matches not shown…
Unused Imports245 hits · 224 pts
SeverityFileLineSnippetContext
LOWapp.py18CODE
LOWapp.py2671CODE
LOWtests/test_gemma4_support.py1CODE
LOWtests/test_strategy_navigation_contracts.py3CODE
LOWtests/test_checkpoint_atomicity.py3CODE
LOWtests/test_device_boundaries.py3CODE
LOWtests/test_models_client_contracts.py3CODE
LOWtests/test_ci_policy.py3CODE
LOWtests/test_breakthrough_modules.py9CODE
LOWtests/test_local_ui_portability.py3CODE
LOWtests/test_lm_eval_reporting_contracts.py3CODE
LOWtests/test_property_contracts.py3CODE
LOWtests/conftest.py3CODE
LOWtests/test_conditional_evidence_freshness.py3CODE
LOWtests/test_analysis_utils.py3CODE
LOWtests/test_informed_pipeline_contracts.py3CODE
LOWtests/test_package_export_contracts.py3CODE
LOWtests/test_advanced_metrics.py3CODE
LOWtests/test_heretic_eval.py3CODE
LOWtests/test_remote_boundaries.py3CODE
LOWtests/test_remote_contracts.py3CODE
LOWtests/test_model_load_settings.py3CODE
LOWtests/test_test_risk_map.py3CODE
LOWtests/test_loader_boundaries.py3CODE
LOWtests/test_metrics.py3CODE
LOWtests/test_benchmarks.py3CODE
LOWtests/test_gpu_lifecycle.py1CODE
LOWtests/test_config_properties.py3CODE
LOWtests/test_visualization.py3CODE
LOWtests/test_offload_surgery.py3CODE
LOWtests/test_architecture_profiles.py7CODE
LOWtests/test_module_imports.py3CODE
LOWtests/test_persistence_contracts.py3CODE
LOWtests/test_new_analysis_modules.py9CODE
LOWtests/test_auto_obliterate.py3CODE
LOWtests/test_evaluator.py3CODE
LOWtests/test_informed_pipeline.py3CODE
LOWtests/test_analysis.py3CODE
LOWtests/test_causal_and_transfer.py4CODE
LOWtests/test_quality_policy.py3CODE
LOWtests/test_abliterate_extended.py11CODE
LOWtests/test_runner_boundaries.py3CODE
LOWtests/test_report.py3CODE
LOWtests/test_supply_chain_policy.py3CODE
LOWtests/test_leace.py3CODE
LOWtests/test_adaptive_defaults.py3CODE
LOWtests/test_mutmut_coverage_sitecustomize.py3CODE
LOWtests/test_logit_lens.py3CODE
LOWtests/test_benchmark_plots.py3CODE
LOWtests/test_local_ui_contracts.py3CODE
LOWtests/test_persistence_pipeline.py3CODE
LOWtests/test_quant_dequant.py12CODE
LOWtests/test_mlx_backend_boundaries.py3CODE
LOWtests/test_telemetry_failure_contracts.py3CODE
LOWtests/test_watchtower_contracts.py3CODE
LOWtests/test_conditional_gate_scripts.py3CODE
LOWtests/test_numerical_contracts.py3CODE
LOWtests/test_quality_gate_scripts.py3CODE
LOWtests/test_cli_boundaries.py3CODE
LOWtests/test_bayesian_optimizer_contracts.py3CODE
185 more matches not shown…
Excessive Try-Catch Wrapping254 hits · 205 pts
SeverityFileLineSnippetContext
MEDIUMapp.py1485def run_pipeline():CODE
MEDIUMapp.py1874def run_pipeline():CODE
MEDIUMapp.py2348def run_pipeline():CODE
MEDIUMapp.py3003def _generate_safe(**kwargs):CODE
MEDIUMapp.py3302def _run():CODE
MEDIUMapp.py3488def _gen_abliterated(**kwargs):CODE
MEDIUMapp.py3551def _gen_original(**kwargs):CODE
MEDIUMapp.py3666def _run_sweep_point():CODE
MEDIUMapp.py5669def _push_telemetry():CODE
LOWapp.py3585 except Exception as e:CODE
LOWapp.py3594 except Exception:CODE
LOWapp.py270 except Exception:CODE
LOWapp.py378 except Exception:CODE
LOWapp.py406 except Exception:CODE
LOWapp.py845 except Exception as e:CODE
LOWapp.py870 except Exception as e:CODE
LOWapp.py927 except Exception:CODE
LOWapp.py1319 except Exception:CODE
LOWapp.py1344 except Exception:CODE
LOWapp.py1372 except Exception:CODE
LOWapp.py1525 except Exception as e:CODE
LOWapp.py1537 except Exception as cleanup_error:CODE
LOWapp.py1626 except Exception:CODE
LOWapp.py1911 except Exception as e:CODE
LOWapp.py1923 except Exception as cleanup_error:CODE
LOWapp.py2009 except Exception:CODE
LOWapp.py2199 except Exception:CODE
LOWapp.py2215 except Exception:CODE
LOWapp.py2276 except Exception as exc:CODE
LOWapp.py2448 except Exception as e:CODE
LOWapp.py2604 except Exception:CODE
LOWapp.py2715 except Exception as e:CODE
LOWapp.py2759 except Exception as e:CODE
LOWapp.py2811 except Exception as e:CODE
LOWapp.py2905 except Exception:CODE
LOWapp.py2940 except Exception as error:CODE
LOWapp.py2968 except Exception:CODE
LOWapp.py3007 except Exception as e:CODE
LOWapp.py3012 except Exception:CODE
LOWapp.py3023 except Exception:CODE
LOWapp.py3156 except Exception as e:CODE
LOWapp.py3229 except Exception:CODE
LOWapp.py3275 except Exception:CODE
LOWapp.py3318 except Exception as e:CODE
LOWapp.py3388 except Exception:CODE
LOWapp.py3422 except Exception:CODE
LOWapp.py3459 except Exception:CODE
LOWapp.py3492 except Exception as e:CODE
LOWapp.py3496 except Exception:CODE
LOWapp.py3510 except Exception:CODE
LOWapp.py3555 except Exception as e:CODE
LOWapp.py3559 except Exception:CODE
LOWapp.py3572 except Exception:CODE
LOWapp.py3682 except Exception as e:CODE
LOWapp.py3787 except Exception as e:CODE
LOWapp.py3916 except Exception as e:CODE
LOWapp.py3947 except Exception as e:CODE
LOWapp.py4007 except Exception:CODE
LOWapp.py5655 except Exception as e:CODE
LOWapp.py5701 except Exception as e:CODE
194 more matches not shown…
Structural Annotation Overuse68 hits · 136 pts
SeverityFileLineSnippetContext
LOWtests/test_abliterate.py3154 # Step 1: compute EGA directionsCOMMENT
LOWtests/test_abliterate.py3159 # Step 2: apply granular projectionCOMMENT
LOWdocs/executive_research_summary.md201# Step 1: Aggressive/SVD surgeryCOMMENT
LOWdocs/executive_research_summary.md206# Step 2: LEACE surgeryCOMMENT
LOWdocs/executive_research_summary.md211# Step 3: BlendCOMMENT
LOWdocs/executive_research_summary.md215# Step 4: ValidateCOMMENT
LOWdocs/mechanistic_interpretability_research.md108# Step 1: Get clean activationsCOMMENT
LOWdocs/mechanistic_interpretability_research.md115# Step 2: Define metricCOMMENT
LOWdocs/mechanistic_interpretability_research.md122# Step 3: Patching hookCOMMENT
LOWdocs/mechanistic_interpretability_research.md127# Step 4: Sweep over layers and positionsCOMMENT
LOWdocs/mechanistic_interpretability_research.md529# Step 1: Collect activations from frozen modelCOMMENT
LOWdocs/mechanistic_interpretability_research.md547# Step 2: Train linear probeCOMMENT
LOWdocs/mechanistic_interpretability_research.md553# Step 3: EvaluateCOMMENT
LOWdocs/mechanistic_interpretability_research.md559# Step 4: The probe's weight vector IS the "refusal direction"COMMENT
LOWdocs/mechanistic_interpretability_research.md1325 # Step 1: Collect activationsCOMMENT
LOWdocs/mechanistic_interpretability_research.md1329 # Step 2: Pool and compute statisticsCOMMENT
LOWdocs/mechanistic_interpretability_research.md1334 # Step 3: Whitening transformationCOMMENT
LOWdocs/mechanistic_interpretability_research.md1343 # Step 4: Whiten both sets of activationsCOMMENT
LOWdocs/mechanistic_interpretability_research.md1347 # Step 5: Difference-in-means in whitened spaceCOMMENT
LOWdocs/mechanistic_interpretability_research.md1351 # Step 6: Transform back to original space for use in steeringCOMMENT
LOWdocs/mechanistic_interpretability_research.md1356 # Step 7: Cosine similarity scoring at inference timeCOMMENT
LOWdocs/complementary_blending.md172# Step 1: Aggressive surgeryCOMMENT
LOWdocs/complementary_blending.md177# Step 2: LEACE surgeryCOMMENT
LOWdocs/complementary_blending.md182# Step 3: BlendCOMMENT
LOWdocs/complementary_blending.md186# Step 4: ValidateCOMMENT
LOWobliteratus/abliterate.py2852 # Step 2: Initialize from SVD direction (warm start)COMMENT
LOWobliteratus/abliterate.py2856 # Step 3: Gradient-based refinementCOMMENT
LOWobliteratus/abliterate.py2841 # Step 1: Train linear refusal probeCOMMENT
LOWobliteratus/abliterate.py2898 # Step 4: Update direction with RDO-refined versionCOMMENT
LOWobliteratus/interactive.py215 # Step 1: HardwareCOMMENT
LOWobliteratus/interactive.py219 # Step 2: ModelCOMMENT
LOWobliteratus/interactive.py223 # Step 3: Study preset OR custom strategies + sample sizeCOMMENT
LOWobliteratus/interactive.py241 # Step 4: Determine device and dtypeCOMMENT
LOWobliteratus/analysis/sae_abliteration.py449 # Step 1: Train SAECOMMENT
LOWobliteratus/analysis/sae_abliteration.py459 # Step 2: Identify refusal featuresCOMMENT
LOWobliteratus/analysis/sae_abliteration.py465 # Step 3: Compute feature sparsity and monosemanticityCOMMENT
LOWobliteratus/analysis/sae_abliteration.py471 # Step 4: Cluster featuresCOMMENT
LOWobliteratus/analysis/sae_abliteration.py474 # Step 5: Ablation simulationCOMMENT
LOWobliteratus/analysis/sae_abliteration.py480 # Step 6: Compare with raw directionCOMMENT
LOWobliteratus/analysis/spectral_certification.py187 # Step 1: Compute difference covariance matrixCOMMENT
LOWobliteratus/analysis/spectral_certification.py229 # Step 3: Compute BBP thresholdCOMMENT
LOWobliteratus/analysis/spectral_certification.py242 # Step 4: Marchenko-Pastur edgesCOMMENT
LOWobliteratus/analysis/spectral_certification.py246 # Step 5: Eigenvalue analysis of between-class covarianceCOMMENT
LOWobliteratus/analysis/spectral_certification.py258 # Step 6: Classify certification levelCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py157 # Step 1: Estimate refusal directions if not providedCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py168 # Step 2: Compute per-layer intrinsic dimension and curvatureCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py198 # Step 3: Aggregate manifold statisticsCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py159 # Step 1: Compute layer mapping if not providedCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py166 # Step 2: For each mapped layer pair, compute OT map and transferCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py215 # Step 3: Aggregate resultsCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py138 # Step 1: Extract per-category condition vectors and projectorsCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py204 # Step 2: Compute cross-category geometryCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py227 # Step 3: Sheaf consistency checkCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py232 # Step 4: Classify categoriesCOMMENT
LOWobliteratus/analysis/whitened_svd.py150 # Step 1: Compute harmless covariance with centeringCOMMENT
LOWobliteratus/analysis/whitened_svd.py155 # Step 2: Eigendecompose covariance for whiteningCOMMENT
LOWobliteratus/analysis/whitened_svd.py173 # Step 3: Truncate near-degenerate dimensionsCOMMENT
LOWobliteratus/analysis/whitened_svd.py179 # Step 4: Compute whitening transform W = V @ diag(1/sqrt(lam + eps)) @ V^TCOMMENT
LOWobliteratus/analysis/whitened_svd.py185 # Step 5: Whiten both activation sets (centered on harmless mean)COMMENT
LOWobliteratus/analysis/whitened_svd.py190 # Step 6: Compute whitened difference and SVDCOMMENT
8 more matches not shown…
Deep Nesting134 hits · 104 pts
SeverityFileLineSnippetContext
LOWapp.py382CODE
LOWapp.py1350CODE
LOWapp.py1378CODE
LOWapp.py1769CODE
LOWapp.py2142CODE
LOWapp.py2877CODE
LOWapp.py3084CODE
LOWapp.py3359CODE
LOWtests/test_benchmarks.py19CODE
LOWtests/test_benchmarks.py60CODE
LOWtests/test_novel_analysis.py81CODE
LOWobliteratus/abliterate.py1246CODE
LOWobliteratus/abliterate.py1370CODE
LOWobliteratus/abliterate.py1693CODE
LOWobliteratus/abliterate.py2170CODE
LOWobliteratus/abliterate.py2293CODE
LOWobliteratus/abliterate.py3513CODE
LOWobliteratus/abliterate.py3783CODE
LOWobliteratus/abliterate.py4029CODE
LOWobliteratus/abliterate.py4868CODE
LOWobliteratus/abliterate.py5468CODE
LOWobliteratus/abliterate.py5714CODE
LOWobliteratus/abliterate.py5859CODE
LOWobliteratus/abliterate.py5923CODE
LOWobliteratus/abliterate.py6281CODE
LOWobliteratus/abliterate.py6416CODE
LOWobliteratus/abliterate.py6539CODE
LOWobliteratus/abliterate.py6663CODE
LOWobliteratus/abliterate.py6806CODE
LOWobliteratus/abliterate.py7507CODE
LOWobliteratus/blend.py161CODE
LOWobliteratus/ui_vram.py18CODE
LOWobliteratus/bayesian_optimizer.py237CODE
LOWobliteratus/remote.py141CODE
LOWobliteratus/device.py210CODE
LOWobliteratus/restore_multimodal.py66CODE
LOWobliteratus/telemetry.py182CODE
LOWobliteratus/telemetry.py552CODE
LOWobliteratus/telemetry.py594CODE
LOWobliteratus/telemetry.py653CODE
LOWobliteratus/telemetry.py842CODE
LOWobliteratus/telemetry.py1104CODE
LOWobliteratus/prompts.py141CODE
LOWobliteratus/hard_negative.py67CODE
LOWobliteratus/persistence_contracts.py295CODE
LOWobliteratus/watchtower.py170CODE
LOWobliteratus/watchtower.py228CODE
LOWobliteratus/lora_ablation.py56CODE
LOWobliteratus/architecture_profiles.py153CODE
LOWobliteratus/architecture_profiles.py307CODE
LOWobliteratus/community.py290CODE
LOWobliteratus/cli.py150CODE
LOWobliteratus/cli.py690CODE
LOWobliteratus/cli.py1042CODE
LOWobliteratus/cli.py1404CODE
LOWobliteratus/tourney.py348CODE
LOWobliteratus/tourney.py398CODE
LOWobliteratus/tourney.py1152CODE
LOWobliteratus/interactive.py21CODE
LOWobliteratus/run_archive.py478CODE
74 more matches not shown…
Verbosity Indicators45 hits · 85 pts
SeverityFileLineSnippetContext
LOWtests/test_abliterate.py3154 # Step 1: compute EGA directionsCOMMENT
LOWtests/test_abliterate.py3159 # Step 2: apply granular projectionCOMMENT
LOWobliteratus/abliterate.py2852 # Step 2: Initialize from SVD direction (warm start)COMMENT
LOWobliteratus/abliterate.py2856 # Step 3: Gradient-based refinementCOMMENT
LOWobliteratus/abliterate.py2841 # Step 1: Train linear refusal probeCOMMENT
LOWobliteratus/abliterate.py2898 # Step 4: Update direction with RDO-refined versionCOMMENT
LOWobliteratus/interactive.py215 # Step 1: HardwareCOMMENT
LOWobliteratus/interactive.py219 # Step 2: ModelCOMMENT
LOWobliteratus/interactive.py223 # Step 3: Study preset OR custom strategies + sample sizeCOMMENT
LOWobliteratus/interactive.py241 # Step 4: Determine device and dtypeCOMMENT
LOWobliteratus/analysis/sae_abliteration.py449 # Step 1: Train SAECOMMENT
LOWobliteratus/analysis/sae_abliteration.py459 # Step 2: Identify refusal featuresCOMMENT
LOWobliteratus/analysis/sae_abliteration.py465 # Step 3: Compute feature sparsity and monosemanticityCOMMENT
LOWobliteratus/analysis/sae_abliteration.py471 # Step 4: Cluster featuresCOMMENT
LOWobliteratus/analysis/sae_abliteration.py474 # Step 5: Ablation simulationCOMMENT
LOWobliteratus/analysis/sae_abliteration.py480 # Step 6: Compare with raw directionCOMMENT
LOWobliteratus/analysis/spectral_certification.py187 # Step 1: Compute difference covariance matrixCOMMENT
LOWobliteratus/analysis/spectral_certification.py229 # Step 3: Compute BBP thresholdCOMMENT
LOWobliteratus/analysis/spectral_certification.py242 # Step 4: Marchenko-Pastur edgesCOMMENT
LOWobliteratus/analysis/spectral_certification.py246 # Step 5: Eigenvalue analysis of between-class covarianceCOMMENT
LOWobliteratus/analysis/spectral_certification.py258 # Step 6: Classify certification levelCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py157 # Step 1: Estimate refusal directions if not providedCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py168 # Step 2: Compute per-layer intrinsic dimension and curvatureCOMMENT
LOWobliteratus/analysis/riemannian_manifold.py198 # Step 3: Aggregate manifold statisticsCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py159 # Step 1: Compute layer mapping if not providedCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py166 # Step 2: For each mapped layer pair, compute OT map and transferCOMMENT
LOWobliteratus/analysis/wasserstein_transfer.py215 # Step 3: Aggregate resultsCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py138 # Step 1: Extract per-category condition vectors and projectorsCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py204 # Step 2: Compute cross-category geometryCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py227 # Step 3: Sheaf consistency checkCOMMENT
LOWobliteratus/analysis/conditional_abliteration.py232 # Step 4: Classify categoriesCOMMENT
LOWobliteratus/analysis/whitened_svd.py150 # Step 1: Compute harmless covariance with centeringCOMMENT
LOWobliteratus/analysis/whitened_svd.py155 # Step 2: Eigendecompose covariance for whiteningCOMMENT
LOWobliteratus/analysis/whitened_svd.py173 # Step 3: Truncate near-degenerate dimensionsCOMMENT
LOWobliteratus/analysis/whitened_svd.py179 # Step 4: Compute whitening transform W = V @ diag(1/sqrt(lam + eps)) @ V^TCOMMENT
LOWobliteratus/analysis/whitened_svd.py185 # Step 5: Whiten both activation sets (centered on harmless mean)COMMENT
LOWobliteratus/analysis/whitened_svd.py190 # Step 6: Compute whitened difference and SVDCOMMENT
LOWobliteratus/analysis/whitened_svd.py201 # Step 7: Un-whiten to get directions in original activation spaceCOMMENT
LOWscripts/abliteration_comparison.py529 # Step 2: Extract directionsCOMMENT
LOWscripts/abliteration_comparison.py534 # Step 3: Select layersCOMMENT
LOWscripts/abliteration_comparison.py538 # Step 4: Apply projectionCOMMENT
LOWscripts/abliteration_comparison.py515 # Step 1: Collect activationsCOMMENT
LOWscripts/gemma4_refusal_sniper.py267 # Step 1: First verify the refusal prompts actually refuseCOMMENT
LOWscripts/gemma4_refusal_sniper.py276 # Step 2: Extract hedging directionCOMMENT
LOWscripts/gemma4_refusal_sniper.py286 # Step 3: Try different snipe strengthsCOMMENT
Modern Structural Boilerplate42 hits · 43 pts
SeverityFileLineSnippetContext
LOWobliteratus/abliterate.py111logger = logging.getLogger(__name__)CODE
LOWobliteratus/blend.py50logger = logging.getLogger(__name__)CODE
LOWobliteratus/capability_check.py42logger = logging.getLogger(__name__)CODE
LOWobliteratus/bayesian_optimizer.py41logger = logging.getLogger(__name__)CODE
LOWobliteratus/device.py19logger = logging.getLogger(__name__)CODE
LOWobliteratus/device.py238def set_seed_all(seed: int) -> None:CODE
LOWobliteratus/reproducibility.py19logger = logging.getLogger(__name__)CODE
LOWobliteratus/reproducibility.py22def set_seed(seed: int = 42, deterministic: bool = True) -> None:CODE
LOWobliteratus/mlx_backend.py21logger = logging.getLogger(__name__)CODE
LOWobliteratus/restore_multimodal.py34logger = logging.getLogger(__name__)CODE
LOWobliteratus/__init__.py6__all__ = [CODE
LOWobliteratus/telemetry.py48logger = logging.getLogger(__name__)CODE
LOWobliteratus/gpu_lifecycle.py19logger = logging.getLogger(__name__)CODE
LOWobliteratus/prompts.py21logger = logging.getLogger(__name__)CODE
LOWobliteratus/persistence_contracts.py18logger = logging.getLogger(__name__)CODE
LOWobliteratus/watchtower.py39logger = logging.getLogger(__name__)CODE
LOWobliteratus/lora_ablation.py46logger = logging.getLogger(__name__)CODE
LOWobliteratus/architecture_profiles.py30logger = logging.getLogger(__name__)CODE
LOWobliteratus/community.py43logger = logging.getLogger(__name__)CODE
LOWobliteratus/sweep.py34logger = logging.getLogger(__name__)CODE
LOWobliteratus/informed_pipeline.py68logger = logging.getLogger(__name__)CODE
LOWobliteratus/auto_obliterate.py32logger = logging.getLogger(__name__)CODE
LOWobliteratus/adaptive_defaults.py40logger = logging.getLogger(__name__)CODE
LOWobliteratus/reporting/__init__.py3__all__ = ["AblationReport"]CODE
LOWobliteratus/analysis/spectral_certification.py43logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/riemannian_manifold.py40logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/bayesian_kernel_projection.py41logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/anti_ouroboros.py44logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/wasserstein_optimal.py50logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/activation_patching.py41logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/__init__.py7__all__ = [CODE
LOWobliteratus/analysis/wasserstein_transfer.py40logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/logit_lens.py43logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/conditional_abliteration.py38logger = logging.getLogger(__name__)CODE
LOWobliteratus/analysis/tuned_lens.py46logger = logging.getLogger(__name__)CODE
LOWobliteratus/strategies/__init__.py7__all__ = [CODE
LOWobliteratus/models/__init__.py3__all__ = ["load_model", "ModelHandle"]CODE
LOWobliteratus/models/loader.py41logger = logging.getLogger(__name__)CODE
LOWobliteratus/models/quant_dequant.py50logger = logging.getLogger(__name__)CODE
LOWobliteratus/evaluation/baselines.py28logger = logging.getLogger(__name__)CODE
LOWobliteratus/evaluation/lm_eval_integration.py35logger = logging.getLogger(__name__)CODE
LOWobliteratus/evaluation/heretic_eval.py42logger = logging.getLogger(__name__)CODE
AI Slop Vocabulary18 hits · 42 pts
SeverityFileLineSnippetContext
LOWapp.py3089 # Skip if the obliterate function just set the dropdown value — the modelCOMMENT
MEDIUMtests/test_abliterate.py2250 """Rebirth should save model and comprehensive metadata JSON."""STRING
MEDIUMobliteratus/abliterate.py6956 # Token-ID slicing for robust completion extractionCOMMENT
LOWobliteratus/abliterate.py7470 # Fast path: if nothing is offloaded, just return the normal state dict.COMMENT
MEDIUMobliteratus/abliterate.py7573 """Atomically save the abliterated model with comprehensive metadata."""STRING
MEDIUMobliteratus/bayesian_optimizer.py82 # Token-ID slicing: robust regardless of special tokensCOMMENT
MEDIUMobliteratus/informed_pipeline.py652 # Default: single direction via diff-of-means (proven most robust).COMMENT
MEDIUMobliteratus/informed_pipeline.py669 # Linear cone → single direction via diff-of-means (simplest, most robust)COMMENT
MEDIUMobliteratus/informed_pipeline.py1226 """Save model with comprehensive analysis metadata."""STRING
MEDIUMobliteratus/analysis/defense_robustness.py94 """Generate a comprehensive defense profile for the model.STRING
MEDIUMobliteratus/analysis/defense_robustness.py393 # Score components (all 0-1, higher = more robust)COMMENT
LOWobliteratus/analysis/wasserstein_transfer.py331 transport = sigma_st # fallback: just use cross-covarianceCODE
MEDIUMobliteratus/evaluation/advanced_metrics.py126# Extended refusal substrings for more robust detection (all lowercase)COMMENT
MEDIUMobliteratus/evaluation/heretic_eval.py561# ── lm-evaluation-harness Integration ────────────────────────────────COMMENT
MEDIUMobliteratus/evaluation/heretic_eval.py564# preservation, all run through EleutherAI's lm-evaluation-harness.COMMENT
MEDIUMobliteratus/evaluation/heretic_eval.py790 # Capability preservation (lm-eval-harness)COMMENT
MEDIUMobliteratus/evaluation/heretic_eval.py1091 # Slice on token IDs (not string length) for robust extractionCOMMENT
MEDIUMobliteratus/evaluation/heretic_eval.py1153 # ── lm-evaluation-harness benchmarks ──COMMENT
Slop Phrases13 hits · 33 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_advanced_metrics.py110 "I cannot provide that. I am a harmless AI assistant bound by policy.",CODE
MEDIUMtests/test_advanced_metrics.py118 "I apologize, but I'm unable to assist.",CODE
MEDIUMtests/test_advanced_metrics.py119 "As an AI, I cannot provide that information.",CODE
MEDIUMtests/test_advanced_metrics.py165 assert _is_refusal("As an AI language model, I cannot", mode="prefix")CODE
MEDIUMtests/test_advanced_metrics.py135 "I cannot provide that.",CODE
MEDIUMtests/test_heretic_eval.py100 "My apologies, I'm unable to help.",CODE
MEDIUMtests/test_refusal_detection.py38 text = "While I understand your interest in this topic, I cannot provide instructions for that."CODE
MEDIUMtests/test_refusal_detection.py103 "While I understand your interest, I cannot provide that information.",CODE
MEDIUMtests/test_edge_cases.py290 "I'm sorry to hear that. Here's how you can solve the problem: first...",CODE
MEDIUMobliteratus/evaluation/advanced_metrics.py64 "As a language model",CODE
MEDIUMobliteratus/evaluation/advanced_metrics.py136 "as a language model",CODE
MEDIUMobliteratus/evaluation/advanced_metrics.py142 "i'm unable to",CODE
MEDIUMobliteratus/evaluation/heretic_eval.py230 "As an AI", "I'm an", "I'm just", "As a language model",CODE
Cross-Language Confusion7 hits · 32 pts
SeverityFileLineSnippetContext
HIGHapp.py4574 if (el.value && el.value.includes('ERROR')) {CODE
HIGHtests/test_ci_policy.py223 assert "CANDIDATE_SHA: ${{ github.event.pull_request.head.sha || github.sha }}" in workflowCODE
HIGHtests/test_quality_policy.py427 meta_by_path={target: '{"exit_code_by_key": {"target__mutmut_1": null}}'},STRING
HIGHtests/test_quality_gate_scripts.py63 valid_meta.write_text('{"exit_code_by_key": {"obliteratus.config.x__mutmut_1": null}}')CODE
HIGHtests/test_quality_gate_scripts.py99 '{"exit_code_by_key": {"obliteratus.analysis.numerical_contracts.x__mutmut_1": null}}',CODE
HIGHobliteratus/abliterate.py5119 """Measure mean KL(P_pristine || Q_current) across prompt tokens."""STRING
HIGHobliteratus/evaluation/advanced_metrics.py488 KL(P_orig || Q_mod) = sum P(x) * (log P(x) - log Q(x))STRING
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALtests/test_abliterate.py752 shared_down_orig = moe.shared_expert.down_proj.weight.data.clone()CODE
CRITICALtests/test_abliterate.py753 shared_up_orig = moe.shared_expert.up_proj.weight.data.clone()CODE
CRITICALtests/test_abliterate.py2932 orig_shared = moe.shared_expert.down_proj.weight.data.clone()CODE
Self-Referential Comments5 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMapp.py100 # Create a no-op decorator that mirrors spaces.GPU interface so the sameCOMMENT
MEDIUMtests/test_heretic_eval.py135 # Create a non-uniform distribution peaked at _peak_idxCOMMENT
MEDIUMtests/test_abliterate.py1775 # Create a hidden state with strong refusal componentCOMMENT
MEDIUMtests/test_abliterate.py1883 # Create a fake model whose state_dict returns a meta tensor.COMMENT
MEDIUMtests/test_abliteration_math.py52 # Create a vector orthogonal to dCOMMENT
Modern AI Meta-Vocabulary3 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUM.aiwg/testing/gate3-increment-5-report.md1# Gate 3 increment 5 service-orchestration reportCOMMENT
MEDIUMobliteratus/abliterate.py3070 # ── CoT-aware ablation: reasoning trace preservation ──────────COMMENT
MEDIUMobliteratus/abliterate.py3071 # Models with chain-of-thought reasoning (GPT-OSS, QwQ, DeepSeek-R1)COMMENT
Redundant / Tautological Comments8 hits · 11 pts
SeverityFileLineSnippetContext
LOWapp.py3122 # Check if we can reload from a checkpoint on diskCOMMENT
LOWtests/test_novel_analysis.py60 # Assign prompts to categoriesCOMMENT
LOWobliteratus/watchtower.py346 # Check if we've already seen this modelCOMMENT
LOWobliteratus/informed_pipeline.py1164 # Check if Ouroboros compensation is neededCOMMENT
LOWobliteratus/auto_obliterate.py555 # Check if we've achieved targetCOMMENT
LOWobliteratus/auto_obliterate.py565 # Check if refusal rate is 0 — perfect score, stop earlyCOMMENT
LOWobliteratus/analysis/sae_abliteration.py574 # Assign features to nearest centroid (5 iterations)COMMENT
LOWobliteratus/analysis/conditional_abliteration.py321 # Check if condition matches (would this projector fire?)COMMENT
Over-Commented Block14 hits · 10 pts
SeverityFileLineSnippetContext
LOWrequirements-apple.txt1# Optional Apple Silicon dependencies for native MLX acceleration.COMMENT
LOWobliteratus/abliterate.py2801 sub = self.refusal_subspaces[idx]COMMENT
LOWobliteratus/abliterate.py2941 # Extends discrete integer layer targeting to continuous weights.COMMENT
LOWobliteratus/abliterate.py3061 self._compute_expert_granular_directions()COMMENT
LOWobliteratus/abliterate.py4181 # With norm_preserve=True, this creates pathological amplification:COMMENT
LOWobliteratus/abliterate.py4281 float_w = self._float_layer_weights[idx]COMMENT
LOWobliteratus/abliterate.py4341 attn = get_attention_module(layers[idx], arch)COMMENT
LOWobliteratus/abliterate.py4541 # Orthogonalize SAE directions against the SVD subspaceCOMMENT
LOWobliteratus/abliterate.py4661 #COMMENT
LOWobliteratus/lora_ablation.py141 # LoRA: B @ A where B = -scale * D^T shape (hidden_dim, n_dirs)COMMENT
LOWobliteratus/analysis/wasserstein_optimal.py161 # Since E = d d^T is rank-1, we can solve this analytically.COMMENT
LOWexamples/remote_gpu_node.yaml1# Example: Run an ablation study on a remote GPU node via SSH.COMMENT
LOWscripts/run_benchmark_remote.sh1#!/usr/bin/env bashCOMMENT
LOW.github/actionlint.yaml1self-hosted-runner:COMMENT
Synthetic Comment Markers2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHAGENTS.md3<!-- Generated by AIWG. Edit AGENTS.override.md for operator additions. -->CODE
HIGHdocs/RESEARCH_SURVEY.md732**Dataset:** 4,289 harmful prompts + 5,711 benign pairs = 10,000 examples. Extended refusals generated by GPT-4O.CODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHobliteratus/community.py91Save a contribution record from a completed pipeline run. Unlike telemetry, this: - Includes the public model nSTRING
HIGHobliteratus/evaluation/lm_eval_integration.py55Run lm-evaluation-harness benchmarks on a model. Args: model_path: HuggingFace model name or local path. STRING
AI Structural Patterns10 hits · 6 pts
SeverityFileLineSnippetContext
LOWobliteratus/abliterate.py863CODE
LOWobliteratus/remote.py300CODE
LOWobliteratus/remote.py384CODE
LOWobliteratus/telemetry.py1227CODE
LOWobliteratus/tourney.py824CODE
LOWobliteratus/informed_pipeline.py176CODE
LOWobliteratus/analysis/sae_abliteration.py134CODE
LOWobliteratus/models/loader.py694CODE
LOWobliteratus/evaluation/heretic_eval.py1013CODE
LOWscripts/gemma4_chat_ui.py76CODE
Fake / Example Data5 hits · 6 pts
SeverityFileLineSnippetContext
LOWtests/test_secrets.py123 broker.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_secrets.py134 broker.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_secrets.py150 broker.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_secrets.py171 broker.write_text("placeholder", encoding="utf-8")CODE
LOWtests/test_secrets.py186 broker.write_text("placeholder", encoding="utf-8")CODE
Example Usage Blocks2 hits · 4 pts
SeverityFileLineSnippetContext
LOWexamples/remote_gpu_node.yaml3# Usage:COMMENT
LOWscripts/run_benchmark_remote.sh7# Usage:COMMENT