Tag

Meta

1 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 6, 2025 · R&D Management

How Meta Leverages DAT to Make Development Efficiency Data-Driven

Meta’s engineering teams built a data‑driven efficiency metric system centered on Diff Authoring Time (DAT), using OS telemetry, IDE integration, and threshold rules to quantify active coding, guide toolchain optimization, and align individual and collaborative workflows, ultimately fostering a culture where data guides development decisions.

DATMetadevelopment efficiency
0 likes · 11 min read
How Meta Leverages DAT to Make Development Efficiency Data-Driven
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 1, 2024 · Artificial Intelligence

How Meta Uses Llama2 to Accelerate Incident Response and Root‑Cause Analysis in AIOps

This article explains how Meta applies AI, specifically a fine‑tuned Llama2 model, to improve AIOps by automating incident monitoring, providing real‑time summaries, assisting responders with contextual information, and efficiently narrowing down root‑cause changes, ultimately reducing incident resolution time from hours to minutes.

AIAIOpsLlama2
0 likes · 13 min read
How Meta Uses Llama2 to Accelerate Incident Response and Root‑Cause Analysis in AIOps
DevOps
DevOps
May 30, 2024 · Artificial Intelligence

From Classic Google to AI-Powered Search: Trends, Challenges, and Industry Competition

The article examines how Google’s new AI‑driven Overview feature revives a minimalist search experience, critiques the pitfalls of generative AI answers, and analyzes the strategic battles among Google, Microsoft, OpenAI, and Meta for dominance in the evolving search landscape.

AIBingGoogle
0 likes · 11 min read
From Classic Google to AI-Powered Search: Trends, Challenges, and Industry Competition
IT Services Circle
IT Services Circle
Sep 16, 2023 · Artificial Intelligence

Porting Llama2 to Mojo: Massive Performance Boosts and Insights

Former Meta engineer Aydyn Tairov quickly ported the Python implementation of Llama2 to the newly released Mojo language, demonstrating that Mojo’s SIMD primitives can accelerate Python code by up to 250 times and even make the Python version run 20% faster than the original C implementation.

AIC++Llama2
0 likes · 2 min read
Porting Llama2 to Mojo: Massive Performance Boosts and Insights
php中文网 Courses
php中文网 Courses
Aug 25, 2023 · Artificial Intelligence

Meta Launches Code Llama: An Advanced AI Coding Model

Meta introduced Code Llama, a Llama 2‑based AI coding model available in base, Python‑specific, and instruction‑tuned versions across 7B, 13B, and 34B sizes, claiming superior benchmark performance and free community licensing for research and commercial use.

AI codingBenchmarkCode Llama
0 likes · 5 min read
Meta Launches Code Llama: An Advanced AI Coding Model
php中文网 Courses
php中文网 Courses
Aug 4, 2023 · Artificial Intelligence

Meta Unveils AudioCraft: Generative AI Models for Music and Audio Creation

Meta introduced AudioCraft, a suite of generative AI models—including MusicGen, AudioGen, and EnCodec—that can create high‑quality music and sound effects from text prompts, offering open‑source weights and code for researchers and positioning the technology as a potential new standard instrument.

AudioCraftAudioGenEnCodec
0 likes · 3 min read
Meta Unveils AudioCraft: Generative AI Models for Music and Audio Creation
Python Programming Learning Circle
Python Programming Learning Circle
Jul 24, 2023 · Fundamentals

Meta Supports PEP 703: Making the GIL Optional in CPython

Meta is backing PEP 703, which proposes adding a --disable-gil build option to CPython so that Python code can run without the Global Interpreter Lock, improving multithreaded performance on multi‑core CPUs, with Meta promising engineering resources to help implement it by 2025.

CPythonGILMeta
0 likes · 3 min read
Meta Supports PEP 703: Making the GIL Optional in CPython
IT Services Circle
IT Services Circle
Jul 14, 2023 · Fundamentals

Meta Supports PEP 703 to Make the CPython GIL Optional

Meta is promoting PEP 703, which proposes adding a --disable-gil build option to CPython so Python can run without the Global Interpreter Lock, and has pledged three engineer‑years by 2025 to help implement the change, while also noting its Threads product already runs on a heavily modified CPython backend.

CPythonConcurrencyGIL
0 likes · 3 min read
Meta Supports PEP 703 to Make the CPython GIL Optional
Big Data Technology Architecture
Big Data Technology Architecture
Mar 13, 2021 · Databases

HBCK: What It Checks, Common Commands, and Repair Strategies for HBase

This article explains how the HBase hbck tool verifies region consistency and table integrity, lists the most frequently used hbck commands, and describes both low‑risk and high‑risk repair procedures, including handling of RIT states and log‑based troubleshooting.

Database RepairHBCKHBase
0 likes · 4 min read
HBCK: What It Checks, Common Commands, and Repair Strategies for HBase