Tag
PyTorch
Every PyTorch story we've curated in Bowl of Data, newest issue first — part of our weekly digest across AI, security, blockchain, and engineering.
Week 36 · 2026
Read the issue →-
TimesFM-3: A zero-shot foundation model for multivariate forecasting
Google has announced TimesFM-3, an evolution of its time-series foundation model that moves beyond univariate forecasting to support multivariate scenarios. The model leverages 330 million parameters and a trillion-point dataset to predict multiple coevolving series using both past and future covariates.
-
Presentation: From S3 to GPU in One Copy: Rethinking Data Loading for ML Training
This article explores how the Vortex columnar file format optimizes the data pipeline for ML training by reducing latency between cloud storage and GPUs. It highlights techniques like column pruning and GPU-side decompression to eliminate traditional CPU and NVMe bottlenecks.
Week 35 · 2026
Read the issue →-
Import AI 470: No rights for machines; automating environment generation with SPADE; and building better GPU kernels with Hawkeye
This article details how AI is unevenly accelerating scientific progress, with major impacts in cybersecurity and minor effects in mathematics. It also highlights two new frameworks, SPADE for synthetic environment generation and Hawkeye for automated GPU kernel optimization.
Week 33 · 2026
Read the issue →-
Transformers are famously bad at arithmetic, so I set one's weights by hand (no training) and it multiplies with 100% accuracy [P]
This article explores a method for creating deterministic arithmetic calculators by compiling algorithmic logic directly into transformer weights. By using the Torchwright compiler, the author bypasses the need for training and achieves exact multiplication, addition, and subtraction results.
Week 28 · 2026
Read the issue →-
TorchJD: Training with multiple losses in PyTorch [P]
TorchJD is a specialized PyTorch library for optimizing neural networks with multiple simultaneous loss functions. It implements advanced methods like Jacobian descent and scalarization to resolve optimization conflicts in multi-task learning.
-
Why a five-minute sniff test is your secret supply chain defense
The article advocates for a proactive 'sniff test' methodology to validate the integrity of SBOMs in containerized environments. It highlights how identifying omissions like unpinned packages or missing dependencies is crucial for preventing supply chain attacks.
Week 26 · 2026
Read the issue →-
Kuma: compiling PyTorch models into self-contained WebGPU executables [P]
Kuma introduces a way to run trained PyTorch models live in the browser by compiling them into a specialized '.iph' format. By leveraging WebGPU and embedded WGSL shaders, it eliminates the need for server-side inference or heavy runtime dependencies.
Week 25 · 2026
Read the issue →-
How does torch.compile() achieve massive speedups despite highly optimized NumPy functions? [D]
This article introduces tinytorchcompile, a simplified single-file implementation of the torch.compile mechanism focusing on operator fusion. It provides empirical evidence that fusing operations into a single kernel is essential for bypassing memory bandwidth limitations.
Free weekly digest
Get next Saturday’s issue in your inbox
The week’s most relevant AI, security, blockchain, and engineering stories — curated, summarised, and reviewed by humans. No spam, unsubscribe anytime.
Subscribe — it’s free