Back to Research

Google AI Adds Avatars to Vids

Google Vids adds Gemini Omni and personal avatars, and engineers get a simple way to review AI-made video artifacts.

London 1002 23, landscape painting by Paul Cézanne.
Rogier MullerJuly 17, 20267 min read

Google AI published an official Google Workspace update for Google Vids, its video creation app, adding Gemini Omni and personal avatars. The release deals with a familiar problem: making a useful video still takes too much scripting, recording, editing, and polish. The takeaway for engineers is simple: AI-generated video is becoming another reviewable work artifact, not just marketing gloss. When people ask for the best llm for code review, this release is a good reminder that the model matters less than whether its output leaves clear evidence a reviewer can inspect.

See what Google Vids now automates

Google Vids is Google Workspace’s app for creating work videos from prompts, source material, narration, and visual scenes. In this update, Google says Gemini Omni helps people create and edit videos in Vids, while personal avatars let a user appear in a generated video without re-recording a fresh talking-head clip every time.

That matters because video has become the default handoff format for things that are hard to explain in a doc alone. A product demo, a bug reproduction, a release note, or a migration walkthrough often lands better when someone can see the flow.

The trap is treating the avatar as the source of truth. A clean presenter can make a weak explanation feel finished. The review target should still be the script, the claims, the linked issue, and the code or artifact behind the video.

For a repo workflow, imagine a contributor shipping a payments refactor. The video can show the checkout path and narrate the risk. It should not replace the PR description, test output, or reviewer checklist.

Understand what avatars replace

Personal avatars mainly replace the friction around repeated recording. Instead of waiting for the right room, camera, mic, lighting, and calendar slot, a person can make a reusable representation and use it inside Vids.

That is useful for routine communication. Release demos, internal changelogs, customer-facing explainers, and bug reproduction notes all suffer when recording is too expensive. Lower the cost, and more work gets explained.

The limit is trust. An avatar can say something confidently even when the underlying script is stale, incomplete, or wrong. For engineering work, the safe pattern is to treat the generated video like a compiled artifact: convenient to consume, but derived from files and facts that can be reviewed.

This is where Cursor users have a nice advantage. Cursor, Anysphere’s AI code editor, already nudges work back into files: rules, diffs, AGENTS.md notes, and reviewable prompts. Video should follow the same habit.

Keep video close to the repo

The first practical move is small: make the repo produce the script before anyone opens Vids. Ask the agent to draft a short video brief from the PR, then review that brief like any other generated file.

This keeps the code review ai step grounded. The best llm for code review is the one that can point to changed files, tests, and unresolved risks, not the one that writes the smoothest narration.

Here is a lightweight Cursor rule stub you can drop into a repo as .cursor/rules/video-review.mdc:

---
description: Use when drafting demo videos, release walkthroughs, or avatar narration from this repo
alwaysApply: false
---

Before drafting a video script:
- Read the PR diff, linked issue, and test output when available.
- List the exact files or commands that support each claim.
- Mark any claim as unverified if it is not backed by repo evidence.
- Keep narration under 90 seconds unless the user asks for a longer walkthrough.
- End with open risks and reviewer questions, not a sales summary.

Do not invent performance numbers, customer impact, security status, or release dates.

Pair that with an AGENTS.md boundary if your repo already uses agent instructions:

## Video and demo notes

Generated video scripts must be treated as derived artifacts.
They may summarize code, tests, and product behavior, but they must not introduce new claims without a linked file, command, issue, or reviewer note.

This fits the broader AI coding governance topic, but it does not need a heavyweight process. It is just the same review discipline applied to a new output format.

If your agents already share memory or context across machines, keep the same boundary in mind. The useful lesson from deja-vu Adds Local Memory Over SSH is that memory is helpful only when scope is explicit.

Try it safely on one repo

Use Google Vids for a repo artifact that is low-risk but real. A good first candidate is a release walkthrough for an internal package, a bug reproduction video, or a short migration note.

Copy this checklist into the PR description before you generate the video:

  • Pick one PR or issue as the source. Do not combine unrelated changes.
  • Ask Cursor to draft a 60–90 second script from the diff, tests, and issue.
  • Require each claim to name a file, command, ticket, or screenshot source.
  • Review the script before generating the video in Google Vids.
  • Use the personal avatar only after the script is approved.
  • Attach the final video as a convenience link, not as the only record.
  • Add one reviewer question at the end, such as: What claim in this video is least supported by the repo?

This makes the video useful without letting it outrank the code. It also gives reviewers something concrete to approve or reject before the generated presenter starts talking.

The honest limitation is that Vids is not an ai code review tool. It will not understand your architecture boundaries, hidden test failures, or production risk by itself. Use it to explain reviewed work, not to decide whether the work is correct.

Common questions

  • Is Google Vids now an ai code review tool?

    No. Google Vids is a video creation app, and this release adds AI-assisted creation, editing, and personal avatar presentation. It can help explain a pull request or release, but the review evidence still needs to live in the repo: diffs, tests, issue links, commands, and reviewer notes.

  • Can personal avatars be used for engineering demos?

    Yes, they can be useful for short demos, bug reproductions, and release walkthroughs. The caveat is consent and accuracy: use the avatar only after the script is reviewed, and make sure every technical claim maps back to a source artifact such as a file, command, ticket, or test result.

  • How should I compare ai code review tools after this release?

    Compare them on review evidence, not presentation quality. A strong llm code review workflow should identify changed files, explain risk, suggest tests, and leave a checklist a human can inspect. Google Vids can turn that evidence into a clearer video, but it should not be scored as the reviewer.

  • Where does Cursor fit with Google Vids?

    Cursor fits before the video is made. Use it to draft the script from the PR, apply repo rules, check claims against files, and produce a small review note. Then move the approved script into Vids if a video will help someone understand the change faster.

Best ways to use this research

  • Best for: Engineers who need to explain code changes, migrations, or release behavior without turning every handoff into a live meeting.
  • Best first artifact: A reviewed video script generated from one PR, with every claim tied to a file, command, issue, or test result.
  • Best comparison angle: Treat Google Vids as a communication layer and compare code review AI systems on evidence quality, not on how polished their summaries sound.
  • Best guardrail: Keep avatars downstream of review. Approve the script first, then generate the video.

Further reading

Next step

Try one low-risk repo video this week: generate the script in Cursor, review the claims, then use Google Vids only after the evidence is clean. If the video cannot point back to the repo, it is not ready to present.

One methodology lens

One useful way to read this through our methodology is the Plan step: delegate first-pass decomposition and dependency mapping, review the sequencing and assumptions, and keep ownership of scope and priorities. If that split is still fuzzy, the workflow usually is too.

Related training topics

Related research

Ready to start?

Transform how your team builds software.

Book a 15-minute sync