A Review Checklist Before You Import External AI Agent Definitions
You found a public collection of AI agent definitions — maybe for Claude Code, maybe for Codex — and one looks like the role you're missing. The fast …
Latest Architecture news from Tech News
You found a public collection of AI agent definitions — maybe for Claude Code, maybe for Codex — and one looks like the role you're missing. The fast …
1- Core Built-In Commands (Engine & Session Controls) Built-in commands execute instantly without sending a message to the model. They give you di…
Your CLAUDE.md only grows. Every incident adds a rule, every preference becomes a paragraph, and six months in you have a file that reads like a wiki …
Pull the all-time install leaderboard for Claude Code skills today and count the authors. The ten most-installed skills come from exactly three names:…
This is a continuation of my "Claude Code environment" series. In the previous post, Automatically thinning conversation logs to prevent bloat , I int…
Why I Built This The motivation was simple: AI stops. Frequently. When running large tasks with Claude Code, you hit Anthropic's rate limits fast. Whe…
The question that started this We run Claude Code against a fairly large, fairly automated repository — a farming-assistance platform with a Node.js b…
In my previous post, Monitoring Claude Code hook watchdogs with launchd , I set up liveness monitoring for hooks — and immediately ran into the next q…
This is the next installment in my "Claude Code environment" series. In the previous post on the self-audit frustration loop , I wrote about a "never-…
OhNine is a free menu bar app that tracks Claude session and weekly usage limits in real time It sends native alerts at 80%, 91%, and 100% so a sessio…
The first time I let Claude Code take a serious auth change straight from prompt to patch, it changed nine files. Three of them were subtly wrong. The…
TL;DR: nb2lite-skill-claude wraps Google's gemini-3.1-flash-lite-image model in a tiny FastMCP server and packages it as a Claude Code skill. You type…
Your Team Needs More Than a CLI Install Claude Code is individually powerful. One developer, one terminal, one codebase. But when a team of five or te…
pycalc has four phases behind it and runs. The loop, the checkpoints, autonomous mode — all of those change state. Now three commands that only look a…
The viral pitch is "200+ free AI providers." The actual number is closer to 90 — and it depends on which OmniRoute page you read. How OmniRoute counts…
My CV had just been redone — clean, two columns, badges, a QR code. I thought it looked great. And that's exactly when the doubt creeps in: great for …
This is the next installment in my series on building an automation foundation for shipping personal projects at scale, following Getting Claude Code …
If Claude Code is the brain, MCP servers are the nervous system . They connect the AI to databases, APIs, browsers, file systems, and virtually anythi…
This is a continuation of my "Claude Code environment" series. After the previous post on automating git-config backups , this time I'm tackling a pro…
If you've ever tried to test your own signup flow, provision a demo account, or sign up for a vendor's API on behalf of your one-person company, you'v…
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…
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…
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 , whose knowledge and operator primitives are the back half of this piece. The problem in the first half stand…
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…
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. …