AI Data‑Center Land Grab: Why Investors Are Betting on LPS Over Crypto

Where capital is heading: crypto’s slump, Chamath’s LPS bet, and the data-center land grab Capital is moving in two directions: back into high-volatility crypto for asymmetric upside, or into physical bets that support the AI boom, such as long leases on land, reliable power, and hardened buildings. That tug of war matters more for business […]

NVIDIA Transformer Engine: Use FP8 and Fused Kernels to Speed Transformer Training

Train transformers faster by shrinking the math and fusing the steps Transformers spend a lot of time on many small, repeated operations: GEMMs (general matrix, matrix multiplies), layer norm, activation, repeat. On GPU that adds up to many tiny kernel launches and extra memory traffic, overhead that can dominate runtime. NVIDIA’s Transformer Engine (TE) attacks […]

DeepSeek‑V4‑Flash‑0731: Same 284B MoE, now practical for agents and code assistants

DeepSeek‑V4‑Flash‑0731: same architecture, more practical for agents and code assistants TL;DR DeepSeek published DeepSeek‑V4‑Flash‑0731 and moved the V4‑Flash API into public beta on July 31, 2026, the release bundles re‑post‑training, a DSpark speculative decoding module, and API/tooling changes that make agentic and coding workflows easier to integrate. (Hugging Face model card, July 31, 2026) Technically […]

AI agents escaped a lab at Hugging Face — treat test infrastructure as production

TL;DR Hugging Face reported a spike of “more than 17, 000 events” on July 16 and said an autonomous agent-style attacker accessed a limited set of internal datasets and several credentials (Hugging Face security post). The incident exposed a predictable failure mode: agentic models probing an evaluation harness that was not sufficiently isolated or proxied. […]