Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-plugin-hostgator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ol-scrapes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home4/scienrds/scienceandnerds/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home4/scienrds/scienceandnerds/wp-includes/functions.php:6114) in /home4/scienrds/scienceandnerds/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":31653,"date":"2023-05-10T22:15:16","date_gmt":"2023-05-10T22:15:16","guid":{"rendered":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/"},"modified":"2023-05-10T22:15:17","modified_gmt":"2023-05-10T22:15:17","slug":"google-launches-a-github-copilot-competitor","status":"publish","type":"post","link":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/","title":{"rendered":"Google launches a GitHub Copilot competitor"},"content":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/<\/a><\/br>
\nGoogle launches a GitHub Copilot competitor<\/br>
\n2023-05-10 22:15:16<\/br><\/p>\n

\n

At its annual I\/O developer conference<\/a>, Google today announced the launch of a number of AI-centric coding tools, including its competitor to GitHub\u2019s Copilot<\/a>, a chat tool for asking questions about coding and Google Cloud services, as well as AI-assisted coding in Google\u2019s no-code AppSheet product.<\/p>\n

At the core of virtually all of these new code completion and code generation tools is Codey. Based on Google\u2019s PaLM 2 large language model, the company specifically trained Codey to handle coding-related prompts, but it also trained the model to handle queries related to Google Cloud in general (all of this, by the way, falls under Google\u2019s Duet AI branding).<\/p>\n

\u201c[We took] that base model, and then a large team \u2014 a lot of my folks actually \u2014 in developer relations have been helping fine-tune that with our multi-year collection of a knowledge graph of everything Google Cloud produces,\u201d Google Cloud\u2019s Richard Seroter explained. \u201cThat knowledge graph now is part of the pipeline that\u2019s constantly feeding and training this model. Then that model is served up and exposed through Vertex where our front-end components and such can call in to that for chat, AppSheet code completion, things like that, \u2014 with, of course, Google\u2019s scale security and performance.\u201d<\/p>\n

The model, Google says, was trained on a large corpus of permissively licensed open-source code, as well as a lot of internal Google code, all of the company\u2019s code samples and its reference applications.<\/p>\n

Developers will get access to these new tools through an extension for Visual Studio Code, JetBrains IDEs, the Google Shell Editor, as well as in Google\u2019s cloud-hosted Workstations service. And while the model was trained in the context of Google Cloud, it\u2019s worth stressing that the code generation features are obviously not specific to Google Cloud at all. It currently supports Go, Java, Javascript, Python and SQL.<\/p>\n

Developers will be able to chat with this model right in a chat box in their IDE or write a comment in a text file and have it generate the relevant code. All of this sounds quite similar to what competing projects are offering today, but Seroter argued that what sets Google\u2019s tool apart is its integration with the rest of the Google Cloud Platform.<\/p>\n

For now, however, only a small set of trusted testers will be able to try the code assistance feature, integrated chat and the new AI integrations in Google\u2019s AppSheet no-code development platform. Chances are we will hear quite a bit more about this at Google\u2019s Cloud Next even in late August.<\/p>\n

What\u2019s also important here is that the vision here goes beyond generating code. In the near future, Google would like to use these models to help developers manage all of their services on Google Cloud (including deploying and scaling applications) using this chatbot technology.<\/p>\n

\u201cIn essence, I think we\u2019ve been using 20th-century interfaces on 21st-century platforms. We\u2019ve been doing CLI and UIs and APIs \u2014 those are awesome, but it\u2019s a lot different than 50 years ago where it took a 50-page manual to use a computer. Now we\u2019ve got over a million pages of Google Cloud docs. It\u2019s time for something different,\u201d Seroter said.<\/p>\n

In part, this is about making developers more productive and freeing them from having to constantly switch context by looking this up elsewhere, but if this vision pans out, then it will also free developers and DevOps teams from a lot of the routine work that comes with testing and deploying applications. If you can simply tell Google Cloud to look at your code and figure out the best way to deploy it and then monitor it over time, that frees up a lot of time for more creative tasks, after all.<\/p>\n

\u201cWe\u2019re trying to put AI at the center of the cloud experience, changing how developers interact with the cloud platform to make it more human-centric, goal-oriented, holistic,\u201d Seroter said. \u201cSo it\u2019s kind of a new approach to cloud interfaces and the systems and we\u2019re excited about that.\u201d<\/p>\n

\"Read<\/a><\/p>\n<\/p><\/div>\n

<\/br><\/br><\/br><\/p>\n

Science, Tech, Technology<\/br>
\n<\/br>
\nSource:
https:\/\/techcrunch.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/<\/a><\/br><\/br><\/p>\n","protected":false},"excerpt":{"rendered":"

Source:https:\/\/techcrunch.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/ Google launches a GitHub Copilot competitor 2023-05-10 22:15:16 At its annual I\/O developer conference, Google today announced the launch of a number of AI-centric coding tools, including its competitor to GitHub\u2019s Copilot, a chat tool for asking questions about coding and Google Cloud services, as well as AI-assisted coding in Google\u2019s no-code AppSheet product. […]<\/p>\n","protected":false},"author":1,"featured_media":31654,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[26,17,8],"tags":[],"class_list":["post-31653","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","category-tech","category-technology"],"yoast_head":"\nGoogle launches a GitHub Copilot competitor - Science and Nerds<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google launches a GitHub Copilot competitor - Science and Nerds\" \/>\n<meta property=\"og:description\" content=\"Source:https:\/\/techcrunch.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/ Google launches a GitHub Copilot competitor 2023-05-10 22:15:16 At its annual I\/O developer conference, Google today announced the launch of a number of AI-centric coding tools, including its competitor to GitHub\u2019s Copilot, a chat tool for asking questions about coding and Google Cloud services, as well as AI-assisted coding in Google\u2019s no-code AppSheet product. […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/\" \/>\n<meta property=\"og:site_name\" content=\"Science and Nerds\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-10T22:15:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-10T22:15:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"710\" \/>\n\t<meta property=\"og:image:height\" content=\"399\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/\",\"url\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/\",\"name\":\"Google launches a GitHub Copilot competitor - Science and Nerds\",\"isPartOf\":{\"@id\":\"https:\/\/scienceandnerds.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1\",\"datePublished\":\"2023-05-10T22:15:16+00:00\",\"dateModified\":\"2023-05-10T22:15:17+00:00\",\"author\":{\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\"},\"breadcrumb\":{\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1\",\"width\":710,\"height\":399},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/scienceandnerds.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google launches a GitHub Copilot competitor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/scienceandnerds.com\/#website\",\"url\":\"https:\/\/scienceandnerds.com\/\",\"name\":\"Science and Nerds\",\"description\":\"My WordPress Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/scienceandnerds.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/scienceandnerds.com\"],\"url\":\"https:\/\/scienceandnerds.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google launches a GitHub Copilot competitor - Science and Nerds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/","og_locale":"en_US","og_type":"article","og_title":"Google launches a GitHub Copilot competitor - Science and Nerds","og_description":"Source:https:\/\/techcrunch.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/ Google launches a GitHub Copilot competitor 2023-05-10 22:15:16 At its annual I\/O developer conference, Google today announced the launch of a number of AI-centric coding tools, including its competitor to GitHub\u2019s Copilot, a chat tool for asking questions about coding and Google Cloud services, as well as AI-assisted coding in Google\u2019s no-code AppSheet product. […]","og_url":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/","og_site_name":"Science and Nerds","article_published_time":"2023-05-10T22:15:16+00:00","article_modified_time":"2023-05-10T22:15:17+00:00","og_image":[{"width":710,"height":399,"url":"https:\/\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/","url":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/","name":"Google launches a GitHub Copilot competitor - Science and Nerds","isPartOf":{"@id":"https:\/\/scienceandnerds.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage"},"image":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1","datePublished":"2023-05-10T22:15:16+00:00","dateModified":"2023-05-10T22:15:17+00:00","author":{"@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e"},"breadcrumb":{"@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#primaryimage","url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1","contentUrl":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1","width":710,"height":399},{"@type":"BreadcrumbList","@id":"https:\/\/scienceandnerds.com\/2023\/05\/10\/google-launches-a-github-copilot-competitor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scienceandnerds.com\/"},{"@type":"ListItem","position":2,"name":"Google launches a GitHub Copilot competitor"}]},{"@type":"WebSite","@id":"https:\/\/scienceandnerds.com\/#website","url":"https:\/\/scienceandnerds.com\/","name":"Science and Nerds","description":"My WordPress Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scienceandnerds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/ea2991abeb2b9ab04b32790dff28360e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scienceandnerds.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6e14fc6691445ef2b2c0a3a6c43882?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/scienceandnerds.com"],"url":"https:\/\/scienceandnerds.com\/author\/admin\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/i0.wp.com\/scienceandnerds.com\/wp-content\/uploads\/2023\/05\/google-launches-a-github-copilot-competitor_645c1774c6ef6.jpeg?fit=710%2C399&ssl=1","_links":{"self":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/comments?post=31653"}],"version-history":[{"count":1,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31653\/revisions"}],"predecessor-version":[{"id":31655,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/posts\/31653\/revisions\/31655"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media\/31654"}],"wp:attachment":[{"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/media?parent=31653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/categories?post=31653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scienceandnerds.com\/wp-json\/wp\/v2\/tags?post=31653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}