Impact before / after

Automation reduced exception handling time by 40%

Try in Playground
Impact before / after slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Editorial Split
Output
.pptx + PDF + PNG

Example brief

The automation project improved exception handling by reducing resolution time from 4.8 days to 2.9 days, a 40% decrease, and also decreased supervisor clarification needs from 38% to 21%, and audit prep time from 6 hours to 90 minutes, a 75% reduction, overall enhancing the workflow's efficiency and scalability.

Render it

Brief path

curl -X POST https://api.slideforge.dev/v1/render/auto \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "brief": "The automation project improved exception handling by reducing resolution time from 4.8 days to 2.9 days, a 40% decrease" }'

Structured intent (this template)

{
  "pattern": "editorial_split",
  "title": "Automation cut exception handling time while improving auditability",
  "subtitle": "Baseline vs post-implementation",
  "split_kind": "quantified_delta",
  "panels": [
    {
      "label": "Baseline",
      "title": "Mostly manual exception handling",
      "tone": "warn",
      "points": [
        "Manual triage",
        "Evidence assembled by hand",
        "Ad-hoc customer updates"
      ]
    },
    {
      "label": "Post-implementation",
      "title": "AI-assisted triage in the workflow",
      "tone": "good",
      "emphasis": "primary",
      "points": [
        "Suggested next actions inline",
        "Evidence attached automatically",
        "Milestone updates to customers"
      ]
    }
  ],
  "deltas": [
    {
      "metric": "Resolution time",
      "before_value": "4.8d",
      "after_value": "2.9d",
      "delta_value": "-40%",
      "direction": "down",
      "tone": "good"
    },
    {
      "metric": "Supervisor clarification",
      "before_value": "38%",
      "after_value": "21%",
      "delta_value": "-17pp",
      "direction": "down",
      "tone": "good"
    },
    {
      "metric": "Audit prep / sample",
      "before_value": "6 hrs",
      "after_value": "90 min",
      "delta_value": "-75%",
      "direction": "down",
      "tone": "good"
    }
  ],
  "takeaway": "The first wave proves the workflow scales; next target claims and returns."
}

Related templates

Frequently asked questions

How do I render the Impact before / after template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Impact before / after deterministically — editable PowerPoint in under a second.

Impact before / after Slide Template | SlideForge | SlideForge (slideforge.dev)