Tech Jan 22, 2026 5 min Official guides for Claude Code best practices and the Agent SDK Anthropic published official guides on how to use Claude Code effectively and how to build agents with the Agent SDK. This article summarizes the key points from both. Claude Code Claude AI LLM
Tech Jan 13, 2026 5 min Building a Talkable AI Environment (3): Character Setup Comparing how to give AI characters personality across the Gemini, Claude, and OpenAI APIs — covering System Prompts, Prefill, and structured output. AI LLM API Gemini Claude OpenAI Experiment
Tech Jan 6, 2026 4 min Generating 3D Models from Multiple Images with Blender MCP Experimenting with Hyper3D Rodin's multi-image input to improve 3D generation quality — and how T-pose vs. standing pose changed the results. Blender MCP Claude 3D AI Hyper3D Experiment
Tech Jan 6, 2026 5 min Generating 3D Models from Images with Blender MCP Using Hyper3D Rodin to generate 3D models from text prompts and images — plus tracking down and fixing a bug encountered along the way. Blender MCP Claude 3D AI Hyper3D Experiment
Tech Jan 6, 2026 3 min AI Automates 3D Modeling in Blender with MCP How to have Claude AI operate Blender with MCP. Setup and basic usage. Blender MCP Claude 3D AI
Tech Dec 23, 2025 5 min Gemini Gem's Image Reference Broke Overnight, So I Prayed to Another AI and Fixed It A Gemini Gem that generated characters perfectly yesterday suddenly fell apart. A record of reviving it through prompt revision. Gemini Claude Generative AI Prompt Troubleshooting Experiment
Tech Dec 5, 2025 3 min The `nul` File Vite Generates on Windows and the Git Error It Causes The cause of and workaround for a `nul` file being generated in the build output on Windows during Vite development, causing Git push errors. Vite Windows Git Troubleshooting AI Gemini Claude SDD Spec-Driven Development AI-Driven Development Experiment