Blog
Thoughts on AI-assisted development and shipping software.
- AI Agent Architecture ExplainedAI agents are built from four layers: planning, tools, memory, and execution, and understanding how each one works explains how modern systems handle real tasks autonomously.March 9, 2026
- Best Next.js SaaS Starter Template in 2026: What to Look ForComparing the best Next.js SaaS starter templates in 2026 — ShipFast, Makerkit, Supastarter, and ShipUI. What actually matters beyond the feature checklist, with pricing, stack comparisons, and what most starters get wrong.March 9, 2026
- Building Autonomous AI Coding AgentsAutonomous AI coding agents combine planning loops, tool use, and structured environments to write and test code without constant input. This covers the architecture and the practical steps to build one that actually works.March 9, 2026
- ShipUI's Fourth Theme: GLASS // NEXTGLASS // NEXT is a glassmorphism Next.js 15 starter with frosted panels, gradient glow accents, and a full component library built around the dark web aesthetic.March 9, 2026
- ShipUI's Third Theme: NOIR // NEXTNOIR // NEXT is a cinematic dark-mode Next.js 15 starter theme with Barlow grotesk, IBM Plex Mono, a violet and cyan palette, and a full component library.March 8, 2026
- Preventing AI Code HallucinationsAI tools hallucinate APIs, library versions, and logic with surprising confidence. This covers the patterns that cause it and how to use rules files, context, and verification steps to catch them early.March 8, 2026
- Structuring Repositories for AI Coding ToolsHow you structure your repository directly affects how well AI coding tools perform in it. This covers directory layout, context files, naming conventions, and the patterns that make AI output more reliable.March 8, 2026
- Fixing Claude "Context Length ExceededClaude's context window fills up fast in long coding sessions. Here is why it happens, how to tell when you are close to the limit, and practical ways to work around it without losing your progress.March 7, 2026
- How to Debug Code Written by AI — A Developer's WorkflowA practical guide to debugging AI-generated code: how to read AI errors differently, set up guard rails with linting and project rules, build a review workflow, and use tools like CodeRabbit to catch problems before they ship.March 7, 2026
- ShipUI's Second Theme: ALOHA // NEXTALOHA // NEXT is a tropical Hawaiian Next.js 15 starter theme with Pacifico display font, coral and turquoise palette, and a full component library.March 7, 2026