AI ToolsJun 30, 2026, 4:54 PM

New tool records AI agent workflows as video demos automatically

TickrWire Editorial Desk·Jun 30, 2026, 4:54 PM·1 min read AI-assisted, human-reviewed

Reported by Simon Willison: Have your agent record video demos of its work with shot-scraper video. Analysis and context written by TickrWire.

30-second summary

shot-scraper 1.10 adds a video recording feature that captures AI agent workflows as video demos using Playwright.

TickrWire
New tool records AI agent workflows as video demos automatically
Key takeaways
  • shot-scraper 1.10 introduces a new video recording feature for AI agent workflows using Playwright.
  • The tool uses a `storyboard.yml` file to define routines and automatically records video demos of those routines.
  • Video demos can serve as visual proofs of agent actions, aiding debugging, documentation, and stakeholder communication.
  • This feature supports transparency and verifiability in AI agent workflows, especially for web application interactions.
Full story

shot-scraper, a command-line tool for automating browser interactions, has released version 1.10 with a new video recording feature. The tool now accepts a `storyboard.yml` file that defines a routine to run against a web application. Using Playwright under the hood, it records a video of the routine, providing a visual demonstration of the agent's work.

This addition aligns with the growing emphasis on transparency and verifiability in AI agent workflows. Developers can now easily generate video proofs of their agents' actions, which can be useful for debugging, documentation, or sharing progress with stakeholders. The feature is particularly relevant in contexts where AI agents interact with web applications, such as testing, automation, or interactive demos.

The release also reflects a broader trend toward tools that bridge the gap between AI development and real-world application, making it easier to observe and validate agent behavior.

Why this matters
Developers

Provides an automated way to record and verify AI agent workflows as video demos, improving transparency and debugging.

Everyone

Enhances trust in AI agents by providing visual proof of their actions and workflows.

Glossary
Playwright
A browser automation library used for testing and web scraping.
storyboard.yml
A configuration file that defines a routine for AI agents to execute against a web application.
Sources · 1
Read next
More stories
From Atari to EVE Online: Building on 15 Years of AI Research in GamesAI Research

From Atari to EVE Online: Building on 15 Years of AI Research in Games

Google DeepMind launches SIMA 2, a generalist AI agent that learns to play games from raw pixels and natural language, partnering with studios like Fenris Creations to prototype new gameplay experiences.

7 Checks Before You Trust an LLM Planner ExperimentAI Research

7 Checks Before You Trust an LLM Planner Experiment

An AI researcher shares seven validation checks for LLM planning experiments after discovering that a promising two-game demo failed to hold up under rigorous replication.

I Ran 157 Agent Plans Against a Real LLM. The Problem Wasn't Execution. It Was Planning.AI Research

I Ran 157 Agent Plans Against a Real LLM. The Problem Wasn't Execution. It Was Planning.

A developer testing 157 agent plans across 35 domains found that autonomous systems frequently fail because of flawed planning and ordering rather than execution issues, leading to the creation of an open-source peer review framework.

TickrWire

Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization

Researchers introduced IAR, a three‑stage post‑training method that injects document knowledge into language models, aligns question‑answering behavior, and recovers general abilities without retrieval at inference time.

TickrWire
Open Source

Up to 3.2x Faster Inference with LFM2.5-DSpark

Liquid AI has released DSpark draft model checkpoints for three LFM2.5 models, enabling speculative decoding speedups of up to 3.2x while preserving exact output quality.

The Reasoning Ledger: Remembering Decisions, Not Just DataAI Tools

The Reasoning Ledger: Remembering Decisions, Not Just Data

The Reasoning Ledger is a new architectural layer that records the observable decision‑making process of AI systems, preserving policies, tools, and approvals that led to each inference.