Programming assistance AI 'Studio Bot' appeared from Google



Google has announced Studio Bot , a programming assistant AI that can be used with Android Studio. Studio Bot uses Google's large-scale language model ``

PaLM 2 '' derived language model `` Codey '', and `` provides hints according to developer's needs '' `` generates code to realize the function you want to create It is possible to perform operations such as

Meet Studio Bot | Android Studio | Android Developers
https://developer.android.com/studio/preview/studio-bot

Android Developers Blog: Android Studio @ I/O '23: Announcing Studio Bot, an AI-powered coding assistant
https://android-developers.googleblog.com/2023/05/android-studio-io-23-announcing-studio-bot.html




With Studio Bot, just ask a question like 'What's the best way to get location information on Android?'



Also, if you ask a question such as 'How can I make my app compatible with the dark theme?', it will generate the code to realize the function.



Generated code can be added to the file being edited with a single click.



Studio Bot is already available in the Canary Build version of Android Studio. However, at the time of article creation, it is limited to use only in the United States.

Please note that Studio Bot is in the experimental stage and may output inaccurate information. In addition, the Japanese translation of the 'Frequently Asked Questions' published by Google is as follows.

Q: What is the underlying language model for Studio Bot?
A: We have adopted 'Codey', which is specialized for coding 'PaLM 2'.

Q: Does Studio Bot send code to Google's servers?
A: Anything you type in Studio Bot's chat window will be sent to Google's servers, but you don't have to share your code. Code is private by default and will not be sent outside without your consent.

Q: Will my code be used to learn Studio Bot?
A: No. The code is not used for learning Studio Bot.

Q: Are Studio Bot responses accurate and secure?
A: Studio Bot is experimental and some answers may be inaccurate.

Q: Can Studio Bot help with coding?
A: Yes. Studio Bot can help with coding and coding related things. However, Studio Bot is experimental and you are responsible for using the code. Carefully test for errors, bugs, and vulnerabilities before relying on Studio Bot-generated code.

Q: Will Studio Bot quote existing code?
A: Studio Bot has designed the system not to output an exact duplicate of existing code and will continue to improve the system. When Studio Bot outputs an exact copy of the code, we will cite the source. The output may also include information about open source licenses that apply to your code. The user must comply with the license.

Q: What terms apply to using Studio Bot?
A: The ' Google Terms of Service ' and ' Generative AI Additional Terms of Service ' apply.

Q: Is there a way to provide feedback to Studio Bot?
A: Please use the high and low rating buttons in the UI.

Q: Can I ask Studio Bot anything?
A: Studio Bot is specifically trained for 'Android-related development questions' and is not designed to help with questions in other areas.

Q: What is the difference between Studio Bot and chatbots such as Bard?
A: Studio Bot specializes in Android related development. Studio Bot also integrates with Android Studio, providing features such as one-click actions and generating links to related documentation.

in Software, Posted by log1o_hf