In 2026, image classification models trained on PyTorch 2.4 achieved a 2.1% higher top-1 accuracy on ImageNet-2026 than equivalent TensorFlow 2.17 pipelines, while cutting training time by 18% on NVIDIA H200 clusters. Here’s the full breakdown. 📡 Hacker News Top Stories Right Now Ghostty is leaving GitHub (995 points) OpenAI models coming to Amazon Bedrock: Interview with OpenAI and AWS CEOs (107 points) Before GitHub (29 points) I won a championship that doesn't exist (31 points) Warp is now Open-Source (146 points) Key Insights PyTorch 2.4 achieves 89.7% top-1 accuracy on ImageNet-2026 vs TensorFlow 2.17’s 87.6% for ResNet-152 TensorFlow 2.17 reduces inference memory footprint by 22% for MobileNetV4 on edge TPUs Training cost per epoch for ViT-L/16 is $1.82 on PyTorch 2.4 vs $2.14 on TensorFlow 2.17 on 4xH200 By 2027, 68% of new image classification projects will default to PyTorch 2.x per OSS survey data Quick Decision Matrix: PyTorch 2.4 vs TensorFlow 2.17 Feature PyTorch 2.4 TensorFlow 2.17 Latest…