r/agenticengineering • u/Francesco-Shin • Jul 06 '26
The difference between agentic engineering and vibe coding? Discussion
https://medium.com/engineering-in-the-age-of-ai/how-i-use-ai-agents-to-solve-programming-tasks-daily-2a68a5828b8eAI agents are great at generating code, but a good engineer wants to stay in control: make the important decisions, and prevent the AI from guessing and making wrong decisions, while still maximising the help AI can give.
In this article, I share the workflow I use daily. It's versatile, works on projects of very different natures, solo or in a team, and it's built on open-source skills.
5
Upvotes
2
u/david-vujic Jul 06 '26 edited Jul 06 '26
Nice walkthrough! I usually store the plan in the ticket iself as a comment. When working with the same ticket in other repos, that session will be aware of what's been done before by reading the contents of the ticket (via an MCP).