June 2026.2
This week brings a nice mix of local AI, practical machine learning, desktop development, and internet culture. We got a new multimodal model that can run on consumer hardware, a pragmatic look at preparing ML systems for the EU AI Act, reassuring news for Flutter developers, and a reminder that developers will always find a way to consume every available token.
๐ Story 1: Introducing Gemma 4 12B: a unified, encoder-free multimodal model
blog.google ยท Read
Google introduced Gemma 4 12B, a new multimodal model that sits between the smaller E4B model and the larger 26B MoE variant.
What makes it particularly interesting is the balance between performance and hardware requirements. Google claims performance close to the larger 26B model while requiring roughly 16 GB of VRAM or unified memory, making it practical to run on modern consumer hardware.
The model is encoder-free for multimodal inputs, meaning images and audio are processed directly by the model architecture rather than through separate encoders. It also supports Multi-Token Prediction (MTP), which helps improve generation speed and responsiveness.
The local AI ecosystem moved quickly. Gemma 4 12B is already available through Ollama, LM Studio, llama.cpp, Hugging Face, MLX, vLLM, and several other projects.
๐ฌ HN Discussion
The Hacker News discussion focused heavily on real-world deployment. Developers compared quantization strategies, memory requirements, and whether the model really delivers performance close to its larger sibling.
๐ Story 2: Your ML Pipeline Meets the EU AI Act PyData London 2026
gabriellipnik.at ยท Read
My colleague Gabriel Lipnik gave a talk at PyData London 2026 on a topic many machine learning teams are beginning to ask about:
What does the EU AI Act actually mean for machine learning engineers?
Rather than focusing on legal interpretation, the talk maps AI Act requirements directly onto the ML lifecycle. Data collection, training, evaluation, deployment, monitoring, documentation, and traceability all become part of the conversation.
The highlight is the accompanying AI Act readiness checklist available in the published resources. Even if you're not currently building systems that fall under regulatory scrutiny, the checklist serves as a useful review of engineering practices that make ML systems easier to understand, maintain, and audit.
๐ Story 3: Canonical takes over Flutter desktop maintenance & roadmap
omgubuntu.co.uk ยท Read
During Google I/O 2026 it was announced that responsibility for Flutter's desktop platforms will move to Canonical, the company behind Ubuntu.
Canonical has already been one of the largest contributors to Flutter Desktop, particularly on Linux where Flutter powers several Ubuntu applications and installer experiences. The announcement formalizes that relationship and gives Flutter Desktop a dedicated maintainer.
For Flutter developers this is likely good news. Rather than desktop support being a small piece of Google's broader Flutter roadmap, it now has a team whose day-to-day work depends on shipping high-quality desktop software.
๐ฌ Community Moment
The Great Reset
https://www.reddit.com/r/codex/comments/1tw7ya7/the_great_reset/OpenAI Codex users found themselves celebrating another unexpected usage reset this week, resulting in a flood of memes, screenshots, and quota-speedrunning stories on Reddit.
๐ ๏ธ Projects Worth Checking Out
- Varlock - AI-safe .env files
- GitHub - livekit/agents: A framework for building realtime voice AI agents ๐ค๐๏ธ๐น
- GitHub - lemonade-sdk/lemonade: Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs.
- Odysseus โ A Self-Hosted AI Workspace
- GitHub - rohitg00/agentmemory: #1 Persistent memory for AI coding agents based on real-world benchmarks