newsfilter.io

Latest Interviews

Showing 2671–2685 of 3,244 interview transcripts.

Clear all filters
  1. Goldman Sachs10 min

    Jean Hynes, Managing Partner of Wellington Management

    Jean Hynes, Katie

    Jean Hines assumes the role of CEO at Wellington Management in July 2021, leveraging her expertise as a leading healthcare portfolio manager to guide the firm's $1.2 trillion asset portfolio across 50 distinct investment boutiques. Hines outlines critical long-term investment drivers, including global population aging and biomedical innovation, while emphasizing an "open collaborative platform" that grants portfolio managers autonomy within a unified research framework. Her leadership transition reflects a strategic shift toward integrating forward-looking regulatory and macroeconomic analysis, a methodology refined through her own career experiences and a commitment to cultivating deep, continuous learning for future investors.

  2. Jane Street1h 4m

    Building a Functional Email Server with Dominick LoBraico

    Dominick LoBraico, Ron Minsky

    Faced with the security risks and operational rigidity of a legacy mail server, Jane Street engineers replaced the system with MailCore, a homegrown server implemented in OCaml where configuration is expressed as composable code. To ensure safety during the one-year migration, the team deployed a parallel shadow instance that continuously diffed outputs against the legacy system, effectively reverse-engineering implicit knowledge while eliminating memory-safety bugs common in C-based alternatives. This architectural shift transformed email management into a software culture practice, allowing generalist engineers to safely modify routing and filtering logic using standard OCaml tools rather than relying on specialized knowledge of opaque custom domains.

  3. Dwarkesh Patel1h 52m

    Charles Murray - Human Accomplishment and the Future of Liberty | The Lunar Society #10

    Charles Murray

    Charles Murray outlines his five-year research project *Human Accomplishment*, which utilizes historiometric data to demonstrate that elite human achievement is driven by a left-skewed distribution of work, fanatical work ethic, and historical cultural incentives rather than mere talent or eccentricity. The work argues that Western dominance in knowledge creation stemmed from specific theological and technical shifts, while contemporary societal decline is attributed to regulatory sclerosis, cultural decadence, and the erosion of free speech in social sciences. Murray concludes with a dual strategy for future progress: advocating for civil disobedience to dismantle the regulatory state and urging young professionals to cultivate a "carving for the eye of God" mentality to achieve genuine, non-derivative success.

  4. The Economist11 min

    Covid-19: how to fix the economy

    Henry Kerr

    The pandemic triggered an unprecedented synchronized global economic shock, forcing governments in the US, UK, and Europe to deploy trillions in stimulus and innovative income support to mitigate record unemployment and prevent social instability. This crisis has accelerated structural shifts toward remote work, digital adoption, and supply chain protectionism, challenging policymakers to balance immediate fiscal relief with long-term sustainability while avoiding the austerity errors of the past decade. Ultimately, the scale of government intervention offers a critical window to reform the relationship between the state and citizens, though success depends on managing rising debt burdens and emerging populist tensions.

  5. Jane Street1h 8m

    Language Design with Leo White

    Leo White, Ron Minsky

    Jane Street compiler team member Leo White discusses OCaml's unique design philosophy, which balances pure mathematical type theory with practical modularity to optimize for compiler construction. He outlines current limitations in memory layout and dependent types that hinder systems programming, while highlighting upcoming features like modular implicits and algebraic effects aimed at resolving compositionality issues without sacrificing safety. The conversation further details Jane Street's collaborative upstream strategy, which uses internal forks to experiment with risky innovations while maintaining rigorous backward compatibility for the broader open-source community.

  6. Milken Institute1h 15m

    A Season of Playoffs: Redefining Sports in Challenging Times

    Linda, Todd Boley, Chris Paul, Kim Tagula, Richard Sherman

    During the 2020 season, prominent athletes and leagues like the NBA, WNBA, and MLS shifted from a traditionally apolitical stance to active social justice advocacy, utilizing platforms such as the Orlando bubble and player-initiated jersey messages to address systemic racism following high-profile incidents involving Black Lives Matter. Concurrently, the sports industry navigated severe economic disruptions caused by the pandemic, which forced salary cap reductions, operational volatility, and a reevaluation of revenue streams while simultaneously sparking increased fan engagement and voter registration initiatives. Experts project a recovery by 2022 driven by scalable testing protocols and a renewed focus on community connection, with organizations prioritizing long-term financial literacy and diversity funding over short-term profit to sustain the sector.

  7. Dwarkesh Patel1h 26m

    Alex Tabarrok - Prizes, Prices, and Public Goods

    Alex Tabarrok, Tyler Cowen, Bryan Caplan, Robin Hanson, Adam Smith

    The speaker advocates for a capable government to rapidly deploy advanced market commitments and prizes for pandemic vaccine development while critiquing congressional inertia that leaves existing statutory tools unused. Addressing broader economic trends, the analysis explains how the Baumol Effect drives rising costs in stagnant sectors like healthcare and education, arguing that AI and unbundled degree models will disrupt traditional instructional economies. To counter innovation stagnation, the presentation calls for shifting national resources from a welfare and military state to an innovation state focused on R&D, urging young professionals to specialize in high-skill areas that complement rather than compete with technological advancement.

  8. The Economist12 min

    Election 2020: what the data tell us

    Elliott Morris

    Forecasters predict a Biden victory by November 9 if early indicators hold, leveraging adjusted polling models that account for underrepresented non-college white voters and a shrinking undecided electorate. Economic indicators and state-level turnout dynamics in diverse Sunbelt states drive these projections, though potential ballot rejections among minority populations could narrow the margin by one to two percentage points. Ultimately, a projected victory margin of eight to nine points is expected to provide the stability necessary to prevent post-election unrest despite differing partisan fears regarding result legitimacy.

  9. Jane Street45 min

    Clock Synchronization with Chris Perl

    Chris Perl, Ron Minsky

    Responding to MIFID 2 regulations, Jane Street engineered a hybrid time synchronization system that combines GPS-driven Precision Time Protocol with Linux-based NTP Interleaved Mode to achieve sub-100-microsecond accuracy across its infrastructure. By leveraging hardware timestamping at the network interface and cross-verifying local and distant time sources, the architecture mitigates standard PTP vulnerabilities while maintaining a simple, inspectable network topology. This design successfully reduces worst-case synchronization errors to approximately 35 microseconds, effectively balancing regulatory compliance with robust fault tolerance.

  10. Goldman Sachs22 min

    Ric Lewis, Executive Chairman of Tristan Capital Partners

    Ric Lewis, Liz Martin

    Tristan Capital Partners Managing Director Rick Lewis outlines the firm's strategic navigation of the 2008 financial crisis and the 2020 pandemic, highlighting a distinct sector divergence where residential assets rebounded while office demand remains complex despite long-term recovery forecasts. Leveraging these insights, Lewis launched the Impact X Fund to provide growth capital for underrepresented entrepreneurs and restructured his foundation's philanthropy to target 85% BAME scholars, effectively shifting from silent leadership to active advocacy for social mobility. Beyond market analysis, the discussion emphasizes a philosophical call to action for high-performing individuals to prioritize tangible community investment and daily behavioral change over mere awareness to dismantle systemic barriers in both the UK and US.

  11. Jane Street1h 0m

    Python, OCaml, and Machine Learning with Laurent Mazare

    Laurent Mazare, Ron Minsky

    Jane Street employs a dual-language architecture that leverages OCaml for robust, statically-typed production systems while utilizing Python for rapid machine learning research and data analysis. Laurent Mazarin highlights how the firm bridges these environments through the PyML library to enable bidirectional communication, though this integration faces technical challenges regarding garbage collection and memory management. To address evolving needs, the organization is exploring Swift for automatic differentiation and investigating algebraic effects in OCaml to achieve fine-grained resource control comparable to Rust.

  12. Jane Street1h 10m

    Compiler Optimization with Greta Yorsh

    Greta Yorsh, Ron Minsky

    Jane Street compiler engineer Greta Jorsch presents a strategic shift toward combining formal verification with targeted testing and super optimization to address the undecidability limits of pure verification in compiler design. Her team's implementation of sampling-based Feedback-Directed Optimization in the OCaml compiler achieved 10–20% performance gains by stabilizing runtime behavior and minimizing cache misses while managing the trade-off between portability and architecture-specific micro-optimizations. Jorsch advocates for open-sourcing these performance tooling benchmarks to influence upstream development, emphasizing that modular compiler passes can balance internal innovation with community maintainability.

  13. The Economist11 min

    America’s pandemic election: what could go wrong?

    Jon Fassman

    Amidst the global pandemic and systemic barriers to voting, the 2020 U.S. presidential election faces unprecedented risks of chaos due to a sitting president's refusal to guarantee a peaceful transfer of power and widespread concerns over mail-in ballot processing. With 228 pending legal challenges and a high probability of an information vacuum on election night, experts warn that a close result could trigger civil unrest if the loser, projected to be Donald Trump, rejects the outcome. While early voting strategies aim to mitigate logistical failures, the convergence of disinformation campaigns and external interference threatens to destabilize American democracy globally.

  14. Jane Street1h 2m

    Multicast and the Markets with Brian Nigito

    Brian Nigito, Ron Minsky

    Over the past two decades, securities exchanges have transitioned from physical floors to highly regulated, electronic ecosystems where ultra-low latency determines competitive advantage. To achieve this, firms utilize specialized networking architectures like UDP multicast and co-located hardware to distribute market data faster than standard internet protocols allow, while relying on custom recovery layers and sequencer models to ensure transactional reliability. As hardware speeds approach 25 Gbps, the industry is increasingly shifting from general-purpose servers to specialized FPGAs and custom network cards to manage serialization delays and maintain deterministic performance.

  15. The Economist10 min

    Putin, the poisoning and Belarus: what's really going on?

    Putin, Arkady Astrovsky

    Following the August 20 Novichok poisoning of Alexei Navalny and the violent suppression of the 2020 Belarusian election, sustained cross-border protests in Khabarovsk and Minsk have exposed the fragility of Vladimir Putin's and Alexander Lukashenko's regimes. As European nations move to deny diplomatic recognition to Lukashenko and Putin provides emergency financial aid to maintain power, the survival of opposition leaders like Navalny and the coordinated actions of female activists are undermining the legitimacy of these authoritarian systems. Analysts warn that these unexpected collapses in long-standing autocracies signal a historic shift where the regimes' inability to control human agency creates unpredictable instability for Russia and its neighbors.