πŸ’­ My AI workflow starts with ChatGPT

When I'm exploring a new technical challenge or productive case, #ChatGPT is my first stop. Why? It pours more water on ideas.

The goal isn’t perfect code - it helps me plan the whole module and align new ideas with the project environment.

πŸ”§ Stage two: Claude Chat β†’ Claude Code

Once the concept is clear, I switch to #Claude Chat for the technical side. Here I'm refining the approach, preparing prompts, getting specific about #architecture.

Next is #ClaudeCode where I am running many fresh sessions per case. πŸš€

πŸ‘€ Before any code hits the repo, I examine everything

AI-generated code is a starting point, not a finish line. Backend is usually solid. πŸ’ͺ

The arch might be right, but the details need my touch. #SwiftUI layouts, accessibility, iOS-specific patterns - those need my judgment.

@piotrekjeremicz This is my approach for web projects as well.

AI very much falls apart very quickly with front-end code.