Repository Analysis

JustVugg/colibri

Run frontier MoE models on hardware you already own — pure C, zero deps, experts streamed from disk. Tiny engine, immense model. 🐦

7.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of JustVugg/colibri, a C project with 26,374 GitHub stars. SynthScan v2.0 examined 162,755 lines of code across 516 source files, recording 1101 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 7.1 places this repository in the Low AI signal band.

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

7.1
Adjusted Score
7.1
Raw Score
100%
Time Factor
2026-08-28
Last Push
26.4K
Stars
C
Language
162.8K
Lines of Code
516
Files
1.1K
Pattern Hits
2026-08-29
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

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

Score History

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

Severity Breakdown

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

CRITICAL 0HIGH 5MEDIUM 76LOW 1020

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 1101 distinct pattern matches across 13 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.

Hyper-Verbose Identifiers697 hits · 623 pts
SeverityFileLineSnippetContext
LOWc/v4_dsml.py104def tool_calls_from_openai_format(tool_calls):STRING
LOWc/resource_plan.py525def _discover_amd_gpus_windows():CODE
LOWc/family_registry.py504def _individual_expert_inventory(pattern):CODE
LOWc/family_registry.py513def _inkling_expert_inventory(name, size, config):CODE
LOWc/tools/datapoint.py274def _measure_persistent_request(engine, prompt, max_new):CODE
LOWc/tools/repack_fp8_passthrough.py586def _canonicalize_metadata_order(path):CODE
LOWc/tools/repack_fp8_passthrough.py668def _stamps_from_other_passes(outdir, prog_name):CODE
LOWc/tools/repack_fp8_passthrough.py970def _copy_standalone_load_files(indir, outdir):CODE
LOWc/tools/make_glm53_tiny.py154def initialize_contract_weights(torch, model, head) -> None:CODE
LOWc/tools/make_glm53_tiny.py519def write_sparse_attention_case(torch, model, output: Path) -> None:CODE
LOWc/tools/make_deepseek_v4_tiny.py298def initialize_router_coverage(torch, model) -> None:CODE
LOWc/tools/rans_format.py291def _py_decode_stream_checked(buf, n, freq, start, slot_to_symbol, scale_bits):CODE
LOWc/tests/test_segment_conformance_manifest.py20 def test_is_all_registered_families_gate(self):CODE
LOWc/tests/test_segment_conformance_manifest.py29 def test_every_entry_is_an_honest_contract_fixture(self):CODE
LOWc/tests/test_segment_conformance_manifest.py43 def test_c_fixture_matrix_matches_manifest(self):CODE
LOWc/tests/test_rans_repack.py89 def test_roundtrip_stamp_and_determinism(self):CODE
LOWc/tests/test_rans_repack.py166 def _corrupt_reshard_and_expect(self, expected_code, meta_mutator=None,CODE
LOWc/tests/test_rans_repack.py338 def test_parity_c_python_refusal_classes(self):CODE
LOWc/tests/test_rans_repack.py401 def test_verifier_never_crashes(self):CODE
LOWc/tests/test_rans_repack.py448 def test_partial_output_refusal(self):CODE
LOWc/tests/test_rans_repack.py612 def test_census_layout_accounting(self):CODE
LOWc/tests/test_rans_repack.py652 def test_quantize_freq_ties_and_termination(self):CODE
LOWc/tests/test_cuda_test_makefile.py47 def test_cpu_oracle_is_compiled_without_openmp(self):CODE
LOWc/tests/test_cuda_test_makefile.py54 def test_nvcc_does_not_link_an_openmp_runtime_for_the_oracle(self):CODE
LOWc/tests/test_cuda_test_makefile.py59 def test_hipcc_does_not_link_an_openmp_runtime_for_the_oracle(self):CODE
LOWc/tests/test_cuda_test_makefile.py65 def test_allow_unsupported_compiler_is_off_by_default(self):CODE
LOWc/tests/test_cuda_test_makefile.py72 def test_allow_unsupported_compiler_is_reachable(self):CODE
LOWc/tests/test_cuda_test_makefile.py82 def test_allow_unsupported_compiler_preserves_the_other_flags(self):CODE
LOWc/tests/test_cuda_test_makefile.py95 def test_setup_openmp_probe_does_not_require_tmp(self):CODE
LOWc/tests/test_kimi_usage_cli.py33 def test_help_flags_print_usage_and_succeed(self):CODE
LOWc/tests/test_kimi_usage_cli.py44 def test_no_arguments_prints_usage_and_fails(self):CODE
LOWc/tests/test_kimi_usage_cli.py49 def test_usage_names_the_launcher(self):CODE
LOWc/tests/test_kimi_usage_cli.py55 def test_usage_documents_autopin_and_the_gpu_path(self):CODE
LOWc/tests/test_placement_crossval.py14 def test_category_holdout_and_rank_file(self):CODE
LOWc/tests/test_inkling_prefix_serve.py143 def test_byte_level_vocab_matches_the_engines_map(self):CODE
LOWc/tests/test_inkling_prefix_serve.py154 def test_reused_prefix_yields_identical_tokens(self):CODE
LOWc/tests/test_inkling_prefix_serve.py176 def test_a_diverging_prompt_is_not_reused(self):CODE
LOWc/tests/test_stop_liveness.py39 def test_reaped_child_is_not_alive(self):CODE
LOWc/tests/test_stop_liveness.py45 def test_sigkill_lookup_is_guarded(self):CODE
LOWc/tests/test_stop_liveness.py59 def test_engine_takes_a_job_handle(self):CODE
LOWc/tests/test_stop_liveness.py81 def test_helper_is_a_noop_off_windows(self):CODE
LOWc/tests/test_stop_liveness.py85 def test_job_kills_the_child_when_the_handle_closes(self):CODE
LOWc/tests/test_inkling_omp_source.py9 def test_direct_engine_uses_shared_physical_core_sizing(self):CODE
LOWc/tests/test_benchmark_cuda_fixture.py14 def test_extracts_speed_and_profile(self):STRING
LOWc/tests/test_benchmark_cuda_fixture.py19 def test_rejects_incomplete_output(self):STRING
LOWc/tests/test_openai_tools_v4_e2e.py122 def test_tool_call_non_stream(self):STRING
LOWc/tests/test_openai_tools_v4_e2e.py134 def test_tool_result_round_trip(self):STRING
LOWc/tests/test_openai_tools_v4_e2e.py151 def test_tool_call_streamed_markers_suppressed(self):STRING
LOWc/tests/test_cli_output.py38 def test_serve_help_includes_allowed_host(self):CODE
LOWc/tests/test_cli_output.py43 def test_tune_help_describes_measured_safe_profile(self):CODE
LOWc/tests/test_cli_output.py49 def test_info_status_is_english(self):CODE
LOWc/tests/test_cli_output.py57 def test_missing_model_error_is_english(self):CODE
LOWc/tests/test_cli_output.py76 def test_prompt_box_preserves_newlines_and_indentation(self):CODE
LOWc/tests/test_cli_output.py80 def test_prompt_box_wraps_long_lines_without_collapsing_whitespace(self):CODE
LOWc/tests/test_cli_output.py84 def test_prompt_input_rows_accounts_for_explicit_lines(self):CODE
LOWc/tests/test_cli_output.py88 def test_read_prompt_collects_lines_already_queued_after_first(self):CODE
LOWc/tests/test_cli_output.py159 def test_explicit_cap_rides_along(self):CODE
LOWc/tests/test_cli_output.py165 def test_explicit_cap_zero_rides_along(self):CODE
LOWc/tests/test_cli_output.py170 def test_absent_cap_stays_absent(self):CODE
LOWc/tests/test_cli_output.py233 def test_unknown_model_states_its_own_type(self):CODE
637 more matches not shown…
Decorative Section Separators45 hits · 132 pts
SeverityFileLineSnippetContext
MEDIUMc/v4_dsml.py36# ============================================================COMMENT
MEDIUMc/v4_dsml.py38# ============================================================COMMENT
MEDIUMc/v4_dsml.py89# ============================================================STRING
MEDIUMc/v4_dsml.py91# ============================================================STRING
MEDIUMc/v4_dsml.py168# ============================================================COMMENT
MEDIUMc/v4_dsml.py170# ============================================================COMMENT
MEDIUMc/tools/diag_harness.py34# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py37# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py65# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py173# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py175# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py228# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py231# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py258# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py260# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py277# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/diag_harness.py279# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py57# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py65# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py81# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py89# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py127# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py135# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py199# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py209# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py349# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/quant_ablation.py365# --------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/test_olmoe_real.py36# ── Step 1: Write bootstrap ref with dummy full_ids = prompt_ids ──────────COMMENT
MEDIUMc/tools/test_olmoe_real.py48# ── Step 2: Run engine once to capture generated IDs ─────────────────────COMMENT
MEDIUMc/tools/test_olmoe_real.py71# ── Step 3: Run engine again against real ref — verify determinism ────────COMMENT
MEDIUMc/tools/rans_format.py62# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py64# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py199# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py201# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py215# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py217# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py271# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py273# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py320# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py322# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py476# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/rans_format.py479# ---------------------------------------------------------------------------COMMENT
MEDIUMc/tools/expert_atlas/sweep.sh8# ---------------------------------------------------------------------------------------------COMMENT
MEDIUMc/tools/expert_atlas/sweep.sh36# ---------------------------------------------------------------------------------------------COMMENT
Over-Commented Block108 hits · 108 pts
SeverityFileLineSnippetContext
LOWdocs/benchmarks.md41# 1) measure YOUR disk the way the engine uses it (parallel 19 MB random reads):COMMENT
LOW.github/workflows/release.yml61 # families. CI (engines-all-platforms) proves all four build on this matrix.COMMENT
LOW.github/workflows/release.yml201 exe = ".exe" if os.name == "nt" else ""COMMENT
LOW.github/workflows/release.yml301 #COMMENT
LOW.github/workflows/ci.yml21 # CI built colibri + inkling on Linux only and kimi_k3 on nothing -- so the factCOMMENT
LOW.github/workflows/ci.yml61 failure-threshold: errorCOMMENT
LOW.github/workflows/ci.yml81 run: make -C c test-asanCOMMENT
LOW.github/workflows/ci.yml221 name: Metal backend testsCOMMENT
LOW.github/workflows/ci.yml361 # already has the model in memory and generates greedily from fixed ids.COMMENT
LOW.github/workflows/ci.yml381 # breaks; cap=8 never would. That is not hypothetical here: theCOMMENT
LOW.github/workflows/ci.yml461 # Random-init InklingForCausalLM via HF transformers, then the C engineCOMMENT
LOW.github/workflows/ci.yml481COMMENT
LOW.github/workflows/ci.yml541 # must not perturb a single position. It exercises the fmt=6 (E8/IQ3,COMMENT
LOW.github/workflows/ci.yml581 # BEFORE the pull (which is why this is not a container: job).COMMENT
LOW.github/workflows/ci.yml601 # because gpu-compile links the TEST binary with the hipcc driverCOMMENT
LOW.github/workflows/ci.yml621 #COMMENT
LOW.github/workflows/ci.yml641 with:COMMENT
LOWc/olmoe.c21 * (expert queue is sorted by eid for SSD read locality)COMMENT
LOWc/olmoe.c41#ifdef COLI_SEGMENT_ADAPTERCOMMENT
LOWc/inkling.c21 * of the fused [E, 2I, D] / [E, D, I] tensors, LRU-cached, optionallyCOMMENT
LOWc/inkling.c41#include "route_trace.h"COMMENT
LOWc/st.h1/* Indicizzazione e lettura on-demand di tensori da piu' file safetensors.COMMENT
LOWc/uring.h1#ifndef COLI_URING_HCOMMENT
LOWc/quant.h1/* quant.h — quantized matmul kernels (header-only, all functions static).COMMENT
LOWc/quant.h541 }COMMENT
LOWc/qwen36.c21#define _GNU_SOURCECOMMENT
LOWc/qwen36.c61#include "json.h" /* tokenizer.json parsing (reuse minimal parser) */COMMENT
LOWc/rans.h81#error "rans.h assumes a little-endian host (record integers are little-endian)"COMMENT
LOWc/backend_vulkan.c1// Vulkan compute backend for colibri's quantized matmul, targeting theCOMMENT
LOWc/kimi_k3.c81 * Alone it implies COLI_K3_CKPT=2; an explicitCOMMENT
LOWc/kimi_k3.c101#include <omp.h>COMMENT
LOWc/deepseek_v4.c2201#define coli_v4_window_attention_destroy coli_v4_window_attention_batch_destroy_copyCOMMENT
LOWc/deepseek_v4.c3421 coli_bf16_round_array(output, quantized);COMMENT
LOWc/deepseek_v4.c4181 !defined(COLI_V4_EXPERIMENTAL_SYNC_EXPERT_LOOKUP) && \COMMENT
LOWc/deepseek_v4.c5881 if (error && error_size && error[0]) return -1;COMMENT
LOWc/deepseek_v4.c6281#define coli_v4_indexer_destroy snapshot_copy_indexer_destroyCOMMENT
LOWc/deepseek_v4.c6681#define coli_v4_window_attention_create transaction_copy_attention_createCOMMENT
LOWc/deepseek_v4.c7221 * Cold experts keep the official row-major FP4 representation. */COMMENT
LOWc/deepseek_v4.c11321/* Target-only generation helpers. */COMMENT
LOWc/deepseek_v4.c14521COMMENT
LOWc/deepseek_v4.c15461#include "native_quant.h"COMMENT
LOWc/deepseek_v4.c16161COMMENT
LOWc/deepseek_v4.c16321#include <stdint.h>COMMENT
LOWc/deepseek_v4.c16981#include "edge_runtime.h"COMMENT
LOWc/glibc_c23_math_compat.h1// glibc_c23_math_compat.h — glibc >= 2.41 C++17 noexcept clash for CUDA host passes.COMMENT
LOWc/glibc_c23_math_compat.h21#ifndef COLI_GLIBC_C23_MATH_COMPAT_HCOMMENT
LOWc/backend_gpu_compat.h21#ifndef COLIBRI_BACKEND_GPU_COMPAT_HCOMMENT
LOWc/backend_gpu_compat.h41namespace nvcuda { namespace wmma = ::rocwmma; }COMMENT
LOWc/backend_gpu_compat.h61#define cudaMalloc hipMallocCOMMENT
LOWc/backend_gpu_compat.h81#define cudaEventDisableTiming hipEventDisableTimingCOMMENT
LOWc/backend_gpu_compat.h101#include <cuda_runtime.h>COMMENT
LOWc/omp_tune.h41#define COLI_OMP_TUNE_HCOMMENT
LOWc/backend_cuda.h1#ifndef COLIBRI_BACKEND_CUDA_HCOMMENT
LOWc/openai_server.py2741 value = int(os.environ.get(name, "") or default)COMMENT
LOWc/openai_server.py2921 # aborted by the software in your host machine` escaping to socketserver,COMMENT
LOWc/backend_metal.mm1// Apple-GPU (Metal) backend for colibrì. Runtime-compiled shader (no Xcode needed),COMMENT
LOWc/backend_metal.mm401// memcmp). Contract: E<=256 (ch[8]/taken mask sizing: ceil(E/32)<=8) — the defensiveCOMMENT
LOWc/backend_metal.mm661// g_resset_obj is a bare `id` (holds id<MTLResidencySet>) so the global's declared typeCOMMENT
LOWc/backend_metal.mm681// (E4's audit round 2 found exactly that shape -- mutex over a live Metal call -- as theCOMMENT
LOWc/backend_metal.mm1301 // elements (grid <=2^23 tg, ~4x under the observed-clean bound). Chunks write disjoint g_gyCOMMENT
48 more matches not shown…
Deep Nesting100 hits · 90 pts
SeverityFileLineSnippetContext
LOWc/download_fp8.py90CODE
LOWc/download_fp8.py179CODE
LOWc/openai_server.py263CODE
LOWc/openai_server.py324CODE
LOWc/openai_server.py476CODE
LOWc/openai_server.py768CODE
LOWc/openai_server.py874CODE
LOWc/openai_server.py906CODE
LOWc/openai_server.py1026CODE
LOWc/openai_server.py1135CODE
LOWc/openai_server.py1204CODE
LOWc/openai_server.py1277CODE
LOWc/openai_server.py1409CODE
LOWc/openai_server.py1523CODE
LOWc/openai_server.py1713CODE
LOWc/openai_server.py1803CODE
LOWc/openai_server.py2022CODE
LOWc/openai_server.py122CODE
LOWc/openai_server.py1655CODE
LOWc/openai_server.py2415CODE
LOWc/openai_server.py2532CODE
LOWc/openai_server.py3124CODE
LOWc/openai_server.py3193CODE
LOWc/openai_server.py3239CODE
LOWc/autotune.py239CODE
LOWc/autotune.py405CODE
LOWc/autotune.py469CODE
LOWc/doctor.py188CODE
LOWc/doctor.py442CODE
LOWc/resource_plan.py73CODE
LOWc/resource_plan.py221CODE
LOWc/resource_plan.py617CODE
LOWc/resource_plan.py864CODE
LOWc/tools/benchmark_kv_prefix.py30CODE
LOWc/tools/convert_inkling_dense_int4.py151CODE
LOWc/tools/iq3_pack.py68CODE
LOWc/tools/iq3_pack.py133CODE
LOWc/tools/iq3_pack.py208CODE
LOWc/tools/diag_harness.py127CODE
LOWc/tools/diag_harness.py232CODE
LOWc/tools/diag_harness.py357CODE
LOWc/tools/diag_harness.py658CODE
LOWc/tools/convert_olmoe_merged.py199CODE
LOWc/tools/eval_glm.py64CODE
LOWc/tools/quant_ablation.py317CODE
LOWc/tools/benchmark_serving_interference.py37CODE
LOWc/tools/convert_qwen36.py206CODE
LOWc/tools/convert_qwen36.py363CODE
LOWc/tools/convert_inkling_int4.py180CODE
LOWc/tools/convert_inkling_int4.py356CODE
LOWc/tools/k3_repack.py132CODE
LOWc/tools/make_glm53_multimodal_tiny.py129CODE
LOWc/tools/blocksweep.py52CODE
LOWc/tools/repair_mtp_int8.py155CODE
LOWc/tools/rans_verify.py164CODE
LOWc/tools/datapoint.py72CODE
LOWc/tools/datapoint.py150CODE
LOWc/tools/check_glm53_checkpoint.py17CODE
LOWc/tools/repack_fp8_passthrough.py772CODE
LOWc/tools/repack_fp8_passthrough.py828CODE
40 more matches not shown…
Excessive Try-Catch Wrapping74 hits · 87 pts
SeverityFileLineSnippetContext
LOWc/v4_dsml.py96 except Exception:STRING
LOWc/v4_dsml.py121 except Exception:CODE
MEDIUMc/v4_dsml.py93def to_json(value):CODE
LOWc/download_fp8.py114 except Exception as e:CODE
LOWc/download_fp8.py145 except Exception: passCODE
LOWc/download_fp8.py220 except Exception as e:CODE
MEDIUMc/openai_server.py667def _np():CODE
MEDIUMc/openai_server.py2415def _dispatch_stdout(self):CODE
MEDIUMc/openai_server.py3058def read_json(self):CODE
LOWc/openai_server.py798 except Exception:CODE
LOWc/openai_server.py1393 except Exception:CODE
LOWc/openai_server.py2326 except Exception:CODE
LOWc/openai_server.py2527 except Exception as error:CODE
LOWc/openai_server.py2611 except Exception:CODE
LOWc/openai_server.py3048 except Exception:CODE
LOWc/openai_server.py3215 except Exception as error:CODE
LOWc/resource_plan.py40 except Exception:CODE
LOWc/tools/diag_harness.py217 except Exception as e:CODE
LOWc/tools/diag_harness.py242 except Exception: passCODE
LOWc/tools/diag_harness.py309 except Exception as e:CODE
LOWc/tools/diag_harness.py519 except Exception as e:CODE
LOWc/tools/mirror_plan.py287 except Exception:CODE
LOWc/tools/mirror_plan.py307 except Exception:CODE
MEDIUMc/tools/mirror_plan.py39def load_json(path):CODE
LOWc/tools/convert_olmoe_merged.py211 except Exception:CODE
LOWc/tools/eval_glm.py57 except Exception: mt = ""CODE
LOWc/tools/convert_qwen36.py254 except Exception:CODE
LOWc/tools/convert_qwen36.py289 except Exception as e:CODE
LOWc/tools/convert_qwen36.py372 except Exception:CODE
LOWc/tools/convert_qwen36.py405 except Exception as e:CODE
LOWc/tools/convert_qwen36.py555 except Exception:CODE
LOWc/tools/convert_qwen36.py588 except Exception:CODE
LOWc/tools/make_qwen36_oracle.py81 except Exception:CODE
LOWc/tools/make_qwen36_oracle.py129 except Exception:CODE
LOWc/tools/make_deepseek_v4_oracle.py32 except Exception as exc: # noqa: BLE001 — optional dependencyCODE
LOWc/tools/make_deepseek_v4_oracle.py42 except Exception as exc: # noqa: BLE001CODE
LOWc/tools/repair_mtp_int8.py59 except Exception as ex:CODE
LOWc/tools/rans_verify.py270 except Exception as exc: # noqa: BLE001 — the pointCODE
LOWc/tools/rans_verify.py299 except Exception as exc: # noqa: BLE001 — the pointCODE
LOWc/tools/datapoint.py115 except Exception:CODE
LOWc/tools/datapoint.py127 except Exception:CODE
LOWc/tools/datapoint.py393 except Exception as exc: # noqa: BLE001 - teardown is best-effortCODE
LOWc/tools/make_glm53_tiny.py37 except Exception as exc: # pragma: no cover - regeneration diagnosticCODE
MEDIUMc/tools/make_glm53_tiny.py30def require_dependencies():CODE
LOWc/tools/fetch_benchmarks.py54 except Exception as e:CODE
LOWc/tools/fetch_benchmarks.py75 except Exception as e:CODE
LOWc/tools/fetch_benchmarks.py86 except Exception: continueCODE
LOWc/tools/make_qwen36_tiny.py111 except Exception:CODE
LOWc/tools/make_deepseek_v4_tiny.py53 except Exception as exc: # pragma: no cover - regeneration-only diagnosticCODE
MEDIUMc/tools/make_deepseek_v4_tiny.py48def require_dependencies():CODE
LOWc/tools/rans_format.py176 except Exception as exc:CODE
LOWc/tools/convert_fp8_to_int4.py847 except Exception: passCODE
LOWc/tools/convert_fp8_to_int4.py872 except Exception as ex:CODE
LOWc/tools/convert_fp8_to_int4.py955 except Exception as ex:CODE
LOWc/tools/convert_fp8_to_int4.py976 except Exception as ex:CODE
LOWc/tools/convert_fp8_to_int4.py987 except Exception: passCODE
LOWc/tools/convert_glm53.py373 except Exception as exc: # noqa: BLE001CODE
LOWc/tools/convert_glm53.py398 except Exception as exc: # noqa: BLE001CODE
LOWc/tests/test_inkling_prefix_serve.py129 except Exception:CODE
MEDIUMc/tests/test_inkling_prefix_serve.py125def close(self):CODE
14 more matches not shown…
Unused Imports42 hits · 41 pts
SeverityFileLineSnippetContext
LOWcolibri/__init__.py3CODE
LOWc/autotune.py9CODE
LOWc/tools/gen_unicode.py9CODE
LOWc/tools/efficiency.py22CODE
LOWc/tools/k3_ref.py22CODE
LOWc/tools/diag_harness.py30CODE
LOWc/tools/convert_olmoe_merged.py29CODE
LOWc/tools/convert_qwen36.py37CODE
LOWc/tools/convert_qwen36.py37CODE
LOWc/tools/convert_qwen36.py147CODE
LOWc/tools/k3_repack.py38CODE
LOWc/tools/make_glm53_multimodal_tiny.py22CODE
LOWc/tools/residency_sim.py19CODE
LOWc/tools/make_deepseek_v4_oracle.py18CODE
LOWc/tools/make_glm53_tokenizer.py20CODE
LOWc/tools/convert_olmoe.py20CODE
LOWc/tools/convert_olmoe.py20CODE
LOWc/tools/convert_olmoe.py20CODE
LOWc/tools/convert_olmoe.py20CODE
LOWc/tools/repair_mtp_int8.py35CODE
LOWc/tools/make_glm53_vision_tiny.py22CODE
LOWc/tools/check_glm53_checkpoint.py3CODE
LOWc/tools/make_glm53_tiny.py9CODE
LOWc/tools/glm53_image.py28CODE
LOWc/tools/make_deepseek_v4_tiny.py10CODE
LOWc/tools/convert_fp8_to_int4.py570CODE
LOWc/tools/convert_fp8_to_int4.py571CODE
LOWc/tools/make_glm53_streaming_pair.py24CODE
LOWc/tools/make_glm53_streaming_pair.py27CODE
LOWc/tools/make_edge_tiny_tokenizer.py11CODE
LOWc/tools/expert_atlas/validate.py17CODE
LOWc/tests/test_deepseek_v4_prefix.py14CODE
LOWc/tests/test_deepseek_v4_prefix.py21CODE
LOWc/tests/test_family_registry.py9CODE
LOWc/tests/test_chat_thinking.py14CODE
LOWc/tests/test_chat_thinking.py15CODE
LOWc/tests/test_chat_thinking.py31CODE
LOWc/tests/test_inefficiency.py18CODE
LOWc/tests/test_inefficiency.py22CODE
LOWc/tests/test_deepseek_v4_tiny.py4CODE
LOWc/tests/test_openai_server.py17CODE
LOWc/tests/test_glm53_vision_serve.py24CODE
AI Slop Vocabulary15 hits · 37 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/ci.yml229 # (observed: 47 min vs a 5-6 min normal run), so the test harnessCOMMENT
MEDIUMc/colibri.c67#include "abl.h" /* per-expert causal-ablation harness — inert unless g_abl.mode set (COMMENT
MEDIUMc/tools/efficiency.py30# Reuse the validated regexes from the existing A/B benchmark harness so theCOMMENT
MEDIUMc/tools/run_f8_bench.sh15# 8533 MT/s), this harness's primary host. It must be an explicit numberCOMMENT
MEDIUMc/tools/fetch_deepgemm.sh21DEEPGEMM_PIN_DEFAULT=39fb4447a062b418fd08ce17cd308adb28559417 # branch sm120-full, "Add SM120 heuristic calibration haCODE
MEDIUMc/tests/test_backend_loader.py2017 # Production reused the harness's runtime and released only its ownSTRING
MEDIUMc/tests/test_backend_loader.py2018 # reference, so the harness-owned module survives.STRING
MEDIUMc/tests/test_backend_loader.py824 # encoding="utf-8": the harness converts every path withSTRING
MEDIUMc/tests/test_backend_loader.py1377 # Production released only its own reference; the harness still holds one.STRING
MEDIUMc/tests/test_fp8_e2e_repack_load.py117 # colibri.c is a big translation unit; build the harness once for the classCOMMENT
MEDIUMc/tests/test_fp8_e2e_repack_load.py151 # without either. This harness only exercises the C loader'sCOMMENT
MEDIUMc/tests/test_fp8_e2e_repack_load.py215 # Sanity-check the real tool's own selection/stamp BEFORE asking the C harnessCOMMENT
MEDIUMc/tests/test_fp8_e2e_repack_load.py217 # the harness anyway would only muddy which side broke.COMMENT
MEDIUMc/tests/test_fp8_e2e_repack_load.py229 # the fp8-repack path this harness's qt_from_disk-specific decodeCOMMENT
MEDIUMc/tests/test_fp8_e2e_repack_load.py231 # st_read_f32 fallback -- out of this C harness's scope, and out ofCOMMENT
Cross-Language Confusion5 hits · 22 pts
SeverityFileLineSnippetContext
HIGHc/tools/repack_fp8_passthrough.py73stamp naming fp8-e4m3-b128 (qt_resolve_fmt's `sf==8 && fp8_blk_f32_also`STRING
HIGHc/tests/check_data_logprob_gaps.py14 cd c && make glmSTRING
HIGHc/tests/test_inefficiency.py199 _skip_reason() or "CUDA build not present (run: make clean && make colibri CUDA_DLL=1 && make cuda-CODE
HIGHc/tests/test_backend_loader.py446 for (i = 0; i < count && i < MAXI; i++) {CODE
HIGHc/tests/test_deepseek_v4_dspark_source.py63 replay = self.engine.index("if (retained > 0 && target_batch(", invalidate)CODE
Structural Annotation Overuse4 hits · 6 pts
SeverityFileLineSnippetContext
LOWdocker/README.md67### Step 1: Download the modelCOMMENT
LOWdocker/README.md98### Step 2: Download the Colibrì DockerfileCOMMENT
LOWdocker/README.md106### Step 3: Build the Docker imageCOMMENT
LOWdocker/README.md135### Step 4: Start ColibrìCOMMENT
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMdocs/kimi_metal_gap_analysis.md293### Phase 4 Changes (scaffolding only)COMMENT
MEDIUMc/openai_server.py1309 # preamble makes it hallucinate other frameworks' syntax (e.g. `end_action`).COMMENT
AI Structural Patterns7 hits · 6 pts
SeverityFileLineSnippetContext
LOWc/openai_server.py3894CODE
LOWc/openai_server.py2532CODE
LOWc/autotune.py405CODE
LOWc/doctor.py442CODE
LOWc/resource_plan.py864CODE
LOWc/tools/make_kimi_k3_ref.py144CODE
LOWc/tools/make_qwen36_tiny.py71CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWc/chat_olmoe.sh6# Usage:COMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWcolibri/__init__.py5__all__ = ["__version__"]CODE