Ask HN: Should HN ban ChatGPT/generated responses?
91–100 of 677 posts
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#92Yes, ban it. I've been playing around with ChatGPT and where it starts failing is just where things start becoming interesting. What that means is that it's wikipedia-smart, i.e. it doesn't really tell you anything you can't find out with a minimal Google search. It does however cut the time-to-answer quite a bit, particularly if it's an area of knowledge you're not really that familiar with. But it bottoms out right…
The problem with ChatGPT is that it often reads authoritative. But is often just flat out wrong. I asked it a few questions for which I consider myself a subject matter expert and the answers were laughably wrong.
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#93Earlier quoted context omitted.
This has a far easier and less dystopian solution: charge money to access communities, which are smaller and more focused. I find it very unlikely that corporate PR bots will be paying $5 a month each to spam Substack communities, for example.
It's doesn't even have to be $5/month. Make a $10 deposit required for creating an account, and for each offense against the guidelines, you get a "fine" that proportional for the severity of the infraction (uncivil discussion? $0.10 cents, participating in hell-threads? $0.50. Comparing HN with reddit? $1.337 Obvious spam? Your whole $10 is gone.) Repeat offenses get exponentially more expensive, and you only get to…
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#94The fact that soon the internet will be so flooded with bots that you'll be floating eternally alone in a sea of imposters unless we create some draconian real person ID system is a tragedy so great it's crazy it has not dawned on people yet. I started out loving the net because of the feelings of connection and partly because of the honesty and discussions stemming from at least pseudo anonymity, both silly stuff an…
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#95The fact that soon the internet will be so flooded with bots that you'll be floating eternally alone in a sea of imposters unless we create some draconian real person ID system is a tragedy so great it's crazy it has not dawned on people yet. I started out loving the net because of the feelings of connection and partly because of the honesty and discussions stemming from at least pseudo anonymity, both silly stuff an…
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#96The fact that soon the internet will be so flooded with bots that you'll be floating eternally alone in a sea of imposters unless we create some draconian real person ID system is a tragedy so great it's crazy it has not dawned on people yet. I started out loving the net because of the feelings of connection and partly because of the honesty and discussions stemming from at least pseudo anonymity, both silly stuff an…
I see that as a positive thing really. I have no desire to be entertained by generated content. Best bet is to start disengaging and learning to have civil interactions with real people again.
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#97AI-generated content seems similar. If a comment is good, who cares whether it was written by Alice, Bob, or an AI? ChatGPT has already proven it can write better answers to some queries than most humans do; I'd rather read the better-quality answer, no matter who wrote it. I'm on HN for the comments, not the people.
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#98Earlier quoted context omitted.
I think the issue is that ChatGPT can already generate better responses than I personally can. Like, a lot of the time I'll have an interesting perspective that I just can't be bothered articulating, whereas ChatGPT will formulate that for me.
How could ChatGPT generate your perspective for you?
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#99Earlier quoted context omitted.
The problem with ChatGPT is that it often reads authoritative. But is often just flat out wrong. I asked it a few questions for which I consider myself a subject matter expert and the answers were laughably wrong.
i’ve seen so many examples of this over the past few weeks. just thinking about how many people will just eat what it feeds them borders on terrifying. in so many instances, it’s just wrong but continues on so confidently. one of the things i find most interesting is that it has no idea when it’s wrong so it just keeps going. we already have a fairly significant growing problem of people who refuse to admit (even to…
Sounds sociopathic, and also like many politicians and people in leadership positions.
Re: Ask HN: Should HN ban ChatGPT/generated responses?
#100Earlier quoted context omitted.
The problem with ChatGPT is that it often reads authoritative. But is often just flat out wrong. I asked it a few questions for which I consider myself a subject matter expert and the answers were laughably wrong.
For me it happend when I asked to write a function using BigQuery, it wrote a function that made a lot of sense but was wrong, because the command didn't exist in BigQuery. When I replay that the function didn't work, it told me, something like this: You right the function that I used it was only working on beta mode, now you have to use the following.... And again it was wrong. I made a little research and never was…
The code looked right, initialized boto3 correctly and called a function on it get_account_numbers_by_tag on the organizations object.
I wondered why I never heard of that function and nor did I find it when searching. Turns out, there is no such function.