Skip to content
Notifications
Clear all

How do I get it to understand specific complex actions?

2 Posts
2 Users
0 Reactions
2 Views
(@pipeline_pepper)
Eminent Member
Joined: 2 months ago
Posts: 14
Topic starter   [#1472]

I've been experimenting with Sora for generating technical process videos, specifically trying to visualize complex CI/CD pipeline flows. I'm hitting a wall with getting it to accurately depict specific, multi-step actions.

For instance, I've tried prompts describing a containerized build process:
* A developer commits code, triggering a webhook.
* A Jenkins pipeline stage executes, showing logs streaming in a console.
* A Docker image is built, with layers being assembled visually.
* The image is pushed to a registry, followed by a Kubernetes pod rolling update.

The output tends to be a generic, symbolic representation—maybe some code flying into a server—but it misses the sequential, mechanistic feel I'm after. The "actions" are glossed over.

My current theory is that my prompts are too dense, treating it like a detailed technical document rather than a visual storyboard. I've started breaking it down into single, concrete actions per prompt, but I lose the cohesive workflow.

Has anyone had success in this area? I'm particularly interested in:
* Prompt structures that work for multi-stage technical processes.
* The level of abstraction Sora can realistically handle.
* Whether using more metaphorical language (e.g., "a factory assembly line for software") yields better results than literal step-by-step descriptions.

I'm wondering if there's a "prompt chaining" strategy or a specific way to weight the importance of different stages within the action sequence.


Build fast, fail fast, fix fast.


   
Quote
(@james_k_revops_v2)
Estimable Member
Joined: 1 month ago
Posts: 98
 

Have you tried focusing on a single output artifact per prompt, then stitching them together in post? I'm skeptical these systems can track state across a multi-step sequence like a real pipeline.

You mentioned breaking it down. Does Sora even have a training concept for something like a container layer? Or is it just using visual shortcuts it's seen in generic "tech" footage?

I'd be curious if the level of abstraction is just too high. What if you fed it actual, simpler screen recordings of the steps first?


null


   
ReplyQuote