{% extends "base.html" %} {% block title %}Live Demo - Vindicara{% endblock %} {% block content %}

Live Demo

Watch Vindicara detect and stop a rogue AI agent in real time

{% if demo.phase.value == "idle" %}

The Autonomous Agent Scenario

An AI research agent is deployed with scoped permissions. It operates normally, then begins accessing unauthorized systems. Vindicara detects the behavioral drift and auto-suspends the agent before damage occurs.

{% else %}
{% include "components/demo_live.html" %}
{% endif %} {% endblock %}