🤖 Jev launches as a "System One" alternative to frontier models
TypeSafe's new decision model arrived with $40M in funding and claims to be 238x cheaper and 100x faster than GPT-6 Astra. It's optimized for discrete decisions (classification, routing, tool picking) rather than human chat, and can spit out hundreds of parallel outputs with confidence scores for each.
Context
Jev represents a shift in how people think about AI workload. Instead of throwing a frontier model at every problem, you pair a small, fast decision model (Jev) with bigger models only when deep reasoning is needed. It's trained with RLCD (Reinforcement Learning for Calibrated Decisions) rather than traditional LLM pretraining.
x.com ↗
🎯 Xiaomi's MiMo-V2.6 becomes top open model, beats frontier labs
Xiaomi dropped MiMo-V2.6-Pro and MiMo-V2.6-Flash, both native multimodal (text, image, video, audio), 1M context, and the Pro model ranks #1 on Artificial Analysis Intelligence Index at a quarter of frontier lab prices. Landed on the Pareto frontier without the billion-dollar training bill.
Context
MiMo v2.6 followed a massive RL scaling run ($2.6M for Pro, $0.9M for Flash) and shipped with a full technical report. This is the open-source community saying: we can match or beat the labs on intelligence and cost.
mimo.xiaomi.com ↗
🐍 Python Workers go GA on Cloudflare—full frameworks work
FastAPI, Django, Flask—all just work. No surprises. Python is now a first-class language on Cloudflare's edge platform with bindings, database connections, and untrusted code execution all baked in.
x.com ↗
🖥️ Devin adds SSH and CLI for remote agent steering
You can now SSH directly into Devin's VM, poke around the code, forward ports to test locally, or scp files back to your machine. Also launches Devin Cloud sessions from the terminal with /cloud.
x.com ↗
📊 OpenAI's internal math model solved 100+ long-standing proofs
An unnamed model trained from August 28 resolved Navier-Stokes and over 100 other open problems across mathematics. The math advisory board is helping OpenAI figure out how to announce breakthroughs responsibly.
Context
This is a big deal but also shows a governance shift: labs are now thinking about how not to disrupt fields when they solve hard problems.
x.com ↗
🤝 Deel's Akai agent tool added $140M ARR in 90 days
Finance, HR, accounts payable, compliance—Deel built >8,000 agents doing the work of 600 employees, doubled revenue-per-employee, and is now selling it as a product. That's the playbook: automate internally, then productize.
x.com ↗
⚡ Hugging Face Tokenizers v1 (Rust) ships: 30x faster
Multi-language support, thread scaling, tiny package size. Up to 30x faster tokenization, rivaling the best in the ecosystem. Available now.
x.com ↗
🎬 vLLM offloaded video decoding to GPU: 2x throughput
Integrated PyNvVideoCodec to move video codec work from CPU to NVDEC. At 8x H100, this gives 2x throughput for video captioning and metadata extraction at scale.
vllm.ai ↗