RE: https://mastodon.social/@stroughtonsmith/116029301292604115
All of my attempts at having LLMs create SwiftUI apps ended up in frustration, but I've been playing around with a UIKit app for a couple of days now and getting very interesting results ๐
I think the syntax of SwiftUI itself is particularly confusing for LLMs. I've seen many models mess up things such as opening and closing braces when writing complex SwiftUI code. They also tend to bake too much business logic in view code instead of modularizing things, which doesn't happen when doing UIKit.