68 related articles

nanoAlphaZero is a single-file AlphaZero implementation in JAX that trains an Elo 2700+ chess model in 24 hours on a TPU v4-32. The entire RL pipeline is one JIT-compiled JAX function.
JAX Host Offloading: A Practical Guide…
Memory capacity is the core bottleneck in LLM training. This guide explores JAX-based host offloading — covering optimizer state offloading, activation strategies, PCIe bandwidth trade-offs, and how it complements activation recomputation.

Deep learning training code is just the tip of the iceberg. This article explores why MLOps still lacks a standard framework-agnostic orchestration layer and offers practical tool combination advice.

Google engineer Reiner Pope transitioned from Web development to chip architecture. This article analyzes his bottom-up design philosophy, first-principles learning approach, and implications for cross-domain talent in AI.

Doxy is a browser-based document editor that replaces LaTeX complexity with Markdown and HTML syntax, offering instant preview, zero installation, and professional document output.

How to deploy LLMs locally on AMD RX 7800 XT 16GB for trading bots: ROCm ecosystem, 7B-14B model picks (Qwen2.5, Llama 3.1), Ollama/LM Studio setup, and system architecture design.

OneDrive stalls when file count approaches 400K, causing sync failures and high CPU usage. This guide analyzes the bottleneck and compares Syncthing, Nextcloud, rsync/rclone for self-hosted sync.

OneDrive stalls as file counts approach 400K, causing sync failures and high CPU usage. This guide analyzes the technical causes and compares self-hosted alternatives like Syncthing, Nextcloud, and rsync/rclone.

Deep analysis of why leading AI companies refuse to open-source core models. Exploring moat mentality, competitive game theory, and the open vs. closed source dialectic.

Deep analysis of why leading AI companies resist open-sourcing core models. Exploring moat mentality, competitive game theory, and the evolving open vs. closed source dynamics in the AI industry.

Qwen Scribe is a local speech transcription tool optimized for Apple Silicon, running fully offline with Qwen models. Explore its technical features, privacy benefits, and comparison with Whisper.

Qwen Scribe is a local speech transcription tool optimized for Apple Silicon, powered by Qwen models for fully offline use. Explore its technical features, privacy benefits, and comparison with Whisper.

NVIDIA CEO Jensen Huang's first X post champions open AI access. We analyze the business logic, policy dynamics, and the open vs. closed AI debate shaping the industry.

DeepSeek founder Liang Wenfeng reveals a five-step AGI roadmap from chain-of-thought to embodied intelligence. How does TileLang crack domestic GPU substitution under a 20,000-card constraint?

DeepSeek founder Liang Wenfeng reveals a five-step AGI roadmap—from chain-of-thought to embodied intelligence—under a 20,000-GPU constraint, using the TileLang compiler to break domestic substitution challenges while API cash flow backs AGI exploration.

China's Commerce Ministry weighs restricting overseas access to top open-weight AI models from Alibaba, ByteDance, and DeepSeek, while DeepSeek develops its own inference chip amid a US-China AI export standoff.

China's Ministry of Commerce is weighing restrictions on overseas access to top open-weight AI models from Alibaba, ByteDance, and DeepSeek. Meanwhile, DeepSeek is quietly building its own inference chip and raising ~$7B in first external funding.

From DeepSeek to Kimi K3 and Qwen 3, Chinese open source AI models are closing in on OpenAI and Anthropic at stunning speed. A deep dive into narrowing gaps, IPO valuation risks, the "open source decelerationism" debate, and why Google may be the biggest winner.

Chinese open-source models rapidly close the capability gap with top closed-source AI. DeepSeek shocks the industry while Qwen matches global benchmarks.

Learn the core concepts behind FastAPI: frontend-backend separation, API interface design, and RESTful specification. Master resource-oriented design before writing your first line of code.