Every Commit in My Repo Gets Reviewed by a Second AI. Here's What Actually Changed.
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: #…
Tech news from the best sources
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…
Every conversation you have with Claude Code is written to disk as JSONL, under ~/.claude/projects/ . Your decisions, your dead ends, the bug hunt tha…
Every laptop with Claude Code on it tends to collect long-lived secrets like lint. A cloud key here, a service credential there, an API token in a dot…
TL;DR: I set up a Claude Code skill that checks in with me about my workday, asks follow-up questions, and saves a structured markdown file I can use …
The original safety gate on the Dolt-over-MCP plugin tried to keep a Claude Code agent harmless by excluding "history-affecting tools" from its MCP gr…