The Changing Workflow Behind This Website
My personal website is powered by a custom static site generator that I built in python before porting to ruby. There have been many iterations and I remember in the pre-AI coding tool era, each of those iterations required me to spend few hours of research, implementation by hand and then polishing the release. I loved every minute of it.
Now the workflow is almost the opposite. I describe what I want, review the generated code, and test the result. The ideas are still mine, but my keyboard gets a lot less exercise. I save hours every time, yet I sometimes miss the feeling of earning a feature the hard way.