ToolsThe story, in brief

Workflow SDK now compresses run and step payloads

85% storage savings. Vercel's Workflow SDK now auto-compresses AI agent payloads—no code changes needed.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel ships infrastructure optimization that directly reduces operational costs for AI agents built on its platform. For founders running high-volume agentic workflows, this translates to measurable cost savings and faster execution without engineering lift.

The key facts

13 to know
  1. Workflow SDK @5.0.0-beta.19 introduces automatic zstd compression

  2. Storage size reduction up to 85% for typical AI conversation JSON payloads

  3. Example: 52 MB uncompressed workflow reduced to 10 MB with compression

  4. Compression applies to run/step inputs, outputs, and conversation history

  5. Compression is adaptive—only applies when beneficial, small payloads pass through uncompressed

  6. No code changes required; applies automatically to eve agents and existing workflows

  7. Workflow SDK beta 5 adds automatic zstd compression for run, hook, and step payloads

  8. Compression is intelligent—only applies when beneficial, leaves small payloads unchanged

  9. Storage size reduction up to 85% for typical JSON payloads from AI conversations

  10. Example: 52 MB workflow compressed to 10 MB

  11. Applies to eve agent conversation history and state persistence

  12. Requires update to @5.0.0-beta.19 or later

  13. No code changes required for existing workflows

Go to the source

Vercel Blogvercel.com

Publisher excerpt: The 5 beta now compresses all run, hook, and step inputs and outputs with .Workflow SDKzstd Compression kicks in automatically, but only when it helps. Small payloads stay as-is, larger ones get compressed before they're persisted. Compressed payloads use less storage and are faster to read and…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools