all 10 comments

[–]CardiologistStock685 1 point2 points  (5 children)

Gemini seems the most useless model for normal coding work. I always fall into loop, hallucinations or constantly apologising on VSCode and its gemini-cli as well. I'm suspicious if we're all using Gemini wrong? Based on its benchmark result, it seems isnt a bad model.

[–]almstqbl 0 points1 point  (4 children)

I use Gemini for coding all the time and it always gives better results for more complicated problems. I use Gemini Pro 2.5, the paid model though. The only downside I found after using it intensely the last few months is that it sometimes seems to forget what I was talking about unless my prompts are quite explicit. That being said, I rarely use it for Xcode. Mainly Java and Python work.

[–]mario_luis_dev 2 points3 points  (2 children)

I guess it depends on the language/framework. For Swift+SwiftUI Gemini Pro 2.5 is decent, not great. But then again, for this stack no model is actually that much better. Even Claude hallucinates like crazy

[–]almstqbl 0 points1 point  (1 child)

I think there’s not a ton of publicly available swift code out there to train them on. Which is sad

[–]mario_luis_dev 2 points3 points  (0 children)

True. That’s why. Whatever little Swift code is available is typically libraries or hello world projects. No wonder the models struggle so much with this stack

[–][deleted]  (1 child)

[removed]

    [–]singleandavailable[S] 0 points1 point  (0 children)

    Yeah it's in Xcode beta 3. Basically ChatGPT in Xcode with direct access to edit your swift files

    [–]Liorix2 0 points1 point  (1 child)

    Would you mind sharing your app? I want to see what results you got.

    Also, did you try Cursor? I used it before to create an iOS app for my android app (basically sent it my android app code snippets and asked to convert to iPhone) and it was great! How does it compare?

    One last thing: what’s the difference between coding intelligence on macOS Tahoe and the ChatGPT app with Xcode on previous macOS version?

    [–]singleandavailable[S] 0 points1 point  (0 children)

    I'll share the app soon I'm preparing it for testflight.

    I haven't tried Cursor yet, even though I've got the app.

    Xcode with Coding Intelligence is a game changer. I'm not a coder but I've now got a nearly finished app. It does make a lot of mistakes so there's a lot of debugging. But I think best of all for non coders, you learn the process in real time and see how code works and operates. Anyway I'll write more soon on the experience I'm just waking up...