Skip to main content
Stay in the loop! Subscribe to the demo RSS feed to be notified when we post new demos.Demos highlight what we are working on or experimenting with, but are not a guarantee of release. Let us know your thoughts at support@omni.co.

Deploy Health Dashboard and Observability

Kyle Speer · Internal Engineering Kyle demos a new deploy health dashboard showing P90/P50 latency and error rates, plus CloudWatch anomaly detection and Slack DM notifications for each step of the deploy pipeline.

Blobby Debug Agent

Joel Dodge · AI New debug tooling for Blobby chat sessions — a bug icon opens a side drawer with a dedicated debug agent that has full access to everything Blobby saw and did (excluding raw customer data), letting you ask why decisions were made or investigate unexpected outputs.

Claude MCP OmniDev Tracing

Joel Dodge · AI Internal developer tooling using Claude Code with OmniDev as an MCP server to read trace/span data from Blobby sessions and reason about bugs — demoed against a case of three parallel tool calls returning identical AI explanations.

Apps Without Required Queries

Nathan Agrin · AI Apps Nate demos the ability to create Omni apps with no associated queries, removing the previous friction of having to stub a query first before building an app UI.

App Syntax Error Fix

Nathan Agrin · AI Apps A new “Fix This” button automatically detects and repairs syntax errors in app code — demoed by manually introducing a stray brace that breaks the app, then one-clicking to fix it.

App CSV Download and Sandbox Permissions

Nathan Agrin · AI Apps Apps can now download data as CSV via a new Download button, enabled by amending the iframe sandbox attribute to include allow-downloads — plus a hint at upcoming writeback support for input data in apps.

Routines Slack Delivery

Corey Ruderman · AI Scheduler Scheduled AI prompt routines (Blobby automations) can now deliver their output directly to a Slack channel or DM, with follow-up conversation available in the thread via the bot.

Session Sentiment Classification

Jade Khiev · AI Analytics Batch sentiment classification of Blobby prompts and full chat sessions powered by Bedrock/Anthropic, with a lightweight app to browse per-prompt and per-session outcomes — intended to improve models and eventually expose analytics to customers.

App Targeted Edits

Dan Mosora · AI Apps Instead of regenerating an entire 25K-token app document on every change, the app editor now sends edits as a series of small targeted chunks, visualized as a diff animation in the sidebar. TLDR; faster, cheaper edits.

AI Annotations

Chris Swenson · AI Workbook Dashboards Magic Shipped/GA feature — a new Explain button lets users draw a shape on the canvas and send an annotated screenshot directly to Blobby, which uses a root cause analysis skill to respond.

Split View IDE AI

Chris Swenson · AI Modeling Early work on split view support in the SQL IDE, replicating existing IDE AI capabilities (autocomplete, AI assist) in a split-pane layout — broader questions about entry points and modeling availability still being decided.

Animated Bubble Chart App

Russell Garner · Apps Use Cases An app built in ~5 minutes using Omni’s whitelisted charting libraries to replicate Hans Rosling’s famous animated bubble chart, making time a meaningful axis for portfolio/project data visualization.

Data Delivery Domain Allow List

Eli Cohen · Scheduler Administration Admins can now restrict which email domains Omni will deliver dashboard deliveries and routines to — if a recipient’s domain isn’t on the allow list, they’re filtered out. Applies to user groups too.

Chat UI Skills Menu Consolidation

Peter Schrader · AI Design The Blobby chat UI is being reorganized — skills collapse into a dedicated menu after first use to reclaim space, the bottom bar evolves into actionable items vs. configuration, and a scroll behavior fix keeps your messages in view after streaming completes.

SQL Autocomplete

Peter Schrader · Workbook SQL Advanced SQL autocomplete now surfaces actual column names in the editor — works for joins, bare tables, and basic aliasing, covering ~80% of use cases; CTEs and subqueries are future work.

AI Hub Schema Toggle

Lei Wang · AI Modeling A new core views/schema toggle in AI Hub setup lets admins selectively hide tables from Blobby’s context, reducing noise for new connections with thousands of tables and solving the cold-start problem.

App Theme Variables

Meredith Dodge · AI Design Omni org theme variables (primary button color, dark/light mode, etc.) are now injected into the app iframe so apps look seamless with the rest of Omni by default — with the option to opt out and use a custom theme.

Floating Blobby

Gustav Staprans · AI A floating, draggable Blobby button is coming to workbook and dashboard views for globally consistent AI access — position persists on reload, and the chat open/close control is moving to the top header.