window.t3aAnalytics = function(eventType, event) {
analytics.track(eventType, event);
gtag("event", eventType, event);
if (typeof plausible === "function") {
plausible(eventType, {props: event});
}
}
window.addEventListener("scroll", function() {
const players = document.querySelectorAll("type-3-player");
const tocButton = document.querySelector(".sidebar-toc__open-button-wrap");
const scrollTop = window.scrollY;
const viewportHeight = window.innerHeight;
const totalHeight = document.documentElement.scrollHeight;
if (scrollTop + viewportHeight >= totalHeight) {
players.forEach(player => player.style.display = "none");
if (tocButton) {
tocButton.style.display = "none";
}
} else {
players.forEach(player => player.style.display = "");
if (tocButton) {
tocButton.style.display = "";
}
}
});-->document.addEventListener("DOMContentLoaded", function() {
const noPlayButtonTitles = ["Read more", "Read next", "Learn more"];
document.querySelectorAll("h2, h3").forEach(function(element) {
if (noPlayButtonTitles.includes(element.textContent.trim())) {
element.classList.add("no-heading-play-button");
}
});
});-->
In a nutshell: Because some of the best opportunities for having an impact may lie centuries or millennia in the future, investing resources now — in order to have many more resources available at that future time — might be extremely valuable. Given that we currently have no way of (effectively and securely) investing resources over long time periods, figuring out how to set up and manage long-term philanthropic funds might be very valuable.
Sometimes recommended — under-researched
This career is potentially high-impact, but we haven't yet researched it enough to recommend it confidently.
Review status
Based on [...]
Narrated by AI.
---
Outline:
(00:36) Sometimes recommended -- under-researched
(00:48) Review status
(00:53) Why might creating a long-term philanthropic fund be high impact?
(02:04) Want one-on-one advice on pursuing this path?
(02:25) Learn more
(02:51) Learn about other high-impact careers
---
https://80000hours.org/career-reviews/managing-philanthropic-funds
Narrated by TYPE III AUDIO.