This is very cool. And very timely. Recently had a discussion on whether we wanted to build out a new video pipeline through weavy or something more declarative like this. Surprised that there don't seem to be many similar tools. I suppose most folks either use weavy or just chain API calls. JSX is an interesting choice too.
JSX is a convenient notation for structuring HTML that is created with React and similar frameworks. You are imposing a markup hierarchy on attributes that are not inherently hierarchical while giving examples of deceptive weight loss scam slop.
In the past I would say you should be ashamed of yourself but now I don't bother.
If you told me this was satire, I might respond that it's too on-the-nose. I really doubt that Spotify would be happy that their logo is front-and-center here.
> I don't see the point of JSX, seems to decrease type safety
JSX compiles to typed function calls. The type safety is in the component definitions, not the syntax.
The real question is whether video composition is actually hierarchical enough to benefit from JSX. For simple clips, probably overkill. But once you're layering talking heads, captions, b-roll, and transitions, the tree structure starts making sense.
The hardest part isn't the generation. It's the orchestration. Caching, retry logic, stitching outputs from multiple providers. A declarative layer that handles that automatically is genuinely useful.
How many software engineers are also cinematographers or directors?
I know that AI will democratize these roles and everyone can be a director, but why does it make sense to use JSX as the means to do that? It would require people to learn a new skill.
There must be a better abstraction for creating video that provides the granularity of providing direction to individual objects in a scene that doesn't require someone to understand JSX.
19 comments
[ 3.2 ms ] story [ 53.1 ms ] threadIt's similar to remotion.dev, but focuses on generative video. Uses declarative JSX to orchestrate AI calls, which makes it much more readable!
We can build a better future with these tools, how about we build it instead of this garbage.
In the past I would say you should be ashamed of yourself but now I don't bother.
How could a cached video possibly take 10 seconds? I would expect, at most, that it would cost whatever is necessary to read it from disk.
JSX compiles to typed function calls. The type safety is in the component definitions, not the syntax.
The real question is whether video composition is actually hierarchical enough to benefit from JSX. For simple clips, probably overkill. But once you're layering talking heads, captions, b-roll, and transitions, the tree structure starts making sense.
The hardest part isn't the generation. It's the orchestration. Caching, retry logic, stitching outputs from multiple providers. A declarative layer that handles that automatically is genuinely useful.
How many software engineers are also cinematographers or directors?
I know that AI will democratize these roles and everyone can be a director, but why does it make sense to use JSX as the means to do that? It would require people to learn a new skill.
There must be a better abstraction for creating video that provides the granularity of providing direction to individual objects in a scene that doesn't require someone to understand JSX.