microsoft
The '70% of Cloud AI Revenue Comes From OpenAI and Anthropic' Figure Is Not Derivable News
A widely shared claim that most of Amazon, Microsoft and Google's AI revenue circles back from OpenAI and Anthropic rests on anonymous-source estimates, mismatched fiscal quarters and, for Google, an admission that the number cannot be calculated at all.
Microsoft lets the video codec pick which pixels the model sees News
Microsoft's Mage-VL reuses a video file's own compression decisions to choose which image patches a vision model processes, cutting visual tokens by over 75% and reporting up to a 3.5x speedup over uniform frame sampling.
The open-weights industry letter grew from 25 names to 35 - and OpenAI is on it News
A cross-industry statement titled Open Weights and American AI Leadership now lists 35 signatories on its live Microsoft-hosted page, including OpenAI, Nous Research, GitHub and Cisco, contradicting the widely shared claim that OpenAI declined to sign.
A Chinese open-weight model is now shipping inside GitHub Copilot News
GitHub has made Moonshot AI's Kimi K2.7 Code generally available as a selectable model in GitHub Copilot, hosting the Chinese-developed open weights on US Azure infrastructure so prompts never reach Moonshot, while a viral claim that Microsoft is secretly testing the newer Kimi K3 remains unconfirmed.
Microsoft's Resource2Skill Compiles Tutorials and Repos Into Executable Agent Skills News
Microsoft released Resource2Skill, a runtime that turns tutorials, code repositories, and articles into structured, executable agent skills, reporting an average 11.9-point performance lift.
Nadella calls it 'ironic' that AI labs train on the world but restrict everyone else from learning back News
Microsoft CEO Satya Nadella published an essay arguing that in the AI era buyers pay twice -- once in money, once in the proprietary knowledge they must reveal to use a model -- and called it ironic that labs claim fair-use training rights while restricting distillation.
Microsoft's Flint gives AI agents a reliable way to make charts News
Microsoft open-sourced Flint, a compact chart specification language that lets AI agents describe a visualization in structured JSON and compile it reliably to Vega-Lite, ECharts, or Chart.js, instead of hand-writing brittle plotting code.
Microsoft Starts a 2.5 Billion Dollar Company Just to Get Businesses Using AI News
Microsoft launched a new business called Frontier Company, backed by a $2.5 billion investment and staffed by roughly 6,000 people, whose sole job is deploying AI inside client organizations rather than just selling software or consulting on it.
Microsoft's new memory system lets AI agents remember more by storing less News
Memora keeps the rich detail of a conversation but searches it using tiny six-word labels, cutting the cost of remembering by up to 98 percent. The code is public.
Microsoft's CEO Says the AI Industry Has Not Earned the Right to Do This News
In a Wall Street Journal interview, Satya Nadella named OpenAI and Anthropic -- two companies Microsoft has poured billions into -- and warned that an economy reshaped by a handful of AI models will not survive politically.
bitnet.cpp Tool
Microsoft's official inference framework for 1.58-bit ternary language models, built on llama.cpp with optimized CPU and GPU kernels for running very heavily compressed models on ordinary hardware.
Microsoft Memora Tool
Open-source memory system for AI agents that stores rich content but searches it via tiny abstraction labels and cue anchors, cutting token cost on long-horizon tasks. Includes a distillable retriever.
Mage-VL Tool
Microsoft's codec-native multimodal model that reuses a video file's own bit allocation to pick visual tokens, reporting over 75% fewer tokens and up to 3.5x faster inference than uniform frame sampling. Works with H.264, HEVC and DCVC-RT.