[Home]
[Parent directory]
[Search]

my_research/discussion_forums_for_ai_extinction_risk.html


2025-11-11

Discussion forums for AI extinction risk

Update

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

I made a twitter list of many of the above listed people.

Why no endorsements?

Independent discovery

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