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 ForThe best Next.js SaaS starter template in 2026 is not just about auth and dashboards. It should give you a modern stack, a real design system, clear structure, and enough theme variety to launch something that does not look generic.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 AIAI-generated code fails in predictable ways, so this covers how to read AI errors differently, use linting and guard rails effectively, and build a review habit that catches 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