DEV Community

Cover image for My Generative Coding Workflow: How an Old School Coder is Adapting to AI (Let's Talk!)
goker
goker

Posted on

My Generative Coding Workflow: How an Old School Coder is Adapting to AI (Let's Talk!)

Alright fellow devs, the AI wave is here, and even us "old school coders" are evolving! I've been shaping my workflow as a Generative Coder, trying to blend decades of experience with the power of tools like Gemini, Claude, GPT, and the speed of Cursor IDE (while still loving WebStorm for its strengths!).

My current process is a 3-step dance:

  1. AI Huddle (with Gemini): Brainstorming needs & context.
  2. Charting the Course: Human-led user flows & requirements.
  3. The Generative Relay: Iterative prompting (Claude in Cursor, GPT/Gemini for second opinions), reviewing, and refining. It's exciting, but I'm on a mission to make it perfectly efficient – fewer re-prompts, tighter loops, and more time for big-picture design. I’m an engineer, after all; it should be a crystal-clear development process! (Even if that first-shot perfect result from AI is still a dream 😉).

For a more detailed breakdown of my current tools and process, you can read the full post on my blog:

https://goker.me/my-generative-coding-workflow

But here on dev.to, I really want to hear from YOU!

  • What does your AI-assisted workflow look like?
  • Which tools are you finding indispensable?
  • How are you tackling the iteration cycles and review process?
  • What are your tips for building faster, smarter, and better as a Generative Coder?

Drop your insights, workflows, and war stories in the comments below! Let’s compare notes and learn from each other as we navigate this new era.

Top comments (1)

Collapse
 
ozkanpakdil profile image
özkan pakdil
  1. What does your AI-assisted workflow look like? : I talk with github copilot if I stuck somewhere which is most of the time better then googling
  2. Which tools are you finding indispensable? anything dispensable, every week there is new AI tool coming up, just keep trying and learn from new, jetbrains Junie is far more better for coding then others in my experience.
  3. How are you tackling the iteration cycles and review process? open a PR and bring coderabbit.ai/ that will bring a lot of different angles
  4. What are your tips for building faster, smarter, and better as a Generative Coder? keep learning keep sharing.