Home / Companies / Statsig / Blog / April 2021

April 2021 Summaries

4 posts from Statsig

Filter
Month: Year:
Post Summaries Back to Blog
Deltoid, Facebook's internal A/B testing tool, plays a crucial role in enabling rapid product development by allowing teams to assess the impact of new features on key metrics before launching. With numerous teams developing thousands of features simultaneously, Deltoid meticulously tracks statistical differences between test and control groups across core metrics such as daily active users, user retention, and engagement, as well as team-specific metrics like page views and interactions. This tool informs critical product decisions across various roles within the company. Pulse extends this capability beyond Facebook, offering data-driven decision-making for any feature under development, with visual representations of feature performance and statistical significance to guide product readiness. The summary also highlights the role of experimentation in shaping product strategies and mentions other companies like Spotify and Uber developing similar platforms. Additionally, it touches on CUPED, a method to enhance A/B testing efficiency, and references insights from experts on fostering a strong experimentation culture.
Apr 29, 2021 505 words in the original blog post.
Kotlin is increasingly recommended for Android development due to its features such as null safety, asynchronous programming capabilities with Kotlin Coroutines, and improved readability and interoperability with Java, enabling seamless integration into Android apps. The choice to use Kotlin for an SDK development highlights its ease of use across both Kotlin and Java environments, although challenges such as handling callbacks and mocking in testing were encountered and addressed with solutions like the mockk library and functional interfaces. The distribution of the SDK was facilitated through platforms like JitPack, which aligns with modern practices of managing SDK versions via git tags rather than traditional package repositories like Maven Central. The narrative also touches on the progression of A/B testing practices, influenced by platforms like Optimizely and experiences at companies like Statsig, emphasizing the importance of experimentation culture and the evolution of product strategies through data-driven decisions.
Apr 22, 2021 882 words in the original blog post.
Developers often face interruptions when trying to integrate new tools, which led to the creation of a frictionless, self-serve product with transparent usage-based pricing. This approach allows developers to sign up for a free-tier account without long-term commitments, trials, or upfront payments, paying only when certain usage thresholds are met. The company covers the expenses of free accounts, believing that success for developers equates to success for them, with pricing based on Monthly Active Users to align with developers' growth goals. Additionally, the text touches on the concept of CUPED for more efficient and less biased experiments and highlights insights from experts on fostering a strong experimentation culture. It also reflects on the evolution of A/B testing, mentioning Optimizely's early market influence and transformative experiences at companies like Facebook and Statsig, emphasizing the reliability of A/B testing for gathering evidence.
Apr 07, 2021 500 words in the original blog post.
The blog post discusses a new methodology for calculating sample sizes in A/B testing, emphasizing transparency and education in the process. Unlike typical online calculators, this method can handle tests with imbalanced group proportions, such as 20/80 ratios, and allows users to provide their own standard deviation for non-Bernoulli metrics like time spent or average payment amount. It highlights the importance of determining the correct sample size to avoid Type I and Type II errors in experiments, ensuring that tests are properly powered. The post also explores the significance of setting a minimum detectable effect (MDE) and understanding the implications of different split ratios in test design. Additionally, the blog touches on cultural and infrastructural insights from industry experts, the evolution of web experience platforms, and personal experiences at Statsig, emphasizing the company's unique culture and the value of A/B testing in evidence gathering.
Apr 02, 2021 1,129 words in the original blog post.