Quick Hits — August 22, 2026
Three notes from the AI ecosystem: a space robot brain going open-source, a clever trick for cheaper long-context inference, and a vibe-coded app that keeps finding fans.
SpaceClaw ("Space Lobster"): the first open-source space embodied-intelligence project. Three companies — group-intelligence world-model firm UltraBrain, commercial spaceflight outfit Future Aerospace, and flexible-arm maker Xiyun Robotics — unveiled SpaceClaw at this week's World Robot Conference, aiming to land a real on-orbit grab within six months. The core "brain" is a world model, WorldDreamer-Orbit, that reasons about spacecraft attitude, dual-arm motion, and target spin in one dynamic system rather than scripting fixed moves. Alongside it they're releasing OrbitBench, a benchmark that tests robot models across microgravity, lunar, and Martian conditions — an attempt to give the space economy a continuously-trained open robotic hand instead of a one-off satellite. The 6-month in-orbit timeline is ambitious, but the open-benchmark angle is what makes this more than a press stunt.
KV cache blending: a community trick that's tripling prefill speed. A Reddit post on r/LocalLLaMA is getting attention for an inference hack that splits a long prompt into chunks, generates each chunk's KV cache in isolation, concatenates them, and decodes normally. The author claims full needle-in-haystack retrieval survives across the seams (with overlap between chunks) and that it lifts prefill throughput 3x — hitting ~1.3k tps at 256k tokens on a consumer card. It's an anecdote rather than a paper, and there's surely a quality trade-off lurking somewhere; but if it holds up it's a genuinely cheap way to make very long contexts more affordable on local hardware.
Galactic Compass 2 ships AR mode and a robot-written 3D library. Matt Webb's gentle iPad/iPhone app that points at the center of the Milky Way got a version 2 drop this week with an augmented-reality mode and an Apple Watch companion. Worth a pause: RealityKit isn't available on watchOS, so his coding agent — "Claude Fable" — wrote a custom 3D graphics library from scratch to rotate the arrow there. It's a small, charming reminder of how far agent-assisted development has come since v1 famously couldn't get the quaternion math right without ChatGPT tutoring Webb through it.
Sources: Sina Tech · CNIN · r/LocalLLaMA · Interconnected