by Nikolay Advolodkin | Sep 20, 2026 | Temporal
One of my favorite new AI techniques is using Claude to transform my Temporal code into an interactive HTML diagram before I start making changes. The goal is simple: build a clear mental model of the workflow before modifying the implementation. The Challenge When...
by Nikolay Advolodkin | Dec 31, 2025 | Temporal
If you are new to Temporal, one of the most common mistakes is putting too much logic inside an Activity. It often works at first. Then, retries, failures, and real production behavior expose serious problems. This post explains what is correct, what is dangerous, and...