Boxdawn banner
boxdawn boxdawn

Boxdawn

AI community

Description

Open your AI agents' black box. The waste is between your agents, not inside them. Four deterministic detectors over one trace file, priced from real usage fields. Hosted at boxdawn.com.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Boxdawn

**AI agent observability, on the axis that shows up on your bill.**

[![PyPI](https://img.shields.io/pypi/v/boxdawn)](https://pypi.org/project/boxdawn/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python](https://img.shields.io/badge/python-%E2%89%A53.12-blue)](https://www.python.org/) [![CI](https://github.com/boxdawn/boxdawn/actions/workflows/ci.yml/badge.svg)](https://github.com/boxdawn/boxdawn/actions/workflows/ci.yml) [![Corpora](https://img.shields.io/badge/corpora-3%20%C2%B7%2016%2C864%20sessions-blueviolet)](#-where-it-stands--measured-not-marketed)

Boxdawn watches what your agents do and finds **the work they already paid for** — the context resent every turn, the file read again, the tool call that returned an answer you already had. Four deterministic detectors plus an opt-in semantic check, run against the trace files your agents already write. **Monitor, detect, alert, then fix** — the detection layer runs today. Measured across 17,881 traces in four public corpora.

**Try it on one trace** — no install, no account: **[boxdawn.com/analyze](https://boxdawn.com/analyze)**

Or run it on your own machine, offline:

pip install "boxdawn[detect]"
boxdawn analyze .jsonl --out report.md

PyPI package is `boxdawn`. Python still imports as `import clew` (internal namespace, kept for backward compatibility with existing configs).


✨ Core Features

  • Deterministic waste detectors (4)repeat (tool-call cascade), context_resend (input-side chunk resend), redundant_read (Read-tool duplicates with interval gating), duplicate_creation (creation-tool ID-bridge on 26 mapped tools).
  • Cross-corpus waste-rate metricWR_char (byte ratio), WR_cost (dollar ratio with cache-tier-aware pricing), SDR@10 (share of sessions with meaningful waste). Union across detectors. See §Where it stands.
  • **Opt-in LLM-as-Judge sema