πŸ’­ 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.

πŸ•°οΈ I miss the old days sometimes

There was something romantic about discovering solutions yourself. Hours deep in documentation, #StackOverflow, trial and error until breakthrough.

Now? Ask #AI, get an answer immediately.

Anyone else feel this? πŸ’”
#BuildInPublic #DevDiary #iOS

@piotrekjeremicz no, as much as I enjoyed figuring something out, at times it would take what felt like forever. I dont have forever. I got so much done this morning on an app I've been wanting to update. I have to go test it myself before I send it to TestFlight. Other than that I'm feeling pretty good.

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

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