Back to browse
GitHub Repository

LLM-ready reasoning surface over logs

134 starsRust

Ctrlb-decompose: Strip the noise from logs before sending to LLMs

by ruhani_grover·Jul 28, 2026·34 points·7 comments

AI Analysis

●●●BangerWizardrySolve My Problem

Turns 1.2M log lines into 43 patterns with quantile stats in a single streaming pass.

Strengths
  • CLP encoding plus Drain3 clustering creates a compact structural representation instantly.
  • Runs entirely in the browser via WASM or as a lightweight Rust CLI with minimal memory.
  • Automatic semantic typing detects IPv4, durations, and enums without manual regex.
Weaknesses
  • Website is not yet live, relying solely on GitHub README for documentation.
  • Anomaly detection logic is opaque compared to established observability platforms.
Target Audience

DevOps engineers, SREs, Data engineers

Similar To

LogReduce · Drain3 · Grok patterns

Similar Projects