Posts for: #Claude

Look at Me, I’m the iOS Developer Now

Look at Me, I'm the iOS Developer Now

My wife needed a candle calculator app. I only know Android. So I used Claude Code to build a native iOS app without writing Swift. 19 days, 3 Apple rejections, and 5 hours of certificate hell later—it’s live, it works, and she’s happy.

[Read more]

The Unix Philosophy Meets AI: Building Composable LLM Tools with MCP

The Unix Philosophy Meets AI: Building Composable LLM Tools with MCP

We’ve been thinking about AI development backwards. Instead of building “AI-powered” apps, we should be building tools that power AI. The Model Context Protocol lets you create small, focused tools that LLMs can use autonomously - just like Unix commands from 1978, but orchestrated by Claude instead of bash. I built a currency converter tool and watched an LLM decide when to use it, extract dates from user prompts, and combine multiple API calls without me writing any of that logic. It’s the same composable philosophy that made Unix great, applied to making AI actually useful in the real world.

[Read more]