The New AI Stack
Understanding Models, Agents, and Skills as the new computing paradigm
Showing 1-12 of 56
Dynamic Runtime in AI Skill Design
Runtime techniques for flexible AI skills: dynamic dispatch, reflection, hot-reloading, and adaptive behavior. How to build skills that modify their own behavior based on context.
Is SwiftUI Ready for AI-Built Apps?
AI code generation quality for SwiftUI evaluated across layout, navigation, data flow, and platform integration. Where SwiftUI shines and where AI still struggles.
Catalyst Patterns for AI Mac Apps
Building Mac-native AI applications using Catalyst and AppKit patterns that feel right on macOS. Sidebars, toolbars, split views, and system integration for AI-powered desktop tools.
DESIGN.md vs a Style Guide
A style guide is a human PDF; a DESIGN.md is an agent-parseable spec. Here's the head-to-head on format, audience, and which one your AI agent can actually use.
Elegant Method Interception in AI
Clean runtime interception patterns for AI agent tools that let you observe, modify, and extend behavior without touching source code. A practical guide to proxy, decorator, and hook strategies.
Porting Desktop Apps to AI-First
Modernize desktop applications with AI integration. Architecture patterns for adding AI capabilities to Electron, Tauri, and native apps without full rewrites.
Stitch-Style Design Systems Explained
Stitch-style design systems package design tokens and rationale into one agent-readable file. Here's Google's Stitch pattern and why a standard format matters.
Design Tokens Explained for AI Agents
Design tokens are named, reusable values for color, type, spacing, and radii. Here's what they are and how AI agents consume them to build on-brand UIs.
What Is a DESIGN.md File?
A DESIGN.md file is an agent-readable design spec: YAML design tokens plus markdown rationale that teaches AI agents to build on-brand UIs, not generic output.
Caching Strategies AI Should Know
Network caching patterns for AI-built applications. HTTP caching, CDN strategies, stale-while-revalidate, and cache invalidation patterns every AI skill should implement.
From One-Shot to Closed-Loop Thinking
A mental-model shift for 2026: moving from one-shot prompting to closed-loop systems built on feedback, verification, and bounded autonomy.
Block-Based APIs in Modern AI Skills
Closure and callback patterns in AI skill design. Learn how block-based APIs create composable, flexible skills that adapt to different contexts and workflows.