Euphony
Turn Codex CLI sessions and Harmony JSON into browsable conversation timelines
The Panel's Take
Euphony is an open-source, browser-based visualization tool from OpenAI that transforms raw Harmony JSON/JSONL chat data and Codex CLI session logs into interactive, filterable timelines. Paste JSON, upload a file, or point it at a public URL — Euphony auto-detects the format and renders a structured conversation view. The tool surfaces conversation-level and message-level metadata through a dedicated inspection panel, supports JMESPath-based filtering for querying large datasets, includes translation support, and can run entirely in the browser without any server dependency. For developers debugging Codex agent runs or analyzing large conversation datasets, it replaces manual JSON parsing. Euphony ships as a web component library so it can be embedded in other tools, and includes a FastAPI backend mode for remote loading and Harmony rendering. It's MIT licensed and available on GitHub at openai/euphony.
Share this verdict
Euphony verdict: SKIP ⏭️ 2 ships · 2 skips from the expert panel Full review: shiporskip.io/tool/euphony-openai-codex-harmony-json-session-visualizer-open-source-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Euphony with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/euphony-openai-codex-harmony-json-session-visualizer-open-source-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/euphony-openai-codex-harmony-json-session-visualizer-open-source-2026" alt="Euphony Skip verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/euphony-openai-codex-harmony-json-session-visualizer-open-source-2026)<iframe src="https://shiporskip.io/embed/euphony-openai-codex-harmony-json-session-visualizer-open-source-2026" title="Euphony ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Debugging Codex agent sessions used to mean manually reading JSON in a text editor. Euphony is what that developer experience should have always been — structured timelines, metadata inspection, and JMESPath filtering that actually works on large session files.”
“This is purpose-built for OpenAI's Harmony format and Codex sessions, which means it's primarily useful if you're already deep in the OpenAI ecosystem. Developers using other agent frameworks get limited value here unless they adapt the format.”
“Observability tooling for AI agents is a nascent but critical category. Euphony is a first step toward treating agent session logs with the same rigor we apply to application traces and logs — we'll see a whole category of tools like this emerge over the next two years.”
“This is deep dev tooling with a specific niche — valuable for AI engineers but not directly applicable to creative workflows. The visualization quality is clean, but most creators won't interact with raw Harmony JSON.”