I’ve been dealing with webkit rendering inconsistencies breaking our UI tests for months. Every time I’d try to document what needed testing—like “check if fonts render correctly across Safari and Chrome on iOS”—I’d end up manually building the whole workflow in our existing tools. It was tedious and error-prone.
Recently I decided to try describing what I needed in plain language and letting an AI handle the conversion. I basically wrote: “validate webkit rendering for fonts, SVG icons, and layout shifts on mobile Safari.” Within seconds, I had a working workflow that was already structured for webkit-specific checks.
The workflow it generated actually handled the quirks I usually have to hardcode—like Safari’s font-weight rendering differences and how it handles CSS transforms. I only had to tweak a few selectors, which was way less work than starting from scratch.
My question is: has anyone else had success using AI to generate webkit-focused workflows from descriptions? What kind of details should I include in my description to get workflows that need minimal tweaking?