Changelog

New features, improvements, and fixes from the Supersimple team.

Reuse citations across conversation

AI can now reference and cite information from earlier messages in the conversation without re-searching. This makes responses faster and more context-aware.

Reuse citations across conversation

Giving the AI agent access to database query results

Supersimple's AI can now choose to query data in addition to simply operating with model and exploration metadata.

This makes the agent significantly more capable of debugging data issues, cross-referencing things, and jumping back-and-forth between structured and unstructured data sources.

You have full control over which data models the AI may access. Currently available under Research mode for select accounts.

Pin explorations to sidebar

You can now pin your favorite explorations to the sidebar for quick access. Pinning is personal and doesn't affect other team members.

Pin explorations to sidebar Pin explorations to sidebar

Auto-scroll when resizing blocks

The page now automatically scrolls when you drag a block's resize handle near the edge, making it easier to resize blocks that extend beyond the viewport.

Export blocks as images

Any block can now be exported as a PNG image, either by copying to clipboard or downloading directly.

Multi-source AI agent revamp

This is the biggest upgrade to Supersimple's AI agent since its inception in 2023 – a result of months of effort.

The agent is now significantly stronger at picking and choosing among enabled data sources, and iterating based on intermediary findings.

Drag blocks between tabs

You can now drag and drop blocks between tabs using the table of contents for easier exploration organization.

Slack channel selection for alerts

Instead of messing with Slack webhooks, you can now directly select between Slack channels to send Alerts to.

Note: this requires you to install the Supersimple Slack bot under account settings.

Exploration tabs

Explorations can now be organized into multiple tabs! Some of the use cases we've seen so far: One of our most anticipated releases ever: explorations can now be organized into multiple tabs. Some of the use cases we've seen so far:

  • Sales report: tabs for overview + one for each customer segment
  • Separate tab for Helper blocks
  • A tab for WIP content

Rollback points

You can now set rollback points between steps to quickly disable all steps below a certain point. This helps understand complex sequences of steps, and to debug intermediary states.

Other improvements

Python blocks now use Jupyter-inspired standards for output display, including better matplotlib state management, mime-type rendering, and warnings when attempting to display multiple outputs. All this to say – they'll work smoother than ever.

Sticky toolbar for text blocks

When your cursor is in a text block, you'll now see an improved toolbar for text formatting floating at the top of the text block. That includes text style presets, as well as everything else you might need.

Add sticky toolbar to text blocks

Of course, you can also still type markdown if you're into that!

Override enum filter options with custom values

You can now provide custom values in enum filters, allowing you to handle cases where enum options change over time or when working with dynamic enums that have too many values to display.

Expandable AI progress messages

You can now expand the AI's progress to see its thought process, how it's splitting up its work, and the progress of each task.

Improvements

  • BigQuery and Databricks customers can now use non-UTC time zones on their accounts, allowing all users to see auto-converted times that match their region

Quick "Ask AI" button

Every block now has a quick-access "Ask AI" button. For, you know, even quicker access to our AI when asking about a pre-existing chart or table.

"List of" aggregation

You can now collapse values into one field using the List of aggregation, usable both under Summarize and New Column steps.

Aggregate array values in formulas

The resulting field visually collapses every one of these values into a tag box.

Aggregate array values in formulas

Quickly find referenced blocks from sidebar

Wherever you see references to other blocks (e.g. instances, combined blocks, funnel or retention chart inputs) you'll now find a new option to go to that "parent" or otherwise-linked block.

Go to parent block

Other improvements

  • When AI has only given you a single reply, you'll now see a single "Accept" option instead of separate "Accept" and "Accept last"

Automatic slanting of chart labels

Category chart labels now auto-rotate to a diagonal orientation when the chart gets too crowded. This helps more things fit without you having to fiddle with settings.

Prevent label overlap in category charts

Auto-detect granularity of time series data

When you're charting unaggregated time series data, charts now auto-detect the time interval between data points. This lets you see something like Q3 2025 instead of 2023-10-01T00:00:00.

Automatically format time series chart dates

Explore your data model with new Models page

The new Data models page under account settings visualizes your account's data models, their fields and relationships on a canvas.

Explore your data model with new Models page

Hover fields to highlight relationships, and rearrange models as you see fit.

Interactive login with Supersimple CLI

The Supersimple CLI now supports an interactive supersimple login command to set up your environment.

If you do have environment variables already set up, those will take precedence.

Login using CLI

Other improvements

  • Horizontal bar charts now allocate space more intelligently between labels and bars, meaning fewer truncated labels