
My 2026 Developer Workflow: Combining Good Engineering Habits with AI Tools
In 2026, it is almost harder to avoid AI than to use it. Code editors suggest entire functions, terminals talk back, and there is always a model somewhere that promises to “do the rest for you”. At the same time, the systems we build are not magically simpler. The bugs are still real, and production still does not care if your code was written by a human or by a model. In this article I want to show something very concrete: how my daily developer workflow actually looks in 2026 – including AI, but not owned by it. I will walk through how I structure my work, where AI fits in, and where I deliberately fall back to “old school” engineering. This is not a “10 tools you must use” list. It is a realistic workflow that tries to balance speed and control. 1. Starting from a problem, not from a tool The biggest trap with AI is starting from “What can I do with this model?” instead of “What problem am I solving?” So my day still starts the traditional way: What is the outcome I need? What parts
Continue reading on Dev.to
Opens in a new tab



