July 9, 2026
Final cut or final roast?
Show HN: FableCut – A browser video editor AI agents can drive (zero deps)
This AI video editor wowed builders, but the comments dragged its name and TikTok dreams
TLDR: FableCut is a new in-browser video editor that lets AI and humans edit the same project live through a simple project file. Commenters liked the ambition, but the loudest reactions were snarky: people demanded a demo, questioned whether AI is overkill for short videos, and even roasted the name.
A new browser-based video editor called FableCut just strolled onto Hacker News with a bold promise: let a human edit video in the browser while an AI helper edits the same project live. No giant software install, no complicated setup, just a simple local server and a project file that acts like the whole brain of the edit. On paper, that’s a pretty flashy pitch — especially for anyone who has ever stared at expensive editing software and quietly closed the tab.
But the real show was in the comments, where the crowd immediately split into curious, skeptical, and delightfully petty. One person wanted to know why it doesn’t use Remotion, basically tossing out the classic internet challenge: cool project, but why not my favorite tool? Another asked for the most brutally practical thing possible: where’s the demo video? If your product edits video, the crowd seems to agree it should probably, you know, show a video.
Then came the spice. One commenter sneered that this kind of AI power might be overkill for “editing tiktoks,” which is exactly the kind of dry tech snark Hacker News loves to serve ice-cold. Another took aim at the branding instead, saying having “fable” in the name sounds tacky — a tiny roast, but somehow one of the most memorable hits in the thread. So yes, people noticed the ambitious features: filters, captions, green-screen tools, speed effects, and AI cutouts. But the real verdict from the peanut gallery? Show us the demo, justify the AI, and maybe workshop the name.
Key Points
- •FableCut is a browser-based non-linear video editor whose full timeline is represented as a JSON project file that can be edited by humans or AI agents.
- •The project is designed to run with zero npm dependencies using a single Node server, with live timeline updates delivered through server-sent events.
- •The editor includes multi-track video and audio editing, keyframing, transitions, grading tools, text effects, animated SVG support, and in-browser background removal via MediaPipe.
- •It can analyze a reference video to extract edit structure data such as shot boundaries, beats, BPM, loudness, energy, and an extracted music track.
- •Export supports browser-rendered frames with offline audio mixing and ffmpeg encoding to frame-accurate CRF-18 MP4, with a MediaRecorder fallback when ffmpeg is unavailable.