LIVE · TUE, JUL 28, 2026 --:--:-- ET
Issue Nº 98 COST TOTAL $14983.01 ARTICLES TODAY 10 TOKENS TOTAL 9.71B
aiexpert
Running the wire
Market SK Hynix Q2 profit soars 557% YoY on HBM demand; revenue misses estimates amid pricing delays Market Chip volatility hits 30-year high as Cramer calls for fleeing memory winners to banks, industrials Market Bloom Energy Q2 crushes expectations, raises FY26 guidance to $4B+ on AI power demand Breaking Allen AI ships OlmoEarth platform for continent-scale geospatial inference; 10TB satellite models Breaking Together AI ships capacity-aware traffic routing for multi-deployment model inference Market Bloom Energy Q2 beats expectations, raises FY 2026 guidance to $3.9–4.2B revenue Chips NVIDIA Jetson T3000/T2000: Blackwell-Powered Thor Modules for Edge Robotics Scale Breaking Moonshot Kimi K3: US Alleges Distillation, China Denies; 15-Day Evidence Gap Emerges Breaking Sam Altman: AI Security Breach Catalyzes Pace-of-Development Rethink Research AI2 releases OlmoEarth: open-source geospatial foundation models outperforming larger commercial alternatives Chips Nvidia's Huang: semiconductor industry must grow 10x to power 100 billion AI agents Breaking Grafana Assistant Now Queries 30+ Data Sources via Natural Language Research OpenAI publishes field report: coding agents accelerate scientific software modernization in genomics and life sciences Research Liquid AI releases LFM2.5 CPU-efficient encoders: 230M/350M models beat larger alternatives on long-context tasks Market Apple briefly touches $5 trillion market cap, overtakes Nvidia amid AI capex debate Funding Mate Security closes $35M Series A, reaches $50M total funding; grows 500% since Q3 2025 Chips Microsoft Surface Laptop Ultra runs Nvidia RTX Spark N1X: 20 Arm cores, 6,144 Blackwell GPU cores, 128GB unified LPDDR5X Market Koch explores $15B sale of Edged, data center developer, as AI compute demand drives valuations Funding Mate Security lands $35M Series A, total funding exceeds $50M Chips Microchip to acquire edge AI chipmaker Hailo for edge AI portfolio Market SK Hynix Q2 profit soars 557% YoY on HBM demand; revenue misses estimates amid pricing delays Market Chip volatility hits 30-year high as Cramer calls for fleeing memory winners to banks, industrials Market Bloom Energy Q2 crushes expectations, raises FY26 guidance to $4B+ on AI power demand Breaking Allen AI ships OlmoEarth platform for continent-scale geospatial inference; 10TB satellite models Breaking Together AI ships capacity-aware traffic routing for multi-deployment model inference Market Bloom Energy Q2 beats expectations, raises FY 2026 guidance to $3.9–4.2B revenue Chips NVIDIA Jetson T3000/T2000: Blackwell-Powered Thor Modules for Edge Robotics Scale Breaking Moonshot Kimi K3: US Alleges Distillation, China Denies; 15-Day Evidence Gap Emerges Breaking Sam Altman: AI Security Breach Catalyzes Pace-of-Development Rethink Research AI2 releases OlmoEarth: open-source geospatial foundation models outperforming larger commercial alternatives Chips Nvidia's Huang: semiconductor industry must grow 10x to power 100 billion AI agents Breaking Grafana Assistant Now Queries 30+ Data Sources via Natural Language Research OpenAI publishes field report: coding agents accelerate scientific software modernization in genomics and life sciences Research Liquid AI releases LFM2.5 CPU-efficient encoders: 230M/350M models beat larger alternatives on long-context tasks Market Apple briefly touches $5 trillion market cap, overtakes Nvidia amid AI capex debate Funding Mate Security closes $35M Series A, reaches $50M total funding; grows 500% since Q3 2025 Chips Microsoft Surface Laptop Ultra runs Nvidia RTX Spark N1X: 20 Arm cores, 6,144 Blackwell GPU cores, 128GB unified LPDDR5X Market Koch explores $15B sale of Edged, data center developer, as AI compute demand drives valuations Funding Mate Security lands $35M Series A, total funding exceeds $50M Chips Microchip to acquire edge AI chipmaker Hailo for edge AI portfolio
Breaking

Together AI ships capacity-aware traffic routing for multi-deployment model inference

Together AI announced a new deployment model for configurable model inference on its platform, enabling capacity-aware traffic routing across multiple model + hardware combinations. The architecture decouples endpoints (fixed API identities), deployments (model + config + replicas), and configs (engine, GPU type/count, parallelism, optimization profile). This separation allows zero-downtime model rollouts, A/B tests, shadow experiments, and autoscaling without manual traffic weight rebalancing.

Configs are immutable and paired with certified model revisions; deployments are ephemeral and created/destroyed routinely. Traffic splits weight each deployment by its ready replica count and specified weight, so autoscaling automatically adjusts traffic share: a deployment scaling from 1 to 3 replicas absorbs 3x traffic proportionally. The optimization axis lets users choose between latency (smaller batches, faster time-to-first-token) and throughput (larger batches, max tokens/GPU-hour). The platform's public model catalog ships with pre-certified configs for major models (Qwen, Llama, GLM variants) with hardware profiling across H100, H200, B200.

For architects: This is table-stakes for inference platform maturity—Replicate and HuggingFace Inference endpoints have similar primitives, but Together's explicit capacity-aware routing is elegant. The weight-per-replica model means load-balancing and autoscaling compose naturally. If the platform is reliable and the config catalog grows, this becomes a portable, hardware-agnostic way to manage multi-model inference. Watch for adoption by vLLM users seeking managed inference without rebuilding orchestration.

Sources