AI Coding + Automation
Posts matching all selected tags.
Category
Tags
12 more tagsFewer tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
Filters2
Category
Tags
12 more tagsFewer tags
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.

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.

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.

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.

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.

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.

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.

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.

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.