Ask HN: Is it time to fork HN into AI/LLM and "Everything else/other?"
280 comments
·July 15, 2025ksec
People who are a little late to the site may not know there was a time on HN where Erlang has even more frontage submission than the best of AI / LLM.
Ruby Rails, Postgres, SQLite, Rust, etc. They all have their moments and I dont think LLM right now is as overwhelming as any other hyped moments. Certainly not Erlang.
fuzzythinker
That was very different. Somehow the entire front page was Erlang, but it was only for a day or 2. AI is different from that. It's like a good 40-50% of the posts for at least a year or more, and I don't see it going away anytime soon. It's also different from web3/etc. as those were at most 10% of the posts and most of us can see it's just hype.
I'm not fighting for a split/fork, just stating the fact that it's nothing compared to Erlang.
endtime
IIRC that was a deliberate campaign to make the site unattractive to a spate of non-technical folks who had apparently all simultaneously discovered it.
waterhouse
https://news.ycombinator.com/item?id=512145
"We've had a huge spike in traffic lately, from roughly 24k daily uniques to 33k. This is a result of being mentioned on more mainstream sites [...] You can help the spike subside by making HN look extra boring. For the next couple days it would be better to have posts about the innards of Erlang [...]"
"Ok, ok, enough Erlang submissions. You guys are like the crowdsourced version of one of those troublesome overliteral genies. I meant more that it would be better not to submit and upvote the fluffier type of link. Without those we'll be fine."
Also some fun comments here: https://news.ycombinator.com/item?id=512178
antonymoose
It all depends if you care about the tech side of HN or the startup side of HN. I love the tech articles above all else and could easily do without the general trend fluff.
With that said, I don’t find the AI posts nearly as bad as the Blockchain era.
Bukhmanizer
I don’t remember blockchain ever being as big as AI here. More annoying? Yes.
devmor
As annoyed as I am with the constant deluge of uninteresting AI/LLM articles, I would much rather see a split between tech and startup news. I think that's a lasting and useful distinction.
zahlman
Personally, I'm more interested in the think-pieces than the actual news.
(And I could very much do without the content that revolves around US politics. Even if it draws me in sometimes.)
Karrot_Kream
Isn't topical subcommunities just Reddit?
sshine
Lobste.rs provides that distinction.
conductr
I've been here a while and this is certainly more, prolonged, and has no end in sight compared to most other hype cycles we've experienced.
It's also exceedingly generic such that AI isn't really a topic, it's an entire classification or maybe domain to steal from the animal kingdom hierarchy.
amalcon
Erlang is kind of a special case, since there was that period when the community's preferred response to "too much politics" was to spam submissions about Erlang. Agreed though, it doesn't seem to have taken over more than (say) Bitcoin or Rust have at times.
faizshah
The best one was the 2048 era: https://hn.algolia.com/?q=2048
ghc
I miss the days of daily Haskell posts.
piperswe
I can imagine you would, with that username :)
tsoukase
I would definitely follow a HN fork with posts of such amusing spirit.
GZGavinZhao
"tell me you like Haskell without telling me you like Haskell" moment
0xdeadbeefbabe
Microservices had a micro moment not much longer than xml.
amarcheschi
If it follows the name, it's gonna be terrible since we're dealing with large language models
null
simonw
I built you this: https://tools.simonwillison.net/hacker-news-filtered
It shows you the Hacker News page with ai and llm stories filtered out.
You can change the exclusion terms and save your changes in localStorage.
o3 knocked it out for me in a couple of minutes: https://chatgpt.com/share/68766f42-1ec8-8006-8187-406ef452e0...
Initial prompt was:
Build a web tool that displays the Hacker
News homepage (fetched from the Algolia API)
but filters out specific search terms,
default to "llm, ai" in a box at the top but
the user can change that list, it is stored
in localstorage. Don't use React.
Then four follow-ups: Rename to "Hacker News, filtered" and add a
clear label that shows that the terms will
be excluded
Turn the username into a link to
https://news.ycombinator.com/user?id=xxx -
include the comment count, which is in the
num_comments key
The text "392 comments" should be the link,
do not have a separate thread link
Add a tooltip to "1 day ago" that shows the
full value from created_at
fouronnes3
Great example of the power of vibe coding. The first item is literally "Kiro: A new agentic IDE".
raincole
There is literally an input box to put terms you want to exclude...
The prompt asks for "filters out specific search terms", not "intelligently filter out any AI-related keywords." So yes, a good example of the power of vibe coding: the LLM built a tool according to the prompt.
MisterTea
> The prompt asks for "filters out specific search terms"
So if I want a front page free of LLM "agents" but also want to view stories about secret agents it will do that, right?
throwaway290
The prompt was to exclude llm and ai by default though
FroshKiller
So I have to stay up to date on AI stories just to know what buzzwords I should filter so I don't see AI stories?
johnb231
Just write “there is an input box …”.
Stop saying “literally”.
aorloff
Also a great example of how software can be perfectly to spec and also completely broken.
firesteelrain
I like this because things can stay permanently filtered. Just not across devices. But that wasn't one of the original requirements.
savolai
llm, ai, cuda, agent, gpt.
Wish it returned more unfiltered items tho.
bee_rider
Isn’t knocking out CUDA going to take out a significant chunk of GPGPU stuff with it? I can see wanting to avoid AI stuff, for sure, but I can’t imagine not wanting to hear anything about the high-bandwidth half of your computer…
CL_ergo
There's a special kind of irony to use AI to help out the people who hate AI.
It's not hypocrisy or anything negative like that, but I do find it amusing for some reason.
tuveson
> to help out the people who hate AI.
Was it? I feel like it was clearly meant to be smug and inflammatory rather than useful in any meaningful way.
owebmaster
There is an even more special kind of irony to see it failing as the top ranked story now is "Kiro: A new agentic IDE"
RodgerTheGreat
[dead]
pton_xd
5 prompts? Not impressed. I can give a human (you) one prompt, and then that human will go off, create the site, promote it on social media, read and incorporate feedback, and then discuss potential future iterations.
It's really not even close ;)
gamerDude
Now that's impressive. I've worked with and managed many humans and almost never do I get want I want back in one prompt.
Even ones with detailed specs and the human agreed to them don't come back exactly as written.
aleksituk
I think it's a bifurcation between 0-1 prompts (self-driven) and a 1,000 prompts :)
paulddraper
tf humans do you work with?
That's at least 5 JIRA tickets.
simonw
I updated it to fetch 200 stories instead of 30, so even after filtering you still get hopefully 140+ things to read.
https://github.com/simonw/tools/commit/ccde4586a1d95ce9f5615...
rottc0dd
Top story: Kiro: new agentic IDE
samtheprogram
Just add “agent” to the search box. It’s saved in local storage.
simonw
I just added "agent" to the default exclusion list.
luke-stanley
Still seeing `Kiro: A new agentic IDE` BTW.
lossolo
"Onedrive is slow on Linux but fast with a “Windows” user-agent"
"Agents raid home of fired Florida data scientist who built Covid-19 dashboard"
"Confessions of an ex-TSA agent"
"Terrible real estate agent photographs"
etc etc
simpaticoder
An interesting example of both LLMs' strengths and weaknesses. It is strong because you wrote a useful tool in a few minutes. It is weak because this tool is strongly coupled to the problem: filtering HN. It's an example of the more general problem of people wanting to control what they see. This has existed at least since the classic usenet "killfiles", but is an area that, I believe, has been ripe for a comprehensive local solution for some time.
OTOH, narrow solutions validate the broader solution, especially if there are a lot of them. Although in that case you invite a ton of "momentum" issues with ingrained user bases (and heated advocacy), hopelessly incompatible data models and/or UX models, and so on. It's an interesting world (in the Chinese curse sense) where such tools can be trivially created. It's not clear to me that fitness selection will work to clean up the landscape once it's made.
azath92
Not sure what a local solution would look like when what you see is on websites, maybe a browser extension? we just made a similar reskin as a website, and it works great, but is ultimately another site you have to go to. Its another narrow solution with some variation (we do use AI to do the ranking rather than keyword filtering), but im interested in the form factors that might give maximal control to a user.
aorloff
It is strong because you believed it created something of value. Did it work ? Maybe. But regardless of whether it worked, you still believed in the value, and that is the "power" of AIs right now, that humans believe that they create value.
NotPractical
Probably would work better as a userscript, so you don't have to rely on a random personal website never going down just to use HN. I don't have a ChatGPT account but I am curious as to if it could do that automatically too.
aleksituk
Interesting idea, we could consider that as an alternative implementation to https://www.hackernews.coffee/. While we are planning on making it open-source, a userscript would be even more robust as a solution, although would need a personal API key to one of the services.
bodash
I also built https://lessnews.dev (HN filtered by webdev links)
One decision I had to make was whether the site should update in real time or be curated only. Eventually, I chose the latter because my personal goal is not to read every new link, but to read a few and understand them well.
TYPE_FASTER
HN is the way I keep up with what’s going on. AI is very much the topic of the moment. I’m fine with it the way it is.
Lerc
I have seen this question asked on subreddits, Not about AI, but for other topics that some people dislike.
They always seem to take the form of "Should we divide this group into A and B, A stays here and B goes over there and that way everybody is happy"
Invariably the person who proposes this wants to remain in group A and will not be a participant in group B.
To me this seems like the subtext is "Those people are not welcome here, they are not like us. It's not like we have anything against them, we just don't want them ramming it down our throats"
Anyone is free to make a website with whatever content they want, they can invite people to it and grow your own community. Directing a community to divide to remove an element you dislike is an attempt to appropriate the established community.
gwbas1c
Hacker news, like everything in tech, is susceptible to hype. Today it's AI, a few years ago it was Bitcoin.
I do think it's worthwhile to occasionally have a discussion about what content we want to see, and if a particular topic is getting too much attention.
It's also totally reasonable for a group of people to not want their agenda hijacked.
So, IMO, let the discussion continue. Let's see what comes out of it.
korse
It is also possible to appropriate an established community by bringing in new members over time with views opposing the founding principles. This is much easier if the leadership preaches tolerance.
This is one of those things that is kind of hard to say without people getting triggered because of negative stereotypes but sometimes you have to stand up for principles and kick people out of social groups to keep a good thing going.
ffsm8
To begin with, this would be a non issue if HN just introduced something like user provided tags and users can vote for/against (to circumvent abuse)
Then the people wanting to filter "x" could just do it via simple grease monkey scripts or if HN natively supported it.
Sure, it wouldn't be perfect, but neither does it have to be.
photonthug
Most platforms don't grow this feature because they can benefit from redirecting user energy into places that the platform is choosing. Or some vocal minority of the user base benefits from redirecting the platform to a place of their choosing.
Similar to nest usurpation with eusocial insects, this is by definition parasitism when the energy-redirection is unwanted or unavoidable.
In the specific case of AI it's way worse than the usual suspects where everyone is effected and so everyone has to have some opinion (looking at you politics). Because even some rant about how much you hate AI is directly feeding it at least 3 ways: first there's the raw data, then there's the free-QA aspect, then there's the free-advertisement aspect when others speak up to disagree with your rant. So yeah, even people who like some of the content sometimes quickly start to feel hijacked.
dmbche
I don't think the poster has the power to split HN in twain.
I don't think the poster believes some kind of democracy could bring about this.
I do believe that by entertaining the idea, the subsequent discussion will be useful for moderators to get a feel of what their userbase thinks of the current state of things.
From my understanding, the soul of HN and what makes it what it is is the moderation - having discussions on issues is an efficient way to signal to them.
azath92
For myself, i often want to be able to just "shift views" on an existing community, rather than wholesale move to somewhere else that fits better.
I find I can do that with granular enough subreddits, or the (maybe old) feature in Twitter where you could group people you follow into lists and see multiple "homepages".
This for me has solved the issue of dividing community, which at the least from a practical level can be tricky.
Ive been exploring how to achieve this effect "on top" of HN lately, rather than by controlling followers, by popping a very simple AI filter on top that re-ranks it for me, and found it quite satisfying, but not sure what the ultimate value/usecase might be.
WarOnPrivacy
> I have seen this question asked on subreddits, "Should we divide this group into A and B, A stays here and B goes over there and that way everybody is happy" To me this seems like the subtext is "Those people are not welcome here"
I don't disagree with this observation about Reddit. However, I feel HN readers are more topic-oriented. Folks really do come to HN to read the articles and then maybe get drawn into a discussion.
I grant there are some topics here that tend to be more engagement driven but on balance I think the above holds.
parpfish
> Folks really do come to HN to read the articles and then maybe get drawn into a discussion.
based on the number of comments i see that are oblivious to the actual content of the articles, i'm pretty sure the user flow is "Folks come to HN to read headlines and have a conversation, and then maybe get drawn into reading an article"
WarOnPrivacy
Those comments can't reflect people who are drawn in by the article but don't engage. Upvotes hint it is a significant number.
Past that, I don't see non-reading commenters being a dominant presence. Some topics draw a few more than normal but that's the worst of it.
bluefirebrand
> To me this seems like the subtext is "Those people are not welcome here, they are not like us. It's not like we have anything against them, we just don't want them ramming it down our throats"
It could just as easily be "I don't feel like there is a place here for me anymore and I wish I had another place to go"
Lerc
In my experience that is not what people mean.
People with that sentiment ask about what alternative places exist, some of them make their own places.
My post above mentioned something I notice on Reddit. I hardly ever visit Reddit these days. It doesn't really feel like the place for me now. I am not posting this comment on Reddit.
bluefirebrand
> People with that sentiment ask about what alternative places exist, some of them make their own places
I don't think that's overall very true
Most of those people are just lonely and isolated, and that's a big part of why we are living in what people are calling a "loneliness epidemic"
It's easier than ever to make a new niche area. It's more difficult than ever to get your niche area discovered by others, because you are drowned out by the noise
It feels quite hopeless for many people in my experience
ryandrake
> To me this seems like the subtext is "Those people are not welcome here, they are not like us. It's not like we have anything against them, we just don't want them ramming it down our throats"
I am truly tired of AI being rammed down my throat, not just via the tech news, but in article content (slop), in un-asked-for tech product features, and at my own tech job. The solution is not to divide the community and make people unwelcome, but to provide at least some minimal set of filters and ways to opt out of the hype frenzy. I don't want people to feel unwelcome, but I do wish there was a way to turn the AI firehose off.
op00to
Who’s forcing you to read the AI articles?
dmbche
Some people come to HN for interesting articles, many lists exists if you want to know what I mean.
If, say, a third to two third of articles in any given frontpage, for multiple months to years, do not fit this description - can you see how one's ability to find what they are looking for gets hampered?
Like yes, you can grow nice flowers on the beautiful fertile soil there, it just sucks we need to get rid of these protected grasslands harboring endangered species on top of it.
jxjnskkzxxhx
Weird that people are floating the idea of kicking out of a tech forum the most important tech development of the last 10 years.
Not sure what that means about the community, but must mean something.
conductr
Why kick it out, in the past when similar annoyances of dominating the front page occurred they created the Show link and the Ask link. For people interested in those they still exist, just away from the front page
zahlman
The problem is the quality, not the topic. Understanding serious papers about AI development requires fairly specialist knowledge; there are plenty of people around (like myself) who have been programming for decades and can write really nice code in a bunch of different programming languages, but have very little if any mental model of "transformers" or whatever.
So in practice, "AI" content ends up revolving around people bandying about opinions about whether or not we're all doomed, or whether or not we're all on the edge of a utopia, or how much productivity programmers (and which ones) have lost or gained, or what kinds of tasks the LLMs are or are not currently or still good at, or whether anyone still cares about the fact that the term "AI" is supposed to mean something broader than LLMs + tool use.
The emergence of the "vibe coding" concept has made things worse because people will just share their blog posts about personal experiences with trying to write code that way, or flood the Show HN section with things that are basically just "I personally found this specific thing to be 'the boring stuff' that's actually relevant to me, so now I'm automating it" with a few dozen lines of AI-generated code that perhaps invokes some API to ask another AI to do something useful.
jxjnskkzxxhx
Interesting take.
To me it feels like golden age of hackers in the 60s-80s (which was before my time but I heard stories about) where everybody is doing their own home grown research to the best of their abilities and sharing insights of varying quality.
But somehow these days if it's not all polished, HN "hackers" aren't interested.
Karrot_Kream
I think both things can be true:
1. This is a great time to get your hands dirty with LLM tech and explore workflows and tooling that bring you joy.
2. The writing around this exploration is often low quality insights or low quality engagement bait that leads to flamewars. Engagement bait that often takes one of two forms. One being a novella on how surely this time the human race is doomed due to singularity/capture by the rich/fascism/etc. The other being how we're one cm away from utopia because automation/flourishing of creativity/etc.
I am enjoying playing around with the tech a lot but the presence of 2 is just annoying. I do think that's an HN problem and not a problem with tech writing as a whole. There's subreddits that, while they have their own problems, are a lot less flamey when discussing these topics.
zahlman
> But somehow these days if it's not all polished, HN "hackers" aren't interested.
The fun part is that these days, typically the READMEs (especially) and licensing and documentation and maybe even the packaging setup are "polished"; the actual code (and perhaps the tests), not so much. It's quite backwards from what you expect from humans writing new code based on personal intrinsic motivation.
op00to
It means there are grumpy curmudgeons in every community.
PaulHoule
This post is turning up at least every other day. The last few times my reply was "AI is 4/30 or 5/30 of the front page, it's not such a big deal", but today it is 9/30.
I am wondering what the ratio is for VC and angel dealflow in the valley right now.
Hanging out on the "new" page and upvoting quality non-AI articles is an effective method of resistance.
freedomben
> Hanging out on the "new" page and upvoting quality non-AI articles is an effective method of resistance.
Fully agree, and I in fact am finding that I actually find more stories I'm interested in that way than looking at the front page. For whatever reason, I'm increasingly getting out of sync (interests-wise) with broader HN. So many stories I think are great HN material (and would have been a few years ago) languish with almost no activity.
So there are two reasons IMHO to browse new: Surface better stories to front page for engagement, and find better stories
authorfly
As you age your interests and curiosity change, in ways you often don't see until later.
Very common in computer science contexts. Young undergraduates always pick up the new tech and make something that seems alien and wrong first. It's not even the masters students.
Possibly the same Kiro - Agentic IDE post would have been as interesting to you as the launch of Atom or something related to VS Code, etc.
Jugurtha
>Hanging out on the "new" page and upvoting quality non-AI articles is an effective method of resistance.
I hang out in /ask and /asknew for my part.
PS: Hey, Paul... When are you going to close my 2021 issue[0], you already merged the pull request[1] :D
Come on, man!
bookofjoe
>This post is turning up at least every other day.
Res ipsa loquitur
delusional
> The last few times my reply was "AI is 4/30 or 5/30 of the front page, it's not such a big deal", but today it is 9/30.
A bigger impact for me has been the number of mentions of AI in the comments. It's not just that a large part of the front page is dominated by LLM hype posts, it's that every single post has a least one guy near the top somehow bringing AI into the discussion. I don't even care if it's "AI will fix this" or "haha, AI sucks at this too". I just don't want to hear anything about AI ever again.
jader201
> I just don't want to hear anything about AI ever again.
Genuinely curious: Why?
Don’t get me wrong, I upvoted this post, and would love to see AI separated out, or at least tagged (like a root comment suggests) so that I can filter them out if I want.
But I can’t say I’d never want to hear anything about AI ever again (though I’m headed in that direction).
What field are you in, and what are your interests, such that you’d want to visit HN without ever seeing mentions of AI?
steveklabnik
Not your parent, and not anti-AI, but I’ve seen similar things to this thread in smaller spaces I’m in.
There are some people who are having genuine crises over this stuff, some of it existential, and some of it “wow I thought my friends had some basic agreements about the world that we actually don’t,” and seeing this stuff on the regular just fans these sorts of issues.
Also, in a simpler sense, there are a limited number of homepage spots, and if you don’t want to see a topic, it effectively shrinks your homepage. If HN only showed five stories to me it would be less useful than it is now.
bluefirebrand
Not the OP, but I'm sick to death of hearing about AI
The hype around it is ridiculous. I don't personally find it nearly as useful as people are saying, so everything feels like people are trying to gaslight me
Don't get me wrong, it's cool tech. Amazing stuff. I just personally don't have much interest in it until it's much more reliable for the things I want to use it for
And I'm really exhausted, tired of hearing about how this is going to replace people like me any minute now
delusional
That is a wonderful question, but it's very hard to answer without essentially knowing me, and that may be a little bit ambitious for a comment.
I'm a software engineer. I consider this some of the most important work of our generation. The hardware we've made today has unlocked an until now impossible control over the world. We don't have to mechanically devise a way to make a clock that tracks the stars. We can just program it into a microchip, and it'll just do it. We don't have to manage an untold thousands of people to calculate our taxes. We can write it into a computer and it can just do it. Forever and perfectly. We're just not applying it.
I've reached the point of despair. It's not a AI doom kind of despair, where I believe that AI is going rogue or whatever. It's a much more pedestrian of despair. We have tremendous problems ahead of us. Both when it comes to the climate, but also when it comes to just doing the things that society always has to do and AI doesn't offer anything to any of the actual problems of society.
While people are dying of Ebola in Africa and Americans are dying because they can't pay for healthcare, we are talking about automating software development for ad-tech companies. It's embarrassing. This is my field, these are my people, and this is the best we have to offer.
I try to abstain from that despair by just not engaging with it. Either AI will happen and we'll take it from there, or it wont and then we'll have wasted a lot of effort and will hopefully never had any credibility as an industry again. I can't make a difference in either of those outcomes, so I just want it to go away.
Let me make it clear though. I too love the math behind recent AI. I even love the engineering behind how we do fast GEMM on GPU's. The challenges are really fun technically. That just can't be what decides our direction.
I hope that somewhat answered it a little. It's a bit hard to get such a large topic rooted so deeply in me into a comment. Thinking about the future in relation to these billion dollar companies and what they make does actually make me emotional.
probably_wrong
I noted that too, to the point where I'm suspecting that "that guy" (obviously not just one user) is being paid to do so.
I've started downvoting them, the same way I always downvote "I fed this to an LLM and here's what it spat out".
delusional
I have had that same thought when I see them as one of the first comments on a post. I can't do anything with that suspicion, how would I prove it, but it's definitely there.
ndr
AI is eating software's lunch, AI is eating the world.
qmmmur
It is reducing my desire to read this site. I don't have anything against the subject matter necessarily, and sometimes it can be interesting, but in large parts it is attracting very low quality discussions and content about vibe coding X product.
conductr
I feel it's to generic in application to be interesting to a broad audience like HN. Some things I like because I have interest in the problem space and am interested in how they applied AI to it. But most things I'm not even interested in the problem space and so could care less how they applied AI to it.
op00to
Luckily there are many other places you can spend your time.
HumblyTossed
No. HN is like this. It skews heavy towards startups and right now if you have one of those and you aren't putting AI in your investor propaganda, you're not going to get many investors.
Besides, it's already starting to slow as people realize AI isn't as great as the influencers want you to believe.
dawnerd
I haven’t noticed any slowing, if anything it’s accelerating as people try vibe coding and realize they can build an mvp and get some suckers to sponsor on GitHub. Just look how many end up with donate links. I suspect a large portion of people releasing open source vibe coded projects don’t care about the project but see it as a low effort way to make a few bucks.
toomuchtodo
Feature request: HN could support a tag or label for categorizing a post. This would allow for filtering trivially, and creating views based on participant interest.
PaulHoule
Wouldn't be hard to train an LLM to do it!
toomuchtodo
Indeed! Previous:
https://news.ycombinator.com/item?id=44261825
I suppose an extension is the answer, classifying and customizing the user’s view accordingly with a pluggable LLM config.
curious_cat_163
Maybe you'll want to try Techne: https://techne.app.
azath92
weve just explored a HN site-reskin as a quick way to validate this, and I now use it for my browsing every day. Its a pretty transparent "profile" that gets applied by an llm to rank your HN frontpage, but would be trivial to shift that to a filter.
An extension could be a powerful way to apply it without having to leave HN, but I wonder if that (and our website prototype) is a short term solution. I can imaging having an extension per news/content site, or an "alt site" for each that takes into account your preferences, but it feels clunky.
OTOH having a generic llm in browser that does this for all sites feels quite far off, so maybe the narrow solutions where you really care about it are the way to go?
Hasnep
I don't know if you're allowed to promote alternatives to HN, but Lobste.rs has tags which you can follow or completely block. Plus I've found the quality of the discussion is higher than HN, at the cost of much lower quantity.
mdaniel
> at the cost of much lower quantity.
Which they could solve by having a less dumb invite system. They can very easily confirm I am not a bot nor a spammer based on any number of objective metrics I can provide to them. But instead the answer is "idle in IRC, hope for the best" and thus they end up with the audience who is willing to jump through those hoops
al_borland
Keyword filters on the user side would avoid adding extra steps to submitting and moderation. Categories are an extra complication.
esafak
Someone has probably developed a personalized browser for HN.
toomuchtodo
https://github.com/plibither8/refined-hacker-news is perhaps relevant.
If someone wants to add LLM pluggable support (API endpoint target) and it’ll work on Firefox, I’m willing to kick in some fiat. “HN Copilot.”
aleksituk
Not a browser but a reskin website: https://news.ycombinator.com/item?id=44454305
jowea
That is a perennial proposal as far as I remember.
bookofjoe
I second that emotion.
danbruc
No, will go away just like all the crypto stuff - remember that time? - went away.
speedgoose
Very few problems were solved by crypto, so it naturally disappeared.
On the contrary, LLMs based AIs create a lot of new problems.
null
conception
Unlike crypto though LLMs are actually useful.
leptons
"A broken clock is right twice a day". I guess that's useful too, in a similar kind of way.
h4ck_th3_pl4n3t
Reading this from a user named "leptons" made me chuckle.
null
bestouff
But but the Rust stuff is still there ! (To my pleasure I must confess)
waffletower
Could we have a fork where people talk about Rust somewhere else ;)
elpocko
I'm interested in news about current and emergent technologies. I wouldn't mind if those who are not interested made their own site and left the curious people alone. Please do.
freedomben
> I would very much like to enjoy HN the way I did years ago, as a place where I'd discover things that I never otherwise would have come across.
I've had the exact same feeling a lot over the past couple years or so, and especially the last 6 months. I used to hit the front page and find 5 to 10 stories I was interested in. Exhausting those to read the second or third page wasn't common. Now I find maybe one story I want, and I routinely will scan through 4 or 5 pages (down to 120 to 160) and only find a handful (4 or 5) that I want to read.
I've long found myself wishing for mini-HNs on different broad topics that interest me. Sadly this was the whole point/idea behind reddit. For example, besides the actual and venerable and loved real HN, I'd love an HN for:
1. Politics: Where disagreements are encouraged and any claims are challenged, but only with factual arguments/counterarguments, and any emotional arguments are moderated (basically how we encourage HN comments to be). There have been some reddit communities over the years doing this, but IME they frequently devolve into echo chambers. It almost always comes down to bad moderators.
2. General News: Where stuff that is of broad interest (and not really tech-related) can be posted and commented on in thoughtful ways. Particularly local news would be fun
3. <placeholder>: Had an idea and forgot it as I was making the list. Will edit and insert when I remember!
I've kind of accepted that my dream just can't work (at least, looking at Reddit as the great experimentation of that). People on the internet are just (generally speaking) incapable of consistently humanizing the user(s) on the other end, and proceed to treat others very poorly. Pride and inability to be wrong strongly exacerbate that tendency.
zahlman
> There have been some reddit communities over the years doing this, but IME they frequently devolve into echo chambers. It almost always comes down to bad moderators.
In my experience:
Most of them are basically designed to be echo chambers from the start — opposition is only admitted in to the extent that it allows easy targets to knock down. Most people just aren't that good at explaining why they believe what they believe, let along making a convincing argument for it; so all you need to do is set up an environment where one side's position is the default.
There have been a few attempts at explicitly avoiding that problem. They do eventually collapse. But I don't think it's due to bad moderation. It's more that certain factions simply refuse to engage civilly and unemotionally with each other. They will see statements as inherently provocative that the other side genuinely consider matter-of-fact.
I was a moderator for a place like that once. It was remarkable to me how, on the "hot topics" that were polarizing and led to a lot of bans and suspensions, on one side people who were suspended would argue and whine and complain basically as long as we'd listen to them, maybe even the entire duration of the suspension, and they would never get it into their head what our standards were for respectful discourse; and they would even suggest that having such standards was inherently oppressive; and when they got back they would immediately go back to their old ways. And on the other side, people would basically say "LOL, see you on <suspension end date>" and disappear, and come back as promised, and behave themselves for a while.
And while there were a very few people who simply couldn't kick the habit of using slurs or other disparaging terms to refer to identifiable groups of people, there were far more — almost all on the opposite side — who simply couldn't kick the habit of openly insulting the people they were directly responding to. Or at insinuating negative character traits and hidden motivations not in evidence, or other such "dark hinting" as we call it. Or even just of using obnoxious, brutal sarcasm all the time when we expected people to speak plainly.
cindyllm
[dead]
waffletower
I have a similar process, but usually scan down to 60 (as I did today). I found eight stories including this one and have tabbed them to read. I don't like rust-y koolaid myself, but would never complain that it is here, nor would I complain about seeing the word 'typescript' as it is really far from my interests. To my interest -- excellent AI related white papers, AI agent paradigms and code, model announcements etc. are regularly posted here. Of the eight I picked today, half are AI related. 4 out of 60 isn't bad if I was trying to be an artificial intelligence ostrich.
I would very much like to enjoy HN the way I did years ago, as a place where I'd discover things that I never otherwise would have come across.
The increasing AI/LLM domination of the site has made it much less appealing to me.