• tankplanker@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    Learning stuff from books post full time education. It used to be if you wanted to learn about stuff once you left education you would have to read a book, so picking up a new programming language would be either from courses (assuming work is paying), books (like the O’Reilly ones), and self study.

    It required more application from the learner than the internet has enabled as instead of having to read an entire book or at least the relevant chapter, you could just read a few stack overflow questions that were vaguely similar to what you needed to know, then copy and paste the bits that you thought would fit.

    AI has made that even quicker, and increased the chance of a wrong or misleading answer, and that assumes you are asking it to explain concepts rather than just getting it to write the code for you and hoping it works.

    Its reduced the barrier for entry, but is it actually maintaining output quality as understanding of the topic is almost always not the same.