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

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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 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 Modverse #54: From GTC to Edinburgh, a Community Building Momentum 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 #55: Mojo 1.0 Beta, Community Mojo Libraries, an...
No items found. · 2026-06-10 · via Modular Blog

June 10, 2026

Caroline Frasca

Last month’s 26.3 release made Mojo 1.0 Beta official, added Wan 2.2 video generation to MAX, and launched mojolang.org as Mojo's new documentation home. The community kept pace: Decimo v0.10.0, the Mojo Scientific Library, Thistle, and mojo-kafka all hit the modular-community channel, Hippocratic AI is running real-time patient conversations with MAX inference, and AI agents built a working Mojo app with zero Python on the backend. Here's the roundup.

Community Innovations

Here's what the community built with MAX and Mojo last month:

  • Decimo v0.10.0: Yuhao Zhu updated his arbitrary-precision decimal library to Mojo v1.0.0b1 with the project's biggest release yet. New in v0.10.0: a REPL mode for the CLI calculator (installable via Homebrew), optimized Decimal128 with Python decimal.Decimal-compatible semantics, a BigFloat type backed by MPFR for arbitrary-precision floating point, and a new Rational type. Benchmarks in the release put Decimal128 on par with Rust's rust_decimal in performance and ahead in ULP accuracy. Install with pixi add decimo or find the code on GitHub.
Decimo v0.10.0: interactive arbitrary-precision REPL calculator built in Mojo
Decimo v0.10.0: interactive arbitrary-precision REPL calculator built in Mojo
  • Mojo Scientific Library (MSL) v0.1.0: The first stable release of MSL, a Mojo port of the GNU Scientific Library covering numerical integration, differentiation, interpolation, and statistics routines. Now available on the modular-community conda channel. Code is on GitHub.
  • Thistle: native crypto library in Mojo: Thistle is a pure-Mojo cryptography library with ED25519 and X25519 support. Now on the modular-community channel. The repo is available here.
  • mojo-kafka: Apache Kafka client for Mojo: dvirarad built a Kafka client for Mojo over librdkafka, with a Pythonic producer and consumer API. Connects Mojo workloads to Kafka without a Python intermediary. The project is on GitHub.
  • Light of Baldr: Adam Kruger published a collection of Mojo 1.0 repos covering a web stack, a GPU Aho-Corasick multi-pattern matching kernel, and security tooling. Find it at github.com/lightofbaldr.

💡 Building something with MAX or Mojo? Share it in the Community Showcase and we may feature it here.

Modular Making Waves

  • Modular 26.3: Mojo 1.0 Beta, video generation, and a new docs home. The 26.3 release on May 7 shipped the first official Mojo 1.0 beta (v1.0.0b1). It also added Wan 2.2 video generation to MAX, introduced TileTensor as the successor to LayoutTensor for GPU kernel development, launched mojolang.org as the dedicated Mojo documentation site, and brought in Distributed Tensor and safe closures.
  • Hippocratic AI partners with Modular. Hippocratic AI is now running real-time patient conversations on MAX inference. Moving to MAX delivered 22% faster mean end-to-end latency on NVIDIA B300 hardware.
  • Inkwell: why inference infrastructure matters as much as the model. Modular published a case study using Inkwell, its real-time AI storybook app, to show what the underlying inference platform makes possible. The argument is practical: model quality and inference quality are both constraints, and they're not independent. Check out the app at inkwell.modular.com.
  • Translating code to Mojo with AI agents. A new blog post walks through the process of migrating Python and C++ code to Mojo using AI agent assistance, including where the workflow holds up and where human review still matters.
  • How AI agents built a pure Mojo app and 10 libraries. A follow-up post covers mobin, a pastebin service built in Mojo with zero Python on the backend, written through AI agent collaboration. The post includes the 10 supporting libraries built the same way and a look at what Mojo 1.0 Beta development looks like from the AI-assisted side.

Open Source Contributions

If you've recently had your first PR merged, message Caroline Frasca in the forum (or @caroline_frasca in the Discord server) to claim your Modular swag! Check out the recently merged contributions from our community:

Modular News & Events: Stay Connected

  • New contribution process for the Mojo stdlib. Starting with 26.3, non-trivial stdlib PRs require an issue first. Open one, wait for the accepted label, then write the code. The intent is to prevent contributors from putting real work into changes that stall or don't land, and the team commits to responding to issues within 48-72 business hours. Typos, doc fixes, and small bug fixes can still go straight to a PR. If you're looking for where to contribute toward Mojo 1.0, the post outlines three priority areas: applying stability markers across the stdlib, auditing custom-Self types on methods, and improving Python-Mojo interop. Full details in the forum announcement.
  • Mojo 1.0 Beta tracking. Mojo 1.0.0b1 is out. Follow the nightly release threads and the Mojo roadmap to stay current as the stable release approaches.
  • Monthly community meeting. The community meeting runs every month, virtual and open. Register on Luma and add yourself to the agenda if you’d like to present.
  • 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.