> Perhaps you’re a user of LLMs. I get it, they’re neat tools. They’re useful for certain kinds of learning. But I might suggest resisting the temptation to use them for projects like this. Knowledge is not supposed to be fed to you on a plate Am I the only one using LLMs as if they were a search engine? So before LLMs I was searching on Google things like "pros cons mysql mongodb". I would read the official document…
The few times I've used LLMs as question answering engines for anything moderately technical, they've given subtly-but-in-important-ways incorrect information such that taking them at face value would've likely lost me hours or days of pursuing something unworkable, even when I ask for references. Whether or not the "references" actually contain the information I'm asking for or merely something tangentially related…
Writing toy software is a joy
251–260 of 318 posts
Re: Writing toy software is a joy
#252> Perhaps you’re a user of LLMs. I get it, they’re neat tools. They’re useful for certain kinds of learning. But I might suggest resisting the temptation to use them for projects like this. Knowledge is not supposed to be fed to you on a plate Am I the only one using LLMs as if they were a search engine? So before LLMs I was searching on Google things like "pros cons mysql mongodb". I would read the official document…
This learning time that you welcomed is what you will now miss out on. The LLM gives you an answer, you don't know how good it is, you use it, and soon enough, if running into a similar issue, you will need to ask the LLM again since you were missing out on all that learning the first time which would have enabled you to internalize all the concepts.
It's like the regex engine example from the article. An LLM can create such a thing for you. You can read through it, it might even work, but the learning from this is orders of magnitudes less than what you get if you build this yourself.
Re: Writing toy software is a joy
#253Earlier quoted context omitted.
I used to self-host my email. I don't any more, for exactly this reason. And of course this applies to every other "just do it yourself!" enthusiast appeal. I actually want to delegate it to someone who does it full time.
What kind of issues you have with it? I am running my own email server for.about 10 years and very rarely have to look at it.
Re: Writing toy software is a joy
#254> Perhaps you’re a user of LLMs. I get it, they’re neat tools. They’re useful for certain kinds of learning. But I might suggest resisting the temptation to use them for projects like this. Knowledge is not supposed to be fed to you on a plate Am I the only one using LLMs as if they were a search engine? So before LLMs I was searching on Google things like "pros cons mysql mongodb". I would read the official document…
> I would read the official documentation of each db, forums, blog posts, stackoverflow entries, etc. It was time consuming on the searching side. The time it took to read all the sources was fine for me (it's learning time, so that's always welcomed). This learning time that you welcomed is what you will now miss out on. The LLM gives you an answer, you don't know how good it is, you use it, and soon enough, if runn…
Re: Writing toy software is a joy
#255Earlier quoted context omitted.
> I would read the official documentation of each db, forums, blog posts, stackoverflow entries, etc. It was time consuming on the searching side. The time it took to read all the sources was fine for me (it's learning time, so that's always welcomed). This learning time that you welcomed is what you will now miss out on. The LLM gives you an answer, you don't know how good it is, you use it, and soon enough, if runn…
Only if you use LLMs wrong. Today's models have deep research which will generate a comprehensive analysis with proper citations
Re: Writing toy software is a joy
#256Earlier quoted context omitted.
How are you supposed to learn to invent new things if you don't know how existing things work?
There's ZERO room for innovation in the projects suggested. Wanna do some creative thinking? Read some books, learn how normal people think. Explore latest datasets. That's where the meat is. 98% of what you read online has been written by super uncreative(boring) people. They have no imagination whatsoever, IQ is well statistically speaking not too flattering. Internet is ran by the bottom. It's slop by the bottom,…
Re: Writing toy software is a joy
#257Earlier quoted context omitted.
I try to do exactly that. I phrase it as using LLM as teachers instead of interns.
I don't trust Dissociated Press on steroids as an intern; why TF do you think I'd trust it as a teacher?!
Re: Writing toy software is a joy
#258Earlier quoted context omitted.
Only if you use LLMs wrong. Today's models have deep research which will generate a comprehensive analysis with proper citations
I feel like I should point out that's the dialog engine not the model itself.
Re: Writing toy software is a joy
#259Earlier quoted context omitted.
I used to self-host my email. I don't any more, for exactly this reason. And of course this applies to every other "just do it yourself!" enthusiast appeal. I actually want to delegate it to someone who does it full time.
What kind of issues you have with it? I am running my own email server for.about 10 years and very rarely have to look at it.
And the big one: inbound anti-spam.
It's not that issues are frequent, it's just that there's no guarantee they won't be badly timed. There may come a point in your life where (a) you don't have a lot of free time and (b) you badly need a specific email.
I still have the mail domain, I just pay an ISP to handle it for me.
Re: Writing toy software is a joy
#260Earlier quoted context omitted.
I feel like I should point out that's the dialog engine not the model itself.
Yes, I think that is understood by everyone
That has actual practical implications and isn't just pedantry. People might like some model and avoid better dialog engines like perplexity believing they'd have to switch.