Skip to content

AI Debug format

AI Debug is a compact semantic representation of selected Blueprint logic.

It begins with:

# AI Debug | AI logic review only | non-reversible

Intended use

AI Debug helps an AI assistant:

  • understand behavior;
  • find logic defects;
  • assess runtime risks;
  • suggest targeted improvements;
  • refer back to approximate source nodes.

Preserved information

The output keeps useful semantic details such as:

  • user-defined variable names;
  • known component names;
  • event and input entry points;
  • execution order;
  • important constants;
  • side-effecting calls;
  • source references in the form n#.

Simplification

Pure utility and math chains may be folded into readable expressions.

This reduces tokens and makes the logic easier to review, but removes information required for exact graph reconstruction.

Non-reversible by design

To generate nodes after reviewing AI Debug, ask the AI to return a new complete document beginning with # VibeBP.