The Inference Report

August 12, 2026

Google's Gemini crossed 1 billion users while generating 150 million images daily, a consolidation play that masks a harder question: will growth hold if model releases slow? The 63% voice adoption rate suggests genuine utility, not trial-and-error behavior, yet the metric itself betrays the industry's real constraint. User acquisition stopped being the bottleneck months ago. Capability velocity is what matters now, and the market is already hedging against a slowdown. OpenAI's COO departure, River AI's 1.1 billion funding round on two months of traction, and Anthropic's pivot of Claude Code to autonomous default mode all signal the same shift: the next phase isn't better chatbots but autonomous agents embedded directly into work. The competitive pressure is moving from who builds the best model to who deploys the most reliable agentic infrastructure first.

Infrastructure is the silent crisis underneath every headline. DRAM prices have risen over 400 percent since early 2024 due to hyperscaler demand, forcing steep price increases across consumer hardware that enterprises now feel obligated to upgrade for AI support. TeraWulf is planning a 1-gigawatt data center by 2030 on an abandoned Kentucky strip mine, a stark measure of how desperate the power situation has become. Microsoft discovered that its own AI can find Windows security flaws faster than humans can patch them, creating a remediation backlog where automation has outpaced human capacity. These are hard constraints on scaling velocity, regardless of venture capital deployment. NVIDIA recognized this first and moved decisively. The company announced $500 billion in third-party capital mobilization through partnerships with Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR, converting compute into an investable asset class and locking in demand across the entire stack. More tellingly, NVIDIA shifted its engineering focus from raw chip design to power delivery architecture for GPUs. The actual bottleneck isn't silicon anymore. It's getting electricity to the hardware.

Regulatory and security gaps are widening precisely as systems gain autonomous capability. A Zoom screen-sharing bug required fewer than 20 prompts for a public AI tool to discover, showing how attackers now have machine-assisted reconnaissance. China-linked hackers deployed AI agents to run simultaneous reconnaissance and break-ins against Taiwan in what researchers called an unprecedented autonomous cyber attack. Pentagon contractors are receiving materially different certification requests from the government regarding Anthropic restrictions, creating compliance confusion at the moment adoption is accelerating. The asymmetry is stark: systems move faster than governance, and whoever moves first wins. GitHub's trending repositories confirm this shift is operational, not theoretical. Agent orchestration platforms like Anthropic's Skills repository and Paperclip, alongside specialized RAG systems for code understanding, dominate what developers are actually building and deploying. The framework churn has stopped. What's trending now is version management, skill packaging, and graph-based retrieval designed for agents operating at scale. The market has moved past whether agents work to how to operate them reliably in production.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research Papers — FocusedAll papers
MicroQonv: Reshaping Convolution Tensors for Efficient Microscaling in Training and Inference cs.AR

Microscaling quantization techniques are increasingly used to represent neural network parameters with 8 bits or fewer while preserving near-full precision accuracy. However, applying these methods efficiently in convolutional layers is not straightforward. A naive approach transfers full-precision weights and activations to processing units and quantizes each tensor twice, resulting in much more memory movement than expected. Additional overhead comes from the activation tensors, whose sizes grow substantially because of the im2col transformation applied before quantization. We propose MicroQonv, a way to combine microscaling with convolutional layers' forward and backward operations by quantizing each tensor only once and quantizing the activation tensor before applying a modified version of im2col: channel-batch-first im2col. MicroQonv reduces the quantization cost by a factor of $\times2$ for weights and gradients, and by up to $\times9$ for activations, at a negligible accuracy cost. It reduces memory movement and storage by up to $\times7.53$ compared to their full-precision counterparts. This way, MicroQonv reduces microscaling-quantized activation memory movement by $\times3.5$ for state-of-the-art object detection models YOLOV8nano and $\times2.2$ for YOLOV26nano. It also enables 4-bit microscaling in a quantized latent replay strategy for continual learning at the edge, improving accuracy by +5.7% to +11%.

Accelerating the Mitigation of LLM Inference Nondeterminism Across GPU Architectures cs.AR

Large language model (LLM) outputs are expected to be reproducible under greedy decoding, yet in practice the same model, prompt, and software stack produce different outputs on different GPUs. The root cause is floating-point non-associativity combined with hardware-dependent kernel selection. Inference frameworks select different matrix-multiplication kernels on each architecture, with different parallel reduction orders and unspecified tensor-core arithmetic, and the resulting rounding differences can flip output tokens. Existing solutions have imperfect cross-architecture reproducibility and incur a significant performance penalty. We present a solution employing a set of fixed-configuration fused-upcast GEMM kernels that load 16-bit weights from memory, upcast them to FP32 in registers, and accumulate with IEEE-754 arithmetic in a reduction order that is a pure function of the problem shape and is therefore independent of the device, its SM count, or kernel scheduling. By fixing the floating-point reduction order as a function of problem shape alone, every GPU runs the same operation sequence, so cross-architecture reproducibility of the linear layers reduces to correct IEEE-754 arithmetic rather than to rounding differences staying below a tie-flip threshold. We confirm our solution's linear-layer outputs are bitwise identical across NVIDIA Ampere, Ada, and Hopper GPUs, while running $1.17$ to $3.1\times$ faster end-to-end than the state-of-the-art solution and cutting weight-memory traffic in half.

WaveletECO: A Closed-Loop Physical ECO Platform and a Specialized Local Language Model cs.AR

Engineering change order (ECO) is an important step in repairing timing and electrical violations during the late stages of chip design. Existing Agentic EDA methods primarily focus on tool invocation, with less attention to model decision quality and targeted training. A central challenge in ECO is multi-round decision-making: the model must use the results of each round to determine the next repair action. We propose WaveletECO, which integrates a closed-loop execution platform with large language models to enable agents to execute ECO decisions effectively. We also train a local 9B model through supervised fine-tuning and CPO-SimPO using execution demonstrations and decision-preference data, enabling ECO decision-making with a locally deployed model. Across 594 evaluation runs on 22 designs, WaveletECO-Policy (BF16) and (INT8) score 79.63 and 79.65, respectively, compared with GPT-6 Astra's 77.44. The estimated inference cost of INT8 is about 1/147 of GPT-6 Astra's. These results show that specialized model training supports effective, low-cost multi-round ECO repair, with repair quality retained under INT8 quantization.

NPU Accelerator: Quantized Real-Time Vehicle Detection on PYNQ-Z1 Using FINN cs.AR

This paper presents the design, optimization, implementation, and on-board validation of a neural processing unit (NPU) accelerator for real-time vehicle detection on the resource-constrained Xilinx Zynq XC7Z020 device of the PYNQ-Z1 board. The work follows a hardware/software co-design methodology that combines quantization-aware training (QAT), lightweight YOLO-derived detectors, Brevitas/QONNX model export, FINN dataflow compilation, Vivado implementation, and physical benchmarking on the target board. Four simultaneous engineering requirements define successful deployment: throughput above 30 frames/s (FPS), energy efficiency above 7 FPS/W, programmable-logic (PL) hardware latency below 50 ms, and Pascal VOC detection accuracy above 0.55 mAP@0.5. The design space includes LP-YOLO and LP-YOLO Slim variants, a custom YOLOv3-tiny reference, 4-bit and mixed low-bit quantization, 320$\times$320 and 256$\times$256 inputs, manual and automatic FIFO sizing, and programmable-logic clocks from 100 to 200 MHz. The final LP-YOLO Slim configuration uses a 256$\times$256 input, w2a4 quantization, and a 142.86 MHz PL clock. With batch 100 it reaches 35.66 FPS at 2.91 W, corresponding to 12.25 FPS/W, while measured PL latency is 45.11 ms and VOC mAP@0.5 is 0.594. This is the only evaluated configuration for which the supplied measurements satisfy all four requirements simultaneously. The results show that low-bit QAT, architectural slimming, FINN folding and FIFO optimization, and moderate clock scaling can jointly provide a practical real-time detector on a small Zynq FPGA.

SPECTRA: Adaptive Execution of Speculative Decoding on a Runtime-Reconfigurable Tiled Architecture cs.AR

LLM inference on edge devices is constrained by computational and memory resources, making efficient autoregressive decoding challenging. Speculative decoding alleviates this bottleneck by generating tokens with a smaller draft model and verifying multiple tokens in parallel with a batched target model pass. However, verification introduces a runtime-dependent intermediate regime between memory-bound general matrix-vector (GEMV) operations in decoding and compute-bound general matrix-matrix (GEMM) operations in prefill, as its arithmetic intensity varies with speculation length and acceptance rate. We present SPECTRA, a runtime-reconfigurable tiled architecture that sustains high utilization across the full speculative decoding pipeline. Within each tile, the compute engine switches between systolic execution for GEMMs and vector-lane execution for GEMVs. Across tiles, SPECTRA dynamically adapts computation parallelism by selecting tile count, kernel partitioning, and communication pattern. Both tile-level and system-level reconfiguration operate on a per-kernel basis, enabling efficient execution across these diverse regimes. Evaluated on a 20-tile FPGA prototype across the Pythia, SmolLM2, and GPT-2 families, SPECTRA achieves up to $2.09\times$ speedup from tile-level reconfiguration and a further $1.25\times$ gain from system-level adaptability over fixed designs.

MeshKV: A Network-on-Chip KV Cache Fabric for Scalable Transformer Decoding Accelerators cs.AR

Autoregressive transformer decoding is constrained by irregular key-value (KV) cache movement on tiled accelerators. Prior compression and DRAM-placement systems still concentrate traffic on centralized memory paths that bottleneck long-context serving. We present MeshKV, a KV cache fabric that moves blocks as packetized flows over a lightweight NoC. It co-designs (i) TaKV affine striping to spread homes and cut hotspot load, (ii) Mare multicast with verified duplicate suppression, and (iii) Pad, which overlaps prefetch, tile multiply, and streaming softmax behind credit-aligned FIFOs. Together they convert bisection back-pressure into useful KV transfer. On our 8x8 FPGA implementation with LLaMA-2-7B and Mistral-7B at 8K-32K, MeshKV reduces interconnect traffic by up to 58%, improves KV bandwidth utilization by 2.1x, and delivers up to 1.9x multi-stream throughput.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Opus 563.153$10.00
2Claude Fable 562.166$20.00
3GPT-5.6 Sol60.965$11.25
4Kimi K359.740$6.00
5Qwen3.8 Max58.151$3.00
SWE-rebench

Agentic coding on real-world software engineering tasks

#ModelScore
1AnthropicFable 5 [high]Model64.5%± 1.41%
2GrokGrok 4.5 [high]Model63.8%± 0.60%
3AnthropicOpus 5 [high]Model63.4%± 1.35%
4Z.aiGLM-5.2 [high]Model62.9%± 1.19%
5OpenAIGPT-5.6 Sol [medium]Model62.3%± 1.83%