This weekly roundup thread is intended for all culture war posts. 'Culture war' is vaguely defined, but it basically means controversial issues that fall along set tribal lines. Arguments over culture war issues generate a lot of heat and little light, and few deeply entrenched people ever change their minds. This thread is for voicing opinions and analyzing the state of the discussion while trying to optimize for light over heat.
Optimistically, we think that engaging with people you disagree with is worth your time, and so is being nice! Pessimistically, there are many dynamics that can lead discussions on Culture War topics to become unproductive. There's a human tendency to divide along tribal lines, praising your ingroup and vilifying your outgroup - and if you think you find it easy to criticize your ingroup, then it may be that your outgroup is not who you think it is. Extremists with opposing positions can feed off each other, highlighting each other's worst points to justify their own angry rhetoric, which becomes in turn a new example of bad behavior for the other side to highlight.
We would like to avoid these negative dynamics. Accordingly, we ask that you do not use this thread for waging the Culture War. Examples of waging the Culture War:
-
Shaming.
-
Attempting to 'build consensus' or enforce ideological conformity.
-
Making sweeping generalizations to vilify a group you dislike.
-
Recruiting for a cause.
-
Posting links that could be summarized as 'Boo outgroup!' Basically, if your content is 'Can you believe what Those People did this week?' then you should either refrain from posting, or do some very patient work to contextualize and/or steel-man the relevant viewpoint.
In general, you should argue to understand, not to win. This thread is not territory to be claimed by one group or another; indeed, the aim is to have many different viewpoints represented here. Thus, we also ask that you follow some guidelines:
-
Speak plainly. Avoid sarcasm and mockery. When disagreeing with someone, state your objections explicitly.
-
Be as precise and charitable as you can. Don't paraphrase unflatteringly.
-
Don't imply that someone said something they did not say, even if you think it follows from what they said.
-
Write like everyone is reading and you want them to be included in the discussion.
On an ad hoc basis, the mods will try to compile a list of the best posts/comments from the previous week, posted in Quality Contribution threads and archived at /r/TheThread. You may nominate a comment for this list by clicking on 'report' at the bottom of the post and typing 'Actually a quality contribution' as the report reason.

Jump in the discussion.
No email address required.
Notes -
is the recent spate of deaths among American and Chinese scientists the beginning of a
-hot-warm war with China?From Newsweek: Chinese Scientists Have Been Dying Mysterious Deaths Too
The author is a senior reporter for Newsweek, with publications in the NYT and some other major publications. She is also a former senior fellow in the Asia Program at the German Council on Foreign Relations and a nonresident senior fellow in the Atlantic Council’s Global China Hub. Not a crackpot contributor as might be expected from the insane premise! She seems to have connections within the Chinese circle of influence.
If there’s really a tit for tat of targetting each other’s scientists, then I think our immigration policy will prove to be a grave mistake. There are 265,000 Chinese students in America, and probably hundreds of thousands of Chinese who own or work in the huge nationwide Chinese restaurant industry. The CCP would be able to place agents around America with complete ease. America would have a difficult time doing the same. We saw recently in Iran how effective it is to place drones around an enemy country, and Iranians were so afraid of threats from their immigrant community that they deported 1.5 million Afghans.
This theory would explain why America has had disappearances and not just deaths:
The above sounds to me like a VIP being escorted to a safe area where he can’t possibly be targeted, hence the leaving behind of electronics.
If this is the guy I am thinking of then the rumor is that the situation is completely understood it is just being withheld for family privacy reasons. Aka the guy wandered off and died from early dementia, killed himself or something similar.
More options
Context Copy link
Guy has car accident driving home in early hours of morning after long work day/possibly after having a few drinks. Gee, how mysterious, it must be political assassination!
More options
Context Copy link
If all those 11 deaths have zero evidence of Chinese involvement (same for the 9 Chinese deaths), wouldn’t coincidence be more probable?
The alternative is that one (or both) intelligence agencies are anomalously good at espionage and the other are much worse at detecting it (or hiding they know, but why?)
“Why did China visibly honor this model Chinese citizen so much after his newsworthy death?” In a socialist country, every life is a sacrifice to the nation.
The reason to hide the real cause of death would be: to not alarm the public; to not accelerate a hot war with China; and lastly, to not make your own priceless talent fearful of working on government projects
More options
Context Copy link
More options
Context Copy link
The Hanania approach is that there's not really anything weird going on to begin with and I think he might be right. https://unherd.com/2026/04/behind-the-disappearing-scientists-hysteria/
First of all, a lot of these scientists are crackpots or retired (so we have a very expensive view of what counts as a scientist here and thus a pretty large base group) or have known suspects involved.
Like
And
And
So these don't seem to be top targets to kill, and a good chunk aren't even suspicious deaths cause we know the killers. He also adds
But he's actually wrong here, cause again remember that we're including the crackpots, administrators, professors, military, and retired ones of all those groups too! The number is significantly higher than 2 million then. This highly expansive group, with three known false positives, still reaches only 11 people in four years. Most of whom don't even seem to be important.
I think this could just be a "people don't look up" type scenario where dumbasses saw airplanes and thought they were foreign drones, but instead it's people not realizing that death and disappearances happen from time to time and in the ridiculously large populations we're pulling from it's statistically likely you'll find a few.
More options
Context Copy link
Not to derail, but does anyone have any idea of what this actually means? I work with defense modeling and sims folks and I am an AI/ML person but whenever I hear the words AI Simulations I'm left scratching my head. Is this just making world sims for RL models? But then why would you be training an RL model to invade Taiwan? Simulations are generally done on big HPC rigs with tons of variables, ie. Finite Element Modeling. This isn't something that really benefits from neural nets. Maybe my technical classification is different than the non-technical, but this guy is supposedly some researcher I feel like the classification would be more precise.
just_like_the_simulations.jpg
More options
Context Copy link
Also I'm sure it's worthwhile to run the simulations but I don't think there's some superhax geniusbrain strategic approach that's going to render the potential invasion of Taiwan an easy and non-costly war.
More options
Context Copy link
Could be referring to AlphaGo, AlphaZero, and the follow ups of RL models that play Starcraft and other games, but moved to military scenarios. You would have one model invading Taiwan, the other model defending Taiwan, and they play each other. But of course you can’t train a model to defend Taiwan without training a model to invade Taiwan.
These fall into the RL side, specifically Model-based RL. The dirty open secret about model based RL is that the RL-policies(ml-models) trained are only as good as the sim-models (there are two types of "models" here that mean different things, smh...), they don't generalize well. So for the RL trained on Starcraft, it is also then tested on Starcraft, so good training results in good testing results. The major leap comes when you transfer it to a real world scenario, where it will not perform, because Starcraft is not a good model of the real world. Part of this is strictly technical, RL models/policies learn a mapping of states to actions, ie which action to take in a given state for the best reward now or in the future. The Starcraft world actions don't exist in reality. The models don't really learn high level tactics that can be extracted and re-used (unfortunately)
Modeling the real world with finite states is probably impossible. Near infinite/continuous states is going to be insanely hard to model, so if they are doing this, then good luck but it's a likely dead end.
More options
Context Copy link
More options
Context Copy link
More options
Context Copy link
More options
Context Copy link