> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipeline Insights

> DinoAI's integration with Paradime Bolt provides detailed summaries and recommendations to help troubleshoot issues during dbt™ model deployments in production environments.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

When a Bolt run completes, DinoAI automatically analyses the execution logs and generates a human-readable summary for each command. Instead of manually scanning through hundreds of log lines, you get a clear breakdown of what happened, what went wrong, and what to do next

### What the Summary Includes

For each command executed in a Bolt run, DinoAI provides:

* **Execution overview** — a plain-language summary of what the command did
* **Warnings and errors** — surfaced and explained in context, not just raw stack traces
* **Recommendations** — actionable suggestions to improve reliability and performance

<Frame caption="Example: DinoAI Summary">
  <img src="https://mintcdn.com/paradime-docs/_V48tdxcy1g_Y-dv/images/image-2-1-1-1-1-2-1-1-1.png?fit=max&auto=format&n=_V48tdxcy1g_Y-dv&q=85&s=403e99a3eedecf52fb29bc47cdca56d0" alt="Example: DinoAI Summary" width="2108" height="1380" data-path="images/image-2-1-1-1-1-2-1-1-1.png" />
</Frame>

### Turbo CI summaries on GitHub

DinoAI summaries also appear on pull requests. When a Turbo CI run fails, Paradime posts the DinoAI Summary as a comment on the pull request — so reviewers can see why CI failed without leaving GitHub.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/VA9BDQ6XklSoCs4-/images/image-91.png?fit=max&auto=format&n=VA9BDQ6XklSoCs4-&q=85&s=df23c831bc12e99b3465f420fd5bd3d8" alt="" width="1774" height="1166" data-path="images/image-91.png" />
</Frame>

The PR comment includes the schedule name and commit SHA, a plain-language explanation of the failure, the specific errors with affected models, and the command that failed. A link back to the full run in Paradime is included for deeper investigation.

No additional configuration is required — the DinoAI Summary is posted automatically whenever a Turbo CI run fails on a pull request. **See the** [**GitHub Turbo CI doc**](/products/bolt/ci-cd/turbo-ci/github) **for details.**

### Troubleshooting Pipeline Runs

1. Open the **Bolt UI** and select a schedule
2. Scroll down to **Run History** and click on a specific run
3. Scroll down to **Logs and Artifacts**
4. Select a command that has an error or warning (e.g. `dbt run`)
5. Click the **Summary** tab to see the DinoAI-generated analysis

<Arcade src="https://demo.arcade.software/3vfnYgc3uEYepUvSn2H9?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Pipeline Insights" />

> **Tip:** The Summary tab is most useful when a command has failed or produced warnings — that's when DinoAI's analysis saves the most time.

***

### Next Steps

Once you've reviewed the summary, you have two options:

* **Fix it yourself** — use the recommendations to make changes in the IDE
* **Let DinoAI fix it** — use [Fix with DinoAI](https://claude.ai/chat/fix-with-dinoai.md) to trigger a one-click fix directly from the run

***

### Related

* [Bolt Schedules](/products/bolt/index) — Setting up and managing your pipelines
* [Fix with DinoAI](/products/dino-ai/bolt-pipeline-agent/fix-with-dinoai) — One-click fixes based on run errors
* [Self-Healing](/products/dino-ai/bolt-pipeline-agent/self-healing) — Automatically fix and re-run failed pipelines


## Related topics

- [Bolt Pipeline Agent](/products/dino-ai/bolt-pipeline-agent/index.md)
- [Self-Healing](/products/dino-ai/bolt-pipeline-agent/self-healing.md)
- [GitHub](/products/bolt/ci-cd/turbo-ci/github.md)
- [Viewing Run Log History](/products/bolt/managing-schedules/viewing-run-log-history.md)
- [Schedules Dashboard](/products/radar/dbt-monitoring/schedules-dashboard.md)
