Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In this lesson we’ve covered a couple of chat-based interfaces for LLMs, in ChatGPT and Google AI Studio. We’ve seen how they can be fantastic at generating project proposals, software specs and implementation plans. And that using multiple sessions in combination is a great approach for refinement.

However, we also saw that actually working with code is somewhat clunky, due to the limitations of the chat interface.

In the ensuing lessons we’ll look at various different tools that overcome this to differing degrees, by having access directly to the project. And then within those different tools, we’ll look at the different techniques you can use to harness AI for building iOS apps.

See forum comments
Download course materials from Github
Previous: Duelling AIs Next: GitHub Copilot for Xcode