Claude has recently added “Interactive Visuals,” letting you see charts, diagrams, or flowcharts directly during a chat—without having to break concepts into long blocks of text. Claude embeds visual content into the conversational flow, explaining while drawing, making it well-suited to speed up understanding and discussion.
What Claude Interactive Visuals is: not image generation, but interactive diagrams
This time, Claude’s focus is on “interactivity”: the chart appears right in the chat window, and you can adjust it as you ask questions, rather than receiving only a static image. According to public documentation, Claude mainly renders these using vector-drawing approaches such as HTML and XML—like having an editable digital whiteboard added inside the conversation.
How to trigger Claude: one sentence is enough to have it draw
You don’t need to write code. You can simply tell Claude, “Turn this trend into a chart,” or “Draw this as a diagram.” If Claude’s drawing isn’t quite what you want, you can add follow-up requests, such as “Change it to two comparison lines,” or “Label the key nodes,” and Claude will update the content based on the conversation context.
How Claude Interactive Visuals differs from Artifacts: one is for understanding, the other is for a finished deliverable
Many people mix it up with Claude’s Artifacts, but their positioning isn’t quite the same. Artifacts are more about producing content in a side panel that can be saved long-term and shared or downloaded; Interactive Visuals are closer to “in-the-moment explanation,” with charts inserted directly into Claude’s replies and adjusted as the discussion progresses—then returning focus to the conversation once you’re done.
Updates for developers as well: Claude API’s Models API and expanded output limits
If you’re integrating the Claude API, the official Models API is now available to query usable models and validate model IDs, making multi-environment deployments and key management more friendly. There’s also an expanded-output option for Claude Sonnet 3.5: by adding a specified beta request header when calling it, you can raise the maximum output token limit to 8192. At the same time, the console has added usage and cost dashboards, making it easier to track costs by USD amount, tokens, and API key.
Practical tips: three ways to prompt Claude to draw more accurately
To get Claude’s diagrams closer to what you want, it’s recommended to include in your prompt the “data source, axes/dimensions, and the key points you want to see.” For example, provide a set of data first, then say, “Show it as a line chart, and mark the peaks and turning points”—Claude will usually be more reliable. If what you want is instructional understanding, you can also have Claude “draw the skeleton first, then fill in details step by step,” where the advantages of Interactive Visuals become even more apparent.