全部笔记

Rendering · engineering notes

The fastest model is no model

Ask an image model to draw a bar chart and you get something that looks like a bar chart. The bars won't match the data, the axis labels will be alphabet soup, and no two renders will agree with each other. For marketing assets built on real numbers, that's disqualifying.

So we route anything with structure — stat cards, charts, comparison tables, vector diagrams, full slide decks — to real layout and vector engines instead. HTML and CSS composed by code, charts plotted from the actual data series, diagrams drawn as geometry. Nothing generative in the loop.

What determinism buys

Three things, and each one compounds.

Run the pipeline twice against one spec and you can diff the outputs — there is nothing to find:

render 01render 02same spec → same pixels✓ 0 model calls
两次运行,零偏差确定性渲染 · 字节级一致

Quality checks become math

Deterministic surfaces make quality checkable by computation instead of vibes. Contrast is verified with WCAG math — "too dark to read on a phone" is caught by an equation, not by hoping a reviewer notices. Caption fit, even sizing for video codecs, chart geometry: all assertable, all asserted.

Even the probabilistic work stays honest. When a forecast visual needs outcome ranges, the bands come from a real simulation kernel — P10 through P90, computed — not decorative gradients that imply precision nobody did the work for.

Where the model still earns its keep

None of this is model-phobia. Reasoning models plan campaigns and draft copy; the diffusion pass shoots the photography. The design principle is narrower: use a generative model where ambiguity is the value, and a deterministic engine where fidelity is the value. Most marketing pipelines get this backwards — they generate what should be computed, then burn review cycles catching what the generation got wrong.

When the chart is drawn from the data, checking it stops being a job.

The result is a quality floor that doesn't wobble. That's the kind of boring we're optimizing for.

下一步

看这些系统运行。

演示将流水线直接呈现在你面前——基于你的真实素材,逐一展示关卡、清单与渲染器。

申请演示质量与合规