logoalt Hacker News

tempest_yesterday at 6:44 PM6 repliesview on HN

It really really really depends on how you are using it and what you are using it for.

I can get LLMs to write most CSS I need by treating it like a slot machine and pulling the handle till it spits out what I need, this doesnt cause me to learn CSS at all.


Replies

nightskiyesterday at 7:45 PM

I find it a lot more useful to dive into bugs involving multiple layers and versions of 3rd party dependencies. Deep issues where when I see the answer I completely understand what it did to find it and what the problem was (so in essence I wouldn't of learned anything diving deep into the issue), but it was able to do so in a much more efficient fashion than me referencing code across multiple commits on github, docs, etc...

This allows me to focus my attention on important learning endeavors, things I actually want to learn and are not forced to simply because a vendor was sloppy and introduced a bug in v3.4.1.3.

LLMS excel when you can give them a lot of relevant context and they behave like an intelligent search function.

show 1 reply
rTX5CMRXIfFGyesterday at 9:43 PM

Yes but that’s why you ask it to teach you what it just did. And then you fact-check with external resources on the side. That’s how learning works.

show 1 reply
sanextoday at 12:44 AM

I would consider this a benefit. I've been a professional for 10 years and have successfully avoided CSS for all of it. Now I can do even more things and still successfully avoid it.

baqyesterday at 7:40 PM

This isn’t necessarily a bad thing. I know a little css and have zero desire or motivation to know more; the things I’d like done that need css just wouldn’t have been done without LLMs.

tevliyesterday at 10:18 PM

This exactly. My css designs have noticeably gotten better without me,the writer getting any better at all.

unsignedchartoday at 1:17 AM

But were you trying to learn CSS in the first place?