Repository Analysis

QuipNetwork/quip-miner

The quip network mining stack. This includes a coordinator and links all of the official quip network miners.

45.6 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of QuipNetwork/quip-miner, a Python project with 11,600 GitHub stars. SynthScan v2.0 examined 112,922 lines of code across 350 source files, recording 3175 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 45.6 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).

45.6
Adjusted Score
45.6
Raw Score
100%
Time Factor
2026-08-13
Last Push
11.6K
Stars
Python
Language
112.9K
Lines of Code
350
Files
3.2K
Pattern Hits
2026-08-13
Scan Date
0.10
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 32MEDIUM 754LOW 2387

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 3175 distinct pattern matches across 19 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 Separators723 hits · 2654 pts
SeverityFileLineSnippetContext
MEDIUMquip_cli.py2760# --------------------------------------------------------------------------COMMENT
MEDIUMquip_cli.py2768# --------------------------------------------------------------------------COMMENT
MEDIUMquip_cli.py1534# --------------------------------------------------------------------------COMMENT
MEDIUMquip_cli.py1544# --------------------------------------------------------------------------COMMENT
MEDIUMquip.network.qpu.example.toml24# ── Proof submission ──────────────────────────────────────────────────COMMENT
MEDIUMquip.network.qpu.example.toml42# ── D-Wave annealer ───────────────────────────────────────────────────COMMENT
MEDIUMquip.network.qpu.example.toml92# ── Gate-model providers ──────────────────────────────────────────────COMMENT
MEDIUMquip-miner.example.toml92# ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMquip-miner.example.toml101# ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMquip.network.gpu.example.toml32# ── CUDA / NVIDIA ─────────────────────────────────────────────────────COMMENT
MEDIUMquip.network.gpu.example.toml41# ── Apple Silicon (Metal) ─────────────────────────────────────────────COMMENT
MEDIUMquip.network.gpu.example.toml58# ── Modal cloud GPU ───────────────────────────────────────────────────COMMENT
MEDIUM.gitlab-ci.yml13# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml15# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml50# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml52# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml74# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml76# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml237# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml239# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml266# ---------------------------------------------------------------------------COMMENT
MEDIUM.gitlab-ci.yml268# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/cuda_auto_profiler.py180# ── AST helpers ────────────────────────────────────────COMMENT
MEDIUMtools/cuda_auto_profiler.py302# ── Region collection ──────────────────────────────────COMMENT
MEDIUMtools/cuda_auto_profiler.py406# ── Code generation ────────────────────────────────────COMMENT
MEDIUMtools/download_and_validate_wins.py475# ----------------------------------------------------------------------COMMENT
MEDIUMtools/download_and_validate_wins.py477# ----------------------------------------------------------------------COMMENT
MEDIUMtools/check-node.sh13# ── Args ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh34# ── Colors ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh48# ── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh90# ── Header ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh97# ── Phase 1: Reachability ────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh111# ── Phase 2: Endpoint checks ─────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh119# ── Phase 3: Telemetry content ───────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh162# ── Phase 4: Peer count ───────────────────────────────────────────────────────COMMENT
MEDIUMtools/check-node.sh184# ── Summary ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMtools/qpu_throughput_canary.py79# ---------------------------------------------------------------------COMMENT
MEDIUMtools/qpu_throughput_canary.py81# ---------------------------------------------------------------------COMMENT
MEDIUMtools/qpu_throughput_canary.py535# ---------------------------------------------------------------------COMMENT
MEDIUMtools/qpu_throughput_canary.py537# ---------------------------------------------------------------------COMMENT
MEDIUMtools/qpu_throughput_canary.py726# ---------------------------------------------------------------------COMMENT
MEDIUMtools/qpu_throughput_canary.py728# ---------------------------------------------------------------------COMMENT
MEDIUMtools/cuda_profile_regions.py42# ── Manifest loading ───────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py81# ── Tree building from manifest ────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py125# ── GPU info ───────────────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py159# ── Problem generation ─────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py177# ── Profiling runners ──────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py209# ── Text profile printing ─────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py280# ── Topology stats ─────────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py297# ── Matplotlib flamegraph (legacy) ─────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py403# ── Tree layout ────────────────────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py454# ── Interactive HTML flamegraph ────────────────────────COMMENT
MEDIUMtools/cuda_profile_regions.py1190# ── Matplotlib plot (legacy) ───────────────────────────STRING
MEDIUMtools/cuda_profile_regions.py1257# ── Main ───────────────────────────────────────────────STRING
MEDIUMtools/cuda_benchmark_compare.py133# ── Batched kernel dispatch ─────────────────────────────────COMMENT
MEDIUMtools/cuda_benchmark_compare.py218# ── Profile aggregation ─────────────────────────────────────COMMENT
MEDIUMtools/cuda_benchmark_compare.py250# ── Plotting ─────────────────────────────────────────────────COMMENT
MEDIUMtools/cuda_benchmark_compare.py431# ── Test orchestration ───────────────────────────────────────COMMENT
MEDIUMdocker/entrypoint.sh32# ── First run: seed config + keystore ─────────────────────────────COMMENT
MEDIUMdocker/entrypoint.sh125# ── Privilege drop ─────────────────────────────────────────────────COMMENT
663 more matches not shown…
Hyper-Verbose Identifiers1545 hits · 1439 pts
SeverityFileLineSnippetContext
LOWquip_cli.py2771def _load_identify_miners_toml(path: Path) -> dict:CODE
LOWquip_cli.py346async def _descriptor_already_current(CODE
LOWquip_cli.py375async def _descriptor_visible_on_chain(CODE
LOWquip_cli.py737async def _ensure_registered_or_fail(client: SubstrateClient, keystore) -> None:CODE
LOWquip_cli.py825def _warn_dropped_backend_groups(backends: dict, kept: str) -> None:CODE
LOWquip_cli.py1438def quip_miner_register_solver(CODE
LOWquip_cli.py1491def quip_miner_deregister_solver(CODE
LOWquip_cli.py1679def _load_submission_config_or_default(CODE
LOWquip_cli.py1733def _telemetry_external_via_env() -> bool:CODE
LOWquip_cli.py1745def _qpu_miner_kind_from_backends(backends: dict, fallback: str) -> str:CODE
LOWquip_cli.py1859async def _ensure_solver_or_disable_mempool(CODE
LOWQPU/dwave_sampler.py561 def reconstruct_full_sampleset(CODE
LOWQPU/dwave_sampler.py835 def _sample_ising_async_inner(CODE
LOWQPU/dwave_sampler.py1044 def _best_effort_cancel_future(fut: Any, fidx: int) -> None:CODE
LOWtools/visualize_qpu_results.py266def create_line_plots_per_seed(data: Dict[str, Any], output_dir: str = '.') -> None:CODE
LOWtools/visualize_qpu_results.py278def create_summary_comparison(data: Dict[str, Any], output_dir: str = '.') -> None:CODE
LOWtools/cuda_auto_profiler.py289def _find_enclosing_statement(node):CODE
LOWtools/cuda_auto_profiler.py381def _assign_parents_and_depth(regions):CODE
LOWtools/cuda_auto_profiler.py409def _generate_profiled_source(CODE
LOWtools/cuda_auto_profiler.py582def _instrument_device_functions(CODE
LOWtools/generate_all_topologies_json.py21def generate_generic_topology_json(topology_type: str, params: dict, output_dir: str):CODE
LOWtools/calibrate_gibbs_curve.py416def print_calibration_summary(results: Dict) -> None:CODE
LOWtools/benchmark_gibbs_curve.py552def plot_runtime_settings_overlay(results, output_path):CODE
LOWtools/sweep_reads_grid.py593def plot_blocks_vs_threshold_cmp(results, output_path):CODE
LOWtools/sweep_reads_grid.py646def plot_success_probability_cmp(results, output_path):CODE
LOWtools/visualize_canary.py68def _annotate_difficulty_ticks(ax, topology_name: str) -> None:CODE
LOWtools/calibrate_difficulty_curve.py200def _print_calibration_summary(calibration: Dict, min_point: Dict, max_point: Dict):CODE
LOWtools/analyze_topology_sizes.py133def test_embedding_feasibility(config: Dict[str, Any]) -> Dict[str, Any]:CODE
LOWtools/analyze_topology_sizes.py296def _find_native_subgraph_seed(source_graph: nx.Graph, target_graph: nx.Graph, max_m: int, max_t: int) -> Optional[Dict]CODE
LOWtools/visualize_comparative_performance.py192def plot_energy_distributions(ax, df: pd.DataFrame):CODE
LOWtools/visualize_prefilter_correlation.py176def plot_progressive_correlation(CODE
LOWtools/visualize_prefilter_correlation.py359def plot_energy_distributions(CODE
LOWtools/qpu_throughput_canary.py113def _make_energy_only_validator(threshold: float) -> Callable:CODE
LOWtools/solution_explorer.py50def extract_quantum_proof_from_block(block_data: Dict[str, Any]) -> Dict[str, Any]:CODE
LOWtools/solution_explorer.py78def explore_solutions_interactive(h: Dict[int, float], J: Dict, nodes: List[int], solutions: List[List[int]]):CODE
LOWtools/qpu_param_optimizer.py296def max_annealing_time_for_reads(CODE
LOWtools/qpu_param_optimizer.py324def max_num_reads_for_annealing_time(CODE
LOWtools/qpu_param_optimizer.py654def check_diminishing_returns(CODE
LOWtools/qpu_param_optimizer.py942def run_extra_annealing_times(CODE
LOWtools/visualize_benchmark_results.py86def plot_performance_comparison(CODE
LOWtools/visualize_benchmark_results.py184def plot_greedy_mined_vs_random(CODE
LOWtools/visualize_benchmark_results.py221def plot_energy_distributions(CODE
LOWtools/analyze_topology_minimum_energy.py71def calculate_theoretical_minimum_energy(CODE
LOWtools/analyze_topology_minimum_energy.py223def calculate_sa_theoretical_bounds(topology_data: Dict, energy_data: Dict) -> Dict:CODE
LOWtools/cuda_profile_regions.py68def _source_map_from_manifest(manifest):CODE
LOWtools/cuda_profile_regions.py84def _build_tree_from_manifest(manifest, avg):CODE
LOWtools/visualize_mining_performance.py62def _add_difficulty_annotations(CODE
LOWtools/visualize_mining_performance.py91def calculate_threshold_probabilities(CODE
LOWtools/visualize_mining_performance.py120def plot_threshold_probabilities(CODE
LOWtools/visualize_mining_performance.py230def plot_proportion_by_threshold(CODE
LOWtools/visualize_mining_performance.py536def plot_win_rate_by_threshold(CODE
LOWtools/visualize_mining_performance.py605def plot_win_rate_by_threshold_projection(CODE
LOWtools/visualize_mining_performance.py689def plot_expected_time_by_threshold(CODE
LOWtools/metal_gibbs_baseline.py34def metal_gibbs_baseline_test(CODE
LOWtools/find_block_time_threshold.py45def _mine_with_timeout_worker(miner, prev_block, node_info, requirements, prev_timestamp, stop_event, result_queue):CODE
LOWtools/find_block_time_threshold.py321def sequential_adaptive_threshold(CODE
LOWtools/baseline_utils.py282def evaluate_baseline_sampleset(CODE
LOWtools/metal_splash_baseline.py34def metal_splash_baseline_test(CODE
LOWGPU/gpu_scheduler.py116def configure_mps_thread_limit(CODE
LOWGPU/macos_sensors.py175def _raw_active_display_count() -> int:CODE
1485 more matches not shown…
Excessive Try-Catch Wrapping299 hits · 310 pts
SeverityFileLineSnippetContext
MEDIUMquip_cli.py749def _attempt():CODE
LOWquip_cli.py211 except Exception as exc: # noqa: BLE001 — observability pathCODE
LOWquip_cli.py290 except Exception as exc: # noqa: BLE001 — translated to a fatal CLI codeCODE
LOWquip_cli.py367 except Exception as exc: # noqa: BLE001 — pre-check must not block startupCODE
LOWquip_cli.py394 except Exception as exc: # noqa: BLE001 — poll again, then re-submitCODE
LOWquip_cli.py434 except Exception as exc: # noqa: BLE001 — observability path; caller retriesCODE
LOWquip_cli.py649 except Exception as exc: # noqa: BLE001 — surfaced via exception codeCODE
LOWquip_cli.py725 except Exception as exc: # noqa: BLE001 — translated to a CLI error codeCODE
LOWquip_cli.py754 except Exception as exc: # noqa: BLE001 — retryable, surfaced in detailCODE
LOWquip_cli.py1875 except Exception as exc: # noqa: BLE001 — non-fatal by contractCODE
LOWquip_cli.py1921 except Exception: # noqa: BLE001 -- signal handler must not raiseCODE
LOWquip_cli.py1973 except Exception as drain_exc:CODE
LOWquip_cli.py1981 except Exception as drain_exc:CODE
LOWquip_cli.py2065 except Exception as exc: # noqa: BLE001 — surfaced as a CLI codeCODE
LOWquip_cli.py2988 except Exception as exc:CODE
LOWARCHITECTURE.md413 except Exception:CODE
MEDIUMARCHITECTURE.md408def supervise(coro, name, on_failure):CODE
LOWQPU/dwave_submitter.py250 except Exception:CODE
LOWQPU/dwave_submitter.py265 except Exception: # noqa: BLE001 — best-effort end-of-streamCODE
LOWQPU/dwave_submitter.py270 except Exception: # noqa: BLE001 — non-owner attach; best-effortCODE
LOWQPU/dwave_miner.py285 except Exception as e:CODE
LOWQPU/dwave_miner.py369 except Exception as e:CODE
LOWQPU/stream_driver.py156 except Exception:CODE
LOWQPU/stream_driver.py168 except Exception:CODE
LOWQPU/dwave_sampler.py295 except Exception as e:CODE
LOWQPU/dwave_sampler.py473 except Exception:CODE
LOWQPU/dwave_sampler.py1050 except Exception as exc: # noqa: BLE001 — advisory; log and continueCODE
LOWQPU/dwave_sampler.py1104 except Exception as exc: # noqa: BLE001 — one bad submit must not kill the pumpCODE
LOWQPU/dwave_sampler.py1125 except Exception: # noqa: BLE001 — best-effort cleanupCODE
MEDIUMtools/visualize_qpu_results.py383 print(f"Error: Input file not found: {args.input_file}")CODE
MEDIUMtools/visualize_qpu_results.py391 print(f"Error: Invalid JSON in {args.input_file}: {e}")CODE
MEDIUMtools/visualize_qpu_results.py394 print(f"Error: {e}")CODE
LOWtools/calibrate_gibbs_curve.py763 except Exception as e:STRING
LOWtools/benchmark_gibbs_curve.py44 except Exception:CODE
LOWtools/benchmark_gibbs_curve.py107 except Exception:CODE
LOWtools/feeder_decay_probe.py61 except Exception:CODE
LOWtools/feeder_decay_probe.py71 except Exception:CODE
LOWtools/dump_solver_ranges.py119 except Exception as exc: # noqa: BLE001 - SAPI raises a wide varietyCODE
LOWtools/cuda_gibbs_baseline.py84 except Exception as e:CODE
LOWtools/cuda_gibbs_baseline.py250 except Exception as e:CODE
LOWtools/sweep_reads_grid.py1177 except Exception as e:CODE
LOWtools/validate_mined_topology.py159 except Exception as e:STRING
MEDIUMtools/process_mining_comparison.py259 print(f"Error: Input directory '{args.input_dir}' not found")STRING
MEDIUMtools/process_mining_comparison.py268 print(f"Error: No mining.log files found in {args.input_dir}")STRING
MEDIUMtools/process_mining_comparison.py285 print("Error: No mining attempts found in log files")STRING
LOWtools/qpu_consumer_livefire.py63except Exception: # noqa: BLE001 — .env is optional if env is already setCODE
LOWtools/qpu_consumer_livefire.py260 except Exception: # noqa: BLE001 — pgrep absent → orphans simply leakCODE
LOWtools/qpu_consumer_livefire.py316 except Exception as exc: # noqa: BLE001 — count + continue the runCODE
LOWtools/qpu_consumer_livefire.py572 except Exception as exc: # noqa: BLE001 — log + continue the runCODE
LOWtools/qpu_baseline.py52 except Exception as e:CODE
LOWtools/qpu_baseline.py172 except Exception as e:CODE
LOWtools/stack_soak_probe.py64 except Exception:CODE
LOWtools/stack_soak_probe.py74 except Exception:CODE
LOWtools/stack_soak_probe.py310 except Exception:CODE
LOWtools/stack_soak_probe.py314 except Exception:CODE
LOWtools/compare_mining_rates.py138 except Exception as e:CODE
LOWtools/compare_mining_rates.py142 except Exception as e:CODE
LOWtools/compare_mining_rates.py150 except Exception:CODE
LOWtools/compare_mining_rates.py332 except Exception as e:CODE
LOWtools/compare_mining_rates.py339 except Exception as e:CODE
239 more matches not shown…
Unused Imports264 hits · 244 pts
SeverityFileLineSnippetContext
LOWquip_cli.py11CODE
LOWQPU/dwave_submitter.py26CODE
LOWQPU/qpu_time_manager.py15CODE
LOWQPU/dwave_miner.py2CODE
LOWQPU/stream_driver.py19CODE
LOWQPU/stream_driver.py28CODE
LOWQPU/stream_driver.py28CODE
LOWQPU/dwave_sampler.py29CODE
LOWQPU/dwave_sampler.py29CODE
LOWQPU/__init__.py3CODE
LOWQPU/__init__.py4CODE
LOWQPU/__init__.py5CODE
LOWQPU/__init__.py5CODE
LOWQPU/__init__.py5CODE
LOWQPU/__init__.py5CODE
LOWtools/feeder_decay_probe.py29CODE
LOWtools/qpu_consumer_livefire.py43CODE
LOWtools/lint_no_inline_sampling.py14CODE
LOWtools/chart_wins.py12CODE
LOWtools/stack_soak_probe.py31CODE
LOWtools/benchmark_diversity.py13CODE
LOWtools/download_and_validate_wins.py40CODE
LOWtools/metal_cost_model.py28CODE
LOWtools/visualize_prefilter_correlation.py11CODE
LOWtools/print_topology_nodes.py12CODE
LOWtools/qpu_throughput_canary.py40CODE
LOWtools/qpu_param_optimizer.py34CODE
LOWtools/register_advantage2.py39CODE
LOWtools/fetch_winning_energies.py23CODE
LOWGPU/gpu_miner.py13CODE
LOWGPU/gpu_scheduler.py16CODE
LOWGPU/modal_miner.py2CODE
LOWGPU/slot_rotation.py20CODE
LOWGPU/metal_scheduler.py34CODE
LOWGPU/metal_scheduler.py34CODE
LOWGPU/macos_sensors.py29CODE
LOWGPU/gpu_csr_beta.py10CODE
LOWGPU/base_cuda_sampler.py15CODE
LOWGPU/cuda_miner.py11CODE
LOWGPU/metal_sa.py32CODE
LOWGPU/metal_gibbs_sa.py40CODE
LOWGPU/metal_miner.py11CODE
LOWGPU/cuda_stream.py8CODE
LOWGPU/util_monitor.py11CODE
LOWGPU/driver_budget.py29CODE
LOWGPU/sampler_utils.py9CODE
LOWGPU/metal_stream.py11CODE
LOWGPU/modal_stream.py9CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py7CODE
LOWdwave_topologies/__init__.py17CODE
LOWdwave_topologies/__init__.py17CODE
LOWdwave_topologies/embedded_topology.py21CODE
LOWdwave_topologies/smart_embedding.py9CODE
204 more matches not shown…
Deep Nesting92 hits · 86 pts
SeverityFileLineSnippetContext
LOWquip_cli.py1898CODE
LOWquip_cli.py2200CODE
LOWQPU/dwave_submitter.py186CODE
LOWQPU/qpu_time_manager.py25CODE
LOWQPU/stream_driver.py44CODE
LOWQPU/dwave_sampler.py214CODE
LOWQPU/dwave_sampler.py983CODE
LOWtools/visualize_qpu_results.py278CODE
LOWtools/cuda_auto_profiler.py190CODE
LOWtools/cuda_auto_profiler.py234CODE
LOWtools/cuda_auto_profiler.py264CODE
LOWtools/cuda_auto_profiler.py305CODE
LOWtools/cuda_auto_profiler.py381CODE
LOWtools/calibrate_gibbs_curve.py142CODE
LOWtools/feeder_decay_probe.py165CODE
LOWtools/sweep_reads_grid.py351CODE
LOWtools/sweep_reads_grid.py783CODE
LOWtools/process_mining_comparison.py85CODE
LOWtools/process_mining_comparison.py166CODE
LOWtools/process_mining_comparison.py216CODE
LOWtools/qpu_consumer_livefire.py499CODE
LOWtools/qpu_baseline.py36CODE
LOWtools/lint_no_inline_sampling.py30CODE
LOWtools/compare_mining_rates.py66CODE
LOWtools/compare_mining_rates.py156CODE
LOWtools/compare_mining_rates.py287CODE
LOWtools/compare_mining_rates.py627CODE
LOWtools/calibrate_difficulty_curve.py58CODE
LOWtools/calibrate_difficulty_curve.py147CODE
LOWtools/download_and_validate_wins.py221CODE
LOWtools/download_and_validate_wins.py406CODE
LOWtools/analyze_topology_sizes.py133CODE
LOWtools/analyze_topology_sizes.py327CODE
LOWtools/visualize_comparative_performance.py452CODE
LOWtools/test_qpu.py311CODE
LOWtools/test_qpu.py350CODE
LOWtools/test_qpu.py503CODE
LOWtools/benchmark_prefilter_mining.py321CODE
LOWtools/print_topology_nodes.py47CODE
LOWtools/qpu_throughput_canary.py132CODE
LOWtools/qpu_throughput_canary.py935CODE
LOWtools/solution_explorer.py78CODE
LOWtools/qpu_param_optimizer.py486CODE
LOWtools/qpu_param_optimizer.py520CODE
LOWtools/metal_tester.py85CODE
LOWtools/visualize_mining_performance.py424CODE
LOWtools/visualize_mining_performance.py746CODE
LOWtools/test_canary.py73CODE
LOWtools/test_canary.py264CODE
LOWtools/test_canary.py776CODE
LOWtools/metal_baseline.py27CODE
LOWtools/find_block_time_threshold.py62CODE
LOWGPU/gpu_scheduler.py116CODE
LOWGPU/macos_sensors.py227CODE
LOWGPU/gpu_csr_beta.py88CODE
LOWGPU/base_cuda_sampler.py828CODE
LOWGPU/metal_miner.py22CODE
LOWdwave_topologies/smart_embedding.py13CODE
LOWdwave_topologies/embedding_loader.py112CODE
LOWsubstrate/telemetry_process.py483CODE
32 more matches not shown…
Cross-Language Confusion18 hits · 76 pts
SeverityFileLineSnippetContext
HIGHtools/cuda_profile_regions.py910var selectedBar = null;CODE
HIGHtools/cuda_profile_regions.py920 selectedBar = null;CODE
HIGHtools/cuda_profile_regions.py926 if (ln >= start && ln <= end)CODE
HIGHtools/cuda_profile_regions.py950 if (bd && bd.sourceLines) {CODE
HIGHtools/cuda_profile_regions.py967 zoomStack.push(vb.join(" "));CODE
HIGHtools/cuda_profile_regions.py1052 if (direct && direct.length > 0) {CODE
HIGHGPU/metal_utils.py58 if buf is None or buf.length() < nbytes:CODE
HIGHsubstrate/scale_codec.py167 MultiAddress::Id || AccountId32(32 bytes) ||STRING
HIGHsubstrate/scale_codec.py172 The signing payload is `call || extra || additional`, blake2_256-hashedSTRING
HIGHtests/test_difficulty_decay.py114 """Mirrors the Rust ``if num_nodes == 0 || num_edges == 0`` guard."""STRING
HIGHtests/test_substrate_miner_controller.py894 Self-contained — works against a fresh `docker compose down -v && up -d`STRING
HIGHtests/test_hybrid_signer.py115 """M' = 0x01 || label || 0x00 (empty ctx len) || msg."""STRING
HIGHtests/test_deferred_reconstruction.py68 attempt_log=null, # type: ignore[arg-type]CODE
HIGHtests/test_deferred_reconstruction.py69 solution_store=null, # type: ignore[arg-type]CODE
HIGHshared/hybrid_signer.py15 - Message prep M' = 0x01 || b"hybrid-sr25519-mldsa44-v1\\x00" || 0x00 || msgSTRING
HIGHshared/hybrid_signer.py102 """Domain-prepared message: M' = version || label || len(ctx) || ctx || msg.STRING
HIGHshared/hybrid_signer.py118 """AccountId32 derivation: blake2_256(domain || pubkey).STRING
HIGHshared/hybrid_signer.py209 identifies accounts by `blake2_256(domain || hybrid_pubkey)`.STRING
Over-Commented Block89 hits · 72 pts
SeverityFileLineSnippetContext
LOWquip_cli.py621# `click.ClickException`; `miner_main` formats it asCOMMENT
LOWquip.network.qpu.example.toml1# quip-miner qpu — v0.2 example configCOMMENT
LOWquip.network.qpu.example.toml21# rest_port = 8086COMMENT
LOWquip.network.qpu.example.toml41COMMENT
LOWquip.network.qpu.example.toml61# - should be < daily_budget, else the reservoir fills only across multipleCOMMENT
LOWquip.network.qpu.example.toml81# Per-submission cost knobs. Defaults (112 reads, 80us anneal) are theCOMMENT
LOWquip.network.qpu.example.toml101# token = "..."COMMENT
LOWquip-miner.example.toml1# quip-miner example config — v0.2 schemaCOMMENT
LOWquip-miner.example.toml21COMMENT
LOWquip-miner.example.toml41# startup. No CLI flag; config-only.COMMENT
LOWquip-miner.example.toml61# listen = "0.0.0.0"COMMENT
LOWquip-miner.example.toml81COMMENT
LOWquip-miner.example.toml101# ──────────────────────────────────────────────────────────────────────COMMENT
LOWquip-miner.example.toml121COMMENT
LOWquip-miner.example.toml141# carry all settings. Reserved for future inheritance.COMMENT
LOWquip-miner.example.toml161COMMENT
LOWquip.network.gpu.example.toml1# quip-miner gpu — v0.2 example configCOMMENT
LOWquip.network.gpu.example.toml21# --rest-port / --rest-host override these.COMMENT
LOWquip.network.gpu.example.toml41# ── Apple Silicon (Metal) ─────────────────────────────────────────────COMMENT
LOWquip.network.gpu.example.toml61# [modal]COMMENT
LOW.gitlab-ci.yml21 # Backstop only — must exceed (pip install + the inner 300s pytestCOMMENT
LOW.gitlab-ci.yml81# MUTABLE_TAGS is resolved at script time by the resolve-tags job (git ancestryCOMMENT
LOWquip.network.cpu.example.toml1# quip-miner cpu — v0.2 example configCOMMENT
LOWquip.network.cpu.example.toml21# rest_port = 8086COMMENT
LOWQPU/dwave_sampler.py1021 # pending: {id(future): (model, future, defect_info, job_index)}COMMENT
LOWtools/check-node.sh1#!/bin/bashCOMMENT
LOWdocker/quip-miner.cuda.toml1# quip-miner CUDA image — v0.2 [miner] schema.COMMENT
LOWdocker/quip-miner.cuda.toml21signer_key = "/data/keystore.json"COMMENT
LOWdocker/quip-miner.cuda.toml41#COMMENT
LOWdocker/docker-compose.yml1# Docker Compose for quip-miner (v0.2 substrate-attached).COMMENT
LOWdocker/quip-miner.cpu.toml1# quip-miner CPU image — v0.2 [miner] schema.COMMENT
LOWdocker/quip-miner.cpu.toml21signer_key = "/data/keystore.json"COMMENT
LOWdocker/quip-miner.cpu.toml41#COMMENT
LOWdocker/entrypoint.sh1#!/bin/bashCOMMENT
LOWdocker/entrypoint.sh41if [ ! -f "$KEYSTORE_FILE" ]; thenCOMMENT
LOWGPU/metal_scheduler.py41 "_query_iokit_gpu_utilization", "poll_iokit_gpu_util",COMMENT
LOWGPU/metal_sa.py281 # dispatch allocates ~130 MB of GPU buffers per batch; recreating themCOMMENT
LOWGPU/metal_miner.py61 # Keep the feeder large enough to keep Metal threadgroup dispatch fedCOMMENT
LOWsubstrate/client.py181COMMENT
LOWsubstrate/client.py281 self._current_index: int = 0COMMENT
LOWsubstrate/miner_bootstrap.py141#COMMENT
LOWsubstrate/miner_controller.py241# anyway. 16 is generous for the practical N≤8 handle counts.COMMENT
LOWsubstrate/miner_controller.py261# is the number of *additional* attempts after the first (total ≤ RETRIES + 1).COMMENT
LOWsubstrate/miner_controller.py281# Cadence of the free-running fire timer (seconds). Each tick re-evaluatesCOMMENT
LOWsubstrate/miner_controller.py301COMMENT
LOWsubstrate/miner_controller.py401 none_snapshots_seen: int = 0COMMENT
LOWsubstrate/miner_controller.py421 # work key. With the round-driven cancel reorder, these no longerCOMMENT
LOWsubstrate/miner_controller.py541 # Optional MinerCore hook. When provided, the controller callsCOMMENT
LOWsubstrate/miner_controller.py561 self.on_proof_submitted = on_proof_submittedCOMMENT
LOWsubstrate/miner_controller.py581 # on-disk archive is keyed consistently. Pruned on round eviction.COMMENT
LOWsubstrate/miner_controller.py601 # changes when the chain crosses a decay-step boundary (everyCOMMENT
LOWsubstrate/miner_controller.py621 # operators can see live daily-budget usage; never drives submission.COMMENT
LOWsubstrate/miner_controller.py641 # records work keys whose preview the controller has alreadyCOMMENT
LOWsubstrate/miner_controller.py661 # the duration of the attempt). Lets a failed replay's re-queueCOMMENT
LOWsubstrate/miner_controller.py681 self.events = None # set in run()COMMENT
LOWsubstrate/miner_controller.py701 # `quip-miner telemetry`. Named with the `_spawn_..._enabled`COMMENT
LOWsubstrate/miner_controller.py1041 self.stats.heads_observed += 1COMMENT
LOWsubstrate/miner_controller.py1561 self.stats.proofs_submitted += 1COMMENT
LOWsubstrate/miner_controller.py1581 accepted_block_number=accepted_block_number,COMMENT
LOWsubstrate/submitter.py441 RuntimeError,COMMENT
29 more matches not shown…
Docstring Block Structure13 hits · 65 pts
SeverityFileLineSnippetContext
HIGHQPU/qpu_time_manager.py26Parse duration string to seconds. Supports: 30s, 5m, 2h, 1d, 1w Examples: "30s" -> 30.0 (seconds) STRING
HIGHQPU/qpu_time_manager.py68Resolve an operator-facing initial-budget setting to seconds. Maps the three mental-model keywords plus explicit duSTRING
HIGHQPU/dwave_miner.py42Build the persistent QPU context (the expensive D-Wave connect). Constructs a connected :class:`DWaveMiner` ONCE (fSTRING
HIGHQPU/dwave_miner.py114Build ONLY the connected D-Wave sampler (for the isolated submitter). The :mod:`QPU.dwave_submitter` process owns tSTRING
HIGHQPU/dwave_sampler.py642Positionally reconstruct a label-less reduced sample matrix. The streaming path is positional, not labeled: theSTRING
HIGHtools/mining_viz_common.py65Load mining data CSV into a DataFrame. Args: filepath: Path to the CSV file. required_columns: Set STRING
HIGHdwave_topologies/topologies/json_loader.py150 Parse a topology name or filename and return the appropriate topology object. This function handles: - ZepSTRING
HIGHsubstrate/client.py698Resolve the chain mining snapshot + local↔chain topology hashes. Fetches the current head and mining snapshot, STRING
HIGHshared/asyncio_supervise.py33Await `coro`; if it raises, call `on_failure()` and re-raise. Args: coro: The awaitable to supervise (typicSTRING
HIGHshared/ising_feeder.py578Build an IsingFeeder from a switch ``feeder_spec`` tuple. ``("pow", last_proof_block_hash, miner_bytes)`` -> ``RandSTRING
HIGHshared/energy_utils.py28Calculate expected ground state energy for random Ising problems on a given topology. Based on empirical observatioSTRING
HIGHshared/node_edge_coerce.py13Validate and coerce topology nodes and edges to int. Both the CPU SA sampler and the Modal GPU sampler receive nodeSTRING
HIGHshared/base_miner.py1522Write the order's fixed (h, J) into a ProblemView slot for the driver. The mempool model is fixed per order, soSTRING
Modern Structural Boilerplate63 hits · 62 pts
SeverityFileLineSnippetContext
LOWQPU/qpu_time_manager.py22logger = logging.getLogger(__name__)CODE
LOWQPU/dwave_sampler.py38logger = logging.getLogger(__name__)CODE
LOWQPU/__init__.py7__all__ = [CODE
LOWtools/dump_solver_ranges.py205def update_markdown_file(path: Path, generated: str) -> None:CODE
LOWtools/mining_viz_common.py13logger = logging.getLogger(__name__)CODE
LOWtools/baseline_utils.py29logger = logging.getLogger(__name__)CODE
LOWGPU/gpu_scheduler.py63logger = logging.getLogger(__name__)CODE
LOWGPU/metal_scheduler.py37logger = logging.getLogger(__name__)CODE
LOWGPU/metal_scheduler.py40__all__ = [CODE
LOWGPU/__init__.py51__all__ = ['GPU_AVAILABLE', 'METAL_AVAILABLE', 'MODAL_AVAILABLE']CODE
LOWGPU/driver_budget.py38logger = logging.getLogger(__name__)CODE
LOWGPU/driver_budget.py211__all__ = ["DriverBudget", "PHASES", "ENV_ENABLE", "ENV_WINDOW", "ENV_OUT"]CODE
LOWdwave_topologies/embedded_topology.py152__all__ = [CODE
LOWdwave_topologies/topologies/__init__.py42__all__ = [CODE
LOWdwave_topologies/topologies/pegasus.py113__all__ = [CODE
LOWdwave_topologies/topologies/chimera.py119__all__ = [CODE
LOWdwave_topologies/topologies/zephyr.py120__all__ = [CODE
LOWCPU/__init__.py6__all__ = ['SimulatedAnnealingStructuredSampler', 'SimulatedAnnealingMiner']CODE
LOWsubstrate/miner_registry.py263__all__ = [CODE
LOWsubstrate/mempool_types.py594__all__ = [CODE
LOWsubstrate/mempool_producer.py321__all__ = [CODE
LOWsubstrate/telemetry_process.py52logger = logging.getLogger(__name__)CODE
LOWsubstrate/telemetry_process.py858__all__ = ["telemetry_main"]CODE
LOWsubstrate/client.py1995__all__ = [CODE
LOWsubstrate/work_scheduler.py56logger = logging.getLogger(__name__)CODE
LOWsubstrate/miner_bootstrap.py884__all__ = [CODE
LOWsubstrate/url_failover.py24logger = logging.getLogger(__name__)CODE
LOWsubstrate/validator_handle.py24logger = logging.getLogger(__name__)CODE
LOWsubstrate/miner_controller.py3025__all__ = [CODE
LOWsubstrate/mempool_submitter.py445__all__ = [CODE
LOWsubstrate/mempool_stack.py299__all__ = ["MempoolStack"]CODE
LOWsubstrate/submitter.py522__all__ = [CODE
LOWsubstrate/pool.py34logger = logging.getLogger(__name__)CODE
LOWsubstrate/difficulty_decay.py391__all__ = [CODE
LOWsubstrate/event_manager.py29logger = logging.getLogger(__name__)CODE
LOWtests/test_substrate_miner_controller.py114def _set_current(controller, ctx) -> None:CODE
LOWtests/test_miner_controller_on_new_head.py30 def set_live_threshold_milli(self, value: int) -> None:CODE
LOWtests/test_mempool_priority_integration.py88logger = logging.getLogger(__name__)CODE
LOWshared/asyncio_supervise.py23logger = logging.getLogger(__name__)CODE
LOWshared/problem_prep.py358__all__ = [CODE
LOWshared/ising_feeder.py39logger = logging.getLogger(__name__)CODE
LOWshared/ising_feeder.py645__all__ = [CODE
LOWshared/shared_ring.py27logger = logging.getLogger(__name__)CODE
LOWshared/keystore_hybrid.py188__all__ = [CODE
LOWshared/hybrid_signer.py286__all__ = [CODE
LOWshared/miner_config.py654__all__ = [CODE
LOWshared/miner_survey.py277__all__ = ["build_miner_survey", "SCHEMA_NAME", "SCHEMA_VERSION"]CODE
LOWshared/system_info.py44logger = logging.getLogger(__name__)CODE
LOWshared/system_info.py904__all__ = [CODE
LOWshared/miner_worker.py22logger = logging.getLogger(__name__)CODE
LOWshared/miner_worker.py484 def set_live_threshold_milli(self, max_energy_milli: int) -> None:CODE
LOWshared/allowed_value_spec.py308__all__ = [CODE
LOWshared/stats_snapshot.py41logger = logging.getLogger(__name__)CODE
LOWshared/topology_hash.py73__all__ = ["topology_hash"]CODE
LOWshared/node_edge_coerce.py6logger = logging.getLogger(__name__)CODE
LOWshared/mining_attempt_log.py48logger = logging.getLogger(__name__)CODE
LOWshared/mining_attempt_log.py695__all__ = [CODE
LOWshared/miner_core.py66logger = logging.getLogger(__name__)CODE
LOWshared/miner_core.py387 def _setup_multiprocess_logging(self) -> None:CODE
LOWshared/miner_core.py661__all__ = [CODE
3 more matches not shown…
Redundant / Tautological Comments25 hits · 38 pts
SeverityFileLineSnippetContext
LOWtools/find_native_zephyr.py200 # Print resultsSTRING
LOWtools/cuda_auto_profiler.py109 # Check if parent is also a sub-region ofCOMMENT
LOWtools/cuda_auto_profiler.py120 # Set parent to the first call regionCOMMENT
LOWtools/qpu_baseline.py167 # Check if runtime was too short - we'll add more reads in next iterationCOMMENT
LOWtools/qpu_baseline.py176 # Check if we need to extend the read counts based on minimum runtimeCOMMENT
LOWtools/compare_mining_rates.py808 # Check if requested hardware is availableCOMMENT
LOWtools/analyze_topology_sizes.py48 # Check if fits on Advantage2-System1.6COMMENT
LOWtools/analyze_topology_sizes.py251 # Check if we've exceeded worker timeoutCOMMENT
LOWtools/analyze_topology_sizes.py312 # Check if all nodes and edges exist in targetCOMMENT
LOWtools/visualize_comparative_performance.py315 # Check if 'model' column existsCOMMENT
LOWtools/metal_tester.py159 # Display resultsCOMMENT
LOWtools/test_canary.py712 # Check if relationship is roughly constant offset vs non-linearCOMMENT
LOWtools/test_canary.py936 # Print resultsCOMMENT
LOWtools/find_block_time_threshold.py612 # Check if within toleranceCOMMENT
LOWtools/find_block_time_threshold.py815 # Print resultsCOMMENT
LOWdocker/mining_rates/test_local.sh46 # Check if output file was createdCOMMENT
LOWdocker/mining_rates/test_local.sh77 # Check if output file was createdCOMMENT
LOWGPU/__init__.py48# Check if GPU functionality is availableCOMMENT
LOWdwave_topologies/smart_embedding.py86 # Check if any qubit in u's chain connects to any qubit in v's chainCOMMENT
LOWdwave_topologies/embedding_loader.py64 # Check if file existsCOMMENT
LOWminertest/build_images.sh25# Check if buildx is available for cross-platform buildsCOMMENT
LOWminertest/entrypoint.sh53# Check if CUDA libraries are accessibleCOMMENT
LOWminertest/entrypoint.sh564 # Check if all uploads succeededCOMMENT
LOWshared/ising_feeder.py384 # Check if any future is already doneCOMMENT
LOWshared/energy_utils.py581 # Check if energy is suspiciously goodCOMMENT
Hallucination Indicators2 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALtests/test_mempool_submitter.py184 assert s.build_client.build_signed_extrinsic.await_args.kwargs.get(CODE
CRITICALtests/test_mempool_submitter.py191 assert s.build_client.build_signed_extrinsic.await_args.kwargs.get(CODE
Modern AI Meta-Vocabulary5 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMARCHITECTURE.md217### 2.4 CLI orchestration (`quip_cli.py:_run_concurrent_miner`)COMMENT
MEDIUMtools/cuda_benchmark_compare.py431# ── Test orchestration ───────────────────────────────────────COMMENT
MEDIUMtests/test_layering_guard.py40# layering roadmap moved every orchestration module that reached up into theCOMMENT
MEDIUMtests/test_mempool_submitter.py353# and an event-driven claim loop waits forever. The claim loop must alsoCOMMENT
MEDIUMshared/miner_worker.py28# so the second-process scaffolding is no longer needed.COMMENT
AI Structural Patterns14 hits · 12 pts
SeverityFileLineSnippetContext
LOWQPU/dwave_miner.py217CODE
LOWtools/cuda_gibbs_baseline.py38CODE
LOWtools/qpu_param_optimizer.py1159CODE
LOWtools/qpu_param_optimizer.py1308CODE
LOWtools/metal_gibbs_baseline.py34CODE
LOWtools/metal_splash_baseline.py34CODE
LOWGPU/base_cuda_sampler.py1051CODE
LOWGPU/cuda_stream.py18CODE
LOWGPU/metal_stream.py35CODE
LOWsubstrate/miner_controller.py509CODE
LOWtests/test_mempool_producer.py54CODE
LOWshared/system_info.py764CODE
LOWshared/mining_attempt_log.py196CODE
LOWshared/mining_attempt_log.py520CODE
AI Slop Vocabulary4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMtools/parse_threshold_log.py15# Compiled regex patterns - key off text, not emojis (more robust to encoding issues)COMMENT
MEDIUMtests/test_miner_core.py177# don't ship with the test harness. Instead they pin the *spec shape*,COMMENT
MEDIUMtests/test_substrate_miner_controller.py108# Solution number the test harness seeds for the active round. SubmissionsCOMMENT
MEDIUMshared/ising_feeder.py228 # fires first — which is why robust teardown lives in stop().COMMENT
Fake / Example Data5 hits · 8 pts
SeverityFileLineSnippetContext
LOWtools/benchmark_gibbs_curve.py94 dummy_key = b'\x00' * 32CODE
LOWtools/benchmark_gibbs_curve.py98 reward_address=dummy_key,CODE
LOWtools/benchmark_gibbs_curve.py99 ecdsa_public_key=dummy_key,CODE
LOWtools/benchmark_gibbs_curve.py100 wots_public_key=dummy_key,CODE
LOWtools/benchmark_gibbs_curve.py101 next_wots_public_key=dummy_key,CODE
Verbosity Indicators6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/analyze_topology_minimum_energy.py407 # Step 1: Analyze topology structureSTRING
LOWtools/analyze_topology_minimum_energy.py410 # Step 2: Calculate theoretical energy boundsSTRING
LOWtools/analyze_topology_minimum_energy.py415 # Step 3: Calculate SA theoretical boundsSTRING
LOWtools/analyze_topology_minimum_energy.py418 # Step 4: Final summarySTRING
LOWtools/visualize_mining_performance.py449 # Step 1: Get per-miner statistics using shared functionCOMMENT
LOWtools/visualize_mining_performance.py461 # Step 2: Calculate win rates for each threshold via Monte CarloCOMMENT
Structural Annotation Overuse6 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/analyze_topology_minimum_energy.py407 # Step 1: Analyze topology structureSTRING
LOWtools/analyze_topology_minimum_energy.py410 # Step 2: Calculate theoretical energy boundsSTRING
LOWtools/analyze_topology_minimum_energy.py415 # Step 3: Calculate SA theoretical boundsSTRING
LOWtools/analyze_topology_minimum_energy.py418 # Step 4: Final summarySTRING
LOWtools/visualize_mining_performance.py449 # Step 1: Get per-miner statistics using shared functionCOMMENT
LOWtools/visualize_mining_performance.py461 # Step 2: Calculate win rates for each threshold via Monte CarloCOMMENT
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHminertest/AWS.md90export IPFS_API_KEY="your-api-key"CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/check-node.sh4# Usage:COMMENT