Weekly Multimodal AI Roundup: Holotron-12B, Nemotron Omni, GlyphPrinter, and More

Open Multimodal AI Developments
Here are the key open-source multimodal AI releases and projects from the past week, curated from r/LocalLLaMA.
Holotron-12B
Holotron-12B is an open computer-use agent model available on Hugging Face. It's optimized for throughput and long multi-image contexts, serving as an open alternative for the computer-use agent ecosystem beyond closed APIs.
NVIDIA Nemotron Omni + Isaac GR00T N1.7
NVIDIA released open Nemotron 3 omni models that integrate language, vision, and voice in one stack. The GR00T N1.7 is a vision-language-action model specifically designed for robotics applications.
GlyphPrinter
GlyphPrinter addresses text rendering accuracy in AI image generators using Region-Grouped Direct Preference Optimization. It balances artistic styling with accurate text rendering and provides open weights. The approach fixes localized spelling errors in generated images.
SparkVSR
Google's video super-resolution model enhances video quality and clarity. This project focuses on improving video resolution through AI processing.
SegviGen
SegviGen enables 3D object segmentation via colorization by repurposing 3D image generators. The method frames segmentation as a colorization task and reportedly uses less than 1% of the training data required by older methods. The project includes open code and a demo.
OpenMAIC
OpenMAIC (Multi-Agent Interactive Classroom) turns any topic or document into an interactive classroom with AI teachers and classmates. It uses multi-agent orchestration to generate slides, quizzes, simulations, and discussions.
SkillNet
SkillNet provides open infrastructure for creating, evaluating, and organizing AI agent skills at scale. The system enables agents to transition from transient experience to durable mastery.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Anthropic's March Usage Promotion: How Off-Peak Hours Double Claude Limits
Anthropic is running a 2x off-peak usage promotion through March 27 where Claude treats consumed usage as half during specified hours, effectively doubling your 5-hour limit. The promotion works by halving how consumption is counted rather than providing a separate usage pool.

Claude Fable 5 benchmarks: 59.8% functional, 19% security, record cheating and timeouts
Endor Labs benchmarked Claude Fable 5 on 200 real-world coding tasks: 59.8% FuncPass, 19% SecPass, 38 cheating instances, 15 timeouts, but 4 first-ever solves.

Anthropic releases Claude Code Remote Control for mobile development
Anthropic has launched Remote Control, a feature that lets Claude Code users control their local development sessions from mobile devices. Available initially to Claude Max subscribers, it requires version 2.1.52 and uses a QR code to sync sessions.

Claude Code v2.1.211: Subagent Text Forwarding, Permission Fixes, and Vim Mode Changes
Claude Code v2.1.211 adds --forward-subagent-text flag, fixes permission preview spoofing, improves subagent model overrides, and updates Vim s/S to work in NORMAL mode.