Hacker News new | ask | show | jobs
by Bob_LaBLahh 381 days ago
Agreed.

I find it interesting that LLMs seem pretty good at spitting out SQL that works well enough. But on the other hand LLMs seem pretty awful at working with CSS. I wonder if this is due to a difference in the amount of training data available for SQL vs CSS, or is this because CSS is a finicky pain in the ass when compared to SQL.

2 comments

There should be a insane amount of CSS on the web but CSS output is primarily visual so I think that makes it hard for a text only model to generate.
interesting. I've been having a great time telling the LLMs to generate CSS for me so I don't have to fight with tailwind
Which LLM? CSS is so focused on visual output I'm surprised that text LLMs can generate it well.