←back to thread

4 points divan | 1 comments | | HN request time: 0.201s | source

I used AI coding agents for the past half a year a lot with Flutter. Recently I had to work on the tailwind web project, and I was surprised how often it gets layout/UI wrong. Even with puppeteer attached, haveing access to raw HTML output and screenshots, it's still struggles to do simple alignment, centering things.

In a way, it mirrors famouse "centering div in css" challenge, but I wonder if it's the same experience for other people who work with web stack more often.

Show context
alexander2002 ◴[] No.45152269[source]
AI is really bad at fe.
replies(3): >>45152764 #>>45153208 #>>45154484 #
1. dv_dt ◴[] No.45153208[source]
Ai is ok at fe but to me seems best at raw html and ironically can really struggle with css and some frameworks and design systems

Im guess it has the most training samples on raw html followed by react, etc