I’ve been wrestling with this for the past couple weeks. The idea of describing what I want in English and having it turn into a working browser automation sounded too good to be true, so I decided to actually test it out properly.
Turns out the process is way less messy than I expected. I described a fairly complex task—navigating a job board, extracting specific data, and storing it—using just plain sentences. No technical jargon. The AI generated a workflow that honestly needed minimal tweaking. A selector here, a conditional there, but nothing that required me to rewrite entire sections.
The key thing I noticed is that the more specific you are about what you want to happen at each step, the better the output. Vague descriptions definitely lead to more cleanup work. But if you’re precise about inputs, expected outputs, and any special handling needed, the generated workflow is pretty solid out of the box.
I’m curious if anyone else has tried this and hit unexpected friction points? Where exactly does the AI-generated code typically fall short for you?