[Home]
[Parent directory]
[Search]

my_research/discussion_forums_for_ai_extinction_risk.html


2025-10-02

Discussion forums for AI extinction risk

There is no discussion forum I completely endorse, for AI extinction risk. There is significant amount of infighting among people trying to fix AI extinction risk.

Some places where AI extinction risk gets discussed, but which I don't fully endorse.

Why no endorsements?

As of 2025-09, I also recommend finding independent blogs using open source search engines.

curl -sSL https://raw.githubusercontent.com/samueldashadrach/ccfilter/main/urls/searchmysite.txt | jq -R -s 'def chunks(n): (split("\n") | map(gsub("\r$";"")) | map(select(length>0))) as $a | [range(0; ($a|length); n)] | map($a[. : .+n]); chunks(20)[] | { model: "gpt-5", reasoning: { effort: "high" }, tools: [ { type: "web_search", filters: { allowed_domains: . } } ], tool_choice: "auto", include: ["web_search_call.action.sources"], input: "Find articles from 2025 about AI extinction risk." }' -c | while IFS= read -r payload; do printf '%s' "$payload" | curl "https://api.openai.com/v1/responses" -H "Content-Type: application/json" -H "Authorization: Bearer $OPENAI_API_KEY" -d @- | jq . -c; echo; done

Subscribe / Comment

Enter email to subscribe, or enter comment to post comment