The CPU Is Back in LLM Inference—Rethink the Split
artificial intelligence Aug 08, 2026 7 min read

The CPU Is Back in LLM Inference—Rethink the Split

LLM inference no longer looks like “CPU submits, GPU generates.” As assistants become agentic, tool calls and orchestration move onto the critical path, making CPU-heavy serving practical. This post breaks down prefill/decode, KV cache, and the software techniques (continuous batching, prefix caching, chunked prefill) that make CPU inference viable.

by ahsan
Voyager 2’s “Big Bang” Power Strategy: How NASA Adds One More Year
space science Aug 08, 2026 7 min read

Voyager 2’s “Big Bang” Power Strategy: How NASA Adds One More Year

NASA reported that Voyager 2’s power margins had become “razor thin,” requiring new energy-saving changes so its remaining science instruments could keep operating for at least another year. The updates build on the Big Bang strategy—batch-swapping power-consuming devices with lower-power alternatives—after testing it on Voyager 2 first. ([space.com](https://www.space.com/space-exploration/voyager

by ahsan
Oracle/OpenJDK: What “No AI-generated code” really means (and how to work anyway)
software engineering Aug 07, 2026 6 min read

Oracle/OpenJDK: What “No AI-generated code” really means (and how to work anyway)

Oracle-backed OpenJDK has reportedly moved to block submissions of AI-generated code, while still allowing private AI use for debugging and review. The policy reflects safety, security, and IP/provenance concerns—and highlights a growing split between internal AI workflows and external open-source accountability, as described in a Dealroom.co feed item.

by ahsan