Last week, an AI researcher named Ostris posted a thirty-second video on X. It showed George Costanza, sitting and talking. Except this wasn't archive footage from Seinfeld. Ostris had trained a LoRA model on the character and generated it from scratch, in six minutes, on his home GPU. In the clip, Costanza talks about running LoRA training at three in the morning in his underwear. The bit is funny. The fact of it is not.

LoRA, Low-Rank Adaptation, is a technique for fine-tuning an AI model on a small, targeted dataset without retraining the entire model from scratch. In the context of video generation, it means you can take a general-purpose model and teach it a specific subject, a character, a face, a visual style, by showing it a relatively small number of examples. The result is a model that can generate new footage of that subject in novel scenes, saying things they never said, doing things they never did. It's computationally cheap enough to run at home. And the output quality has become difficult to distinguish from the real thing.

Ostris used open-source tooling throughout: AI Toolkit for training, LTX-Video 2.3 from Lightricks for generation, ComfyUI as the orchestration layer. He trained the character LoRA at home in about a day. The whole pipeline ran on a single RTX 5090. "Open source is, always has been, and always will be, the future of generative AI," he wrote in the post caption. He meant it as a celebration. He's right to celebrate. And that's worth thinking carefully about.

The Hardware Floor Is Dropping

Two years ago, generating a convincing synthetic video of a specific person required specialized knowledge, substantial GPU resources, and significant time. The barrier wasn't just technical: it was practical. The tools were fragmented, documentation was sparse, and results were inconsistent.

That's no longer true. LTX-Video runs on consumer hardware with as little as 8GB of VRAM in quantized form. At CES in January, NVIDIA announced that RTX 50 Series GPUs running LTX-Video through ComfyUI can generate video 3x faster while using 60 percent less VRAM, via the NVFP4 format. Days ago, ComfyUI announced Dynamic VRAM optimization, explicitly targeting "the most memory-constrained hardware."

The trajectory is consistent: every few months, the minimum viable hardware drops. The tooling improves. The output quality rises. What required a studio in 2022 now runs in a bedroom.

The Numbers

There is no single authoritative source tracking deepfake incidents globally. But the sources that do exist—researchers, insurers, identity verification providers—all point in the same direction.

Deepfake Incidents Are Accelerating

Recorded deepfake incidents globally, 2017–2025

22
42
150
179
2017–2022
(5 years)
2023
+91%
2024
+257%
Q1 2025
+19% vs all 2024

Sources: Surfshark Research / Ceartas Q1 2025 Report

Financial exposure has tracked the same curve. Businesses lost an average of nearly $500,000 per deepfake-related incident in 2024. Deloitte's Center for Financial Services projects AI-facilitated fraud losses in the United States will climb from $12.3 billion in 2023 to $40 billion by 2027, a compound annual growth rate of 32 percent. These figures reflect incidents that were detected and reported. The actual volume is almost certainly higher.

The Agentic Variable

What the incident data doesn't yet fully capture is the effect of agentic AI on the production side of synthetic media.

Also last week, researcher @0xSero posted about his AI agent running eight parallel ML engineering sessions across different servers for sixteen hours with minimal supervision: debugging GPU memory issues, implementing research papers, managing complex multi-step workflows autonomously. He calls the agent Droid. It runs on Claude Opus 4.6.

The capability being demonstrated there is architecturally identical to what a malicious actor would need to operate a synthetic media pipeline at scale. One operator, multiple agents, each running a local ComfyUI session, targeting different individuals in parallel. No API rate limits. No cloud logs. No platform-level detection surface. IBM's X-Force research found that AI can draft a convincing phishing email in five minutes, a task that previously required sixteen hours of skilled human work. The same efficiency gain applies to video synthesis.

The Defense Problem

Detection systems are trained on historical fakes. Local inference pipelines don't generate the API traffic that cloud-based detection relies on. Provenance signals—watermarking, C2PA metadata—can be stripped or ignored by anyone running open-source tooling locally. The offense is getting cheaper faster than the defense is scaling. That's a structural problem without an obvious technical resolution on the near-term horizon.

What the Clip Actually Shows

Ostris's Costanza video is genuinely impressive, and genuinely funny. It's also a marker of where the capability frontier sits right now: not in a lab, not behind an enterprise API, but in an open-source repo, running on a consumer GPU, accessible to anyone willing to spend a weekend learning the tooling.

The bit about training LoRAs at 3am in his underwear is a joke. The pipeline that made it possible is not.

Sources: Ostris / @ostrisai on X · @0xSero on X · NVIDIA CES 2026 · ComfyUI Dynamic VRAM · Deloitte Center for Financial Services · IBM X-Force · Surfshark Research · Ceartas Q1 2025 Report