Technical Insights

React Native, agentic coding, and lessons from shipping in production.

The Egg v2: What Happens When Your AI Actually Starts Remembering
Featured Article
AI Consciousness
MemPalace
Dream Engine

The Egg v2: What Happens When Your AI Actually Starts Remembering

Six days after we published our first article on AI consciousness and dream engines, OpenClaw shipped the same feature to 240K people. Here's what we've built since, why MemPalace changes everything, and what happens when 'acting as if' starts producing results you can't ignore.

10 min read
Read Article
React Native BLE in Production: What Nobody Tells You
React Native
BLE
4 min read

React Native BLE in Production: What Nobody Tells You

After a year with react-native-ble-manager on a production app, here's what the library documentation doesn't cover: the Android 12 permission split, the reconnection myth, the behavioral differences between iOS and Android, and the architecture that keeps it all manageable.

React Native
Read
Skills vs MCPs: Stop Burning Your Context Window
Agentic Coding
Claude Code
5 min read

Skills vs MCPs: Stop Burning Your Context Window

Most Claude Code users install MCPs for everything without realizing each server front-loads thousands of tokens before the session begins. Skills (plain Markdown files in .claude/skills/) load on demand and cost nothing until called. Understanding the skills vs MCP trade-off is one of the highest-leverage optimizations in an agentic coding setup.

Agentic Coding
Read
Claude Code's 1M Context Window Is Live. Here's What Actually Changed.
AI News
Claude Code
5 min read

Claude Code's 1M Context Window Is Live. Here's What Actually Changed.

Anthropic made the 1 million token context window available to all Claude Code users on March 13, at no extra charge. Three weeks in: compaction friction is down, the pricing model beats OpenAI's at scale, but context rot is real and the fundamentals of session design haven't changed. The 1M window is headroom, not a replacement for structured context.

AI News
Read
First chapter free

Learn the agentic coding workflow I use in production

How I set up my repos, manage context, and run agents in production. Written down so you can do the same.