infrastructure & runtime
Top in infrastructure & runtime
daVinci-kernel shifts the RL kernel bottleneck from reward shaping to skill libraries
The daVinci-kernel preprint argues RL-tuned CUDA kernels plateau because skill libraries are mis-architected, not because rewards are mis-shaped. It co-evolves skill.
infraCalibrated LLM Monitoring: Conformal Prediction with Drift Detection
A cloud-native architecture packages conformal prediction as a sub-2ms microservice to replace raw logprob confidence with finite-sample coverage guarantees, gated by.
Cloudflare AI Crawler Controls: Block, Charge, or Allow Bots Per Route
Cloudflare ships per-route AI crawler controls for Search, Agent, and Training bots. Site owners must model pay-per-crawl yield against ad inventory and measure Agent.
infraPostgres LISTEN/NOTIFY Scales: When to Drop Redis for Job Fan-Out
DBOS benchmarks suggest Postgres LISTEN/NOTIFY handles high fan-out, but the 2026-07-24 data remains unverified. Use durable queues for small payloads, but keep Redis for.
infraTailscale on Azure: Measure Direct vs DERP Routing to Control Latency and Egress
Tailscale on Azure VMs silently falls back to DERP relays when direct paths fail, adding latency and egress costs. Measure direct success rates to avoid hidden bills.
infraAccelerate vs Megatron Core: The Model Size Curve for Distributed Training
Accelerate simplifies FSDP and DeepSpeed for 7B to 70B models. Megatron Core delivers higher MFU for 400B+ training. The ND-Parallel feature remains unverified.
infraWhy cgroups, not permission prompts, bound AI agent CPU and memory
AgentCgroup shows tool calls drive 15.4x memory spikes. Framework prompts gate actions but do not limit CPU or memory. Wrap agent process trees in cgroups to prevent OOM.
infravLLM Configs Shift Energy, Latency, and Accuracy: A 9,000-Run Study
A 9,000-run study shows vLLM attention kernels and prefix caching shift energy, latency, and accuracy. Benchmark configs per workload before production.
- jul 19infraAWS Estimated Billing Was Off by $1.7B: Reconciling Actual Cloud Spend
- jul 19infraCloudflare Attribution vs Custom Logs: The Per-Path AI Crawler Decision
- jul 18infraSpectral Compute CUDA Translation: vLLM Procurement vs Porting Cost
- jul 18infraRunning MiniCPM-V-4.6 on Fermi: What 6 GB of VRAM Forces
- jul 17infraLLM Inference Without a GPU: Pure CPU vs Hybrid CPU-GPU Scheduling
- jul 17infraRL-Found CUDA Kernels Beat cuBLAS: Kernel Tuning Shifts to Reward Design
- jul 15infrapgvector vs Pinecone vs Qdrant: Picking a Vector Database in 2026
- jul 14infraOllama vs LM Studio: Picking a Local LLM Runtime in 2026
- jul 14infraBeyond Quantization: LLM Efficiency Is Now a Memory-Bandwidth Problem
- jul 13infraHow Sparse LLM Weights Cut GPU Inference Cost Without Quantization
- jul 11infraGLM-5.2: vLLM Int4 Drops MTP Without Patches, SGLang FP8/NVFP4 Keeps It
- jul 11infraServing DeepSeek on Azure: Compliance Without Owning the GPU Fleet
- jul 10infraVercel Makes WAF Mitigated Traffic Free: Recompute Your Edge Cost Model
- jul 10infraGLM 5.2 Hosting Compared: Vercel AI Gateway vs Self-Hosted vLLM
- jul 10infraCloudflare DMARC Management GA: What to Configure Before p=reject
- jul 09infraClaude Code Permissions vs OS Privilege Isolation: What the Gap Costs
- jul 09infraLLM Memory Without the RAM: What SSD-Backed Paging Actually Costs
- jul 09infraTriton Kernels Pass Tests but Run Slow: The GPU Kernel Eval Gap
- jul 09infraVercel Edge Config: What Global Feature Flags Actually Cost at the Edge
- jul 09infraServerless GPU Inference on GCP: What the Cold Starts Actually Cost
- jul 09infraVercel In-Function Concurrency: What It Changes for Stateful Node.js
- jul 09infraRunning LLMs on AMD GPUs With ROCm: What Actually Works
- jul 08infraCloudflare Meerkat: What Globally Distributed Consensus Costs at the Edge
- jul 08infraVercel CDN Now Honors External Origin Cache-Control: Audit Your Headers
- jul 08infraAI Found Real Bugs in Cloudflare's Circl Crypto Library
- jul 08infraPruning RAG Context: What to Cut Before the LLM Sees It
- jul 08infraCloudflare's x402 Gateway: What Per-Request API Billing Actually Needs
- jun 30infraDoubao 2.1 Pro: What 180 Trillion Daily Tokens Means for Inference Infrastructure
- jun 30infraEvery CUDA Kernel Pays a Launch Tax: The Host-to-Device Walkthrough
- jun 29infraVercel Montreal Region: Audit Residency Before You Migrate
- jun 29infraGLM-5.2 on vLLM and Ascend: Open Weights Beyond NVIDIA
- jun 28infraHow Vercel Runs Its Own CDN in Front of Discourse: A Self-Dogfooding Case Study
- jun 28infraVercel Runtime Logs Surface CDN Cache Hits, Not the Eviction Cause
- jun 28infraMultimodal Knowledge Graph RAG vs Vector RAG: What MKG-RAG-Bench Shows
- jun 28infraVercel Observability Now Tracks Redirects and Rewrites Beside Function Errors
- jun 28infraCloudflare Workflows Saga Rollbacks: Compensating Actions in Serverless Orchestration
- jun 27infraStatic Corpus RAG: The Bible Case for Separating Churn from Algorithm Complexity
- jun 27infraVercel's KIKO Milano Black Friday Case Study: What the Scaling Claims Skip
- jun 27infraVercel Postgres vs Neon vs Supabase: When the Bundled DB Wins
- jun 27infraFine-Tuning a 20B LLM With RLHF on a 24GB GPU: What Fits
- jun 27infraVercel Flat Rate CDN Beta: Break-Even Math for Spiky Workloads, Tax for the Rest
- jun 26infraWhere DeepSeek Weights Actually Run on Vercel's AI Gateway
- jun 26infraVercel's Anti-Lock-In Pitch: What the Open-Source Bet Still Locks In
- jun 26infraVercel Adds Tag-Based CDN Cache Invalidation: Surrogate Keys at the Edge
- jun 26infraGLM 5.2 Fast on Vercel AI Gateway: What Routing Through Wafer Actually Buys
- jun 26infraVercel CDN Cache Tags vs Path Purging: When Tag Invalidation Wins
- jun 26infraPrisma Joins the Vercel Marketplace: The ORM Becomes the Database Vendor
- jun 26infraOpenAI on AWS Bedrock: Routing Math to Run Before You Move Traffic
- jun 25infraVercel's Function Observability: What Native Metrics Replace and What They Don't
- jun 25infraAWS Databases on the Vercel Marketplace: The Cross-Cloud Latency Tax
Production AI runs on infrastructure that was never designed for it. Inference serving is a moving target as prefill and decode pull apart onto different hardware, KV caches spill into tiered storage, and collective communication libraries get rewritten to claw back bandwidth. Every benchmark win on synthetic workloads has to survive long-context synthesis, multi-tenant interference, and the unglamorous math of tokens-per-dollar before it counts.
The fabric underneath is just as contested. Vector databases are converging with the OLTP stack, serverless runtimes are quietly absorbing what connection poolers used to own, and overlay networks keep colliding with cloud-provider NAT and egress policy in ways that turn architecture diagrams into invoices. Storage density is outrunning rebuild windows, forcing erasure-coding choices that used to be theoretical. Cheaper-inference research keeps threatening the assumption that scale must mean GPU farms, while denser GPU farms keep proving it.
This beat covers that tension on the merits. We track serving architectures, networking and peering economics, retrieval and caching layers, GPU and storage hardware, and the cloud-account dependencies that quietly underwrite the whole stack. We compare vendor claims against published numbers, flag when a throughput headline hides a quality regression, and pay attention to the boring failure modes that take down platforms more often than the exciting ones do.