AI
4 posts tagged with "AI".
RefactoringArchitectureAIClaude Code · 17 March 2026
Refactoring a Monolith: Extracting a 3PL Module Into Its Own App
How we extracted 27 API endpoints, 14 database tables, and 7 handler modules from one app into another — with zero downtime and a sprint-based approach.
Claude CodeAIProductivityWorkflow · 14 March 2026
How Plan Mode Changed the Way I Build Software
Plan Mode in Claude Code forces alignment before code is written. Here's how this single workflow pattern has transformed my development process and why I consider it indispensable.
AIClaude CodeWorkflowProductivity · 10 March 2026
What It Actually Looks Like to Build Software with AI Agents
4 Claude Code installations, 2 machines, up to 6 simultaneous sessions. A real look at daily AI-assisted development — the actual setup, workflow, and what makes it produce quality code.
Claw RecallAIOpen SourceMemory · 3 March 2026
Why I Built Claw Recall: AI Agents Need Memory
Every AI conversation is temporary. Context compaction erases what your agent was just working on. Claw Recall fixes this — a searchable memory system for AI agents.