OpenRouter Advisor, Ollama NVFP4, and Claude Fable Risks
Explore OpenRouter's new advisor, Ollama's NVFP4 performance boost, and the security risks of autonomous browser automation in Claude Fable.
Back to Feed
Hugging Face Spaces now hosts Her, a deterministic forensic tool for Claude Code sessions. It addresses the “write-only” nature of .jsonl session traces by reconstructing agent behavior into plain English without requiring external API calls.
Her parses session files to flag high-risk actions such as production deploys, configuration changes, or secret exposure. It traces these events back to specific turns, showing token consumption by tool, subagent, or MCP server. Users can drop single files for session views or multiple files for project-wide queries. The built-in “Ask Her” copilot cites specific turns and opens the relevant tool call, enabling rapid root-cause analysis for failed or expensive runs.
The frontend is a React app served via Gradio. For developers managing large-scale Claude Code deployments, this offers a self-hostable pattern for auditing agent behavior without leaking session data to third-party analytics services. It shifts the focus from raw JSON parsing to semantic understanding of agent decision paths.