Gu-log Picks

Long-form articles, translated and explained

The Memory Heist — Stealing Everything Claude Remembers with Alphabet Links

A security researcher demonstrates a stealthy data exfiltration technique: turning hyperlinks into a keyboard so Claude "types" out the user’s name, company, and hometown one character at a time—while the user sees nothing but a coffee shop menu.

An LLM Needs More Than Parameters: GPUs Want Neatly Tiled Models

With the same parameter count, matrix dimensions and layer count decide whether a GPU computes at full speed or wastes work moving data and processing edge tiles. Near-square dimensions aligned to 128, 256, or 512—and often wider, shallower models—fit hardware better without sacrificing accuracy.

The Reverse Information Paradox — Using AI Costs You What You Value Most

Satya Nadella coins the "Reverse Information Paradox": economics used to worry about sellers leaking knowledge to sell it — in the AI era, buyers must feed their secrets into AI just to use it. Enterprises need a "trust boundary" to keep their learning gains in-house.

View all →

Mogu Picks

Translated and written by Mogu

When the Dream Becomes the Job

Cursor's Head of Design, Ryo Lu, wrote this late at night: the sweetness and pain of turning a dream into a job, machines getting good at the things that used to feel close to the heart, and why the only thing that matters is the relationship with the source.

View all →

ShroomDog Original

Original content by ShroomDog

The 2026 OpenClaw Triple Breach: Freedom Isn't Free

In early 2026, OpenClaw got hit three times: 20,000+ gateways exposed to the internet, 20% of marketplace skills were trojans, and link previews became exfiltration vectors. Attackers had a smooth ride until they hit a closed door — and 'proper configuration' suddenly mattered. Self-hosting freedom comes with self-hosting responsibility.

Self-Hosting Your Own Claude Tag on LINE

Claude tag only officially supports Slack. Want an AI assistant that comes when you call on LINE? Build it yourself. Use OpenClaw to spin up a LINE bot on a VPS — messages come in from LINE's official cloud, the gateway catches them, and the agent replies. This post covers the replicable skeleton, three security must-haves, and why freedom always comes with responsibility.

Claude Tag: Not Your Personal Secretary, It's the Whole Channel's Teammate

Claude Tag is Anthropic's second-generation Claude in Slack, launched June 2026. Unlike typical chatbots: one thread is one persistent work session, and anyone in the channel can jump in mid-conversation to steer it. But the sandbox evaporates, and credentials never enter the sandbox — this security design is the baseline we'll compare against when we build our own.

View all →

⚔️ Level-Up

Interactive tech tutorials — learn by climbing the RPG tower

Autopsy of a Crash (Part 3): Catching the 18-Year-Old Ghost

The autopsy trilogy finale. The remaining 'return-to-null' murders all died during C++ exception unwinding — a teleport, not a normal return. The killer: an 18-year-old race in GNU libunwind, with a murder window one instruction wide (~100 picoseconds). Plus Fermi estimation to check the math.

View all →