# ML Applications

Published articles for ML Applications.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## An Organizational Second Brain: Building an AI That Learns From Experts

DevFeed: [An Organizational Second Brain: Building an AI That Learns From Experts](<https://devfeed.tech/articles/an-organizational-second-brain-building-an-ai-that-learns-from-experts-132.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/09/02/ml-applications/organizational-second-brain-ai-learns-from-experts/>)

Author: Shaurya Sengar; Jason Nawrocki; Jay Shah; Prashant Kommireddi

Published: 2026-09-02T09:00:29Z

Content type: article

Language: en

Sources: [Engineering at Meta](<https://devfeed.tech/sources/engineering-at-meta.md>), [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [llms](<https://devfeed.tech/tags/llms.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [security-privacy](<https://devfeed.tech/tags/security-privacy.md>)

### AI overview

Meta describes an AI agent for a compliance domain that preserves specialist knowledge through an auditable knowledge architecture, an expert-like reasoning layer, and a feedback-driven improvement pipeline without model retraining.

### Source excerpt

We've built an AI agent that acts as a secondary expert for a given domain, making deep specialist knowledge readily available and preserved for anyone in an organization to access, share, and build upon. This is not a typical domain-specific agent. Its novelty comes from integrating two layers: A structured, auditable knowledge architecture separates what [...] Read More... The post An Organizational Second Brain: Building an AI That Learns From Experts appeared first on Engineering at Meta.

## From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta's Ads Ranking

DevFeed: [From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta's Ads Ranking](<https://devfeed.tech/articles/from-user-sequences-to-scaling-laws-a-multi-stage-architecture-for-meta-s-ads-ranking-128.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/08/05/ml-applications/from-user-sequences-to-scaling-laws-a-multi-stage-architecture-for-metas-ads-ranking/>)

Author: Steven De Gryze; Parshva Doshi; Sean O'Byrne; Arnold Overwijk; Dinesh Ramasamy; Lee Xiong

Published: 2026-08-05T19:20:20Z

Content type: article

Language: en

Sources: [Engineering at Meta](<https://devfeed.tech/sources/engineering-at-meta.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Temporal data](<https://devfeed.tech/topics/temporal-data.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [production-engineering](<https://devfeed.tech/tags/production-engineering.md>), [recommendation-systems](<https://devfeed.tech/tags/recommendation-systems.md>), [scaling-laws](<https://devfeed.tech/tags/scaling-laws.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>)

### AI overview

Meta describes a multi-stage sequence-model architecture for ads ranking that separates offline user modeling from lightweight online ranking. It also uses dense tokenization and target-aware attention to learn feature interactions, with reported conversion and ad-click lifts across Instagram and Facebook.

### Source excerpt

Every day, Meta's recommendation platforms handle billions of user interactions, generating rich temporal signals that capture individual preferences and intent across products, ads, and content. In our 2024 post on sequence learning for ads recommendations, we showed how modeling the order and timing of user actions (rather than relying on static, manually engineered sparse features) [...] Read More... The post From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta's Ads Ranking appeared first on Engineering at Meta.

## GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model

DevFeed: [GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model](<https://devfeed.tech/articles/gem-training-how-meta-doubled-the-efficiency-of-its-llm-scale-ads-foundation-model-127.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/08/03/ml-applications/training-gem-at-llm-scale-meta-ads-recommendation-foundation-model/>)

Author: Darren Liu; Huayu Li; Raghav Boinepalli; Yuzhen Huang; Jackie (Jiaqi) Xu; Richard Qiu; Chunzhi Yang; Rich Zhu; Dev (Devashish) Shankar; Huaqing Xiong

Published: 2026-08-03T18:00:17Z

Content type: article

Language: en

Sources: [Engineering at Meta](<https://devfeed.tech/sources/engineering-at-meta.md>), [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [llm](<https://devfeed.tech/tags/llm.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [networking](<https://devfeed.tech/tags/networking.md>), [recommendation-systems](<https://devfeed.tech/tags/recommendation-systems.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

Meta describes training its GEM ads recommendation foundation model at LLM scale. The article covers recommendation-specific kernels, ultra-low-precision training, and topology-aware parallelism that doubled end-to-end training efficiency to 20-25% MFU while increasing training FLOPs fourfold.

### Source excerpt

Meta's Generative Ads Recommendation Model (GEM), the foundation model behind ads recommendations across Instagram and Facebook, now trains at LLM scale on several thousand of the latest-generation GPUs. This post goes into the details on how we achieved: doubling end-to-end (E2E) training efficiency to 20-25% Model FLOPs Utilization (MFU) while scaling training FLOPs 4x in [...] Read More... The post GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model appeared first on Engineering at Meta.

## Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler

DevFeed: [Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler](<https://devfeed.tech/articles/modernizing-the-meta-ads-service-with-an-open-source-kernel-scheduler-125.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/07/13/ml-applications/modernizing-the-meta-ads-service-with-an-open-source-kernel-scheduler/>)

Author: Blaise Sanouillet; Sunyi Shao; Jeff Song; Gosh Arzumanyan; Shawn Wu; Tejun Heo; Praveen Sampath; GP Musumeci

Published: 2026-07-13T16:00:50Z

Content type: article

Language: en

Sources: [Engineering at Meta](<https://devfeed.tech/sources/engineering-at-meta.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [engineering](<https://devfeed.tech/tags/engineering.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

Meta describes using the open-source, BPF-based sched_ext framework to create a Linux kernel scheduling policy tailored to its ads delivery workload. The approach addressed latency regressions associated with a kernel upgrade and produced lower tail latency, reduced power consumption, and a modest increase in ads ranked.

### Source excerpt

TL; DR At Meta's scale, a few milliseconds of latency degradation can have a significant negative impact on ads performance. When a Linux kernel upgrade risked regressing latency across Meta's ad serving fleet, we turned to sched_ext -- the upstream, BPF-based extensible scheduling framework -- to build a scheduling policy customized to the Ads delivery [...] Read More... The post Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler appeared first on Engineering at Meta.

## 10 Years of Meta's Commitment to Python

DevFeed: [10 Years of Meta's Commitment to Python](<https://devfeed.tech/articles/10-years-of-meta-s-commitment-to-python-22582.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/06/30/open-source/10-years-of-metas-commitment-to-python/>)

Author: Chris Wiltz

Published: 2026-06-30T16:00:46Z

Content type: opinion

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [Python](<https://devfeed.tech/topics/python.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Programming language](<https://devfeed.tech/topics/programming-language.md>), [Software](<https://devfeed.tech/topics/software.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>)

Tags: [ai-research](<https://devfeed.tech/tags/ai-research.md>), [culture](<https://devfeed.tech/tags/culture.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [devinfra](<https://devfeed.tech/tags/devinfra.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [production-engineering](<https://devfeed.tech/tags/production-engineering.md>), [programming](<https://devfeed.tech/tags/programming.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

Meta reflects on its 10th consecutive year sponsoring the Python Software Foundation and explains Python's importance across its engineering stack, including products, infrastructure, and AI research.

### Source excerpt

This year marks Meta's 10th consecutive year as a sponsor of the Python Software Foundation (PSF), the charitable organization dedicated to advancing, supporting, and protecting the open-source Python programming language and the community that sustains it. Python is one of the world's most influential programming languages, and we use it across our engineering stack, from [...] Read More... The post 10 Years of Meta's Commitment to Python appeared first on Engineering at Meta.

## Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study

DevFeed: [Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study](<https://devfeed.tech/articles/privacy-aware-infrastructure-in-the-ai-native-era-an-asset-classification-case-study-22581.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/06/25/security/privacy-aware-infrastructure-in-the-ai-native-era-an-asset-classification-case-study/>)

Author: Rituraj Kirti; Vasileios Lakafosis

Published: 2026-06-25T22:30:51Z

Content type: article

Language: en

Sources: [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [audit](<https://devfeed.tech/topics/audit.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Meta](<https://devfeed.tech/topics/meta.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [audit](<https://devfeed.tech/tags/audit.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [review](<https://devfeed.tech/tags/review.md>), [security-privacy](<https://devfeed.tech/tags/security-privacy.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

This Meta engineering article presents a hybrid approach to asset classification for privacy-aware infrastructure. It combines rich context, LLMs for ambiguous or novel assets, human-reviewed labels, and deterministic versioned rules for routine production enforcement.

### Source excerpt

Privacy controls -- systems that enforce retention, access, allowed-purpose, downstream-sharing, or anonymization policies -- require a reliable understanding of data to function. Before such a control can operate effectively, it must know exactly what it is looking at. This can be complex, as demonstrated by a field simply named "age": In one context, it [...] Read More... The post Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study appeared first on Engineering at Meta.

## SilverTorch: Index as Model -- A New Retrieval Paradigm for Recommendation Systems

DevFeed: [SilverTorch: Index as Model -- A New Retrieval Paradigm for Recommendation Systems](<https://devfeed.tech/articles/silvertorch-index-as-model-a-new-retrieval-paradigm-for-recommendation-systems-22580.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/05/26/ml-applications/silvertorch-index-as-model-new-retrieval-paradigm-recommendation-systems/>)

Author: Lei Chen; Yiyi Pan; Ivy Sun; Sha Meng; Cornelia Carapcea; Shilin Ding; Ram Ramanathan; Nipun Mathur; Hong Yan; Lars Backstrom

Published: 2026-05-26T16:00:01Z

Content type: article

Language: en

Sources: [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Neural Network](<https://devfeed.tech/topics/neural-network.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [compute](<https://devfeed.tech/tags/compute.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [model](<https://devfeed.tech/tags/model.md>), [recommendation-systems](<https://devfeed.tech/tags/recommendation-systems.md>), [research](<https://devfeed.tech/tags/research.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Meta introduces SilverTorch, a unified model-based retrieval system for recommendation systems. It replaces separate retrieval microservices with modules in a single neural network, allowing more complex modeling and more candidates to be evaluated within a sub-100-millisecond target. The article reports up to 23.7x higher throughput and 20.9x greater compute cost efficiency than specified baseline approaches.

### Source excerpt

We're introducing SilverTorch, a reimagining of recommendation systems that unifies all retrieval components for user generated content under a unified architecture. SilverTorch shows up to 23.7x higher throughput compared to the state-of-the-art approaches. It's also showing 20.9x more compute cost efficiency compared to a CPU-based solution while also improving accuracy. Our research paper, "SilverTorch: A [...] Read More... The post SilverTorch: Index as Model -- A New Retrieval Paradigm for Recommendation Systems appeared first on Engineering at Meta.

## Meta Tech Podcast: Building the Friend Bubbles Feature for Facebook Reels

DevFeed: [Meta Tech Podcast: Building the Friend Bubbles Feature for Facebook Reels](<https://devfeed.tech/articles/reel-friends-building-social-discovery-that-scales-to-billions-22579.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/05/13/ml-applications/reel-friends-building-social-discovery-that-scales-to-billions/>)

Author: Pascal Hartig

Published: 2026-05-13T13:00:44Z

Content type: article

Language: en

Sources: [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [culture](<https://devfeed.tech/tags/culture.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [ios](<https://devfeed.tech/tags/ios.md>), [meta](<https://devfeed.tech/tags/meta.md>), [meta-tech-podcast](<https://devfeed.tech/tags/meta-tech-podcast.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [podcast](<https://devfeed.tech/tags/podcast.md>)

### AI overview

A Meta Tech Podcast episode discusses how Facebook Reels engineers built Friend Bubbles, a feature that highlights Reels watched and reacted to by a user's friends. The episode covers the machine learning model behind the feature and differences between iOS and Android user behavior.

### Source excerpt

On its face the new Friend Bubbles feature looks simple enough. It highlights Reels your friends have watched and reacted to. But sometimes the features that seem the most straightforward require the deepest engineering work. On this episode of the Meta Tech Podcast, Pascal Hartig chats with Subasree and Joseph, two software engineers from the Facebook [...] Read More... The post Reel Friends: Building Social Discovery that Scales to Billions appeared first on Engineering at Meta.

## Modernizing the Facebook Groups Search to Unlock the Power of Community Knowledge

DevFeed: [Modernizing the Facebook Groups Search to Unlock the Power of Community Knowledge](<https://devfeed.tech/articles/modernizing-the-facebook-groups-search-to-unlock-the-power-of-community-knowledge-22578.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/04/21/ml-applications/modernizing-the-facebook-groups-search-to-unlock-the-power-of-community-knowledge/>)

Author: Shubhojeet Sarkar; Shengbo Guo; Guohao Zhang; Woon Jo; Laura Vig

Published: 2026-04-21T16:00:19Z

Content type: article

Language: en

Sources: [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [automated](<https://devfeed.tech/tags/automated.md>), [consensus](<https://devfeed.tech/tags/consensus.md>), [discovery](<https://devfeed.tech/tags/discovery.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [facebook](<https://devfeed.tech/tags/facebook.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [model](<https://devfeed.tech/tags/model.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

Meta describes a modernization of Facebook Groups Search using hybrid retrieval and automated model-based evaluation. The article explains how the changes address discovery, content consumption, and validation challenges in community search, while reporting improvements in engagement and relevance without increased error rates.

### Source excerpt

We've fundamentally transformed Facebook Groups Search to help people more reliably discover, sort through, and validate community content that's most relevant to them. We've adopted a new hybrid retrieval architecture and implemented automated model-based evaluation to address the major friction points people experience when searching community content. Under this new framework, we've made tangible improvements [...] Read More... The post Modernizing the Facebook Groups Search to Unlock the Power of Community Knowledge appeared first on Engineering at Meta.

## RCCLX: Innovating GPU Communications on AMD Platforms

DevFeed: [RCCLX: Innovating GPU Communications on AMD Platforms](<https://devfeed.tech/articles/rcclx-innovating-gpu-communications-on-amd-platforms-30493.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/02/24/data-center-engineering/rrcclx-innovating-gpu-communications-amd-platforms-meta/>)

Author: Sudharssun Subramanian; Subodh Iyengar; Cen Zhao; Srinath Bayareddy; James Hongyi Zeng

Published: 2026-02-24T21:30:54Z

Content type: article

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Meta](<https://devfeed.tech/topics/meta.md>), [communications](<https://devfeed.tech/topics/communications.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>)

Tags: [accelerate](<https://devfeed.tech/tags/accelerate.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [communications](<https://devfeed.tech/tags/communications.md>), [data-center-engineering](<https://devfeed.tech/tags/data-center-engineering.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [latency](<https://devfeed.tech/tags/latency.md>), [layer](<https://devfeed.tech/tags/layer.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [networking-traffic](<https://devfeed.tech/tags/networking-traffic.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [parallelism](<https://devfeed.tech/tags/parallelism.md>)

### AI overview

Meta describes the initial open-source release of RCCLX, an enhanced version of RCCL for AMD platforms integrated with Torchcomms. The article presents Direct Data Access algorithms and Low Precision Collectives, including approaches intended to reduce communication latency during large language model inference.

### Source excerpt

We are open-sourcing the initial version of RCCLX - an enhanced version of RCCL that we developed and tested on Meta's internal workloads. RCCLX is fully integrated with Torchcomms and aims to empower researchers and developers to accelerate innovation, regardless of their chosen backend. Communication patterns for AI models are constantly evolving, as are hardware [...] Read More... The post RCCLX: Innovating GPU Communications on AMD Platforms appeared first on Engineering at Meta.

## Meta's ACH Tool Uses LLMs for Mutation-Guided Test Generation and Compliance Testing

DevFeed: [Meta's ACH Tool Uses LLMs for Mutation-Guided Test Generation and Compliance Testing](<https://devfeed.tech/articles/llms-are-the-key-to-mutation-testing-and-better-compliance-30491.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2025/09/30/security/llms-are-the-key-to-mutation-testing-and-better-compliance/>)

Author: Mark Harman

Published: 2025-09-30T16:00:08Z

Content type: article

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [mutation-testing](<https://devfeed.tech/topics/mutation-testing.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Meta](<https://devfeed.tech/topics/meta.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [code](<https://devfeed.tech/tags/code.md>), [llms](<https://devfeed.tech/tags/llms.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [mutation-testing](<https://devfeed.tech/tags/mutation-testing.md>), [security-privacy](<https://devfeed.tech/tags/security-privacy.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Meta describes its Automated Compliance Hardening (ACH) tool, which uses large language models to generate relevant code mutants and tests designed to catch them. The article explains how this supports mutation testing and helps identify compliance-related bugs.

### Source excerpt

Following our keynote presentations at FSE 2025 and Eurostar 2025, we're delving further into the development of Meta's Automated Compliance Hardening (ACH) tool, an LLM-based tool for software testing that is automating aspects of compliance adherence at Meta, while accelerating developer and product velocity. By leveraging LLMs we've been able to overcome the barriers that [...] Read More... The post LLMs Are the Key to Mutation Testing and Better Compliance appeared first on Engineering at Meta.

## Meta 3D AssetGen: Generating 3D Worlds With AI

DevFeed: [Meta 3D AssetGen: Generating 3D Worlds With AI](<https://devfeed.tech/articles/meta-3d-assetgen-generating-3d-worlds-with-ai-30490.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2025/09/29/virtual-reality/assetgen-generating-3d-worlds-with-ai/>)

Author: Pascal Hartig

Published: 2025-09-29T14:00:42Z

Content type: article

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>)

Topics: [3D](<https://devfeed.tech/topics/3d.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Meta](<https://devfeed.tech/topics/meta.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [foundation](<https://devfeed.tech/tags/foundation.md>), [images](<https://devfeed.tech/tags/images.md>), [keynote](<https://devfeed.tech/tags/keynote.md>), [learning](<https://devfeed.tech/tags/learning.md>), [llms](<https://devfeed.tech/tags/llms.md>), [meta](<https://devfeed.tech/tags/meta.md>), [meta-tech-podcast](<https://devfeed.tech/tags/meta-tech-podcast.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [model](<https://devfeed.tech/tags/model.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [text](<https://devfeed.tech/tags/text.md>), [virtual](<https://devfeed.tech/tags/virtual.md>), [virtual-reality](<https://devfeed.tech/tags/virtual-reality.md>), [worlds](<https://devfeed.tech/tags/worlds.md>)

### AI overview

A Meta Tech Podcast episode discusses AssetGen, a foundation model for 3D assets. Meta's XR Tech team explains how it was built and trained, the role of LLMs in VR, and efforts to generate complete 3D worlds from text prompts.

### Source excerpt

Imagine being able to use AI to create 3D virtual worlds using prompts as easily as you can generate images. The intersection of AI and VR was one of the biggest topics at Meta Connect this year. In his keynote, Mark Zuckerberg shared his vision of a future where anyone can create virtual worlds using [...] Read More... The post Meta 3D AssetGen: Generating 3D Worlds With AI appeared first on Engineering at Meta.

## Meta's Infrastructure Evolution and the Advent of AI

DevFeed: [Meta's Infrastructure Evolution and the Advent of AI](<https://devfeed.tech/articles/meta-s-infrastructure-evolution-and-the-advent-of-ai-30489.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2025/09/29/data-infrastructure/metas-infrastructure-evolution-and-the-advent-of-ai/>)

Author: Yee Jiun Song; Kaushik Veeraraghavan

Published: 2025-09-29T13:00:15Z

Content type: article

Language: en

Sources: [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>)

Topics: [Meta](<https://devfeed.tech/topics/meta.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Network](<https://devfeed.tech/topics/network.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [apache](<https://devfeed.tech/tags/apache.md>), [data-center-engineering](<https://devfeed.tech/tags/data-center-engineering.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [data-management](<https://devfeed.tech/tags/data-management.md>), [database](<https://devfeed.tech/tags/database.md>), [devinfra](<https://devfeed.tech/tags/devinfra.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [lamp](<https://devfeed.tech/tags/lamp.md>), [linux](<https://devfeed.tech/tags/linux.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [network](<https://devfeed.tech/tags/network.md>), [networking-traffic](<https://devfeed.tech/tags/networking-traffic.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [production-engineering](<https://devfeed.tech/tags/production-engineering.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Meta describes how its infrastructure evolved from a small university-focused social network into a globally networked operation serving more than 3.4 billion people. The article explains that AI has changed infrastructure-scaling assumptions and requires innovation across hardware, software, networks, and data centers, while outlining earlier database, caching, social graph, ranking, and photo-service scaling work.

### Source excerpt

Over the past 21 years, Meta has grown exponentially from a small social network connecting a few thousand people in a handful of universities in the U.S. into several apps and novel hardware products that serve over 3.4 billion people throughout the world. Our infrastructure has evolved significantly over the years, growing from a [...] Read More... The post Meta's Infrastructure Evolution and the Advent of AI appeared first on Engineering at Meta.

## Product planning for machine learning

DevFeed: [Product planning for machine learning](<https://devfeed.tech/articles/product-planning-for-machine-learning-15809.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/product-planning-for-machine-learning>)

Author: Juan Hernandez

Published: 2017-10-19T17:46:52Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

This article explains how to plan machine-learning-based solutions by considering the operational environment, business context, product strategy, and customer needs alongside the model itself. It distinguishes strategic ML applications for insights and recommendations from tactical applications that automate or optimize processes.

### Source excerpt

What you should know in order to plan machine-learning-based solutions.