Cheers. Not sure that is the right thing to be optimizing for. I guess that for stuff like this that coverse different topics, people could ask an LLM what the parts they’re more likely to find useful are.
curl 'https://www.lesswrong.com/graphql?′ \
-H ‘accept: application/json’ -H ‘content-type: application/json’ -H ‘user-agent: bot’ \
--data-raw ‘{”query”:”{ post(input: {selector: {_id: \”7p9WB5NsrQiqKEbPA\”}}) { result { htmlBody } }}”}’ | \
jq .data.post.result.htmlBody | \
llm “I am a very rich software engineer in the Bay area worried about AI and pandemics. What is the most actionable information in this post?”
Cheers. Not sure that is the right thing to be optimizing for. I guess that for stuff like this that coverse different topics, people could ask an LLM what the parts they’re more likely to find useful are.