| ▲ | magicmadrid00 2 hours ago | |
Well, it always depends on your environment. In my case, nothing forces me to heavily use AI, so my workflow is kind of the old way, but with less hassle. - Do your thinking alone. (AI part: search, understanding) - Specing. (AI part: search, understanding, completing some text) - Coding like the old days. (AI part: search, understanding, code examples) - Okay, now I have a good idea of how my feature is going to work - Look for fluff code and delegate it to AI to write/review it. - Focus on the part of the code I want to have fun doing. - Review. - Repeat. It’s slower than the approach of doing specs and letting AI do the rest, while focusing your role only on code review. However, I’m more in control of what I build, I can explain what I built better than everyone else, and I build up my knowledge. (also I have less problems, because less code haha) Will I go for the full Agentic way ? Maybe but I will find a way to slow it down so I can be in control | ||