郭立 (leeguoo)

Hi, I'm leeguoo (Guo Li)

· Guo Li · full-stack developer ·

$ ls -lh ./posts/ | head -4
Jul 7, 2026
-rw-r--r--
1 min read
How to Use Codex’s Computer Use in Claude Code
Codex’s Computer Use only recognizes OpenAI’s own signature. As soon as another agent tries to perform a real action, it gets blocked with -10000. I took that signature gate apart down to the assembly, then used a thirty-line DYLD hook to change the team ID it reads, wiring the whole Computer Use stack into Claude Code. This article is both a teardown and a connection method you can copy.
Jul 7, 2026
-rw-r--r--
1 min read
How to Build a Good AI Girlfriend
Engineering notes from three months in production: typing rhythm, model selection, layered prompts, guaranteed-reply fallbacks, plus three reversals that took cache hit rate from 61% to 91%. Building an AI chat companion that does not break immersion is not about the model; it is about engineering details.
Jul 3, 2026
-rw-r--r--
18 min read
Three Things to Watch in Claude Account Suspensions: Region, IP Type, Request Fingerprints, and How to Self-Check
Breaking down the recent wave of Claude account suspensions, it appears to be the overlap of three independently detectable axes: region, which is the only red line officially stated; IP type, including data center, VPN, proxy, and residential proxy; and steganographic watermarks hidden in dates when using relays. This article organizes how each axis is detected, how to self-check, and how to avoid issues, while also introducing a free detection page and a small tool for the status bar.
Jul 2, 2026
-rw-r--r--
1 min read
Desktop Apps Are Actually Web Pages: Once You Realize This, Operating Them Is No Longer “Desktop Automation”
The first time I connected chrome-use to the Slack desktop app and got a snapshot full of named buttons, I was taken aback. Later it clicked: the Slack desktop app is a web page to begin with. An Electron app is the Chromium rendering engine wrapped in a native shell, with a clearly structured DOM inside. This article explains why that turns the traditionally messy work of “desktop automation” into operating a web page, and one trade-off you need to know compared with browser scenarios.
$ ls ./archives/ · 8+ entries →
Reverse Engineering & Security

Reverse Engineering & Security

Reverse Engineering & Security

All →
AI & Agent

AI & Agent

AI & Agents

All →