Microsoft releases Phi-4-reasoning-vision-15B multimodal model with training insights

Model overview and availability
Phi-4-reasoning-vision-15B is a 15 billion parameter open-weight multimodal reasoning model that's available through Microsoft Foundry, HuggingFace, and GitHub. It's designed as a compact model that balances reasoning power, efficiency, and training data needs.
Capabilities and performance
The model handles a wide array of vision-language tasks including image captioning, asking questions about images, reading documents and receipts, helping with homework, and inferring about changes in sequences of images. It particularly excels at math and science reasoning and at understanding and grounding elements on computer and mobile screens.
Performance benchmarks show competitive results compared to slower models that require ten times or more compute-time and tokens, with better accuracy than similarly fast models for math and science reasoning. Benchmarks used include ChartQA_TEST, MathVista_MINI, MMMU_VAL, and ScreenSpot_v2.
Training approach and efficiency
The model was trained with just 200 billion tokens of multimodal data, leveraging Phi-4-reasoning (trained with 16 billion tokens) based on Phi-4 (400 billion unique tokens). This compares to more than 1 trillion tokens used for training other multimodal models like Qwen 2.5 VL, Qwen 3 VL, Kimi-VL, and Gemma3.
Microsoft emphasizes careful architecture choices, rigorous data curation, and using a mixture of reasoning and non-reasoning data as key lessons from training this model. The approach aims to push the pareto-frontier of the tradeoff between accuracy and compute costs.
Target use cases
The model is intended for resource-constrained or interactive settings where smaller, faster vision-language models are needed. It's lightweight enough to run on modest hardware while maintaining structured reasoning capabilities.
📖 Read the full source: HN AI Agents
👀 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.

Benchmarks Show Distilled Models Match Frontier LLMs on Structured Tasks at 10x Lower Cost
A comprehensive comparison of small distilled Qwen3 models (0.6B to 8B) against frontier LLMs shows distilled models match or beat mid-tier frontier models on 6 out of 9 tasks at dramatically lower cost, with Text2SQL achieving 98.0% accuracy at $3/M requests versus $378 for Claude Haiku.

Attentional Gating: The Challenge of Selective Forgetting in AI Memory Systems
A developer building a five-layer memory system for an OpenClaw bot identifies a key limitation: current approaches focus on recall but lack mechanisms for suppressing irrelevant information during focused tasks, similar to human attentional gating.

Claude Code CC 2.1.124 and 2.1.126: File Modification Budget Exceeded Reminder, Harness Instructions Update, REPL Awaits Clarification, and Malware Analysis Reminder Removed
CC 2.1.124 adds a system reminder for file changes omitted due to budget limits, updates harness instructions with explicit insertion points, and clarifies REPL auto-await behavior. CC 2.1.126 removes the malware analysis post-read reminder.