$ cat /var/log/thoughts

AI Coding + Automation

Posts matching all selected tags.

Filters2

10 posts

A Claude routine that reviews PRs with the laptop closed

Claude Code routines review PRs after the lid shuts. Keep COMMENT in the prompt, fire once, then prove that GitHub got the review from a closed machine.

Build AlongClaude CodeAI CodingDeveloper ToolsGitAutomationProductivity1 min read · Aug 25, 2026

Claude routines draw down the weekly usage limit

Claude routines spend the same weekly usage limit as a laptop session. Budget the standard week first, then decide which unattended PR reviews earn a start.

Strong OpinionsAI CodingClaude CodeDeveloper ToolsProductivityTrend CommentaryAutomation1 min read · Aug 25, 2026

Auto mode is the default because you already approved everything

Claude Code auto mode is default for new Pro, Max, and Team sessions because you already approved 97% of prompts. Put deny and ask rules in front now.

Strong OpinionsAI CodingClaude CodeDeveloper ToolsProductivityAutomation1 min read · Aug 14, 2026

Ask the agent for a file, not a scrape

Agent workflow skills that name the artifact beat a scrape toolbox. Ask for the audit file, not a page dump, so yesterday's work still opens from disk.

Strong OpinionsAI CodingDeveloper ToolsProductivityContext EngineeringAutomation1 min read · Aug 13, 2026

Every Model Release Ages Your Skills

Claude Code ignoring CLAUDE.md is often an aged file, not a model bug. See which instructions a release expires, and which lines to delete on day one.

Meta AnalysisClaude CodeAI CodingDeveloper ToolsProductivityAutomation1 min read · Jul 25, 2026

6 Critics Grade My Post, Then Fix the Skill That Wrote It

Six critics grade the draft, then patch the SKILL.md that wrote it. The merge code, verdict ladder, and guardrails behind a self-improving Claude Code skill.

Meta AnalysisClaude CodeAI CodingDeveloper ToolsAutomationArchitecture1 min read · Jul 23, 2026

Finding Domains Is Simple With Gemini and Antigravity

How to find an available domain name with AI: describe it to a terminal agent and let Gemini check every candidate against a live registry. No more guessing.

Build AlongAI CodingCLIDeveloper ToolsDomainsDNSAutomation1 min read · Jul 20, 2026

Web Scraping in the AI Age: What Actually Changed

Web scraping in the AI age broke twice over: LLMs killed the CSS selector, and AI crawlers exploded while referral traffic collapsed. Here is what changed.

Strong OpinionsWeb DevAI CodingSecurityAutomationPythonCloudflareTrend Commentary1 min read · May 31, 2026

Cut MCP Round-Trip Overhead by Looping Inside the Tool

MCP round-trip overhead can balloon a task from 2,000 to 150,000 tokens. Move the loop inside one MCP tool to collapse N calls into a single round-trip.

Sharper ToolsClaude CodeAI CodingMCPTypeScriptPerformanceAutomation1 min read · May 30, 2026