How to Stop an AI Coding Agent From Regressing Your Production Site
An AI agent nearly deployed correct code from a stale branch, silently reverting weeks of shipped work. Here is the 3-line git guard that stops it.
16 posts tagged with "claude-code"
How to Stop an AI Coding Agent From Regressing Your Production Site
An AI agent nearly deployed correct code from a stale branch, silently reverting weeks of shipped work. Here is the 3-line git guard that stops it.
10 Patterns Behind a 32% Claude Code Plan-Quota Burn
10 specific patterns that explain why my Claude Code plan-quota burn runs at a fraction of what r/claudecode operators report on similar workloads. Each pattern lists the multiplier and the named alternative you can run today.
Plan-Quota Is the Binding Constraint, Not API Tokens
Under subscription plans, the cost of an LLM call is plan-window burn, not API tokens. That changes which decisions you tune and which work belongs off-LLM entirely. A manifesto for the 5-hour rate-limit era.
Claude Code Hooks Caught a Secret Leak Before I Shipped It
Stop accidental secret leaks in Claude Code hooks. Learn 4 production patterns to validate, format, and gate commands before execution.
How I Built a Claude Code Trading Bot: 36,000 Lines
I built Polyphemus with Claude Code, 4,000 lines in 6 weeks, 36,000 in 4 months. 5 principles that cut errors 84% and kept 8 bugs from losing money.
Claude vs Cursor vs Copilot: 2026 Comparison
I built a 4,000-line trading bot with all three tools. Here's which handles context best, costs least, and actually ships production code without you.
I Submitted 12 Bug Bounty Reports. All Were False Positives.
Build a multi-agent bug bounty system with evidence-gated progression and zero false positives. Full architecture from 3 months of production.
I Added WebMCP to SvelteKit: 90 Min, 3 Files.
Build WebMCP into SvelteKit apps using navigator.modelContext. Learn polyfill setup, tool schemas, and verification in 2026.
The Claude Code Workflow I Built for My ADHD Brain
Build ADHD-friendly Claude workflows using code caching to eliminate context-switching and ship faster without losing focus.
I Made Claude Code Learn From Its Own Debugging Mistakes
Build a self-improving RAG system where Claude learns from your debugging sessions, captures insights automatically, and reflects to fix issues faster.
I Built a Bot That Builds SaaS Products. It Shipped One in 24 Hours.
MicroSaaSBot automates SaaS building from idea to deployed MVP. Built StatementSync in 7 days with minimal code. See how it works.
Claude Code Best Practices: A Field Guide from 36K Lines Shipped
Field-tested Claude Code workflows from 36K lines of shipped production code: quality gates, multi-agent orchestration, and the patterns that actually work.
57 Bugs in AI-Generated Code: How I Verify Before Shipping
Verify AI code with forced evaluation and build-test-proof. Stop trusting confidence, use evidence-based completion instead.
Claude Keeps Losing Context. My 3-File System Fixes It.
Persist Claude task state across context windows. Learn the 3-file system that prevents context amnesia and keeps Claude aligned after compaction.
My Two-Gate System for Claude Code Cut Errors 84%
Build safer Claude Code projects with a two-gate quality system. Learn the mandatory checks that catch bugs before deployment.
Claude Was Eating My Tokens. This 3-Tier System Cut Usage 60%.
Progressive disclosure cuts AI token costs by 40%. Learn the 3-tier system that reduced my Claude expenses while improving output quality.