Hacker News new | ask | show | jobs
by Tteriffic 456 days ago
True, it’s all machine language in the end. But could you imagine brute forcing UI elements and all, every single time? Maybe eventually.
1 comments

It's funny you mention UI, because for me this is the first place I'm experiencing this, in web development: LLMs are better at the 'brute force' nature of e.g. Tailwind (inline UI styling) vs. needing to handle the abstractions of indirectly-applicable CSS classes. That's a really small, high level example, but to me it demonstrated how less abstraction actually makes prediction easier for the LLM.