OffNet Newsroom

Daily topic roundup

AI / ML

Thursday, August 06, 2026 · 3 stories, curated & summarized — click any story for the source.

Google DeepMind is restructuring its executive team with Demis Hassabis moving from CEO to Chair of the Board. Concurrently, Jeff Dean is departing the organization after his tenure leading AI research. This shift marks a significant change in the leadership hierarchy at one of the world's leading AI labs.

  • Hassabis steps down as CEO to focus on board-level oversight and strategy.
  • Jeff Dean leaves DeepMind, ending his influential role in AI research.
  • Leadership transition signals a new operational phase for Google's AI division.
  • Immediate impact on ongoing projects and R&D direction remains unclear.
  • Watch for announcements regarding the new CEO appointment soon.
TRADE-OFFDeepMind Leadership TransitionDemis HassabisFormer CEO roleNewly appointed ChairFocuses on oversightJeff DeanFormer AI Research LeadDeparting the organizationEnds influential tenurevs
AWS What's New awsdatabase ↺ since 08-04

SageMaker AI serverless now supports full fine-tuning for 25+ open-source models

Amazon SageMaker AI serverless model customization has expanded to support full fine-tuning across over 25 open-source models, including GPT-OSS, Gemma, Llama, Nemotron, and Qwen families. This update allows practitioners to update all model parameters rather than relying solely on parameter-efficient methods like LoRA. The capability enables deeper adaptation for complex tasks requiring specialized reasoning, strict output formatting, or internalization of large proprietary datasets.

  • Full fine-tuning is now available in SageMaker AI serverless, moving beyond just LoRA and other PEFT methods.
  • Support covers 25+ open-source models from major families like Llama, Gemma, Qwen, Nemotron, and GPT-OSS.
  • Enables deep domain adaptation for complex reasoning patterns and specialized output structures.
  • Ideal for internalizing knowledge from large proprietary datasets where surface-level adjustments are insufficient.
BY THE NUMBERSNew Full Fine-Tuning Support25+Open-source models supportedBeyond LoRA and PEFT methods
AWS What's New awsdatabase ↺ since 08-05

Amazon EMR on EC2 Adds Spark Connect for Interactive Sessions

Amazon EMR on EC2 now supports interactive Apache Spark sessions via Spark Connect, enabling developers to run persistent Spark contexts from local IDEs like Jupyter and VS Code. This client-server architecture decouples the application client from the Spark driver, allowing seamless blending of local Python code with remote Spark operations. Users can manage and debug these sessions directly through the EMR console or within Amazon SageMaker Unified Studio notebooks.

  • Decouples local IDEs from Spark drivers via Spark Connect client-server architecture
  • Enables persistent interactive sessions spanning multiple cells and scripts
  • Supports debugging active and completed sessions in the EMR console
  • Integrates with Amazon SageMaker Unified Studio for managed notebook workflows
  • Allows data engineers to use preferred local tooling while running remote Spark tasks
HOW IT WORKSInteractive Spark Workflow1Code in local IDE2Connect via Spark Connect3Run remote Spark jobs4Debug in EMR console