Loading...

Google jumps into the AI coding assistant fray with Codey and Studio Bot

Google jumps into the AI coding assistant fray with Codey and Studio Bot<br />
<b>Warning</b>:  Undefined array key /var/www/vhosts/lawyersinamerica.com/httpdocs/app/views/singleBlog/singleBlogView.php on line 59
">
Tech
May 2023

During today's I/O presentation, Google announced Studio Bot, an AI assistant that Android developers can use to help write and debug code.

Built on Codey and the revised PaLM 2 large language model, Studio Bot is only available to US developers for now and is in its "very early days," Google said. It's part of Android Studio, Google's official integrated development environment (IDE) for Android devs.

This is distinct from another Codey-based project that is meant to compete directly with GitHub's Copilot at completing and generating in-line code.

Further Reading

You don't have to give Studio Bot any of your code to ask it things. In fact, Google's positioning suggests that, at least for now, it's better suited for answering general API questions and the like than digging in and helping you build stuff directly.

Google warns in its developer-facing documentation that "Studio Bot is still an early experiment, and might sometimes provide inaccurate, misleading or false information while presenting it confidently. Studio Bot might give you working code that doesn't produce the expected output, or provide you with code that is not optimal or incomplete."

This wasn't the only I/O announcement relevant to developers. As noted briefly above, Google also announced plans to launch a Codey-based code-generation tool that is more akin to Copilot. Codey-based tools like these work with JavaScript, Java, Python, SQL, and Go. This is part of a larger initiative to AI-ify virtually all of Google Cloud and Google's other development tools and services over time.

Google also launched ML Hub, a repository of guidance for developers who are seeking to train and use machine-learning models in their work. And a new experimental AI feature on the Play Store will allow developers to generate copy for app listings, analyze and summarize user reviews of apps, and more.

Top