Blog

Signals, notes, and build logs.

Thoughts on AI, systems, and the craft of shipping considerate products.

Jan 29, 2026

Simulation of Face Contour Mask

This post explores the technical implementation of a face contour mask simulation, focusing on the landmark indices and the shader algorithm used to …

Computer Vision WebGL
Jan 29, 2026

Token-to-Utility Density: Why AI-Assisted Development Demands a New Stack

The Context Window Crisis We're coding in a new era with an old mindset. Modern development practices—built for human developers with infinite patien…

AI Development Software Architecture
Jan 29, 2026

Exploring Cellular Automata: 6 Variations of Game of Life

We often think of "Artificial Life" as complex neural networks or evolutionary algorithms. But in 1970, mathematician John Conway demonstrated that c…

Creative Coding Experiments JavaScript Simulation
Jan 29, 2026

Building a Self-Healing Deployment Pipeline

Deployments break. Your site goes down at 2 AM. Users see generic errors while you scramble to rollback manually. Here's how I built a deployment sys…

DevOps Django
Jan 29, 2026

Simulation of Face Contour Mask

title: "Simulation of Face Contour Mask" slug: "face-contour-mask-simulation" status: "published" seo_title: "Face Contour Mask Simulation | AndiThe…

Creative Coding Experiments
Jan 29, 2026

Mobile AI Agent Chat: Building with Autonomous Agents

Imagine a mobile app where you chat with AI agents to build and manage your codebase. Describe what you want, and autonomous agents architect, code, …

AI Mobile Development Technology