惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
P
Proofpoint News Feed
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
量子位
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog

Modular Blog

Qualcomm Completes Acquisition of Modular Qualcomm to Acquire Modular Modular 26.4: SOTA MoE Serving, Model Bringup via Agent Skills, Mojo 1.0 Beta 2 and More ModCon 2026: Modular’s Developer Conference Day Zero: MiniMax M3 Open Weights on Modular Cloud Modverse #55: Mojo 1.0 Beta, Community Mojo Libraries, and Real-Time Patient Conversations Powered by MAX What about OpenCL and CUDA C++ alternatives? (Democratizing AI Compute, Part 5) Why LLM Inference Needs a New Kind of Router - Part 3 Three trends from MLSys 2026 Why LLM Inference Needs a New Kind of Router - Part 2 How I built a pure Mojo app (and 10 libraries) with AI agents Hippocratic AI partners with Modular to power flexible, high-quality inference for real-time patient conversations Translating to Mojo via AI Agents Inkwell: Why Your Inference Platform Matters As Much As Your Model Why LLM Inference Needs a New Kind of Router - Part 1 Modular 26.3: Mojo 1.0 Beta, MAX Video Gen, and more Modverse #54: AMD AI DevDay, New Modular Offices, and a Community That Keeps Shipping How Frontier Coding Agents Built a Video Diffusion Pipeline on MAX TileTensor Part 1 - Safer, More Efficient GPU Kernels Modular Opens Edinburgh & San Francisco Offices Structured Mojo Kernels Part 4 - Portability and the Road Ahead Day Zero Launch: Fastest Performance for Gemma 4 on NVIDIA and AMD Software Pipelining for GPU Kernels: Part 1 - The Pipeline Problem Structured Mojo Kernels Part 3 - Composition in Practice Modular 26.2: State-of-the-Art Image Generation and Upgraded AI Coding with Mojo Modular at NVIDIA GTC 2026: MAX on Blackwell, Mojo Kernel Porting, and DeepSeek V3 on B200 Structured Mojo Kernels Part 2 - The Three Pillars Modverse #53: Community Builds, Research Milestones, and a Growing Ecosystem Structured Mojo Kernels Part 1 - Peak Performance, Half the Code The Claude C Compiler: What It Reveals About the Future of Software
Modverse #54: From GTC to Edinburgh, a Community Building...
No items found. · 2026-03-31 · via Modular Blog

March 31, 2026

Inaara Walji

This edition covers one of the busiest stretches in Modular's recent history: four days at GTC, a new office on another continent, fresh community builds, and a release that expands what MAX and Mojo🔥 can do. Here's everything that's been happening across the ecosystem.

Community Innovations

This month’s spotlight:

  • mojo-js: A Mojo-to-JavaScript Transpiler Experiment: Jeroen van Bemmel (jbemmel) built a proof-of-concept transpiler that takes Mojo-flavored source code and maps it to executable JavaScript, including a custom lexer, AST parser, and ~50 CI-tested cases. The goal is conceptual: exploring Mojo as an authoring language for the browser runtime. Demo · GitHub
  • Practical Mojo Examples: ahmetax has been building and sharing a growing collection of 50+ tested Mojo 0.26.1 scripts on GitHub, a useful hands-on reference for developers learning the language. GitHub
  • ui-terminal-mojo updated to 26.2.0: rd4com updated their pure-Mojo TUI framework to the 26.2.0 nightly, now confirmed working on macOS M4 and Linux with around 6MB RAM and 0.3 CPU usage. The framework uses an immediate-mode loop instead of callbacks, with auto-scaling dynamic layouts and a toggleable tab menu. No extra dependencies, just external_call. GitHub
  • Marrow: Apache Arrow in Mojo: kszucs is building a native Apache Arrow implementation in Mojo, and it's already turning heads. The core abstractions are in place: arrays, builders, compute kernels, Python bindings, and zero-copy interop with PyArrow via the C Data Interface. Early benchmarks show Marrow running 1.3-3.9x faster than PyArrow for numeric, string, and nested list type conversions, with experimental GPU support via Mojo's DeviceContext. Arrow powers Pandas 2.0, Polars, Spark, and virtually every modern data tool. Mojo now has a path into that ecosystem. GitHub
  • Decimo v0.9.0: CLI Calculator and Python Bindings: Yuhao Zhu shipped Decimo v0.9.0 (compatible with Mojo 26.2), and this release is a fun one. Decimo is now also a command-line arbitrary-precision calculator built on ArgMojo, with a tokenizer, shunting-yard parser, and RPN evaluator, all compiled to a single native binary with zero runtime dependencies. The release also adds Python bindings via PythonModuleBuilder, exposing BigDecimal as a native CPython extension, available on PyPI. pixi add decimo GitHub
  • Mojo and the Missing Layer in Heterogeneous Compute: Jeroen van Bemmel followed up his mojo-js work with a discussion on the gap between programmable and economically addressable heterogeneous compute, and extended the project to ship Mojo-originated work to the Distributive Compute Platform (DCP) from the browser. A thought-provoking read on what a coordination layer between Mojo runtimes and distributed compute markets could look like. Prototype
  • BlazeSeq, Mohamed Mabrouk's high-throughput FASTQ parser for bioinformatics pipelines, was featured at our March community meeting. BlazeSeq achieves 5+ GB/s single-threaded zero-copy parsing, includes a GPU-friendly Structure-of-Arrays batch API for direct host to device transfers, and integrates parallel gzip decompression via rapidgzip for up to 5x end-to-end speedup over standard tools. Python bindings are available via pip install blazeseq. Forum

💡 We love seeing what you create! Share your MAX or Mojo projects in the forum under the Community Showcase category so we can highlight them in the next edition.


Modular Making Waves

  • We were at GTC! We came to GTC to show what's possible when you build AI infrastructure from the ground up. Over four days we ran live demos, met passionate engineers and researchers, and learned as much as we shared. Thank you to everyone who stopped by! There's a lot more to come. Everything we showed at GTC is available here.
  • At GTC, we sat down with Lambda. Modular CEO and co-founder, Chris Lattner, and Lambda’s Sam Khosroshahi on how Modular and Lambda are shaping the future of AI infra. Full conversation dropping soon on Lambda's YouTube.
  • Modular is officially in Edinburgh 🏴󠁧󠁢󠁳󠁣󠁴󠁿. We're at the Bayes Centre, where world-leading data science and AI teams work alongside businesses to turn research into real solutions. A fitting place to build the next layer of AI infrastructure. We’d love for you to join us! See our open roles.
  • Sources News: "Trying to break Nvidia's lock-in." Alex Heath sat down with Chris Lattner on the GTC show floor for a conversation about Modular's bid to crack the software moat keeping the AI industry tethered to one chipmaker. Read it here.

Open Source Contributions

  • Modular 26.2 is out. The latest release expands the Modular Platform to include image generation and editing workflows, with FLUX.2 model variants supported at over 4x speedup over state-of-the-art. On the Mojo side, 26.2 introduces new language features and AI coding skills purpose-built for GPU kernel development. Agents like Claude, Cursor, and Codex can now write, port, and optimize kernels across hardware targets using Mojo's Python-like syntax and 750K+ lines of open-source kernel code as context. Read the release blog.
  • Missed our March community meeting? Mohamed Mabrouk presented BlazeSeq, Lukas from Modular did a deep dive into Variadic Metaprogramming in Mojo, and we walked through the 26.2 release highlights. Watch here.
  • Structured Mojo Kernels series. If you haven't been following this series, now's a good time to catch up. Three posts in, the team walks through the architecture behind Modular's highest-performance kernels, from the design philosophy to TileIO, TilePipeline, and TileOp, through to how conv2d and block-scaled matmul are built on a shared foundation. Read Part 1.
  • Programming Massively Parallel Processors is the gold standard GPU programming textbook and the 5th edition just dropped. Mojo solutions to every exercise are available. Check out the repo and see what GPU programming looks like in Mojo.
  • Person with blonde hair using a laptop with an Apple logo.

    Sign up today

    Signup to our Cloud Platform today to get started easily.

    Sign Up

  • Magnifying glass emoji with black handle and round clear lens.

    Browse open models

    Browse our model catalog, or deploy your own custom model

    Browse models

Sign up for our newsletter

Get all our latest news, announcements and updates delivered directly to your inbox. Unsubscribe at anytime.

Thanks for signing up to our newsletter! 🚀

Thank you,

Modular Sales Team

Oops! Something went wrong while submitting the form.