Farmed animal welfare is one of the most important cause areas out there. Though we’ve written about animal welfare broadly before, we recently published a dedicated piece on farmed animals specifically. Given how often this cause area shows up on our job board and throughout our content, we thought it deserved its own standalone overview, which covers:
- How different farmed animals are treated, including fish, crustaceans, and insects.
- Promising approaches already reducing suffering at scale.
- Why farmed animal welfare remains highly neglected despite its enormous scale.
- Concrete ways you can get involved, whether through your career or otherwise.
It’s intended as an approachable introduction to the cause area; if you're already familiar with farmed animal welfare, especially through other EA content, you probably won't be surprised by much here. But if you're new to the topic or looking for a solid overview to share with others, you might find it useful.
You can read the full article here.
Our board now has more roles than before (1600+), and a public Airtable version that you can use to set up custom views and automations (including with Slack).
A quick guide for using the new Airtable:
If you use our job board, here’s a few ways you can help us to help you:
Other than that, please also share the job board with people you think could benefit from it, and get in touch with us if you have any feedback or other suggestions. Thank you!
Thank you for sharing this, and for the amazing job board!
Do you happen to also have an API or raw CSV/JSON export somewhere? (e.g. similar to https://backend.eawork.org/api/jobs for 80k)
[LLM written below, as I'm in a rush, but I confirm it's accurate]
A few weeks ago I clauded a quick job-search script for my sister. It pulls roles from several sources, deduplicates them, applies some basic filters, then uses an LLM to score likely fit and sends her the best on Telegram. Since May 8 it has sent ~130 roles from LinkedIn/Indeed via JobSpy, Probably Good, 80,000 Hours, jobs.ch, Exa, Greenhouse, and Arbeitnow.
For Probably Good, it’s currently using the public Algolia index, but I suspect that may be suboptimal compared to fetching all jobs and brittle. The new Airtable seems great for humans and no-code workflows, but for scripts and AI agents a simple raw CSV/JSON endpoint could be much easier to fetch autonomously. Airtable sync/API access seems to require a PAT or some scraping to get the current csv url, while a stable export of all published roles would make this kind of personal automation easier.
[/LLM]
This might be an uncommon usecase for now, but I recommend other people who know someone looking for a job to build similar automations based on their location/CV/interests/preferred messaging system
Thanks for flagging this use case! We don't have a separate API or raw export yet, but it's definitely on our list.