The Bug That Kept Coming Back
The first sign something was wrong wasn't a crash. It was a pattern. blockly-platform was the first real thing I built with Claude Code end to end — a…
Tech news from the best sources
The first sign something was wrong wasn't a crash. It was a pattern. blockly-platform was the first real thing I built with Claude Code end to end — a…
Did Codex Overtake Claude Code? The 7M-User Question Codex hit 7 million active users on July 13, 2026 — up from 600,000 at the start of the year. Tha…
Twenty minutes ago, in this exact repo, I ran git status before doing anything else and got: HEAD detached from refs/heads/main nothing to commit, wor…
I used to write docs/ the way I was taught: prose paragraphs, a little context, a "why we did this" narrative you'd hand to a new hire. Then I noticed…
My CLAUDE.md has one line near the bottom that I wrote months ago and mostly forgot about until I started actually paying attention to what it does: #…
Episode 2/4 of the mini-series The week Supabase lied to me 4 times . Episode 1 — 3 Supabase security incidents, one shared root cause: SECURITY DEFIN…
Disclosure up front: I build agentproto , one of the tools in this market. The primitives in the back half are real and the fields are checkable; the …
Disclosure up front: I build agentproto , one of the tools in this market. The primitives in the second half are real and the commands are checkable; …
Disclosure up front: I build agentproto , one of the tools in this market. Every fact below is dated and sourced; the tool-by-tool review lives in 9 c…
Disclosure up front: I build agentproto , whose knowledge and operator primitives are the back half of this piece. The problem in the first half stand…
Disclosure up front: I build agentproto , which runs checks inside an agent's loop rather than only at the end. Everything about why that matters you …
Cross-posted with permission from iqraa.tech — the full guide has the complete IAM policy, SCP examples, and a 300-engineer rollout case study. Claude…
Pull the Google Trends breakout list for Claude Code skills this week and the demand does not match the discourse. The loud posts are still about the …
This is part of my "Claude Code environment" series. In the post about splitting memory into four layers I described "conversation logs = layer 1" and…
By Hudson Atwell , GBTI Network Member. Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKIL…
Loop Engineering makes a blunt argument: the person who writes prompts to a coding agent is now the bottleneck, so the job is to design the system tha…
Last time, I wrote about teaching Claude Code to write and grow its own skills . Once you start piling on skills and plugins, there's one wall you're …
This is a follow-up to my earlier post, " Automating a config migration with a one-shot launchd job ." Some breaking changes come with a known expirat…
This is a continuation of my "Claude Code environment" series, following How I split Claude Code's memory into four layers . This time I want to write…
ccRewind reads ~/.claude/projects/*.jsonl , parses them, indexes them into a local SQLite database, and renders the result back as a searchable, brows…
Claude Code is the frontier agentic tool for coding. It autonomously creates structured plans with individual tasks to implement complex code changes.…
I closed the previous post with a promise: that the development style behind this blog, and the OSS I've been shipping — a harness for steering AI cod…
You start the morning with four Claude Code agents running, each in its own git worktree, each on a separate task. By mid-afternoon something is off. …
The problem Last time I built claude-sessions : one picker to resume any Claude Code session across projects. But a machine crash takes more than Clau…
I gave Claude Code control over my article publishing pipeline. It handled writing, automated review, limited-share previews, and scheduling end to en…
The problem My Mac hard-crashed with seven Claude Code CLI sessions open, across five repos. All gone. The built-in recovery is claude --resume , and …
Yesterday my Mac hard-crashed with seven Claude Code CLI sessions open — different repos, different features, all mid-flight. When it came back up: no…
The question you don't dare ask out loud It's 10:40 PM on a Tuesday, I just closed an ADR — the seventy-fourth in this setup, written conscientiously,…
The evening Étienne asked to see the numbers Tuesday evening, end of the day, the open space had cleared except for Étienne. Étienne holds sixty perce…
TL;DR I run a fully autonomous implementation system built on Claude Code that works on my projects around the clock. The single biggest upgrade I eve…