FeatureJul 9, 20261 min read

AI Workflow: chain prompts into a pipeline

Turn a repeatable job into a series of steps, where each step feeds the next, and run the whole chain at once.

A lot of real work is not one prompt. It is a small sequence: summarize this, then rewrite it, then format it. AI Workflow lets you build that sequence once and run it whenever you need it.

Build once, run often

The new Workflow tab lets you define steps in order. Each step is a prompt that can use your starting input and the output of the previous step. Press Run, and the chain runs top to bottom on a local model, passing the result of each step into the next.

A simple example

  • Step one: summarize a long article into three bullet points.
  • Step two: turn those bullet points into a short social post.

You give it the article, and out comes the post. Change the article, run again, done.

Why local and free

Workflows run on your local models, so they stay free and private. It is a small taste of automation inside SDL AI Studio, and a hint of where the ecosystem is headed.