OpenAIGPT-2: 1.5B release
Exploring the latest 1.5B release of GPT-2
InstagramMaking 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.
InstagramPython 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.
OpenAISolving Rubik’s Cube with a robot hand
Automating Rubik’s Cube solving with robotic technology
Jane StreetCommas in big numbers everywhere: An OpenType adventure
A blogpost about the author's experience with counting and managing large numbers in various technical environments.
OpenAIOpenAI Scholars 2020: Applications open
Exploring the opportunities of OpenAI Scholars program in 2020.
InstagramMaking instagram.com faster: Part 3 — cache first
Improving the speed of instagram.com with a cache first strategy
InstagramImplementing Dark Mode in iOS 13
Implementing Dark Mode in iOS 13: A technical blogpost detailing the process of adopting dark mode in the Instagram app, including using Apple's APIs, building UIKit wrappers, and implementing a 'fake dark mode' for testing.
SoundCloudSolving Remote Build Cache Misses by Annoying Your Colleagues
Strategies for addressing Gradle remote build cache misses in order to optimize efficiency and reduce redundant work in development teams.
InstagramInterview with Tamar Shapiro, Instagram’s Head of Analytics
An interview with Tamar Shapiro, Instagram's Head of Analytics, discussing her career path, engineering culture at Instagram, favorite projects, work-life balance, and advice for female engineers.
OpenAIFine-tuning GPT-2 from human preferences
Optimizing GPT-2 based on user preferences for enhanced performance
OpenAIEmergent tool use from multi-agent interaction
Exploring emergent tool use in multi-agent interactions