Alvaro Lopez Ortega / 2025-10-10 Briefing

Created Fri, 10 Oct 2025 22:01:13 +0000 Modified Tue, 14 Oct 2025 02:15:21 +0000
854 Words

Today’s headlines highlight the US implementing a 100% tariff and export controls on Chinese critical software over rare earths, impacting global tech supply chains, while OpenAI’s GPT-5 shows a significant 30% reduction in political bias, advancing AI fairness. Additionally, EU’s new political ad law prompts major platforms to halt EU ads, raising concerns over political discourse.

▶️ Software Development

Python’s str.splitlines() Recognizes Extensive Unicode Line Boundaries

Python’s str.splitlines() splits strings on a comprehensive set of line boundaries, including Unicode control characters beyond standard newlines, affecting string parsing and processing.

  • Python’s str.splitlines() splits strings on a broad set of line boundaries, including \n, \r, \r\n, and additional Unicode separators such as \v, \f, \x1c, \x1d, \x1e, \x85, \u2028, and \u2029.
  • The method’s behavior exceeds the standard “universal newlines” definition, resulting in splitting at various control characters.
  • Example: 'line1\nline2\rline3\r\nline4\vline5\x1dhello'.splitlines() yields ['line1', 'line2', 'line3', 'line4', 'line5', 'hello'], demonstrating its extended boundary recognition.

▶️ Management and Leadership

The Hidden Challenge of Assessing Software Engineers’ Talent

The article discusses the difficulty in assessing software development talent externally due to legibility issues, emphasizing that highly skilled engineers often lack visible online activity, complicating hiring and promotion processes.

  • Talented software engineers often remain invisible externally, with minimal online footprints and limited public contributions.
  • Decision-makers struggle with a legibility problem, relying on observable but often ineffective indicators like LinkedIn profiles and GitHub activity.
  • Industry evaluation methods tend to favor easily observable traits, risking the undervaluation of engineers working in less visible roles or companies.

Trump Announces 100% Tariffs and Export Controls on China Over Rare Earths

Trump announced a 100% tariff and export controls on critical software from China effective November 1, 2025, in response to China’s export restrictions on rare earths, affecting global high-tech supply chains.

  • President Donald Trump announced a 100% tariff on imports from China starting November 1, 2025, over and above existing tariffs.
  • The U.S. will also impose export controls on all “critical software” from that date.
  • The measures are in retaliation for China’s new export controls on rare earth minerals, which constitute about 70% of the global supply and are vital for high-tech industries including automotive, defense, and semiconductors.

Salesforce CEO Benioff Endorses National Guard Deployment to Fight San Francisco Crime

Marc Benioff, Salesforce CEO, supports Trump’s proposal to send National Guard troops to San Francisco to reduce crime, citing police shortages and city safety concerns.

  • Salesforce CEO Marc Benioff advocates for President Trump to deploy National Guard troops to San Francisco to combat crime.
  • Benioff, traditionally a liberal supporter, expressed support for Trump and the Guard deployment, citing police staffing shortages.
  • He plans to speak at Dreamforce 2025, emphasizing increased police funding and a need for 1,000 additional officers amid ongoing crime issues.

EU political ad law prompts tech giants to halt ads amid transparency concerns

EU’s October 2025 political ad law aims to curb manipulation but prompts Google, Meta, and Microsoft to block political ads, raising concerns over reduced political discourse and data access.

  • EU’s new Transparency and Targeting of Political Advertising law, effective October 10, 2025, imposes restrictions and transparency requirements on paid political ads.
  • Major platforms Google, Meta, and Microsoft have responded by halting political advertising in the EU, citing broad definitions and compliance challenges.
  • The law requires platforms to disclose ad linkage to elections or referendums, costs, and targeting details; critics argue it risks reducing political information and favors large parties.

▶️ Technology

OpenAI Aims to Dominate AI Ecosystem Like Windows

Ben Thompson analyzes OpenAI’s strategy to become the AI platform equivalent of Windows, controlling hardware, software, and infrastructure to dominate AI markets and attract $1 trillion in investments.

  • Article discusses OpenAI’s strategic positioning akin to Microsoft’s Windows dominance, aiming to control hardware and software layers in AI.
  • Highlights OpenAI’s ambition to build AI infrastructure that spans from OEMs to end-users, positioning to extract margins across the AI value chain.
  • Emphasizes OpenAI’s goal to secure a dominant platform status, influencing AI investment flows and infrastructure deals, with a focus on their Windows-like ecosystem.

OpenGL/ES Extends Mesh Shader Support with AMD-led Innovation

The OpenGL/ES Working Group approved GL_EXT_mesh_shader, a major extension led by AMD, enabling advanced mesh shading with support for Mesa and upcoming Minecraft modding integration.

  • The OpenGL/ES Working Group approved GL_EXT_mesh_shader, the largest GL extension in a decade
  • AMD led the development, with Qiang Yu spearheading specification writing and core Mesa implementation; Shihao Wang developed CTS cases
  • Support for Minecraft modding is underway, with the extension merged into Mesa; plans to enable zink support via a merge request (MR #37788)
  • AMD’s driver support is prioritized to reflect early adoption; the extension’s integration is timed around upcoming branch points and AMD’s driver release schedule

OpenAI’s GPT-5 Cuts Political Bias by 30% in New Evaluation

OpenAI announces GPT-5 reduces political bias by 30%, with evaluations indicating near bias-free responses, amid ongoing debates on bias measurement and AI alignment principles.

  • OpenAI claims GPT-5 has 30% less political bias than previous models
  • Evaluation based on 500 prompts across 100 topics, with less than 0.01% responses showing bias
  • GPT-5 demonstrates improved bias levels and robustness to charged prompts, reducing bias by 30% compared to prior models