llm-kb
← Back to social
Community

Community applies Anthropic's J-space lens to open Qwen3-8B for agent guardrails

A Reddit user replicated Anthropic's J-space research on the open-source Qwen3-8B model, using a Jacobian lens to detect silent internal reasoning before tool calls. They then wired this into agent guards to intercept prose drift (e.g., leaning toward natural language instead of JSON), enabling stop/cancel/keep decisions.

14 engagement·1 source·Sun, Jul 12, 2026, 02:22 PM
Anthropic's research on Claude discovered a silent internal workspace called J-space—hidden reasoning in activations that never appears as visible text. For example, when Claude answers `49`, J-space reveals intermediate steps like `21 → 42 → 49`. A Reddit user fitted the open Jacobian lens (J-lens) on Qwen3-8B, ran it locally, and used it to catch prose drift before tool calls (model leaning toward "To, You, Do…" instead of JSON). They then wired that into agent guards: stop / cancel / keep the useful behavior. This demonstrates a practical application of interpretability research for improving agent reliability.

Entities

Anthropic(company)Claude(model)Qwen3-8B(model)J-space(concept)Jacobian lens(tool)

Related

PaperThu, Jul 9, 2026, 08:22 PM

Anthropic reveals J-space inside Claude Opus 4.6, offering clearest view yet of LLM internal reasoning

Anthropic developed the Jacobian lens (J-lens) to uncover a hidden area called J-space inside Claude Opus 4.6, revealing individual words related to the model's output. Separately, a researcher released the BABEL codec for GPT-2 small, achieving 94.7% behavior reconstruction and enabling bidirectional reading/writing of the model's internal state. These advances give practitioners unprecedented insight into how language models think.

4 engagement·3 sources·reddit, rss
PaperSun, Jul 12, 2026, 05:06 AM

Community stress-tests Anthropic's J-Space hallucination signal on Qwen3-4B across 7 datasets

A developer mapped Anthropic's J-Space hallucination detection method onto Qwen3-4B, testing it across ~11,400 examples from 7 datasets. The work builds on Anthropic's paper and an open-source implementation by solarkyle, aiming to assess whether internal workspace entropy is a deployable hallucination detector.

↑ Updated Sun, Jul 12, 2026, 05:06 AM Stress-test results across 7 datasets posted on Reddit.

1 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 05:19 PM

Tool to export models with tweaked J-Space behavior

A tool based on Anthropic's Jacobian-Lens that allows users to manually tweak a model's Jacobian space (J-Space) and export a modified model with altered behavior. It enables manual behavior modification and abliteration using human input, demonstrated by creating a model called Nikusui-v1.

109 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 09:35 AM

Runeward: Sandbox AI agents with policy gates

Runeward is a sandboxing tool for AI agents that enforces policy gates to restrict agent actions. It uses LLMs to interpret and enforce user-defined policies, solving the problem of unsafe or unintended agent behavior for developers building autonomous AI systems.

1 engagement·1 source·hackernews
CommunitySun, Jul 12, 2026, 01:55 PM

Developer shares best practices from building 6 agent harnesses in 6 months

A developer recounts building six agent harnesses over six months and distills best practices from companies like Ramp, Stripe, OpenAI, and Anthropic. Key takeaways include using small agent prompts, deterministic gates, isolated environments, and managing state.

3 engagement·1 source·reddit