
Powered by AI: Instagram’s Explore recommender system
The blogpost explores Instagram's Explore recommender system which is powered by AI.

Safety Gym
Utilizing cutting-edge technology to enhance workplace safety through virtual 'Safety Gym'

Benchmarking safe exploration in deep reinforcement learning
Achieving optimal safe exploration in deep reinforcement learning through benchmarking techniques.

Implementing Dark Mode Using the Observer Pattern
Implementing Dark Mode using the Observer Pattern in the SoundCloud iOS app update

10 Questions with Shupin Mao, Well-being tech lead
A Q&A with Shupin Mao, a senior software engineer at Facebook, discussing her background, favorite moments, lessons learned, and more.

GPT-2: 1.5B release
Exploring the latest 1.5B release of GPT-2

Making instagram.com faster: Code size and execution optimizations (Part 4)
The blog post discusses the importance of code size and execution optimizations for improving the performance of instagram.com, highlighting the impact of shipping less JavaScript, using inline requires, and serving ES2017 bundles to modern browsers.

Python at Scale: Strict Modules
This blogpost discusses the pain points faced when working with Python at scale, such as slow server startup and reload times, unsafe import side effects, and mutable global state, and proposes the use of strict modules as a solution.

Solving Rubik’s Cube with a robot hand
Automating Rubik’s Cube solving with robotic technology

Commas in big numbers everywhere: An OpenType adventure
A blogpost about the author's experience with counting and managing large numbers in various technical environments.

OpenAI Scholars 2020: Applications open
Exploring the opportunities of OpenAI Scholars program in 2020.

Making instagram.com faster: Part 3 — cache first
Improving the speed of instagram.com with a cache first strategy