LIVE
HuggingFaceHuggingFace launches CUGA: lightweight harness for agentic apps·OpenAIOmio Uses OpenAI to Build Conversational Travel Experiences·HuggingFacePP-OCRv6 Arrives on Hugging Face: 50 Languages, Tiny to Medium Models·OpenAISamsung equips 100,000+ employees with ChatGPT Enterprise·OpenAIOpenAI Rolls Out Spend Controls and Analytics for ChatGPT Enterprise·HuggingFaceMosaicLeaks Benchmark Exposes Research Agents' Inability to Keep Secrets·Google AIGoogle's AMIE Medical AI Matches Doctors in Disease Management·HuggingFaceMolmoMotion: Language-Guided 3D Motion Forecasting Hits HuggingFace·DeepMindDeepMind and UK government build AI prototype to speed housing decisions·HuggingFaceHugging Face lets you deploy robot policies from Hub to real hardware·OpenAIOpenAI's Deployment Simulation predicts model behavior before launch·Google AIGoogle invests $1.5B in Alabama data center expansion·OpenAIOpenAI launches Partner Network with $150M investment fund·OpenAIOpenAI launches three Agent Academy courses for workplace AI skills·DeepMindDeepMind's DiffusionGemma speeds text generation 4x·Google AIGoogle pours community funds into Virginia jobs and energy·OpenAIPreply uses OpenAI to generate AI lesson summaries for tutors·HuggingFaceHuggingFace Details PyTorch Profiling for Fused MLP Layers·DeepMindGemini 3.5 Live Translate delivers fluid natural speech translation·HuggingFaceHuggingFace benchmarks code-switched ASR: OpenAI, Google, Meta fail hard·HuggingFaceHuggingFace launches CUGA: lightweight harness for agentic apps·OpenAIOmio Uses OpenAI to Build Conversational Travel Experiences·HuggingFacePP-OCRv6 Arrives on Hugging Face: 50 Languages, Tiny to Medium Models·OpenAISamsung equips 100,000+ employees with ChatGPT Enterprise·OpenAIOpenAI Rolls Out Spend Controls and Analytics for ChatGPT Enterprise·HuggingFaceMosaicLeaks Benchmark Exposes Research Agents' Inability to Keep Secrets·Google AIGoogle's AMIE Medical AI Matches Doctors in Disease Management·HuggingFaceMolmoMotion: Language-Guided 3D Motion Forecasting Hits HuggingFace·DeepMindDeepMind and UK government build AI prototype to speed housing decisions·HuggingFaceHugging Face lets you deploy robot policies from Hub to real hardware·OpenAIOpenAI's Deployment Simulation predicts model behavior before launch·Google AIGoogle invests $1.5B in Alabama data center expansion·OpenAIOpenAI launches Partner Network with $150M investment fund·OpenAIOpenAI launches three Agent Academy courses for workplace AI skills·DeepMindDeepMind's DiffusionGemma speeds text generation 4x·Google AIGoogle pours community funds into Virginia jobs and energy·OpenAIPreply uses OpenAI to generate AI lesson summaries for tutors·HuggingFaceHuggingFace Details PyTorch Profiling for Fused MLP Layers·DeepMindGemini 3.5 Live Translate delivers fluid natural speech translation·HuggingFaceHuggingFace benchmarks code-switched ASR: OpenAI, Google, Meta fail hard·
Back
🤗HuggingFace
Product/HuggingFace

Her: HuggingFace's Detective for Claude Code Sessions

H

HuggingFace

June 7, 2026

2 MIN

Original source

huggingface.co — read the full announcement →

Enter Her: A Debugging Layer for Claude Code

HuggingFace just dropped Her (हेर), an open-source tool that sits between you and Claude Code and records everything. Every prompt. Every response. Every token usage. The tool, available now on HuggingFace Spaces, offers a web UI that replays sessions like a video timeline. You can search, filter, and export logs. Think of it as a dashcam for your AI coding assistant. It captures the raw JSON stream and renders it in a clean interface — timestamps, token counts, even the model's internal reasoning traces if available. The initial release supports Claude Code v0.4 and above.

Why Claude Code Needed a Detective

Claude Code is powerful but opaque. Developers have been flying blind when things go wrong. You send a prompt, get a response, but what really happened? Was it a bad prompt, a context window issue, or a hallucination? Prior to Her, debugging meant manual logging or trusting Anthropic's minimal analytics. The community has been begging for visibility. Her is the first serious answer. Since last year, forums have filled with frustrated users trying to reproduce spurious code changes. Her gives them a forensic tool.

What Her Means for Developers

This is more than a nice tool. If you're building on Claude Code, Her fundamentally changes your feedback loop. You can now see exactly why your code changed. It encourages prompt engineering as a disciplined practice. Honestly, the most interesting part isn't the UI — it's the potential for cost optimization. Seeing 10,000 tokens wasted on irrelevant context? That's money burning. Her also makes it easier to comply with audits, since you have a full session log. One concrete example: a developer on Hacker News reported cutting his Claude Code bill by 40% after identifying long, redundant system prompts.

What's Still Missing in Her

Her is not perfect. It logs locally by default, raising questions about sensitive data in logs. It doesn't yet support multi-session comparisons or automated analysis — you still have to read the logs yourself. And while it claims minimal overhead, early users report 5-10% latency increase. That's non-trivial for interactive use. The big unknown: will Anthropic embrace this or try to block it? For now, it's a side-channel workaround using the CLI's unofficial output mode. No guarantees it won't break with a future update.

Related video

Watch explainers and coverage of this topic on YouTube.

Search on YouTube

Frequently Asked Questions

What is Her exactly?

Her is an open-source tool from HuggingFace that acts as a proxy for Claude Code sessions, intercepting and logging all communication between the user and the AI model. It provides a web interface for replaying and analyzing those sessions.

Is Her free?

Yes, it's completely open-source and available on HuggingFace. You can self-host it or use a hosted version on HuggingFace Spaces.

Does Her slow down Claude Code?

Early tests show a 5-10% latency increase due to logging overhead. The developers are working on optimizing the recording process.

Can I use Her with sensitive code?

Her logs everything locally by default, but you should still be cautious. The tool allows selective redaction of prompts and outputs, but that's manual.

Will Her work with future versions of Claude Code?

It's built on Claude Code's existing API, so it should be compatible unless Anthropic changes the interface. No guarantees though.

↑ SWIPE FOR NEXT