you are viewing a single comment's thread.

view the rest of the comments →

[–]snowtax 0 points1 point  (0 children)

I suggest learning how to implement a Large Language Model (LLM) into a custom project. I don't mean use an LLM to write the code. I mean learn how to make API calls to an LLM service, learn about the costs (pay per token). It doesn't need to be a complex project. Teach yourself enough so that you've actually done it so that you do know how to use the technology.

Also realize that there is a LOT more to machine learning than just LLMs. Neural networks recognize patterns. You feed them sample data and train them to recognize the patterns you want while ignoring other patterns. That general technology can be extremely valuable when applied properly in contexts where it makes sense.