NeMo Studio Insights

View as Markdown

Use Observability > Insights in the NeMo Studio workspace sidebar to review insights the analyst agent generates from observed agent sessions and traces.

Insights is enabled by default. An administrator can disable it by setting studio.feature_flags.optimizer_enabled: false in the platform configuration and restarting Studio.

Insight List

The Insights table shows each insight’s status, title, source agent, number of observed traces, number of linked experiments, and creation and last-seen times. Select a row to open the insight’s detail page.

Insight Detail

The detail page shows the insight’s status, source agent, description, and:

SectionShows
ExperimentsExperiments linked to this insight, with evaluation counts and last-updated times. Select a row to open that experiment.
TracesThe observed sessions and traces that produced this insight.

Available actions depend on the insight’s status:

StatusAvailable actions
OpenDelete, or Resolve.
Resolved or DeletedRun experiment — reopens the insight and shows a modal with the nemo exp run CLI command to start experiments for it. Studio doesn’t launch the experiment for you; run the command yourself.

If the insight originated an experiment, that experiment’s detail page links back here. See NeMo Studio Experiments.