Live data from Hacker News

Show HN: AskHN

patterns.app

41–50 of 139 posts

Re: Show HN: AskHN

#41

This might be a dumb question, but is this based on the collective wisdom of HN. Because I would say that the collective wisdom is just as much in the interaction of the comments and the ranking of those comments as it is in the comments themselves. If you just injest all the comments wholesale, aren't you rather getting the average wisdom of HN?

I believe it's always going to be an average. The more interesting question is how is the average weighted?

Re: Show HN: AskHN

#42

Is there a way to opt out of one's comments being used for this?

Just post a healthy amount of random nonsense along with any of your actual posts to dilute the effects

Banana Sebastian housewares fly swimmingly under terrestrial Zruodroru'th Memphis Steve Jobs archipelagos

Re: Show HN: AskHN

#43

I love this! I used to append "reddit" to my Google search queries to get best results, but the quality of dialog over there has really dropped in recent years. These days I've switched to appending "hackernews", but this is even better.

[dead]

Re: Show HN: AskHN

#44

It seems to write in the generic "style" of GPT, instead of in the style I would recognise as a HN poster. Is that because of something baked into how the training process works? It lacks a sort of casualness or air of superiority ;)

There was no training process, this is just running GPT with relevant HN comments as part of the prompt. If he wanted it to replicate that classic HN feel he would either have to extend the prompt with additional examples or, better yet, use finetuning. I guess he could also just randomly sprinkle in some terms like 'stochastic parrot' and find a way to shoehorn Tesla FSD into every conversation about AI.

> “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot.

First sentence of the first paragraph on OP's page

EDIT: it's a bit misleading, further down they describe what looks like a semantic-search approach

Re: Show HN: AskHN

#45
My own experiments made me think that the impact of finetuning is comparable to that of a molecule in a drop in a bucket.

> “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot.

I'm assuming you used the openai fine-tuning pathway to make a custom model?

Have you tested the responses on vanilla GPT3 vs your custom model?

I'd be curious to see the comparison.

Re: Show HN: AskHN

#46

Earlier quoted context omitted.

There was no training process, this is just running GPT with relevant HN comments as part of the prompt. If he wanted it to replicate that classic HN feel he would either have to extend the prompt with additional examples or, better yet, use finetuning. I guess he could also just randomly sprinkle in some terms like 'stochastic parrot' and find a way to shoehorn Tesla FSD into every conversation about AI.

> “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot. First sentence of the first paragraph on OP's page EDIT: it's a bit misleading, further down they describe what looks like a semantic-search approach

Scroll a bit further down and you will see

> 7. Put top matching content into a prompt and ask GPT-3 to summarize

> 8. Return summary along with direct links to comments back to Discord user

Re: Show HN: AskHN

#47

My own experiments made me think that the impact of finetuning is comparable to that of a molecule in a drop in a bucket. > “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot. I'm assuming you used the openai fine-tuning pathway to make a custom model? Have you tested the responses on vanilla GPT3 vs your custom…

Yeah, to me it looks like the learning rate was way too low to make a difference.

I don't see any of the sublime and succinct snark.

Re: Show HN: AskHN

#48

It seems to write in the generic "style" of GPT, instead of in the style I would recognise as a HN poster. Is that because of something baked into how the training process works? It lacks a sort of casualness or air of superiority ;)

To truly capture the HN experience, the user should provide a parameter for the number of "well actually"'s they want to receive. So initial response should demonstrate clear expertise and make a great concise point in response to question, and then start the cascade of silly nitpicking.

I think you'll find "I think you'll find" trumps "well actually".

;)

Re: Show HN: AskHN

#49

It seems to write in the generic "style" of GPT, instead of in the style I would recognise as a HN poster. Is that because of something baked into how the training process works? It lacks a sort of casualness or air of superiority ;)

There was no training process, this is just running GPT with relevant HN comments as part of the prompt. If he wanted it to replicate that classic HN feel he would either have to extend the prompt with additional examples or, better yet, use finetuning. I guess he could also just randomly sprinkle in some terms like 'stochastic parrot' and find a way to shoehorn Tesla FSD into every conversation about AI.

[deleted]

Re: Show HN: AskHN

#50

It seems to write in the generic "style" of GPT, instead of in the style I would recognise as a HN poster. Is that because of something baked into how the training process works? It lacks a sort of casualness or air of superiority ;)

> ii. Compute embeddings and similarity and choose top K comments closest to question

> iii. Put top matching comments into a prompt and ask GPT-3 to answer the question using the context

It depends on the Prompt used to ask GPT the question. A prompt that instructs GPT to write like a HN poster should fix that.

Post reply on HN