SVGMD — use cases

the shared core, for other products · 5 user stories, each with why a deterministic build wins and where it stands

Every story below leans on one or more of these. Generative output gives a plausible new answer each time; these give the same answer, with a record of why.

Status legendWorks today: built and tested. Small step: the engine is there; a focused addition is needed. Roadmap: a new profile, phase or service.

21Résumés (JobFitIQ)

As a job seeker, I want the same résumé data to give an identical, ATS-safe PDF on any device, with tailored versions that differ only where the content differs.

Why deterministic wins:

In partThe core is ready; a résumé profile is not built.

22Certificates and badges at volume

As an event organiser, I want thousands of certificates from a data file, exact layout, each hash-provable as issued.

Why deterministic wins:

In partThe mechanisms exist (text fitting, symbols, PDF); a profile is not built.

23Visual regression for design systems

As a front-end team, I want every code change checked against pinned render hashes, so unintended visual change is caught in CI.

Why deterministic wins:

Works todayWorks today (the harness and baselines are how the three repos already work).

24Regulated packaging labels

As a food or pharma manufacturer, I want nutrition panels and dosage labels whose layout is mandated by regulation generated from product data, with the regulation encoded as rules that fail the build when a label would break it.

Why deterministic wins: the format itself is the law; an approximately right generated label is a recall.

RoadmapRoadmap (a label profile and its rule pack; the mechanisms exist).

25AI art under exact typography

As a marketing team, I want the background image generated, but the headline, price, logo and legal line set exactly, on brand, in every size variant.

Why deterministic wins: image models are poor at text and cannot guarantee a legal line. The hybrid keeps generation where it is strong and determinism where it must hold still.

In partProven in GCMD (hero art generated or supplied, everything else a deterministic render); a marketing profile is roadmap.