# multimodal

Multimodal generation refers to models that process diverse input types and generate outputs in different modalities.

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

## NASA-IBM Lunar Foundation Model Goes Open Source With a 2M-Tile Dataset and 22% Lower Ice-Mapping Error

DevFeed: [NASA-IBM Lunar Foundation Model Goes Open Source With a 2M-Tile Dataset and 22% Lower Ice-Mapping Error](<https://devfeed.tech/articles/nasa-ibm-lunar-foundation-model-goes-open-source-with-a-2m-tile-dataset-and-22-lower-ice-mapping-error-17437.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/nasa-ibm-lunar-foundation-model-goes-open-source-with-a-2m-tile-dataset-and-22-lower-ice-mapping-error>)

Author: Harold Fritts

Published: 2026-09-14T16:43:16Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [lunar foundation model](<https://devfeed.tech/topics/lunar-foundation-model.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [ibm](<https://devfeed.tech/topics/ibm.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [data](<https://devfeed.tech/tags/data.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [ibm](<https://devfeed.tech/tags/ibm.md>), [lunar-foundation-model](<https://devfeed.tech/tags/lunar-foundation-model.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nasa](<https://devfeed.tech/tags/nasa.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [space](<https://devfeed.tech/tags/space.md>)

### AI overview

IBM and NASA have released the NASA-IBM Lunar Foundation Model as open source on Hugging Face, along with its weights, technical report, and training dataset. Built on TerraMind, the model uses multimodal lunar observations for tasks including ice-deposit mapping, volcanic-feature detection, and crater detection. Reported benchmarks show up to 22% lower ice-mapping error than SwinV2-B, while the accompanying dataset contains roughly 2 million image tiles from nine instruments across four lunar missions.

### Source excerpt

IBM and NASA have released the NASA-IBM Lunar Foundation Model as open source, one of the first publicly available foundation models built for scientific study of the Moon. The weights, a technical report, and the machine-learning-ready dataset it was trained on are up on Hugging Face under the Prithvi family, which already covers Earth observation, The post NASA-IBM Lunar Foundation Model Goes Open Source With a 2M-Tile Dataset and 22% Lower Ice-Mapping Error appeared first on StorageReview.com.

## SimpleDesign: A Joint Model for Protein Sequence and Structure Codesign

DevFeed: [SimpleDesign: A Joint Model for Protein Sequence and Structure Codesign](<https://devfeed.tech/articles/simpledesign-a-joint-model-for-protein-sequence-and-structure-codesign-6735.md>)

Original publisher: [Read original article](<https://machinelearning.apple.com/research/simpledesign-protein-codesign>)

Published: 2026-09-11T00:00:00Z

Content type: article

Language: en

Sources: [Apple Machine Learning Research](<https://devfeed.tech/sources/apple-machine-learning-research.md>)

Topics: [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [datasets](<https://devfeed.tech/topics/datasets.md>)

Tags: [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [generation](<https://devfeed.tech/tags/generation.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

SimpleDesign is a single-stage, end-to-end multimodal generative model for jointly designing protein sequences and three-dimensional structures. It uses Transformer-based multimodal backbones, trains directly in data space on more than 2 million sequence-structure pairs, and achieves competitive results on co-design and unconditional generation benchmarks.

### Source excerpt

Proteins are fundamental to biological processes, with their function determined by the complex interplay between the amino acid sequence and the three-dimensional structure. Developing generative models capable of understanding this intrinsically multi-modal relationship is crucial for fields like drug discovery and protein engineering. Existing models often rely on a multi-stage training process where autoencoders that tokenize data into latent representations are trained in a first stage. Secondly, a generative model is trained on the latent representation of the autoencoder(s), i.e...

## When to Use Encode-Prefill-Decode Disaggregation to Accelerate Multimodal Model Serving

DevFeed: [When to Use Encode-Prefill-Decode Disaggregation to Accelerate Multimodal Model Serving](<https://devfeed.tech/articles/when-to-use-encode-prefill-decode-disaggregation-to-accelerate-multimodal-model-serving-6945.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/when-to-use-encode-prefill-decode-disaggregation-to-accelerate-multimodal-model-serving/>)

Author: Tanya Lenz

Published: 2026-09-09T20:31:04Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Optimization](<https://devfeed.tech/topics/optimization.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Dynamo](<https://devfeed.tech/topics/dynamo.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [computer-vision-video-analytics](<https://devfeed.tech/tags/computer-vision-video-analytics.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [dynamo](<https://devfeed.tech/tags/dynamo.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [low-latency-inference](<https://devfeed.tech/tags/low-latency-inference.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [model-serving](<https://devfeed.tech/tags/model-serving.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nvfp4](<https://devfeed.tech/tags/nvfp4.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

This article explains when encode-prefill-decode disaggregation improves multimodal model serving. Using NVIDIA Dynamo, it separates vision encoding from LLM prefill and decode so the stages can batch, schedule, and scale independently. The approach is most effective for image-heavy prompts, short-to-medium outputs, and quantized mixture-of-experts models, with reported gains of up to 5x in time to first token and 7x in end-to-end response time.

### Source excerpt

Encode-prefill-decode (EPD) disaggregation is an inference optimization technique for multimodal models that separates the vision encoder stage from the prefill...

## From voice command to robotic arm: how agentic AI on the edge is changing the factory floor

DevFeed: [From voice command to robotic arm: how agentic AI on the edge is changing the factory floor](<https://devfeed.tech/articles/from-voice-command-to-robotic-arm-how-agentic-ai-on-the-edge-is-changing-the-factory-floor-13649.md>)

Original publisher: [Read original article](<https://blog.arduino.cc/2026/09/01/from-voice-command-to-robotic-arm-how-agentic-ai-on-the-edge-is-changing-the-factory-floor/>)

Author: Arduino Team

Published: 2026-09-01T12:20:24Z

Content type: article

Language: en

Sources: [Arduino Blog](<https://devfeed.tech/sources/arduino-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Arduino](<https://devfeed.tech/topics/arduino.md>), [UNO Q](<https://devfeed.tech/topics/uno-q.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Physical AI](<https://devfeed.tech/topics/physical-ai.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [arduino](<https://devfeed.tech/tags/arduino.md>), [automation](<https://devfeed.tech/tags/automation.md>), [featured](<https://devfeed.tech/tags/featured.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [industrial](<https://devfeed.tech/tags/industrial.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [manufacturing](<https://devfeed.tech/tags/manufacturing.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [robotic-arm](<https://devfeed.tech/tags/robotic-arm.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [smart-factory](<https://devfeed.tech/tags/smart-factory.md>), [uno-q](<https://devfeed.tech/tags/uno-q.md>), [usb](<https://devfeed.tech/tags/usb.md>), [voice-commands](<https://devfeed.tech/tags/voice-commands.md>), [voice-control](<https://devfeed.tech/tags/voice-control.md>)

### AI overview

The article describes a demonstration in which Forgis uses a foundation model running on an Arduino UNO Q board to convert voice commands into robotic-arm actions. The system processes multimodal factory data and performs inference locally, enabling real-time control without a cloud round trip.

### Source excerpt

For years, bringing real intelligence to industrial automation meant expensive infrastructure, proprietary systems, and steep learning curves. That's changing - fast. Foundation models powerful enough to run at the edge are turning natural language into machine control, and the factory floor is starting to look a lot more like a conversation. AI as the new [...] The post From voice command to robotic arm: how agentic AI on the edge is changing the factory floor appeared first on Arduino Blog.

## MAPS: Netflix's Multimodal Asset Personalization at Scale

DevFeed: [MAPS: Netflix's Multimodal Asset Personalization at Scale](<https://devfeed.tech/articles/maps-netflix-s-multimodal-asset-personalization-at-scale-141.md>)

Original publisher: [Read original article](<https://netflixtechblog.com/maps-netflixs-multimodal-asset-personalization-at-scale-32f96320785e?source=rss----2615bd06b42e---4>)

Author: Netflix Technology Blog

Published: 2026-08-28T16:01:02Z

Content type: article

Language: en

Sources: [Netflix](<https://devfeed.tech/sources/netflix.md>), [Netflix TechBlog - Medium](<https://devfeed.tech/sources/netflix-techblog-medium.md>)

Topics: [Netflix](<https://devfeed.tech/topics/netflix.md>), [personalization](<https://devfeed.tech/topics/personalization.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [data](<https://devfeed.tech/topics/data.md>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [personalization](<https://devfeed.tech/tags/personalization.md>), [production](<https://devfeed.tech/tags/production.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

Netflix describes MAPS, a multimodal asset-personalization system that uses embeddings from artwork and video previews to address cold-start problems and personalize recommendations soon after a title launches.

### Source excerpt

By Emma Yanyang Kong, Aditya Deshpande, Asad Abbasi, Bowei Yan, David Fagnan, Ashish Rastogi, Dhaval Patel, Ray Zhang Introduction The Netflix experience is a journey of discovery. Every visual cue, from the artwork on a title to the video previews that autoplay while you browse, is there to connect you with a story you will love. We call these visual cues assets, and choosing the right one for each member is a personalization problem of its own. But which image or video preview of Squid Game should we show you? And what do we do right after a title launches, when there's far too little interaction data to know which asset we should recommend to each member? For years, our models answered the first question well and the second poorly. They learned which assets members interacted with, but treated every asset as an opaque ID, blind to what was actually in the artwork or video preview. Right after a title launched, its assets had no history, so we dialed up exploration on its assets to gather interaction data, and otherwise fell back to popularity heuristics that ignore your taste. Only once enough interactions had piled up could personalization take over. This is the classic cold-start problem. This post shares how multimodal embeddings let our models see and hear the assets they recommend, so personalization can kick in far sooner, close to a title's launch. Because a new asset arrives with its embedding the model already understands, that embedding carries member taste signals from related assets immediately. Consequently, the model needs far less interaction history before it can personalize. We cover three production systems, artwork personalization, query-aware artwork ranking, and video preview personalization, plus a cheap trick for choosing new embeddings before committing to full end-to-end integration and A/B testing. Artwork Personalization A single image is often a member's first touchpoint with a title, so we create a diverse set of artworks for each tit

## Experiment with Qwen3.8-Flash-Next on NVIDIA GB300 NVL72 for Agentic Coding

DevFeed: [Experiment with Qwen3.8-Flash-Next on NVIDIA GB300 NVL72 for Agentic Coding](<https://devfeed.tech/articles/experiment-with-qwen3-8-flash-next-on-nvidia-gb300-nvl72-for-agentic-coding-6819.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/experiment-with-qwen3-8-flash-next-on-nvidia-gb300-nvl72-for-agentic-coding/>)

Author: Michelle Horton

Published: 2026-08-26T17:07:12Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [qwen](<https://devfeed.tech/topics/qwen.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [NeMo](<https://devfeed.tech/topics/nemo.md>), [sglang](<https://devfeed.tech/topics/sglang.md>), [TensorRT-LLM](<https://devfeed.tech/topics/tensorrt-llm.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [rust-ai](<https://devfeed.tech/topics/rust-ai.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [gb300-nvl72](<https://devfeed.tech/tags/gb300-nvl72.md>), [inference](<https://devfeed.tech/tags/inference.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nvlink](<https://devfeed.tech/tags/nvlink.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [tensorrt-llm](<https://devfeed.tech/tags/tensorrt-llm.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

This NVIDIA developer article introduces Qwen3.8-Flash-Next, a multimodal mixture-of-experts model released by Alibaba for experimentation and evaluation. It explains the model's long-context hybrid architecture, including Gated DeltaNet and Qwen Sparse Attention, and discusses reported efficiency improvements for million-token workloads. The article also covers inference support through SGLang, vLLM, TensorRT-LLM, and NVIDIA NeMo, plus performance on the NVIDIA GB300 NVL72 platform.

### Source excerpt

Alibaba released the model weights for Qwen3.8-Flash-Next as a preview of the upcoming Qwen4 architecture for developers to experiment with and evaluate. It's...

## Elastic community newsletter -- August 2026

DevFeed: [Elastic community newsletter -- August 2026](<https://devfeed.tech/articles/elastic-community-newsletter-august-2026-4798.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/devrel-newsletter-august-2026>)

Author: Elastic DevRel team

Published: 2026-08-13T00:00:00Z

Content type: news

Language: en

Sources: [Elastic Blog - Elasticsearch, Kibana, and ELK Stack](<https://devfeed.tech/sources/elastic-blog-elasticsearch-kibana-and-elk-stack.md>)

Topics: [elasticsearch](<https://devfeed.tech/topics/elasticsearch.md>), [devrel](<https://devfeed.tech/topics/devrel.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [audio](<https://devfeed.tech/tags/audio.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [devrel](<https://devfeed.tech/tags/devrel.md>), [elasticsearch](<https://devfeed.tech/tags/elasticsearch.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [images](<https://devfeed.tech/tags/images.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

The Elastic community newsletter covers Elasticsearch 9.5, including native PromQL, the Dashboards API, Columnar Mode, vector search improvements, multimodal semantic search, and Elastic Agent Builder tracing in technical preview.

### Source excerpt

In this newsletter, we cover version 9.5 of Elasticsearch, the latest blogs and videos, and upcoming events.

## Meta is back with Muse Glimmer: local, agentic, multimodal, and open source

DevFeed: [Meta is back with Muse Glimmer: local, agentic, multimodal, and open source](<https://devfeed.tech/articles/meta-is-back-with-muse-glimmer-local-agentic-multimodal-and-open-source-7362.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/muse-glimmer>)

Author: Pedro Cuenca; merve; ben burtenshaw; Aritra Roy Gosthipaty

Published: 2026-08-10T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [vlm](<https://devfeed.tech/topics/vlm.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [images](<https://devfeed.tech/tags/images.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llms](<https://devfeed.tech/tags/llms.md>), [local](<https://devfeed.tech/tags/local.md>), [meta](<https://devfeed.tech/tags/meta.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [muse](<https://devfeed.tech/tags/muse.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [videos](<https://devfeed.tech/tags/videos.md>), [vllm](<https://devfeed.tech/tags/vllm.md>), [vlm](<https://devfeed.tech/tags/vlm.md>), [vlms](<https://devfeed.tech/tags/vlms.md>)

### AI overview

Hugging Face presents Muse Glimmer, a local, agentic, multimodal, open-source 30B-parameter vision-language model developed with Meta. The article outlines its vision and language architecture, benchmark context, optional speculative decoding for faster generation, and support for both images and videos.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Gemini Robotics 2 brings whole body intelligence to robots

DevFeed: [Gemini Robotics 2 brings whole body intelligence to robots](<https://devfeed.tech/articles/gemini-robotics-2-brings-whole-body-intelligence-to-robots-6170.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/>)

Author: Carolina Parada

Published: 2026-07-28T13:21:37Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Robotics](<https://devfeed.tech/topics/robotics.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [robots](<https://devfeed.tech/tags/robots.md>), [teamwork](<https://devfeed.tech/tags/teamwork.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Gemini Robotics 2 is presented as an intelligence layer for adaptable robots, enabling whole-body control, dexterous manipulation, multi-robot teamwork, and adaptation to new robotic bodies. The article describes three models: a vision-language-action model for motor control, an embodied reasoning vision-language model for communication and multi-step planning, and an on-device model optimized for local operation.

### Source excerpt

From feet to fingertips -- we are teaching robots intelligent whole-body control, fine dexterity, and teamwork to complete a broad range of complex tasks.

## Introducing Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

DevFeed: [Introducing Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber](<https://devfeed.tech/articles/introducing-gemini-3-6-flash-3-5-flash-lite-and-3-5-flash-cyber-6196.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/introducing-gemini-3-6-flash-3-5-flash-lite-and-3-5-flash-cyber/>)

Author: Tulsee Doshi

Published: 2026-07-21T15:16:30Z

Content type: release

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Security](<https://devfeed.tech/topics/security.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [code-security](<https://devfeed.tech/tags/code-security.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [latency](<https://devfeed.tech/tags/latency.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [none](<https://devfeed.tech/tags/none.md>), [performance](<https://devfeed.tech/tags/performance.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [releases](<https://devfeed.tech/tags/releases.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

Google DeepMind introduces Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and Gemini 3.5 Flash Cyber. The release focuses on more efficient production AI agents through lower latency, reduced token usage, lower costs, and improved coding, knowledge-work, multimodal, and cybersecurity performance.

### Source excerpt

We're introducing new Gemini models, including Gemini 3.6 Flash, 3.5 Flash-Lite and 3.5 Flash Cyber.

## Welcome Inkling by Thinking Machines

DevFeed: [Welcome Inkling by Thinking Machines](<https://devfeed.tech/articles/welcome-inkling-by-thinking-machines-7502.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/thinkingmachines-inkling>)

Author: ben burtenshaw; merve; Pedro Cuenca; Aritra Roy Gosthipaty; Andres Marafioti

Published: 2026-07-15T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [sglang](<https://devfeed.tech/topics/sglang.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [audio](<https://devfeed.tech/tags/audio.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [generation](<https://devfeed.tech/tags/generation.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mixture-of-experts](<https://devfeed.tech/tags/mixture-of-experts.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [moe](<https://devfeed.tech/tags/moe.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [sglang](<https://devfeed.tech/tags/sglang.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

Thinking Machines Lab's Inkling is presented as a large open multimodal language model that accepts image, text, and audio inputs. The article covers its mixture-of-experts architecture, million-token context window, reasoning across modalities, fine-tuning use cases, model variants, and deployment through Hugging Face Inference Endpoints and inference frameworks.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## SensorFM: Towards a general intelligence and interface for wearable health data

DevFeed: [SensorFM: Towards a general intelligence and interface for wearable health data](<https://devfeed.tech/articles/sensorfm-towards-a-general-intelligence-and-interface-for-wearable-health-data-6868.md>)

Original publisher: [Read original article](<https://research.google/blog/sensorfm-towards-a-general-intelligence-and-interface-for-wearable-health-data/>)

Published: 2026-07-09T09:56:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [data](<https://devfeed.tech/topics/data.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [data](<https://devfeed.tech/tags/data.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [google](<https://devfeed.tech/tags/google.md>), [health](<https://devfeed.tech/tags/health.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [research](<https://devfeed.tech/tags/research.md>), [train](<https://devfeed.tech/tags/train.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

Google Research introduces SensorFM, a large sensor foundation model trained on more than one trillion minutes of de-identified, multimodal wearable data from five million consented participants. The model learns reusable representations of human physiology that transfer across health prediction tasks and support label-efficient adaptation and data infilling.

### Source excerpt

Generative AI

## Muse Spark 1.1 is now available on AI Gateway

DevFeed: [Muse Spark 1.1 is now available on AI Gateway](<https://devfeed.tech/articles/muse-spark-1-1-is-now-available-on-ai-gateway-1020.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/muse-spark-1-1-is-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-07-09T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Models](<https://devfeed.tech/topics/ai-models.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [audio](<https://devfeed.tech/tags/audio.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [image](<https://devfeed.tech/tags/image.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [muse](<https://devfeed.tech/tags/muse.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [spark](<https://devfeed.tech/tags/spark.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

Muse Spark 1.1 from Meta is now available through Vercel's AI Gateway. It is a multimodal reasoning model with a 1M-token context window for agentic tasks, supporting multiple input types, tool orchestration, MCP servers, custom skills, parallel tool calls, structured output, and search with citations.

### Source excerpt

Muse Spark 1.1 from Meta is now available on AI Gateway. It is a multimodal reasoning model with a 1M token context window built for agentic tasks, accepting text, image, video, PDF, and audio inputs. Muse Spark 1.1 plans and orchestrates work across tools and services, operating as a main agent or as a subagent, and it works with new tools, MCP servers, and custom skills without examples. The model supports parallel tool calling, structured output, and built-in search with citations. To use Muse Spark 1.1, set model to meta/muse-spark-1.1 in the AI SDK: AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Try Muse Spark 1.1 in the model playground. Read more

## Develop Humanoid Robot Policies End-to-End with NVIDIA Isaac GR00T

DevFeed: [Develop Humanoid Robot Policies End-to-End with NVIDIA Isaac GR00T](<https://devfeed.tech/articles/develop-humanoid-robot-policies-end-to-end-with-nvidia-isaac-gr00t-6803.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/develop-humanoid-robot-policies-end-to-end-with-nvidia-isaac-gr00t/>)

Author: Elizabeth Goodman

Published: 2026-07-07T17:05:42Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Robotics](<https://devfeed.tech/topics/robotics.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Simulation and Design](<https://devfeed.tech/topics/simulation-and-design.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [ai-foundation-models](<https://devfeed.tech/tags/ai-foundation-models.md>), [apache](<https://devfeed.tech/tags/apache.md>), [building](<https://devfeed.tech/tags/building.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [featured](<https://devfeed.tech/tags/featured.md>), [humanoid-robots](<https://devfeed.tech/tags/humanoid-robots.md>), [images](<https://devfeed.tech/tags/images.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [isaac](<https://devfeed.tech/tags/isaac.md>), [isaac-sim](<https://devfeed.tech/tags/isaac-sim.md>), [manufacturing](<https://devfeed.tech/tags/manufacturing.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [robotics-simulation](<https://devfeed.tech/tags/robotics-simulation.md>), [robots](<https://devfeed.tech/tags/robots.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [software](<https://devfeed.tech/tags/software.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [training](<https://devfeed.tech/tags/training.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

NVIDIA Isaac GR00T Development Platform unifies humanoid robot development workflows, combining data collection, simulation-based training, evaluation, and deployment. The article highlights the open Isaac GR00T 1.7 vision-language-action model, which accepts language and images and can be adapted to robots, tasks, and environments through post-training.

### Source excerpt

As more teams move from humanoid robot bring-up to task-specific skill development, the need for repeatable development workflows is growing. Building humanoids...

## Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) now on AI Gateway

DevFeed: [Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) now on AI Gateway](<https://devfeed.tech/articles/nano-banana-2-lite-gemini-3-1-flash-lite-image-now-on-ai-gateway-1023.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/nano-banana-2-lite-gemini-3-1-flash-lite-image-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-06-30T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [Google](<https://devfeed.tech/topics/google.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [image](<https://devfeed.tech/tags/image.md>), [inference](<https://devfeed.tech/tags/inference.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [pricing](<https://devfeed.tech/tags/pricing.md>)

### AI overview

Vercel AI Gateway now offers Google's Nano Banana 2 Lite, a multimodal image model for fast, lower-cost image generation and multi-turn image editing. It supports generating images alongside text through the AI SDK and is available in the model playground.

### Source excerpt

Nano Banana 2 Lite from Google is now available on AI Gateway. This Flash-Lite-tier image model is built for fast, low-cost generation. It generates images alongside text in <4s and can edit existing images across multiple turns. The cost is also lower than previous Nano Banana models. Nano Banana 2 Lite generates 1K images at $0.034 each, about half the cost of Nano Banana 2 and roughly a quarter of the cost of Nano Banana Pro at the same resolution. This model is multimodal. Use streamText or generateText to generate images alongside text responses. To use Nano Banana 2 Lite, set model to google/gemini-3.1-flash-lite-image in the AI SDK: Here is the example output from the above prompt: You can also try Nano Banana 2 Lite in the model playground. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Read more

## Groq on Endless Compute, Inside Claude's Mind, and GLM-5.2 Open Weights - The Tokenizer Edition #32

DevFeed: [Groq on Endless Compute, Inside Claude's Mind, and GLM-5.2 Open Weights - The Tokenizer Edition #32](<https://devfeed.tech/articles/groq-on-endless-compute-inside-claude-s-mind-and-glm-5-2-open-weights-the-tokenizer-edition-32-18337.md>)

Original publisher: [Read original article](<https://newsletter.artofsaience.com/p/groq-on-endless-compute-inside-claudes>)

Author: Sairam Sundaresan

Published: 2026-06-21T16:45:54Z

Content type: article

Language: en

Sources: [Gradient Ascent](<https://devfeed.tech/sources/gradient-ascent.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [groq](<https://devfeed.tech/topics/groq.md>), [Claude](<https://devfeed.tech/topics/claude.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [github](<https://devfeed.tech/tags/github.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mixture-of-experts](<https://devfeed.tech/tags/mixture-of-experts.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>)

### AI overview

The Tokenizer Edition #32 curates AI and machine learning resources covering model interpretability, compute demand, open-weight models, multimodal video processing, speculative decoding, reinforcement learning, agent testing, and tools for cheaper or safer inference.

### Source excerpt

This week's most valuable AI resources

## Kimi K2.7 Code now available on AI Gateway

DevFeed: [Kimi K2.7 Code now available on AI Gateway](<https://devfeed.tech/articles/kimi-k2-7-code-now-available-on-ai-gateway-991.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/kimi-k2-7-code-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-06-12T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Code](<https://devfeed.tech/topics/code.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Claude](<https://devfeed.tech/topics/claude.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [code](<https://devfeed.tech/tags/code.md>), [cost](<https://devfeed.tech/tags/cost.md>), [devops](<https://devfeed.tech/tags/devops.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [inference](<https://devfeed.tech/tags/inference.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [platform](<https://devfeed.tech/tags/platform.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

### AI overview

Vercel announces that Moonshot AI's Kimi K2.7 Code is available through AI Gateway. The coding model is designed for long-horizon programming tasks, supports text and vision input through a native multimodal architecture, and runs in thinking mode. AI Gateway provides a unified API for model access, usage and cost tracking, retries, failover, reporting, API key budgets, and related operational controls.

### Source excerpt

Kimi K2.7 Code from Moonshot AI is now available on AI Gateway. K2.7 Code is a coding model built for long-horizon programming tasks, generalizing across scenarios including frontend development, DevOps, and performance optimization. The model has a native multimodal architecture that supports text and vision input, and always runs in thinking mode. To use K2.7 Code, set model to moonshotai/kimi-k2.7-code in the AI SDK: Pass an image alongside a prompt to use the model's multimodal input: AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground. Read more

## Jonathan Frankle on Infrastructure for Specifying and Evaluating Frontier AI Systems

DevFeed: [Jonathan Frankle on Infrastructure for Specifying and Evaluating Frontier AI Systems](<https://devfeed.tech/articles/nuclear-fusion-no-power-lines-9085.md>)

Original publisher: [Read original article](<https://uxmag.com/articles/nuclear-fusion-no-power-lines>)

Author: UX Magazine Team

Published: 2026-06-11T10:46:59Z

Content type: opinion

Language: en

Sources: [UX Magazine](<https://devfeed.tech/sources/ux-magazine.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [large-language-models](<https://devfeed.tech/topics/large-language-models.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [systems](<https://devfeed.tech/topics/systems.md>), [User experience (UX)](<https://devfeed.tech/topics/ux.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [claude](<https://devfeed.tech/tags/claude.md>), [context](<https://devfeed.tech/tags/context.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [eval](<https://devfeed.tech/tags/eval.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Jonathan Frankle argues that frontier language models have advanced faster than the infrastructure needed to specify, test, and deploy them reliably. The discussion emphasizes requirements, evaluation, composable tools, context strategies, retrieval, and prompts as parameters.

### Source excerpt

Jonathan Frankle on why frontier models outran our ability to specify, evaluate, and curate, and what that means for design leaders shipping agentic systems. The metaphor lands because it names the embarrassment. On his return to Invisible Machines, a conversation recorded last summer, Jonathan Frankle, Chief AI Scientist at Databricks and head of Mosaic Research, The post Nuclear Fusion, No Power Lines appeared first on UX Magazine.

## Introducing Gemma 4 12B: a unified, encoder-free multimodal model

DevFeed: [Introducing Gemma 4 12B: a unified, encoder-free multimodal model](<https://devfeed.tech/articles/introducing-gemma-4-12b-a-unified-encoder-free-multimodal-model-6204.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/introducing-gemma-4-12b-a-unified-encoder-free-multimodal-model/>)

Author: Olivier Lacombe

Published: 2026-06-09T14:10:19Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [gemma4](<https://devfeed.tech/topics/gemma4.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [moe](<https://devfeed.tech/topics/moe.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [community](<https://devfeed.tech/tags/community.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [laptop](<https://devfeed.tech/tags/laptop.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [none](<https://devfeed.tech/tags/none.md>)

### AI overview

Gemma 4 12B is an encoder-free multimodal model designed to deliver agentic intelligence locally on laptops. It combines native vision and audio processing, near-26B benchmark performance, a reduced memory footprint, and Apache 2.0 licensing.

### Source excerpt

An overview of Gemma 4 12B, a model designed to bring high-performance multimodal intelligence directly to your laptop.

## Nemotron 3.5 Content Safety: Customizable Multimodal Safety for Global Enterprise AI

DevFeed: [Nemotron 3.5 Content Safety: Customizable Multimodal Safety for Global Enterprise AI](<https://devfeed.tech/articles/nemotron-3-5-content-safety-customizable-multimodal-safety-for-global-enterprise-ai-7391.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/nvidia/nemotron-3-5-content-safety>)

Author: Varun Singh; Isabel Hulseman; Anuj Doshi; Shyamala Prayaga

Published: 2026-06-04T18:57:45Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Nemotron](<https://devfeed.tech/topics/nemotron.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [long-context](<https://devfeed.tech/topics/long-context.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [data](<https://devfeed.tech/tags/data.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [production](<https://devfeed.tech/tags/production.md>)

### AI overview

Nemotron 3.5 Content Safety adds deeper multimodal safety analysis by evaluating a user prompt, optional image, and optional assistant response together in one context window. It supports custom policy specifications, multilingual transfer, optional reasoning traces, low-latency verdicts, and the release of its safety dataset for production safety pipelines.

### Source excerpt

This post covers what changes in 3.5, the design decisions behind each new capability, and how to integrate the model into production safety pipelines. Nemotron 3 introduced image understanding; Nemotron 3.5 deepens the multimodal integration. The model takes a user prompt, an optional image, and an optional assistant response as a single context window and produces a coherent safety verdict over the combined input.

## Use Your Mac for AI Agents: Self-Host Gemma 4 12 B with Pulumi and Tailscale

DevFeed: [Use Your Mac for AI Agents: Self-Host Gemma 4 12 B with Pulumi and Tailscale](<https://devfeed.tech/articles/use-your-mac-for-ai-agents-self-host-gemma-4-12-b-with-pulumi-and-tailscale-19026.md>)

Original publisher: [Read original article](<https://www.pulumi.com/blog/self-host-gemma4-llama-cpp-k8s-tailscale-pulumi/>)

Author: Pablo Seibelt

Published: 2026-06-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Pulumi](<https://devfeed.tech/sources/pulumi.md>)

Topics: [gemma4](<https://devfeed.tech/topics/gemma4.md>), [llama.cpp](<https://devfeed.tech/topics/llama-cpp.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [download](<https://devfeed.tech/tags/download.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [gemma4](<https://devfeed.tech/tags/gemma4.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [macos](<https://devfeed.tech/tags/macos.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [python](<https://devfeed.tech/tags/python.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

A tutorial for self-hosting Gemma 4 12 B on a modern Mac using llama.cpp with Apple Metal acceleration. It combines host-native inference with a local Kubernetes cluster, Pulumi infrastructure as code, and Tailscale for secure access, and reports validation results on a MacBook Pro with an Apple M3 Max and 36 GB RAM.

### Source excerpt

If you run AI tools and agents, you've probably accepted three tradeoffs: your data leaves your network, you can't work offline, and your bill scales with usage. Open-weight models now run well on consumer hardware. Once the model is on your machine, your data stays local, inference works offline, and tokens cost nothing. If you own a modern Mac, you can run a high-quality model yourself. Gemma 4 is an open-weights model family from Google. This post focuses on Gemma 4 12 B, released in June 2026, using Unsloth's Q8_0 GGUF. The 12 B model fits comfortably on a modern Mac while leaving enough headroom for local llama.cpp and a chat UI. We'll use llama.cpp for host-native inference, k3d for a local Kubernetes cluster, Pulumi for infrastructure as code, and Tailscale for secure access. Prerequisites This setup was validated on the following hardware: macOS 26 Tahoe, version 26.5 MacBook Pro with Apple M3 Max 36 GB RAM On this machine, llama.cpp reported about 20 output tokens per second for a 160-token validation response with unsloth/gemma-4-12b-it-GGUF, gemma-4-12b-it-Q8_0.gguf, and a 131,072-token context. Sustained throughput varies by prompt length, thermal state, and llama.cpp settings. You'll need brew, docker, pulumi, and tailscale installed. We'll also install k3d during the process. Run Gemma 4 with host-native llama.cpp We use llama.cpp directly on macOS to leverage Apple Metal acceleration. Running the LLM on the host is more efficient than trying to pass GPU access into a local Kubernetes VM. Install the build tools: brew install cmake git Then build llama.cpp from source and download the multimodal projector. In validation, Homebrew llama.cpp 9430 could run text inference, but it could not load the new Gemma 4 12 B projector and failed with unknown projector type: gemma4uv. Building current llama.cpp from source fixed that. llm_home="$HOME/pulumi-gemma4-llm" mkdir -p "$llm_home/models" "$llm_home/logs" if [ ! -d "$llm_home/llama.cpp/.git" ]; then git clon

## Introducing new capabilities to GPT-Rosalind

DevFeed: [Introducing new capabilities to GPT-Rosalind](<https://devfeed.tech/articles/introducing-new-capabilities-to-gpt-rosalind-6503.md>)

Original publisher: [Read original article](<https://openai.com/index/introducing-new-capabilities-to-gpt-rosalind>)

Published: 2026-06-03T13:15:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [coding](<https://devfeed.tech/topics/coding.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [chemistry](<https://devfeed.tech/tags/chemistry.md>), [coding](<https://devfeed.tech/tags/coding.md>), [data](<https://devfeed.tech/tags/data.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [life](<https://devfeed.tech/tags/life.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [product](<https://devfeed.tech/tags/product.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [research](<https://devfeed.tech/tags/research.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

GPT-Rosalind is a specialized model for life sciences research that combines agentic coding and tool use with capabilities in medicinal chemistry, genomics, biological reasoning, and experimental workflows. The article describes its global availability to eligible organizations, performance evaluations, the LifeSciBench benchmark, and MedChemBench's assessment of realistic medicinal chemistry tasks.

### Source excerpt

GPT-Rosalind advances life sciences research with enhanced biological reasoning, medicinal chemistry expertise, genomics analysis, and experimental workflow capabilities.

## MiniMax M3 on AI Gateway

DevFeed: [MiniMax M3 on AI Gateway](<https://devfeed.tech/articles/minimax-m3-on-ai-gateway-1017.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/minimax-m3-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-05-31T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [cost](<https://devfeed.tech/tags/cost.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Vercel AI Gateway now supports MiniMax M3, a multimodal model with a 1M-token context window, improved software engineering and terminal-based tool use, agentic web browsing, and multi-turn collaboration. The AI Gateway provides unified model access, usage and cost tracking, reliability features, provider sorting, reporting, Zero Data Retention support, and no markup or platform fee on inference.

### Source excerpt

MiniMax M3 is now available on Vercel AI Gateway. M3 is MiniMax's first model with a 1M-token context window and native multimodality, built around MiniMax Sparse Attention (MSA). M3 improves on software engineering, terminal-based tool use, and agentic web browsing, and is tuned for multi-turn collaboration. To use MiniMax M3, set model to minimax/minimax-m3 in the AI SDK. Pass an image alongside a prompt to use M3's multimodal input: AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, dynamic provider sorting by latency & cost, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests. Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground. Read more

## AI Now Summit 2026

DevFeed: [AI Now Summit 2026](<https://devfeed.tech/articles/ai-now-summit-2026-6972.md>)

Original publisher: [Read original article](<https://mistral.ai/news/ai-now-summit-2026/>)

Published: 2026-05-28T12:00:20Z

Content type: news

Language: en

Sources: [Mistral AI Blog](<https://devfeed.tech/sources/mistral-ai-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Security](<https://devfeed.tech/topics/security.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [data](<https://devfeed.tech/topics/data.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>), [Flight](<https://devfeed.tech/topics/flight.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automotive](<https://devfeed.tech/tags/automotive.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [design](<https://devfeed.tech/tags/design.md>), [industry](<https://devfeed.tech/tags/industry.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [partner](<https://devfeed.tech/tags/partner.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [physics](<https://devfeed.tech/tags/physics.md>), [production](<https://devfeed.tech/tags/production.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Mistral presents an AI stack for industrial engineering, combining physics models, engineering expertise, and robotics to support design, simulation, and production. Partnerships with Airbus, BMW, and ASML target aircraft operations, crash simulation, and semiconductor engineering, with an emphasis on proprietary-data security. The company also describes Vibe as a unified agent for long-running coding and research tasks and announces a new 10 MW data center in France.

### Source excerpt

Innovations for global enterprises solving the world's hardest problems.

[Next page](<https://devfeed.tech/topics/multimodal.md?cursor=WyIyMDI2LTA1LTI4VDEyOjAwOjIwKzAwOjAwIiwgIjJkODRiMzMzLWJkZDctNGI4My04NjlhLWRlZjA2NTQ2ZjI2NSJd>)