6 comments

  • firasd 22 minutes ago
    Very interesting.

    A few days ago I made something to use in addition to head/tail: Venetianblinds.js shows equally spaced chunks of a file https://github.com/firasd/venetianblinds

    So I can kinda see these as being part of the same workflow like VBlinds for 'what does this file even look like' before calling the decompose

  • pranav_rastogi 1 hour ago
    Finally, a tool that tackles this problem without forcing you to adopt an entire ecosystem. I appreciate how this leans into the Unix philosophy by just focusing on the decomposition step and doing it well. Really appreciate the modular architecture here.
    • ruhani_grover 5 minutes ago
      Thank you and we do really appreciate it. The Unix philosophy was certainly one of the influences upon us, we wanted CtrlB Decompose to carry out one task well, converting noisy logs into structured and compact representations which are easier for both humans and LLMs to handle.
  • syron 1 hour ago
    I really like the idea of this. What I'd be looking for is to see how you convert those into OpenTelemetry metrics/logs or even traces.

    if you find correlations between multiple log rows, those could be put into logs and mark with a trace/span id according to OpenTelemetry spec. Then even more tools could be used to actually analyze, alert, etc on those logs. Also, extracting attributes, group logs, aggregate, etc. Those could be made searchable before being retrieved of a tool like sluicio, grafana, datadog etc so less data is being shipped (thereby keeping cost low).

    Thereby, going from million of log rows no-one will read, to valuable metrics, shipping to a tool for visualization.

    good work!

    • ruhani_grover 8 minutes ago
      Thanks a lot, I truly do appreciate the thoughtful feedback.

      We agree that there are a great many interesting downstream possibilities concerning OpenTelemetry, correlation, derived metrics, and more sophisticated telemetry pipelines once you are able to reliably extract structure from noisy logs.

      To us, CtrlB Decompose represents the initial step. Although we launched it as a standalone tool for producing logs that are friendly to LLMs, it also feeds into part of CtrlB's special log compression pipeline. The identical structured representation aids in reducing both storage space and token usage without losing the information required for search, investigation, and AI-assisted debugging.

      The idea you've advanced regarding enriching the logs with trace context and generating higher-level signals before sending them on downstream is indeed a very interesting one, and we are currently considering it as the project develops. Thank you for bringing it to our attention!

  • gokohl 1 hour ago
    Skill written, problem solved with my log feeding. Thanks!
    • ruhani_grover 7 minutes ago
      Thanks! Happy to hear it solved a real problem for you.
  • nextblock 1 hour ago
    [flagged]
  • CuriousBuilder 54 minutes ago
    [flagged]