Earlier quoted context omitted.
I want to use this comment to state one thing, not directly addressed to you. Stop using GPT as a database! GPT is far more useful a reasoning engine that can accumulate fuzzy data and then provide various views or transformation of that data. So asking GPT to parse a Wikipedia page and then asking it to teach you from it - this is a much more successful usage than what the author in the original article is doing. It…
Is it? I couldn't even get it to figure out an NGINX config, despite feeding it the documentation and URL rewrites it would need, and the prior Apache .htaccess file. Spent days on it. Consulted with people who know more than me about prompt engineering. Nope. Reasoning is not its strong point, IMO. It's a next-word prediction model, why would it be? It's doing what an LLM does. Frequently, nonsensically.
GPT makes learning fun again
231–240 of 243 posts
Re: GPT makes learning fun again
#232Earlier quoted context omitted.
If "chaining some simple API calls" is "a large part of your work", I can see it being incredibly useful. I already used it in this way a few times and it saved me some time indeed. However, as a software developer I feel like it's actually a tiny minority of my work; most of it is "doing some thinking" and slowly unfolding the inner parts of systems in order to understand how they work and how to fix them or make th…
Actually this is the aspect I love about GPT. The less I have to spend dealing with idiosyncrasies of arbitrary API boiler plate and can get down to the business of leveraging said things together or designing aspects of said things to achieve a new goal, the better. As someone who is far from an expert in DevOps, this has saved me a lot of time recently, and it worked fairly well to get past duct taping infrastructu…
Re: GPT makes learning fun again
#233Earlier quoted context omitted.
Sticking to what you want to understand - for example, when reading a paper, you don't necessarily need to read the methodology, especially if it's out of your field. Read the abstract and the conclusion, identify any part of it that you are suprised by and would like further explanation, and go see that part of the paper. A lot of the paper is talking to peer and people wanting to verify the validity of the paper -…
>> you can mostly assume that the paper is valid you should check this https://en.wikipedia.org/wiki/Replication_crisis https://en.wikipedia.org/wiki/Data_dredging or P-hacking and many more...
While this is valid, this shouldn't make us paranoid of all papers. If it's a paper out of your expertise, it's unlikely that you would be able to catch problems with it that the peer review process wouldn't have caught.
So in practice, it doesn't really change the way you interact with papers - it should change the way people write them and how the peer review process works.
Re: GPT makes learning fun again
#234Earlier quoted context omitted.
I'm curious about what topics you have knowledge of where it's failed. Does it seem like there's a pattern to the failures? I've been using GPT for coding help, and it it is very helpful in ruby and bash, though it often delivers buggy software: Badly handled non-happy-path conditions, mostly, which when I tell it to handle the case, it may. It's a huge help for me finding gems and showing me standard ruby library sy…
> Does it seem like there's a pattern to the failures? Personally, trying to use it to write code (primarily Elixir backend and Rust systems/CLI), I tend to run into: - Hallucinating APIs that don't exist - Hallucinating entire libraries, despite being told repeatedly they don't exist - Saying it will make requested changes and not doing so - Not being anywhere close to idiomatic code - Not being able to explain code…
You can use GPT-4 fairly cheap if you sign up for a developer account on platform.openai.com and then use their playground. There you pay per usage; even though I've been using it fairly heavily, my typical monthly usage is still way under $20.
Here's an example that both impressed me and saved me a load of time just yesterday:
Re: GPT makes learning fun again
#235Earlier quoted context omitted.
> The information value of answers by ChatGPT is zero. Nonsense. The only way this would be true is if ChatGPT's answers were as likely to be correct as random answers. They are much, much more likely to be correct, however, so their information value is greater than zero by definition. What you're claiming is equivalent to "search engines can find incorrect information, so search engines are worthless for informatio…
> The only way this would be true is if ChatGPT's answers were as likely to be correct as random answers. Which is the case > They are much, much more likely to be correct, They are not. It's just apophenia to find meaning in the word salad.
The irony of people complaining that LLMs confidently assert things that are completely wrong...
Re: GPT makes learning fun again
#236Don't forget that GPT was trained on data from all the sources that failed you. So if we all collectively neglect them, and they fall over, we will lose many valuable resources. I think we need to think about how to keep these valuable sites going, because they are ultimately providing most of the value of the various available language models.
The sources didn’t fail. The point is, especially at the beginning, it’s easy to miss seeing the forest for all the trees.
Re: GPT makes learning fun again
#237Earlier quoted context omitted.
Not that harsh but I do think that googling as well as ChatGPT will only yield in a superficial understanding of topics. For a deeper profound understanding, connections, complexities, etc. A different more holistic learning is required. Not sure how else to explain this.
Agreed. I look back to my high school and college education and can't help but think that for a deeper understanding, exercises must be needed. It is too easy to think you have learned something but then fail at the easiest synthetic problem that requires you to use what you have learned to solve a problem.
Re: GPT makes learning fun again
#238I'm in two minds about it. On one hand the internet (in general) has become so hard to find information on, and I agree with the author that GPT is a breath of fresh air. On the other hand I've seen GPT fail so miserably at topics that I'm knowledge about that I have a very hard time trusting anything it tells me. I'm not sure what the answer really is, but I'm not sure it's GPT. I wish we could go back to having sea…
I want to use this comment to state one thing, not directly addressed to you. Stop using GPT as a database! GPT is far more useful a reasoning engine that can accumulate fuzzy data and then provide various views or transformation of that data. So asking GPT to parse a Wikipedia page and then asking it to teach you from it - this is a much more successful usage than what the author in the original article is doing. It…
Re: GPT makes learning fun again
#239Earlier quoted context omitted.
Lol I’m not sure you understand what an example is.
OK, tell me what an example is, if not a description of something that lends -- or removes -- credence toward a position. And I do want to know if you think GPT-4 is actually incapable of making mistakes, because that's what you seem to be implying (even though it's flatly ridiculous).
No one can deduce anything from it and attempt to reproduce the problem to see where it failed.
You basically wrote “I asked for white and the mail was grape juice is the best!”
What can anyone do with that? Nothing. It’s meaningless.
This is why open source projects hate people who raise issues because they are like “error happened fix it” and say nothing more then get upset when the issue is closed.
Re: GPT makes learning fun again
#240This is so ridiculous. GPT is like that "know-it-all" friend we have who just has something to say about anything , with knowledge skimmed from the internet. GPT is a language model. It outputs what you want to hear , not what is correct.