Almanac
← Events
7The Batch (DeepLearning.AI)·19d ago

Google's AlphaGenome Interprets Non-Coding DNA That Regulates Genetic Expression

Google has released AlphaGenome, an open-weights model that interprets the ~98% of human and mouse genomes that regulate gene expression rather than coding for proteins. The model takes up to 1 million DNA base pairs as input and outputs roughly 6,000 human and 1,000 mouse gene properties, using a CNN-transformer-CNN architecture trained via ensemble distillation from 64 pretrained models. Across 50 evaluations, AlphaGenome matched or exceeded prior models in 47 cases, and correctly predicted expression changes associated with T-cell acute lymphoblastic leukemia. Weights, API, and inference code are freely available for noncommercial use.

Related guides (3)

Related events (8)

7Google Deepmind Blog·1mo ago·source ↗

AlphaGenome: DeepMind's Unified DNA Sequence Model for Regulatory Variant-Effect Prediction

DeepMind has introduced AlphaGenome, a new unified DNA sequence model designed to advance regulatory variant-effect prediction and improve understanding of genome function. The model is now available via API, making it accessible to researchers. AlphaGenome represents a significant step in applying large-scale AI to genomics, particularly for interpreting non-coding regulatory regions of the genome.

5Hugging Face Blog·1mo ago·source ↗

Training mRNA Language Models Across 25 Species for $165

A Hugging Face blog post describes training mRNA language models spanning 25 biological species at a total compute cost of $165. The work demonstrates that biological sequence language models can be trained at extremely low cost, potentially democratizing genomic/transcriptomic AI research. The post likely covers model architecture, training data, and cross-species generalization results.

7Google Deepmind Blog·1mo ago·source ↗

AlphaEvolve: How our Gemini-powered coding agent is scaling impact across fields

DeepMind published a blog post detailing the real-world impact of AlphaEvolve, a Gemini-powered coding agent designed to discover and optimize algorithms. The post covers applications spanning business operations, infrastructure, and scientific research. AlphaEvolve represents a deployment of LLM-driven evolutionary algorithm search at scale across multiple domains.

6Hugging Face Blog·1mo ago·source ↗

CodeGemma - Google's Official Code-Focused LLM Release

Google has released CodeGemma, a family of code-specialized large language models, announced via the Hugging Face blog. CodeGemma builds on the Gemma model family and is targeted at code generation and understanding tasks. The release represents Google's continued push into open-weights code LLMs to compete with models like Code Llama and DeepSeek Coder.

7Google Deepmind Blog·1mo ago·source ↗

DeepMind Launches 27B Parameter Gemma-Based Foundation Model for Single-Cell Analysis

DeepMind has released a new 27 billion parameter foundation model built on the Gemma open-model family, specifically designed for single-cell biological analysis. The model contributed to the discovery of a new potential cancer therapy pathway. This represents a significant application of large language model architecture to computational biology and genomics research.

8Google Deepmind Blog·1mo ago·source ↗

AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms

DeepMind has announced AlphaEvolve, a coding agent powered by Gemini that autonomously evolves algorithms for mathematical and practical computing applications. The system combines large language model creativity with automated evaluators to iteratively improve algorithmic solutions. It represents a significant step in AI-driven algorithm discovery, extending DeepMind's prior work in this space (e.g., AlphaTensor, FunSearch). The announcement comes from DeepMind's official blog, indicating a substantive capability release rather than a research preview.

5Openai Blog·1mo ago·source ↗

Decoding genetics with OpenAI o1

Geneticist Catherine Brownstein demonstrates OpenAI o1's application to rare disease diagnosis, showing how the model can accelerate the interpretation of complex genetic data. The post highlights o1's reasoning capabilities in a specialized scientific domain. This represents a capability demonstration for o1 in high-stakes medical genetics use cases.

6The Batch·19d ago·source ↗

GLM-5.1 Open-Weights Model Targets Long-Running Agentic Tasks; Andrew Ng on Coding Agent Acceleration by Software Domain

Z.ai released GLM-5.1, an open-weights mixture-of-experts LLM (754B total / 40B active parameters) designed for sustained agentic coding tasks lasting up to eight hours, featuring iterative planning-execution-evaluation loops with thousands of tool calls. The model claims top open-weights performance on Artificial Analysis Intelligence Index and SWE-Bench Pro, available under MIT license via HuggingFace. The accompanying editorial by Andrew Ng offers a tiered framework for how much coding agents accelerate different software work categories—frontend most, then backend, infrastructure, and research least—with practical implications for team organization. A secondary item references data-center opposition and LLM helpfulness failure modes.