What is Videlic?

Overview of AI agent observability and how Videlic works.

Videlic is an AI agent observability platform. It lets you see exactly what your AI coding agent did during a session — every file read, every command run, every claim it made.

The problem

AI agents like Claude Code, Cline, and Cursor produce session logs, but those logs are dense and hard to read. More importantly, agents sometimes lie — they claim to have run tests when they didn't, or summarize their work inaccurately.

How Videlic works

You upload a session log via the CLI or API. Videlic runs four analyzers in parallel:

  • Honesty Check — compares what the agent claimed vs what it actually did.
  • Ripple Risk — scores downstream impact of file changes using import graph analysis.
  • QA Lens — detects fake assertions, deleted tests, and missing coverage.
  • Session Timeline — chronological log of every operation.

You get a shareable report URL with a Trust Score (0–100), findings, and actionable insights.

Who is it for?

Engineering teams that use AI agents in their workflow — especially on production codebases where accountability matters.