Meet Gemma 4 12B!
A unified, encoder-free multimodal model designed to bring high-performance intelligence directly to your laptop, and released under an Apache 2.0 license.
Bridging the gap between edge efficiency and advanced reasoning. Here is whatโs new with Gemma 4 12B: ๐
Meet Gemma 4 12B!
A unified, encoder-free multimodal model designed to bring high-performance intelligence directly to your laptop, and released under an Apache 2.0 license.
Bridging the gap between edge efficiency and advanced reasoning. Here is whatโs new with Gemma 4 12B: ๐
Google DeepMind Releases Gemma 4 12B: An Encoder-Free Multimodal Model with Native audio that runs on a 16 GB laptop
Here's what's actually interesting:
1. No separate vision or audio encodersEvery prior mid-sized Gemma ran frozen encoders before the LLM. The 12B feeds raw inputs straight into the backbone. โ Vision encoder: 550M โ a 35M embedder โ Audio conformer layers: 12 โ 0
2. How the vision path worksโ 48ร48 pixel patches โ One matrix multiplication into the LLM hidden dimension โ No attention; a factorized X/Y position lookup That's the entire pipeline.
3. How the audio path worksโ Raw 16 kHz audio, sliced into 40 ms frames โ Projected into the same space as text tokens โ RoPE handles the temporal sequence It's the first mid-sized Gemma with native audio. Video too.
4. Why developers should careOne unified weight space. Fine-tuning with LoRA updates vision, audio, and text in a single pass. No co-tuning frozen encoders.
5. It runs on a laptopโ 16 GB VRAM or unified memory โ Performance nearing the 26B MoE, at under half the memory โ Apache 2.0 license โ Works with llama.cpp, MLX, vLLM, Ollama, LM Studio, Transformers, Unsloth
The trade-off is honest: the LLM backbone now handles all multimodal processing itself, and Google published no full benchmark tables at launch.
Full analysis: https://t.co/GsTQD5EOd6
Model weights: https://t.co/SajkzWtHK9
Technical details: https://t.co/V4V1fsk9nj
@GoogleDeepMind@GoogleAI@googleaidevs@GoogleResearch
Google DeepMind Releases Gemma 4 12B: An Encoder-Free Multimodal Model with Native audio that runs on a 16 GB laptop
Here's what's actually interesting:
1. No separate vision or audio encodersEvery prior mid-sized Gemma ran frozen encoders before the LLM. The 12B feeds raw inputs straight into the backbone. โ Vision encoder: 550M โ a 35M embedder โ Audio conformer layers: 12 โ 0
2. How the vision path worksโ 48ร48 pixel patches โ One matrix multiplication into the LLM hidden dimension โ No attention; a factorized X/Y position lookup That's the entire pipeline.
3. How the audio path worksโ Raw 16 kHz audio, sliced into 40 ms frames โ Projected into the same space as text tokens โ RoPE handles the temporal sequence It's the first mid-sized Gemma with native audio. Video too.
4. Why developers should careOne unified weight space. Fine-tuning with LoRA updates vision, audio, and text in a single pass. No co-tuning frozen encoders.
5. It runs on a laptopโ 16 GB VRAM or unified memory โ Performance nearing the 26B MoE, at under half the memory โ Apache 2.0 license โ Works with llama.cpp, MLX, vLLM, Ollama, LM Studio, Transformers, Unsloth
The trade-off is honest: the LLM backbone now handles all multimodal processing itself, and Google published no full benchmark tables at launch.
Full analysis: https://t.co/GsTQD5EOd6
Model weights: https://t.co/SajkzWtHK9
Technical details: https://t.co/V4V1fsk9nj
@GoogleDeepMind@GoogleAI@googleaidevs@GoogleResearch
This is really Big update from Nous Research: Hermes Desktop is now in public preview.
If youโve followed AI agents at all, Iโd recommend reading about this one. Itโs not just another chat wrapper โ itโs a native, cross-platform front end for Hermes Agent (v0.15.2) running on macOS, Windows, and Linux.
What stood out to me:
- No terminal required for core use, while CLI/TUI parity remains intact
- Streaming tool output and live tool activityโ big quality-of-life win for debugging autonomous agent behavior
- Right-hand preview pane for web pages, files, and tool results
- Built-in voice I/O and file browser
- Session continuity across CLI and desktop with no duplicated state
Under the hood, Hermes does more than chat: it:
- generates reusable skills after completing complex tasks
- maintains persistent memory with cross-session recall
- supports scheduled jobs via natural language
- spawns isolated subagents for parallel work
Read more here:
https://t.co/HiKwthgvCv
@NousResearch
#AI #AutonomousAgents #OpenSource #NousResearch #HermesAgent
This is super cool! Just checked NVIDIA Cosmos 3 this week. Here's what's actually interesting if you build physical AI.
It's an open family of omnimodal world models. One model does physical reasoning, world generation, and action generation. Earlier Cosmos releases needed separate models for each of those.
1) Two towers, one transformerโ Reasoner tower: an autoregressive VLM that reads video, images, and text โ Generator tower: a diffusion path for physics-aware video and actions โ Information flows one way, reasoner โ generator
2) Pick a size for your hardwareโ Cosmos3-Nano: 16B total (dense 8B, Qwen3-VL 8B), runs on workstation GPUs like the RTX PRO 6000 โ Cosmos3-Super: 64B total (dense 32B, Qwen3-VL 32B), targets Hopper and Blackwell datacenters โ A 4B Edge model is planned for a later release
3) What it generatesโ In: text, image, video, action arrays โ Out: image, video, synchronized sound, action states, text โ 256p/480p/720p, 5โ300 frames (default 189 โ 7.9s at 24 FPS), stereo AAC at 48 kHz
4) The benchmark claimsโ Open-source SOTA on R-Bench; leads PAI-Bench, Physics-IQ, and RoboLab โ Top open-source on Artificial Analysis text-to-image and image-to-video โ New HUE eval scores videos with yes/no fact checks across 4 dimensions and 7 domains
5) Fully open โ Checkpoints, six SDG datasets, and training recipes (SFT + action post-training) โ Action modes: forward dynamics, inverse dynamics, policy generation โ Released under OpenMDW-1.1
6) Deployment path is thereโ NIM microservices: Reasoner NIM now, Generator NIM later โ BF16/FP8/NVFP4 quantization, up to 2x speedup with NVFP4 โ vLLM serving plus Efficient Video Sampling (EVS)
Full analysis: https://t.co/7iKDuHn36T
Model Weights: https://t.co/LO7FNe8x6F
GitHub Repo: https://t.co/ncQyNc9PXC
@NVIDIAAI@NVIDIARobotics
This is really Big update from Nous Research: Hermes Desktop is now in public preview.
If youโve followed AI agents at all, Iโd recommend reading about this one. Itโs not just another chat wrapper โ itโs a native, cross-platform front end for Hermes Agent (v0.15.2) running on macOS, Windows, and Linux.
What stood out to me:
- No terminal required for core use, while CLI/TUI parity remains intact
- Streaming tool output and live tool activityโ big quality-of-life win for debugging autonomous agent behavior
- Right-hand preview pane for web pages, files, and tool results
- Built-in voice I/O and file browser
- Session continuity across CLI and desktop with no duplicated state
Under the hood, Hermes does more than chat: it:
- generates reusable skills after completing complex tasks
- maintains persistent memory with cross-session recall
- supports scheduled jobs via natural language
- spawns isolated subagents for parallel work
Read more here:
https://t.co/HiKwthgvCv
@NousResearch
#AI #AutonomousAgents #OpenSource #NousResearch #HermesAgent
This is really Big update from Nous Research: Hermes Desktop is now in public preview.
If youโve followed AI agents at all, Iโd recommend reading about this one. Itโs not just another chat wrapper โ itโs a native, cross-platform front end for Hermes Agent (v0.15.2) running on macOS, Windows, and Linux.
What stood out to me:
- No terminal required for core use, while CLI/TUI parity remains intact
- Streaming tool output and live tool activityโ big quality-of-life win for debugging autonomous agent behavior
- Right-hand preview pane for web pages, files, and tool results
- Built-in voice I/O and file browser
- Session continuity across CLI and desktop with no duplicated state
Under the hood, Hermes does more than chat: it:
- generates reusable skills after completing complex tasks
- maintains persistent memory with cross-session recall
- supports scheduled jobs via natural language
- spawns isolated subagents for parallel work
Read more here:
https://t.co/HiKwthgvCv
@NousResearch
#AI #AutonomousAgents #OpenSource #NousResearch #HermesAgent
This is super cool! Just checked NVIDIA Cosmos 3 this week. Here's what's actually interesting if you build physical AI.
It's an open family of omnimodal world models. One model does physical reasoning, world generation, and action generation. Earlier Cosmos releases needed separate models for each of those.
1) Two towers, one transformerโ Reasoner tower: an autoregressive VLM that reads video, images, and text โ Generator tower: a diffusion path for physics-aware video and actions โ Information flows one way, reasoner โ generator
2) Pick a size for your hardwareโ Cosmos3-Nano: 16B total (dense 8B, Qwen3-VL 8B), runs on workstation GPUs like the RTX PRO 6000 โ Cosmos3-Super: 64B total (dense 32B, Qwen3-VL 32B), targets Hopper and Blackwell datacenters โ A 4B Edge model is planned for a later release
3) What it generatesโ In: text, image, video, action arrays โ Out: image, video, synchronized sound, action states, text โ 256p/480p/720p, 5โ300 frames (default 189 โ 7.9s at 24 FPS), stereo AAC at 48 kHz
4) The benchmark claimsโ Open-source SOTA on R-Bench; leads PAI-Bench, Physics-IQ, and RoboLab โ Top open-source on Artificial Analysis text-to-image and image-to-video โ New HUE eval scores videos with yes/no fact checks across 4 dimensions and 7 domains
5) Fully open โ Checkpoints, six SDG datasets, and training recipes (SFT + action post-training) โ Action modes: forward dynamics, inverse dynamics, policy generation โ Released under OpenMDW-1.1
6) Deployment path is thereโ NIM microservices: Reasoner NIM now, Generator NIM later โ BF16/FP8/NVFP4 quantization, up to 2x speedup with NVFP4 โ vLLM serving plus Efficient Video Sampling (EVS)
Full analysis: https://t.co/7iKDuHn36T
Model Weights: https://t.co/LO7FNe8x6F
GitHub Repo: https://t.co/ncQyNc9PXC
@NVIDIAAI@NVIDIARobotics
This is super cool! Just checked NVIDIA Cosmos 3 this week. Here's what's actually interesting if you build physical AI.
It's an open family of omnimodal world models. One model does physical reasoning, world generation, and action generation. Earlier Cosmos releases needed separate models for each of those.
1) Two towers, one transformerโ Reasoner tower: an autoregressive VLM that reads video, images, and text โ Generator tower: a diffusion path for physics-aware video and actions โ Information flows one way, reasoner โ generator
2) Pick a size for your hardwareโ Cosmos3-Nano: 16B total (dense 8B, Qwen3-VL 8B), runs on workstation GPUs like the RTX PRO 6000 โ Cosmos3-Super: 64B total (dense 32B, Qwen3-VL 32B), targets Hopper and Blackwell datacenters โ A 4B Edge model is planned for a later release
3) What it generatesโ In: text, image, video, action arrays โ Out: image, video, synchronized sound, action states, text โ 256p/480p/720p, 5โ300 frames (default 189 โ 7.9s at 24 FPS), stereo AAC at 48 kHz
4) The benchmark claimsโ Open-source SOTA on R-Bench; leads PAI-Bench, Physics-IQ, and RoboLab โ Top open-source on Artificial Analysis text-to-image and image-to-video โ New HUE eval scores videos with yes/no fact checks across 4 dimensions and 7 domains
5) Fully open โ Checkpoints, six SDG datasets, and training recipes (SFT + action post-training) โ Action modes: forward dynamics, inverse dynamics, policy generation โ Released under OpenMDW-1.1
6) Deployment path is thereโ NIM microservices: Reasoner NIM now, Generator NIM later โ BF16/FP8/NVFP4 quantization, up to 2x speedup with NVFP4 โ vLLM serving plus Efficient Video Sampling (EVS)
Full analysis: https://t.co/7iKDuHn36T
Model Weights: https://t.co/LO7FNe8x6F
GitHub Repo: https://t.co/ncQyNc9PXC
@NVIDIAAI@NVIDIARobotics
This is super cool! Just checked NVIDIA Cosmos 3 this week. Here's what's actually interesting if you build physical AI.
It's an open family of omnimodal world models. One model does physical reasoning, world generation, and action generation. Earlier Cosmos releases needed separate models for each of those.
1) Two towers, one transformerโ Reasoner tower: an autoregressive VLM that reads video, images, and text โ Generator tower: a diffusion path for physics-aware video and actions โ Information flows one way, reasoner โ generator
2) Pick a size for your hardwareโ Cosmos3-Nano: 16B total (dense 8B, Qwen3-VL 8B), runs on workstation GPUs like the RTX PRO 6000 โ Cosmos3-Super: 64B total (dense 32B, Qwen3-VL 32B), targets Hopper and Blackwell datacenters โ A 4B Edge model is planned for a later release
3) What it generatesโ In: text, image, video, action arrays โ Out: image, video, synchronized sound, action states, text โ 256p/480p/720p, 5โ300 frames (default 189 โ 7.9s at 24 FPS), stereo AAC at 48 kHz
4) The benchmark claimsโ Open-source SOTA on R-Bench; leads PAI-Bench, Physics-IQ, and RoboLab โ Top open-source on Artificial Analysis text-to-image and image-to-video โ New HUE eval scores videos with yes/no fact checks across 4 dimensions and 7 domains
5) Fully open โ Checkpoints, six SDG datasets, and training recipes (SFT + action post-training) โ Action modes: forward dynamics, inverse dynamics, policy generation โ Released under OpenMDW-1.1
6) Deployment path is thereโ NIM microservices: Reasoner NIM now, Generator NIM later โ BF16/FP8/NVFP4 quantization, up to 2x speedup with NVFP4 โ vLLM serving plus Efficient Video Sampling (EVS)
Full analysis: https://t.co/7iKDuHn36T
Model Weights: https://t.co/LO7FNe8x6F
GitHub Repo: https://t.co/ncQyNc9PXC
@NVIDIAAI@NVIDIARobotics
This is super cool! Just checked NVIDIA Cosmos 3 this week. Here's what's actually interesting if you build physical AI.
It's an open family of omnimodal world models. One model does physical reasoning, world generation, and action generation. Earlier Cosmos releases needed separate models for each of those.
1) Two towers, one transformerโ Reasoner tower: an autoregressive VLM that reads video, images, and text โ Generator tower: a diffusion path for physics-aware video and actions โ Information flows one way, reasoner โ generator
2) Pick a size for your hardwareโ Cosmos3-Nano: 16B total (dense 8B, Qwen3-VL 8B), runs on workstation GPUs like the RTX PRO 6000 โ Cosmos3-Super: 64B total (dense 32B, Qwen3-VL 32B), targets Hopper and Blackwell datacenters โ A 4B Edge model is planned for a later release
3) What it generatesโ In: text, image, video, action arrays โ Out: image, video, synchronized sound, action states, text โ 256p/480p/720p, 5โ300 frames (default 189 โ 7.9s at 24 FPS), stereo AAC at 48 kHz
4) The benchmark claimsโ Open-source SOTA on R-Bench; leads PAI-Bench, Physics-IQ, and RoboLab โ Top open-source on Artificial Analysis text-to-image and image-to-video โ New HUE eval scores videos with yes/no fact checks across 4 dimensions and 7 domains
5) Fully open โ Checkpoints, six SDG datasets, and training recipes (SFT + action post-training) โ Action modes: forward dynamics, inverse dynamics, policy generation โ Released under OpenMDW-1.1
6) Deployment path is thereโ NIM microservices: Reasoner NIM now, Generator NIM later โ BF16/FP8/NVFP4 quantization, up to 2x speedup with NVFP4 โ vLLM serving plus Efficient Video Sampling (EVS)
Full analysis: https://t.co/7iKDuHn36T
Model Weights: https://t.co/LO7FNe8x6F
GitHub Repo: https://t.co/ncQyNc9PXC
@NVIDIAAI@NVIDIARobotics
TinyFish just open-sourced BigSet โ a multi-agent system that builds structured datasets from a single plain-English sentence.
You type: "YC companies that are currently hiring engineers, with their funding stage, location, and number of open roles."
That's the input. That's it.
Here's what actually happens under the hood:
1. Schema Inference (Claude Sonnet via OpenRouter)
- Infers column names, data types, and primary keys before any web access
2. Orchestrator Agent (Qwen via OpenRouter)
- Runs broad discovery via TinyFish Search to identify which entities exist and where to find them
3. Sub-Agent Fan-Out
- One isolated sub-agent per entity, running in parallel
- Each agent is capped at 6 tool calls โ fetch, search, insert, done
- Dataset ID is baked into a JS closure invisible to the LLM โ prompt injection can't redirect writes
4. Export
- Primary key deduplication across all agents
- Source attribution per row
- Download as CSV or XLSX
The refresh part is what makes it useful long-term. Set it to 30 min, 6 hours, daily, or weekly โ the agents re-run automatically. Your dataset stays current without re-running anything manually.
I have personally tested BigSet and covered the full setup walkthrough โ clone to first dataset โ including all env vars, make commands, and the security architecture.
Here is the full analysis: https://t.co/lJMVFngeuL
GitHub: https://t.co/8dL7kQdsyc
@Tiny_Fish #ai #aiagent #dataset
JetBrains just open-sourced Mellum2. Here's what's actually interesting about it.
It's a 12B Mixture-of-Experts model, but only 2.5B parameters are active per token. The whole design is built around being a fast component inside larger systems, not a frontier model replacement.
JetBrains calls this a "focal model" philosophy. The idea: not every step in an AI pipeline needs your biggest model. Routing, summarization, validation โ these are high-frequency and latency-sensitive. A small specialized model handles them efficiently while the frontier model does the heavy lifting.
1. The architectureโ 12B total parameters, 2.5B active per token (64 experts, 8 activated) โ Per-token compute equals a 2.5B dense model โ Multi-Token Prediction head doubles as a built-in draft model for speculative decoding โ 131,072 token context window
2. The trainingโ ~10.6 trillion tokens across a three-phase curriculum โ Muon optimizer under FP8 hybrid precision โ Context extended to 128K via layer-selective YaRN โ Post-trained with SFT then RLVR
3. The releaseโ Apache 2.0 license โ commercial use, fine-tuning, self-hosting all permitted โ Six checkpoints: base, SFT, and RL-tuned Instruct and Thinking variants โ vLLM support with tool-calling
Benchmarks: Mellum2 posts a strong EvalPlus (78.4) and competitive BFCL v3 (66.3) against models up to 14B. It trails larger comparisons on LiveCodeBench v6 and GPQA Diamond. That tradeoff is the point โ this is a model for component roles, not a general-purpose leaderboard chase.
I covered the full architecture, benchmark tables, and deployment details on Marktechpost: https://t.co/TY2QcCFxYM
Model Weights: https://t.co/pvxT8s5AMD
Technical details: https://t.co/pvxT8s5AMD
@jetbrains@nv_pavlichenko #opensource #ai #llms
TinyFish just open-sourced BigSet โ a multi-agent system that builds structured datasets from a single plain-English sentence.
You type: "YC companies that are currently hiring engineers, with their funding stage, location, and number of open roles."
That's the input. That's it.
Here's what actually happens under the hood:
1. Schema Inference (Claude Sonnet via OpenRouter)
- Infers column names, data types, and primary keys before any web access
2. Orchestrator Agent (Qwen via OpenRouter)
- Runs broad discovery via TinyFish Search to identify which entities exist and where to find them
3. Sub-Agent Fan-Out
- One isolated sub-agent per entity, running in parallel
- Each agent is capped at 6 tool calls โ fetch, search, insert, done
- Dataset ID is baked into a JS closure invisible to the LLM โ prompt injection can't redirect writes
4. Export
- Primary key deduplication across all agents
- Source attribution per row
- Download as CSV or XLSX
The refresh part is what makes it useful long-term. Set it to 30 min, 6 hours, daily, or weekly โ the agents re-run automatically. Your dataset stays current without re-running anything manually.
I have personally tested BigSet and covered the full setup walkthrough โ clone to first dataset โ including all env vars, make commands, and the security architecture.
Here is the full analysis: https://t.co/lJMVFngeuL
GitHub: https://t.co/8dL7kQdsyc
@Tiny_Fish #ai #aiagent #dataset
What if you and your agent had all the data that always stays fresh?
Structured, on demand, never stale.
Introducing BigSet.
Describe the data you need in plain English โ get a structured dataset built from the live web, that refreshes regularly.
It's live and open-source.
MiniMax just released MiniMax M3 โ and the architecture change alone is worth paying attention to.
The most important element in it is MSA (MiniMax Sparse Attention). At 1 million tokens of context, M3's per-token compute is 1/20th of the previous generation. That's more than 9ร faster prefill and more than 15ร faster decoding at that context length. This is a meaningful infrastructure shift for devs running full-codebase agents or long-document pipelines
Here's what's actually interesting about MiniMax M3:
1. Native multimodality from step 0 โ Text, image, and video trained together from the start โ not added post-training โ Training data scaled to the order of 100 trillion tokens using interleaved formats โ Supports image input, video input, and desktop computer operation
2. Coding benchmarks โ 59.0% on SWE-Bench Pro (surpasses GPT-5.5 and Gemini 3.1 Pro) โ 66.0% on Terminal-Bench 2.1 โ 74.2% on MCP Atlas โ 70.06% on OSWorld-Verified for computer use
3. Long-horizon autonomous iteration โ M3 optimized an FP8 GEMM kernel on NVIDIA Hopper GPUs over 24 hours โ 147 benchmark submissions, 1,959 tool calls, zero human intervention โ Improved Hopper FP8 peak utilization from 7.6% to 71.3% โ a 9.4ร speedup
4. Access โ API is live today at https://t.co/lrrwMPgq6B โ Open weights and technical report committed within 10 days โ Token Plan starts at $20/month (~1.7B M3 tokens)
One thing to closely watch: PostTrainBench โ the task of autonomously training models from scratch โ scored 0.37, below Opus 4.7 (0.42) and GPT-5.5 (0.39). Worth keeping in context when evaluating M3 for ML research automation specifically.
I covered the full technical breakdown: https://t.co/yxLeIRjK6T
Details: https://t.co/ephFkY2Ec5
@MiniMax_AI