TL;DR: Wideframe is a Mac desktop AI agent that automates the pre-editing stages of video production: footage indexing, semantic search, and Premiere Pro project assembly. It targets the 75% of video work that happens outside the NLE, saving brands and agencies hours per editor per day. The moat is workflow integration depth: native .prproj output and on-device Apple Silicon processing put it inside the creative toolchain rather than alongside it.
The 75% Nobody Talks About
Ask a video editor what they actually do all day, and the honest answer isn't "editing." It's hunting for the right take. Labeling 80GB of B-roll. Building rough cuts that exist only so the director can reject them. Organizing bins. Transcribing interviews. The creative part - the actual cut - is maybe a quarter of the job.
Wideframe, a Y Combinator W2026 company founded by Daniel Pearson and Zachary Kim, made a bet that nobody would win by building a better editor. So they skipped the NLE entirely and went after the 75% of video production that happens before the timeline even opens.
That's not a cynical market positioning exercise. It's based on a real structural insight: the pre-editing workflow is almost entirely manual, deeply repetitive, and wildly underserved by software. Adobe Premiere handles the creative work. Nothing handles the freight that makes that creative work possible.
What Wideframe Actually Does
Wideframe is a native Mac desktop app (Apple Silicon required) that sits on top of your existing footage library and acts as a context-aware AI agent for everything that happens before you open Premiere. Point it at a folder. Tell it what you need in plain English. Get a .prproj file back, ready to finish.
The capabilities break into three buckets:
Indexing and search. Wideframe ingests your entire footage library - any codec, local or cloud storage - transcribes it, labels speakers, and builds a semantic index. You can search across thousands of clips by content ("find every moment where the founder mentions growth"), not just file names. The search is frame-accurate, not chapter-level.
Pre-editing skills. Thirty-plus pre-built automations handle the routine work: multicam sync, interview stringouts, select pulling, bin organization, caption generation. A task like "string out all A-roll from interview_03 in transcript order" that would take an assistant editor an hour runs in minutes. One team documented 24 videos organized in 3 minutes.
Generation layer. When you need new material rather than existing footage, Wideframe connects to Veo 3.1 and Sora 2 for video generation, GPT-Image-2 and Nano Banana 2 for stills, ElevenLabs for voiceover and music, and HeyGen for dubbing and localization. These aren't tabs you open elsewhere - they're built into the same agent context, so the model knows your project and can generate to spec.
The output is a native Adobe Premiere Pro .prproj file. The editor opens it, sees a structured timeline with labeled clips, and starts doing the creative work they actually want to do. Wideframe never tries to be the editor. It tries to make the editor's first hour on a project feel less like unpaid administrative labor.
Who's Building This
Daniel Pearson ran a media agency for 11 years, managing over $1 billion in advertising spend for companies including Uber, DoorDash, and Dropbox. He watched hundreds of thousands of hours of production work up close. The pre-editing problem wasn't abstract to him - he'd been paying for it, and overpaying for it, for over a decade.
Zachary Kim is a two-time YC founder and CPTO with 20-plus years of engineering experience. The founders have known each other for 15 years. They built Wideframe in 2025 after spending time studying how agentic coding tools changed developer workflows - the insight being that the same pattern (AI agent with built-in tools, operating on your local filesystem) could apply to video production.
That origin story matters because it explains why the product feels like it was designed by people who understand the actual workflow, not by engineers who watched some YouTube tutorials. The 30 pre-built skills aren't arbitrary - they map directly to the tasks that burn hours in a real agency week.
How the Tech Actually Works
The architecture is deliberately local-first. Running on Apple Silicon means the media analysis is on-device: frame-accurate, fast, and private. Video files don't need to be uploaded to a cloud pipeline before Wideframe can understand them. For agencies working with unreleased campaign footage, that's not a nice-to-have.
The agent layer is a standard LLM-plus-tools architecture - similar to how Claude Code or Cursor work, but with the tool palette swapped from "code execution and file editing" to "video frame analysis, .prproj file manipulation, and generative API calls." When you ask Wideframe to build a rough cut, the agent plans the task, calls tools to analyze footage and extract relevant clips, and assembles a project file using what it found.
The .prproj integration is the hardest part technically. Adobe Premiere project files aren't a documented open format - they're XML-based but proprietary. Wideframe had to reverse-engineer the format well enough to write valid project files that Premiere reads without complaint, including clip metadata, bin structure, sequence settings, and timeline layout. That engineering work is a real barrier to copying the product quickly.
The generation integrations (Veo, Sora, ElevenLabs, HeyGen) are API-level connections, not deep custom model work. Wideframe isn't training its own video model. But stitching these into a coherent agent that knows your project context - that knows you're working on a 30-second DTC ad and need B-roll that matches the existing color grade - is product work, not just plumbing.
The Market and the Moat
Wideframe's initial target is brands and agencies that produce high volumes of video for ads and organic social - companies making tens or hundreds of videos per week. These teams have the most to gain from pre-editing automation because the pain repeats constantly. A 2-hour daily savings per editor at an agency running 10 editors is 20 hours a week, or roughly half an FTE.
Fifty brands and agencies onboarded within 75 days of launch. That's a real signal in a space where enterprise software sales usually grind for months. The $100/month flat rate (no credits, no add-ons) makes the buying decision easy - there's no model where usage charges compound unexpectedly.
StartupHub.ai data places Wideframe at a score of 36 among the 1,421 video and content creation startups in our index. The median score for that category is 18 - Wideframe sits comfortably in the top quartile before completing its first year as a company. Among YC-backed peers in adjacent creative-AI categories we track, including Absurd (F2025, score 40) and Resonate/Remix (W2026, score 48), Wideframe occupies the narrowest and most defensible wedge: it never tries to replace the creative work, only the prep.
The moat isn't the technology. Any well-funded team could build semantic video search and .prproj generation within 18 months. The moat is the pre-editing category itself: Wideframe is defining it, teaching agencies how to think about it, and getting embedded in real production workflows while competitors are still arguing about whether AI should replace editors. By the time Descript or Runway decides to attack this segment, Wideframe has 50 agencies trained on its interface and built around its output format.
What's Hard to Clone
Three things stand out as genuinely difficult to replicate quickly:
The .prproj reverse engineering isn't just a technical hurdle - it's also a maintenance burden. Adobe updates Premiere regularly, and Wideframe has to stay current with project format changes. Any competitor has to absorb that same ongoing cost.
Apple Silicon optimization is a deliberate platform bet. Running on-device with M-series chips means Wideframe can make performance promises that cloud-based competitors can't match on variable network connections. It also means the product won't exist for Windows users until Wideframe decides to port it - which constrains their TAM but deepens their relationship with the Mac-first agency world.
The pre-built skills library took real domain knowledge to build. Multicam sync, interview stringouts, select pulling - these aren't generic AI tasks. They require understanding how professional video editors actually think and work. That knowledge came from Daniel's 11 years running an agency. You can hire engineers to rebuild the code, but you can't shortcut the domain expertise.
What's Easy to Clone
The AI layer is almost entirely third-party. Veo 3.1, Sora 2, ElevenLabs, HeyGen - these are all available to any developer with an API key. The LLM-plus-tools agent architecture is well-documented. Semantic video search is a solved problem at the infrastructure level. A well-resourced team could assemble a similar stack within a year.
The $100/month price point is a constraint on defensibility. It's low enough to win deals quickly, but low enough that Wideframe will eventually need to add seats-based or usage-based pricing to grow revenue with enterprise customers. The pricing model will have to evolve, and the transition always creates churn risk.
The Mac-only requirement limits market size and makes it easy for a well-funded cross-platform competitor to differentiate on availability alone.
The Verdict
Wideframe is a genuinely clever product built by founders who understand their customer's pain in unusual detail. The insight that 75% of video work happens outside the NLE is correct, verifiable, and underserved. The execution - native Mac app, flat pricing, .prproj output, 30-plus pre-built skills - is clean and product-minded.
The risk is that the moat is mostly time and relationship, not technology. If Wideframe can deepen their integration with the 50 agencies they've already won, build switching costs through workflow dependency, and expand the skills library faster than a competitor could hire to replicate it, they'll be in a strong position at Series A. If a larger player decides this market is worth entering, the technology advantage compresses quickly.
Replicability score: 42 out of 100. The workflow integration and domain expertise earn real points, but the AI layer is assembled, not proprietary. This is a two-year window problem: Wideframe needs to use that time to make themselves irreplaceable rather than just early.


