Tools
Small, focused tools for people building with AI. Each one runs entirely in your browser. Nothing you open here is uploaded.
-
Eval-set inspector
Check an eval set before you trust a number that came out of it: row counts, field coverage, duplicate prompts and length spread, all read in your browser.
Open -
Eval-set leakage inspector
Compare the splits of an eval set and see which prompts appear in more than one. Reports the overlap it finds, with the rows on each side, and never claims that finding none proves there is no leakage.
Open -
LLM JSON repairer
Paste model output that is almost JSON and get back a document that parses, with every character that changed listed line by line. Nothing is repaired quietly.
Open -
MCP server inspector
Paste an MCP tools/list answer and review the whole server at once. Finds what checking one schema at a time cannot: two tools described the same way, names that collide once case is ignored, one enum spelled two ways.
Open -
Message-format converter
Paste a conversation in OpenAI, Anthropic or Gemini shape and get it back in another. Every construct that could not be carried across is named rather than dropped.
Open -
SSE stream reassembler
Paste a raw streaming response and get the message back, the tool calls rebuilt delta by delta, and the point where the stream stopped. A cut-off stream is labelled as one, never handed back as a finished answer.
Open -
Tool-schema linter
Paste a function-calling schema and get the ten things that actually break tool use, such as a parameter with no description or a required field that does not exist. Each finding says what goes wrong when a model meets it.
Open -
Trace redactor
Strip API keys, tokens, emails, phone numbers and IPs from a transcript before you share it. Placeholders are stable, so it still reads as a conversation. The original never leaves this page.
Open