Google AI Studio

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

Google AI Studio is one of Google’s equivalents to ChatGPT, in that it is a chat interface on top of their proprietary Large Language Models.

It is slightly more targeted at developers, and offers a certain amount of free usage of the Gemini models with a Google account.

We’re not going to focus too strongly on AI Studio itself, instead just using it as an interface to the Gemini class of LLM models from Google.

Improving the Software Spec

Now that we’ve generated a software spec, we’d obviously go ahead and share that with our team and stakeholders to find out what’s missing, or if any other questions arise.

Writing Code

As previously mentioned, writing code with a chat-only interface is quite a lot of effort. Although the underlying models can create the code, as we’ll see in the video, you’d then have to manage taking it back to your project, creating the right files and integrating it manually.

See forum comments
Download course materials from Github
Previous: Writing a Software Spec Using ChatGPT Next: Duelling AIs