Are you a fan of engaging, epistemically rigorous longform writing about the world's most pressing problems? Interested in in-depth interviews with leading scholars? A reader of taste and discernment? Sick of FTXcourse?

Distract yourself with the inaugural issue of Asterisk Magazine, out now!

Asterisk is a new quarterly journal of clear writing and clear thinking about things that matter (and, occasionally, things we just think are interesting). In this issue:

  • Kelsey Piper argues that What We Owe The Future can't quite support the weight of its own premises.
  • Kevin Esvelt talks about how we can prevent the next pandemic.
  • Jared Leibowich gives us a superforecaster's approach to modeling monkeypox.
  • Christopher Leslie Brown on the history of abolitionism and the slippery concept of moral progress
  • Stuart Ritchie tries to find out if the replication crisis has really made science better.
  • Dietrich Vollrath explains what economists do and don't know about why some countries become rich and others don't.
  • Scott Alexander asks: is wine fake?
  • Karson Elmgren on the history and future of China's semiconductor industry.
  • Xander Balwit imagines a future where genetic engineering has radically altered the animals we eat.

A huge thank you to everyone in the community who helped us make Asterisk a reality. We hope you all enjoy reading it as much as we enjoyed making it. 

Comments47


Sorted by Click to highlight new comments since:

This seems really great! I really loved Kelsey's post on What We Owe The Future and would love to see it crossposted to the EA Forum, if possible. 

It seems like this is also trying to be a print magazine, but after clicking around hopefully for 3 minutes, I have failed to find a way to acquire it in print format. How can I give you my money?

We're working on it! The logistics of setting up print subscriptions in a way that syncs with our printer turned out to be pretty complicated and we didn't want to delay the launch further, but the store should be live in a couple of days. 

+1 to looking forward to print copies.

My ideal format would be PDF eBook of all the articles. Willing to pay.

Seems good, looking forward to buying a few of these!

gwern
28
11
0

For those wondering why we needed a stylish magazine for provocative rationalist/EA nonfiction when Works In Progress is pretty good too, Scott Alexander says

Works In Progress is a Progress Studies magazine, I'm sure these two movements look exactly the same to everyone on the outside, but we're very invested in the differences between them.

Could Nonlinear Library or Perrin Walker do audio versions of these articles? 🙏

Yesterday I listened to Kelsey Piper's review using the Google Assistant text-to-speech (which only works for web pages), and it worked pretty well. Only a couple words are mispronounced ("aye" for AI).

Fred Kaplan's article on US nuclear policy is amazing. So many interesting parts, but my favourites were:

  • How US nuclear policy evolved in part due to Navy-Air Force competition over budgets
  • How targeting became a function of supply, rather than supply being determined by targeting needs
  • How Dick Cheney, of all people, helped cut the arsenal from over 12,000 warheads to 2200
  • Why the US's nuclear budget has recently increased dramatically, and how Obama accidentally contributed to this despite wanting to further cut the arsenal

A very dramatic account of how public choice dynamics lead to crazy outcomes in foreign policy.

Bug report thread (posting as I notice them). (Chrome 103.0.5060.134, Mac, 1080p display, standard DPI.)

It is possible to create a highlight for the same selected text twice, after which it’s possible to delete one of the highlights, but not the second.

The link click area for the left-side table of contents / scroll progress thing extends far enough to interfere with the click area for the “create highlight” asterisk button: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.31.35%20PM.png

It is possible to highlight whitespace, and then difficult to realize what happened, or to remove the highlight: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.30.03%20PM.png

Having created multiple highlights on the same line, it is not possible to select which one is deleted when the “x” button is clicked: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.28.48%20PM.png

It is possible to create multiple highlights in the same paragraph, in which case they overlap in the floating highlights section: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.26.46%20PM.png

When scrolled up all the way on an article page, the highlights are not visible. (This is not, or not just, because the “hamburger” menu button blocks them; scroll down just enough to hide the menu button, and the highlights are still not visible: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.26.19%20PM.png )

The page is slightly too wide for the viewport, causing a horizontal scroll bar to appear: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.20.28%20PM.png

Excited to read! Is there an easy way to download a copy to read offline? Eg a PDF with all the articles. (Obviously I can just save each article individually, but it's nice to have an easier way!)

I have a PDF of the print version I'm happy to send to you – if there's a lot of demand, I'll put it up on the website. 

I'd really like a pdf too.

I'd love to get a print version but I don't see anything about that on the website. Would it be possible to buy one?

The web store should be live in a couple of days. 

Here is a PDF version of the monkeypox article:

https://share.obormot.net/temp/asteriskmag-modeling-the-end-of-monkeypox.pdf

You can generate such a PDF from any article on the site, in the following way:

  1. Using browser dev tools, add a style sheet to the page, and paste in the following CSS:
@media print {
	header.nav-down,
	#popup,
	#popup-trigger,
	#progress,
	section.prev_next,
	.footnotes-list li .close {
		display: none;
	}
	.notes-container,
	.footnotes-list li {
		position: static;
		max-width: unset;
	}
	.notes-container {
		width: var(--maxwidth-text);
		margin: 3em auto 3em auto;
		padding: 1em 0 0 1em;
		border-top: 1px solid black;
	}
	.footnotes-list li {
		width: unset;
		margin: 1em auto;	
		display: list-item;
		padding: 0;
		border: none;
		list-style-type: decimal;
	}
}
  1. Use your browser’s Print… command to save the page as a PDF.

(This is possible on a Mac, and I think also on Windows; I don’t know about Linux.)

It would be easy for someone to create such PDFs of all the currently available articles, to combine them into one file, to convert to ebook format, etc.

I'd like a PDF version too. I appreciated the effort in an online highlighter, but on the PDF I can take arbitrary notes and they will stay saved forever on my computer if I need to find something I read and my thoughts on it, it does happen.

In particular I'd like a PDF with WIDE MARGINS. Not like normal newspaper pdfs were you have to take notes in collapsible stickies or find a sophisticated note-taker app that is not compatible with other readers.

fantastic to see more edited long form with good writing! The website typography and layout also beautiful btw. Reminds of me slightly of the Economist but tbh looks and feels better. nice work!

I love the way the main text is centered and the footnotes appear immediately to the right of the reference.

Very impressive first issue!

A request: when I print an article as a PDF, the notes are omitted. I understand that the margins on an A4 page are not wide enough to include sidenotes, but why not turn them into footnotes?

Nice! This is like Works in Progress but for EA. Hope to see a crossover episode soon! :)

Would highly appreciate DOIs for the articles of the journal.

Thanks for the great work!

I just finished reading all of it, and it was very enjoyable. Kudos to the editors and contributors. For all I know this is complicated and not worth it, but I would really appreciate if there was a way that I could subscribe to this in Apple News+. I like the offline, not-in-browser reading mode and  I'd like to slot this reading alongside other long form magazines mentally. I have no clue how Apple News works not the back end, but the magazines must get money out of this. Finally, getting on Apple News might help you extend your audience.

The website is unsatisfying to look at right now, and although the content is perfect, I'm worried about recommending it to people since they will  be very put off by the design. 

A good solution is probably to add in dall-e images underneath each article headline, as a clickable link. It costs ~13 cents for four images

"modelling the end of monkeypox, mokey holding a virus, cover art, painting"

[This comment is no longer endorsed by its author]Reply
bruce
25
13
1

Just chiming in with an extra anecdotal data point that (on my laptop at least) I think the design looks great, from colour scheme to font choice - it's clear that a lot of effort has been put into this. I also really like the save highlight function, which I hadn't seen before, and thought it was a neat design choice to use an asterix there too (as well as the blurbs that come up when you hover over titles). I've only skimmed 1 article so far so can't comment on the content, but definitely would not hesitate to recommend this to people based on its current design, and I'd probably also anti-recommend adding dall-e images (at least the 4 that have come up).

Thanks to Clara and the team who have put this together!

I think Asterisk is deliberately trying to look different from Substack, Medium, news sites, etc., rather than doing so accidentally/ as a product of being unaware of how to look like those sites.

I'm on desktop, not mobile, and most people are on mobile I guess, so maybe that's what's doing it. I don't use smartphones but it seems like it should work fine on a screen that size.

I actually really like the design, and that's despite my being in the "dark theme everything" camp.

(This is totally piling on here, and AI assisted art and content has a big future)

 

It's obvious to everyone that a lot of "2022-style" Dall-E content is gimmicky, not a substitute for illustrators, and going to age poorly.

I agree. I've already started to develop a bit of an instinctive 'ugh' reaction to random illustrations, even ones without obvious generative model tell-tales or the DALL-E watermark.

It's comparable to how you feel when you notice that little '© Getty Images' or a Memphis style image, and realize your time & (mental) bandwidth was wasted by the image equivalent of an emoji. It's not that they look bad, necessarily, but they increasingly signify 'cheap' and 'tacky'. (After all, if this monkey pox image can be generated by a prompt of 12 redundant words, then that's another of saying that the image is worth far less than a thousand words - it's worth less than 12...)

It gets worse if you can spot any flaws or they do look bad overall: "so you couldn't even take another minute to generate a variant without blatant artifacting? That's how slovenly and careless your work is, and how little you respect your readers?"

if this monkey pox image can be generated by a prompt of 12 redundant words, then that's another of saying that the image is worth far less than a thousand words - it's worth less than 12...

It's only worth less than 12 if you have mental access to state of the model after training. If not, it also includes a bunch of what it learned.

Thanks, I appreciate your perspective. I think I agree directionally but I'm not as negative (also I don't know what Memphis design is, I'll look it up).

 

Overall, I think my original comment's tone was too negative. It looks like the parent comment retracted, probably because everyone piled on =( .

I think my intent behind my original comment was about the aesthetics and purposes/agenda of Asterisk. I'm pretty sure they want to signal depth/legitimacy, and avoid trendiness.

 

What is your view about Asterisk's design, separate from the Dall-E issue?

I like it overall.

But I have a lot of questions about the 'highlight' feature (bottom of page*): aside from the many teething problems Said has already documented, which bugs doubtless will be fixed, I don't understand what the usecase is, compared to other web annotation systems like Hypothesis - so it stores arbitrary ranges of text, saving them to, I assume, dangerously ephemeral browser LocalStorage where they will be unpredictably erased in a few hours / days / weeks, and unavailable on any other device presumably. Why do I want this? They aren't clipped to something like Evernote, they aren't synced to my phone, they aren't saved anywhere safe, they aren't posted to social media or visible to anyone else in any way... Is the idea to highlight various parts and then manually copy-paste them?

* the pervasive lack of IDs on elements which makes them unlinkable is also an issue with the web pages. section class="highlights"><h2>About Highlights</h2> 😮‍💨

I thought that the point was to help with active reading and little more.

Maybe? I can't easily appreciate such a usecase because I always want to save any excerpts I find worth excerpting. Are there a lot of people who want that? If that's the idea, I guess the "About Highlights" dialogue needs a bit of documentation to explain the intended (and unintended) uses. At least, anyone who doesn't realize that the annotations are ephemeral, because they aren't enough of a web dev to understand 'What you save is stored only on your specific browser locally' is as much of a bug as it is a feature, is in for a bad time when their annotations inevitably get deleted...

Very interesting and beautifully crafted. Just wanted to mention that your newsletter signup might have some issue, when I try to sign up I get an error alert saying "Could not connect to the registration server. Please try again later.".

This seems to be an issue on mailchimp's end, not ours – their servers have been having outages all morning. I recommend trying again in a bit. 

I think the JS alert was caused by my ad blockers. When I turned off both uBlock Origin and Firefox's built-in one, the request was sent to Mailchimp successfully. Have not received a confirmation though which might be related to the issue you mention.

Thanks for bringing this to my attention! I'll talk to my web developer right away. 

This was a really fun read; thanks for helping put it together!!

Curated and popular this week
Paul Present
 ·  · 28m read
 · 
Note: I am not a malaria expert. This is my best-faith attempt at answering a question that was bothering me, but this field is a large and complex field, and I’ve almost certainly misunderstood something somewhere along the way. Summary While the world made incredible progress in reducing malaria cases from 2000 to 2015, the past 10 years have seen malaria cases stop declining and start rising. I investigated potential reasons behind this increase through reading the existing literature and looking at publicly available data, and I identified three key factors explaining the rise: 1. Population Growth: Africa's population has increased by approximately 75% since 2000. This alone explains most of the increase in absolute case numbers, while cases per capita have remained relatively flat since 2015. 2. Stagnant Funding: After rapid growth starting in 2000, funding for malaria prevention plateaued around 2010. 3. Insecticide Resistance: Mosquitoes have become increasingly resistant to the insecticides used in bednets over the past 20 years. This has made older models of bednets less effective, although they still have some effect. Newer models of bednets developed in response to insecticide resistance are more effective but still not widely deployed.  I very crudely estimate that without any of these factors, there would be 55% fewer malaria cases in the world than what we see today. I think all three of these factors are roughly equally important in explaining the difference.  Alternative explanations like removal of PFAS, climate change, or invasive mosquito species don't appear to be major contributors.  Overall this investigation made me more convinced that bednets are an effective global health intervention.  Introduction In 2015, malaria rates were down, and EAs were celebrating. Giving What We Can posted this incredible gif showing the decrease in malaria cases across Africa since 2000: Giving What We Can said that > The reduction in malaria has be
Ronen Bar
 ·  · 10m read
 · 
"Part one of our challenge is to solve the technical alignment problem, and that’s what everybody focuses on, but part two is: to whose values do you align the system once you’re capable of doing that, and that may turn out to be an even harder problem", Sam Altman, OpenAI CEO (Link).  In this post, I argue that: 1. "To whose values do you align the system" is a critically neglected space I termed “Moral Alignment.” Only a few organizations work for non-humans in this field, with a total budget of 4-5 million USD (not accounting for academic work). The scale of this space couldn’t be any bigger - the intersection between the most revolutionary technology ever and all sentient beings. While tractability remains uncertain, there is some promising positive evidence (See “The Tractability Open Question” section). 2. Given the first point, our movement must attract more resources, talent, and funding to address it. The goal is to value align AI with caring about all sentient beings: humans, animals, and potential future digital minds. In other words, I argue we should invest much more in promoting a sentient-centric AI. The problem What is Moral Alignment? AI alignment focuses on ensuring AI systems act according to human intentions, emphasizing controllability and corrigibility (adaptability to changing human preferences). However, traditional alignment often ignores the ethical implications for all sentient beings. Moral Alignment, as part of the broader AI alignment and AI safety spaces, is a field focused on the values we aim to instill in AI. I argue that our goal should be to ensure AI is a positive force for all sentient beings. Currently, as far as I know, no overarching organization, terms, or community unifies Moral Alignment (MA) as a field with a clear umbrella identity. While specific groups focus individually on animals, humans, or digital minds, such as AI for Animals, which does excellent community-building work around AI and animal welfare while
Max Taylor
 ·  · 9m read
 · 
Many thanks to Constance Li, Rachel Mason, Ronen Bar, Sam Tucker-Davis, and Yip Fai Tse for providing valuable feedback. This post does not necessarily reflect the views of my employer. Artificial General Intelligence (basically, ‘AI that is as good as, or better than, humans at most intellectual tasks’) seems increasingly likely to be developed in the next 5-10 years. As others have written, this has major implications for EA priorities, including animal advocacy, but it’s hard to know how this should shape our strategy. This post sets out a few starting points and I’m really interested in hearing others’ ideas, even if they’re very uncertain and half-baked. Is AGI coming in the next 5-10 years? This is very well covered elsewhere but basically it looks increasingly likely, e.g.: * The Metaculus and Manifold forecasting platforms predict we’ll see AGI in 2030 and 2031, respectively. * The heads of Anthropic and OpenAI think we’ll see it by 2027 and 2035, respectively. * A 2024 survey of AI researchers put a 50% chance of AGI by 2047, but this is 13 years earlier than predicted in the 2023 version of the survey. * These predictions seem feasible given the explosive rate of change we’ve been seeing in computing power available to models, algorithmic efficiencies, and actual model performance (e.g., look at how far Large Language Models and AI image generators have come just in the last three years). * Based on this, organisations (both new ones, like Forethought, and existing ones, like 80,000 Hours) are taking the prospect of near-term AGI increasingly seriously. What could AGI mean for animals? AGI’s implications for animals depend heavily on who controls the AGI models. For example: * AGI might be controlled by a handful of AI companies and/or governments, either in alliance or in competition. * For example, maybe two government-owned companies separately develop AGI then restrict others from developing it. * These actors’ use of AGI might be dr