| "Trusted by 40,000 engineers" (or any round number) | Invented social proof | Grep compiled HTML for round-number stats near "trusted/used/loved by" | Use neutral labels โ "trusted by teams", "built for engineers", no number |
| 3 feature cards equal-width horizontal | AI-slop template signature | probe .feature-grid > * count โฅ 3 + same w/h + same vertical padding | reframe_edit op='breakGrid' sceneId=<id> nodeId=<container> (bento pattern, idempotent) โ OR manual zig-zag / vertical stack when bento wrong fit |
| Hero is centered AND has โฅ4 top-level children | Variance too high for centering | Count direct children of the hero frame; if > 3 and primaryAxisAlign=CENTER | Left-align, keep the badge/stats off-axis |
| All corner radii == 16px (or any single value) | Corner inflation | Scan cornerRadius across frames; stdev == 0 | Scale by semantics โ cards 12โ16, buttons 6โ8, pills 9999 |
| Every card has a shadow | Shadow inflation, reads as template | Count shadows per section; if > 2 of same intensity | Pick 1 primary emphasis โ remove the rest |
Inter on a scene calling itself "premium", "editorial", "luxury" | Wrong type for context | .fontFamily === 'Inter' + scene description contains premium/editorial/luxury | Swap to Geist / Cabinet Grotesk / Sรถhne |
Pure #000 or #FFFFFF on dark/light scene bg | No depth โ reads as wireframe | Fill hex exact 000000 or FFFFFF | #111 / #1a1a1a on dark; #fafafa / #f5f5f0 on light |
| Emoji used as interface icon (๐ in button) | AI-slop signature | Scan button/link/nav labels for emoji in pos 0 | Replace with SVG icon or glyph (โธ โข โ) |
| Gradient backdrop behind hero + gradient button + gradient accent pill | Gradient inflation | Count linear-gradient( instances; > 2 per section | Pick one gradient surface; flatten the rest |
Two or more colors above oklch(0.65 0.25) (or equivalent saturation) | Accent noise | Walk SOLID fills; count by saturation bucket | Demote secondary accent to a muted variant |