Blogs›Discord Feature Trails
See how major capabilities shipped, upgraded, and evolved across Discord's engineering blog.
Publishing pulse
2025–2026 · peak 2026
18 posts mapped

Discord is implementing stricter controls and review processes for how applications access user data within servers. This initiative aims to enhance user privacy and data security by introducing annual reviews, higher access thresholds, and a phased approach for developers to adapt to new data access requirements. The changes impact apps that rely on sensitive user information like member lists, presence, and message content, encouraging the adoption of more secure in-app interactions like slash commands. The Social SDK further enables developers to integrate Discord's social infrastructure into their games, offering features like unified friends lists, deep-linked game invites, rich presence, and flexible account requirements. Beta features include cross-platform messaging, linked channels, and voice chat, all powered by Discord's core communication technology.
Timeline

Discord is developing capabilities to understand and attribute hosting costs to specific product features and API endpoints. This involves extending profiling tooling to allocate deployment costs based on the time spent on feature-related code, aiming to provide granular insights into spending for features like messaging, streaming, and gifting. The initiative now includes detailed cost attribution for API endpoints and background tasks, enabling engineers to understand the cost impact of changes by allocating deployment costs based on feature-related code execution time.
Timeline

Discord is expanding its reach and integration into new platforms, with a significant focus on virtual reality (VR) environments. This initiative aims to provide a seamless Discord experience within VR headsets, allowing users to communicate with their servers and friends without leaving the VR environment. Key developments include direct app availability on VR app stores (Meta Quest), full feature parity with the desktop/mobile app, integration with VR hardware (microphones), and advanced features like joining video chats as Meta Avatars and streaming Quest gameplay directly to Discord. The app is now available directly from Meta's Horizon App Store, eliminating the need for sideloading.
Timeline

Discord has migrated a significant portion of its voice and video traffic to Cloudflare's edge network, leveraging over 300 edge locations to reduce latency and improve call quality globally. This initiative has resulted in substantial reductions in ping averages and packet loss in various regions, enhancing the real-time communication experience for users, especially those in areas with limited hyperscaler coverage. The migration involved building custom solutions to integrate with the edge network and address quality issues.
Timeline

Discord has successfully implemented end-to-end encryption (E2EE) for all voice and video calls across all platforms, including desktop, mobile, web browsers, consoles, and Social SDK. This was achieved by developing and deploying the DAVE protocol, an open and audited E2EE protocol for audio and video. The migration ensures that all calls, except those in stage channels, are now E2EE by default, enhancing user privacy and security without compromising the user experience. Clients and apps without DAVE support will no longer be able to participate in Discord calls starting March 1st, 2026.
Timeline

Discord has developed an automated system for provisioning, configuring, and managing ScyllaDB clusters at scale. This system significantly reduces the time and effort required to set up replica clusters for testing and validation, enabling faster release cycles and more robust pre-production validation.
Timeline

Discord's session management and realtime infrastructure have been enhanced to improve resilience against cascading failures. Following a significant outage caused by a configuration update that led to a large number of session management servers shutting down, the team has analyzed system behavior under sudden load. Improvements focus on preventing similar widespread degradation by strengthening downstream systems and identifying and mitigating new bottlenecks that emerge during load spikes. This includes a deeper understanding of how session loss impacts routing services and overall system stability.
Timeline

Discord is optimizing its experiment metrics by reducing the number of metrics used to improve the quality of insights and reduce false positives. This involves a shift from a broad 'Default Metric List' to a curated set of high-quality metrics that capture distinct concepts, addressing issues related to p-values, false positives, and recall in experiment analysis.
Timeline

Discord has open-sourced Osprey, its safety rules engine, to help companies build stronger safety measures. Osprey allows teams to investigate real-time activities and deploy dynamic rules to address emerging threats with minimal engineering overhead. ROOST has now announced Osprey as a free, open-source tool for the AI era, making it accessible to organizations of all sizes. The open-sourcing of Osprey by ROOST signifies a commitment to shared safety technologies and accelerating innovation in this domain.
Timeline

Discord has implemented distributed tracing for its Elixir systems to provide deeper insights into the performance and reliability of its services. This initiative allows engineers to trace operations across different parts of the system, helping to diagnose performance bottlenecks and outages more effectively. The implementation involved building custom solutions to propagate tracing context within Elixir's communication mechanisms, enabling end-to-end visibility without impacting system availability.
Timeline

Discord has developed a platform around Ray to simplify distributed ML for engineers. This platform includes custom CLI tooling, orchestration with Dagster and KubeRay, and an observability layer called X-Ray. The focus is on improving developer experience for distributed ML, enabling complex models and scaling training jobs across multi-GPU clusters.
Timeline

Discord is actively investing in and supporting the growth of the gaming industry, particularly focusing on emerging founders and communities. This includes launching programs like the Gaming Founders Circle in partnership with organizations like Techleap to connect game developers with investors, networks, and a direct feedback loop with players on the platform. The initiative highlights Discord's commitment to its role as a central communication hub for gamers and developers, and its strategic integration with cloud gaming services like NVIDIA GeForce NOW to enable instant play experiences directly within Discord, transforming game discovery and reducing friction for players and developers.
Timeline

Discord's message search infrastructure has evolved significantly since its initial design in 2017. Initially, messages were indexed lazily into Elasticsearch, sharded by guild or direct message across two clusters. As Discord grew, this system began to show cracks, necessitating further development and optimization of message indexing and search capabilities to handle trillions of messages.
Timeline

Discord has developed custom solutions to scale dbt for processing petabytes of data and supporting over 100 developers working on 2,500+ models. This addresses limitations in re-compilation times, incremental materialization, and developer collaboration, creating a robust and scalable data transformation platform.
Timeline