Connect with us

Technology

The goal of Microsoft’s GitHub Copilot is to utilize AI in programming as soon as possible

Published

on

The goal of Microsoft's GitHub Copilot is to utilize AI in programming as soon as possible

There is a lot of disagreement over how much generative AI can assist programmers. David Gewirtz of ZDNET has discovered through first-hand testing that OpenAI’s ChatGPT “can write pretty good code.” However, some research has shown that the overall code quality of large language models, like GPT-4, is far lower than that of human coders.

However, some contend that the argument over whether AI is a better coder or not is missing the mark. According to some, the key to providing coding assistance through automation is to alter the nature of a programmer’s work.

“If you ask me what is the big change, what’s happened with the world of generative AI is that we have created another abstraction layer on top of AI,” said Inbal Shani, chief product officer for GitHub, the developer site owned by Microsoft, in an interview recently with ZDNET.

Originally, the purpose of that abstraction layer—natural language—was limited to code completion. “That’s the basic layer that we’ve seen,” she stated. Shani contends that the abstraction layer’s power lies in its ability to extend AI’s applications far beyond code completion.

GitHub Copilot, their version of code assistance, was released in June 2021. According to Shani, this year has been “a transformational year” for AI in programming. As per the October announcement made by Microsoft CEO Satya Nadella, GitHub has more than 37,000 organizations and over a million paying customers utilizing Copilot.

Shani mentioned well-known Copilot users like Accenture, which has used Copilot to train hundreds of developers. “They’ve seen that there was a lot of usage to reduce what we call boilerplate code, the repetitive code that developers do not necessarily like to write, but have to because it’s part of their foundations.”

Shani stated that Accenture has kept 88.5% of the Copilot code. “So this means that copilot was able to provide a high accuracy — high-fidelity answers to their developers that they choose to keep that code and not need to rewrite it.”

Using Copilot at Accenture has increased productivity by 15%, as measured by the number of pull requests that are completed on time when new code is merged with the main source for a project. Furthermore, the process of turning code into a working binary is known as the “build process,” and “they’ve seen developers more apt to go through it.”

“Sometimes, developers hold themselves back” from doing builds, she noted. “They say, I don’t trust, I need to test again, but using Copilot, it kind of helped build that trust to deploy more code into production.”

More pull requests, more builds, and less boilerplate code writing could all result in small but meaningful improvements in the way developers spend their days right away.

“If we can increase the build rate in a consistent way, then that basically helps developers to spend less time waiting for builds, to have more time back to focus on architecture and so on,” said Shani.

“A shocking discovery that happened for me is that developers have less than two hours a day to write code,” on average, said Shani. “They need to do many things that are around the software development lifecycle, but not around the coding — they do builds, they write tests, they sit in meetings, they need to engage with other folks, they need to write PRs [pull requests].”

One possible benefit of automating some of those tasks is that “we’re giving more bandwidth for developers to invest in the other areas.”

Shani acknowledged that none of this had been fully and rigorously measured in terms of increased productivity. Regarding the productivity measurement process, she stated, “I think we’re in the middle of that.” The likes of Copilot “have not been adopted for long enough for us to get real, substantial data that we can say, here’s how we’ve changed lives forever.”

She said that definitions are difficult for productivity. Since “you can write really crappy code really fast,” code completion is “not necessarily an indicator of success” when it comes to accelerating code.

Rather, said Shani, “the work that we have ongoing is, What is really time to value? What is that impact? How do we measure the impact of these tools that we have been adopting along the way? That’s still ongoing.”

“How to define developer happiness,” according to Shani, is another crucial component that needs to be quantified in some way. “It’s very important for developers to be recognized, and right now, the recognition is coming in some companies from measuring how many lines of code am I writing.” She does, however, point out that a programmer’s verbosity may not be the best measure of their skill.

The elimination of the need to switch between tools is one of the more significant components of the new abstraction layer emerging in AI.

“Usually, if I’m looking for something I don’t know how to write, I’ll go to some sort of search engine,” explained Shani. “Copilot was able to bring all of that into the same environment.” The interface, the prompt, “is right there in your IDE [integrated development environment],” so that “you don’t need to go to different tools, you don’t need to copy-paste, you don’t need to do all that; you basically stay where you write your code.”

The result, according to her, is that “developers are happy because they have less context-switching between tools.”

Within the programming team, Copilot is starting to spread to other departments. According to Shani, one significant Copilot user is the online retailer Shopify, which uses the tool for coding interviews with prospective employees. Additionally, Copilot is being used as a “peer programmer” or educator to help new programmers get up to speed during the onboarding process.

According to Shani, a major factor in the cases where Copilot and comparable tools are unable to yield the desired outcomes is likely prompt engineering’s learning curve. “You still need to know how to ask the right question,” she stated.

“The more you ask a broader question [at the prompt], the more general the solution you’ll get that is not necessarily applicable for your situation,” whereas, “the more you know how to ask the right questions, the better you get an answer from Copilot.”

As for “that change management,” she explained that Microsoft is working with clients like Accenture on “how to think about the question you ask Copilot to get the right answer that is applicable” and “how to write a proper prompt.”

Copilot still needs a lot of development, which will probably have a significant influence on both its accuracy and usefulness. Programs are starting to be able to be “personalized” for a specific developer. “An aspect we’re working on is how we can help these models to understand your coding style,” stated Shani, “to understand which of these elements are critical for you as a software developer, to adjust the recommendations we give you.”

An enterprise version of Copilot will be generally available from GitHub in February. “This is specifically about more customized models for enterprises that want to have their own flavor of that implementation,” Shani stated.

In the business version, “you’re going to have the ability to summarize PRs or add comments to the code using Copilot, or search your documents and get that document you’re looking for.” Additionally, more attention will be paid to how Copilot handles testing and stress testing.

According to Shani, the main goal is to “centralize everything with the same kind of AI flow model across software development, from inception to production.”

The chipmaker Advanced Micro Devices is among the enterprise edition beta testers, primarily for optimizing AMD’s in-house generative AI models. “We have a long waiting list of more customers that want to enter,” she said. “We’re taking it through a lot of rigorous testing, and we want to get a lot of feedback from customers that are currently on our beta program before we feel confident to share.”

Speaking of developer happiness may seem odd considering that some have claimed programming jobs can be eliminated by using AI to automate code. But Shani is adamant that’s not the case. “It’s not going to replace developers, not in the next, I would say, five, ten years,” she stated. “I’m in the camp that says never, because we’re just going to evolve as developers.”

Shani has been working with AI for more than 20 years. A year ago, she joined GitHub and ran the Elastic Containers product at Amazon AWS. She talks about her own experience transitioning from Fortran to C++ to Java to Python as a programmer. “At every point in time, everyone was freaking out: oh, my God, this is going to take away the work of developers.”

But, “We’ve seen more increase in developers because now we have lowered the barrier to be able to write more software.”

In the meantime, Shani compares the development of AI Copilots to “the same industrial revolution that led to factories that scaled food production to meet demand.” “That’s what’s taking place now: there’s more demand for software, so there’s more demand for software developers.”

Could Copilot and similar software actually reduce the time it takes to develop a project if accurate code generation can be automated and if context switching can be minimized by the abstraction layer?

Programmer Fred Brooks noted in his book The Mythical Man-Month that merely adding resources to a large programming project did not always expedite it; in fact, most of the time, it made matters worse.

It’s unclear yet if artificial intelligence (AI) will significantly improve project scheduling and management or lower the overall amount of work needed for a big programming project.

“I don’t know if the concept of many months will turn to seconds,” Shani replied. “Things will still take the right time to mature, but I think that the way to get there will be smoother and more efficient along the way if we can get to that value that we’re looking for in a shorter period of time.”

Technology

The Debut of Clever.AI was Revealed by CleverTap

Published

on

Clever.AI, the AI engine of CleverTap, one of the top all-in-one platforms for customer engagement and retention, was launched today. Through Clever.AI, CleverTap aims to provide brands with the next generation of AI capabilities needed to develop a human-like understanding of their customers and effectively deliver personalized experiences that increase customer lifetime value.

Brilliant.Predictive, generative, and prescriptive AI are the three main pillars upon which AI is based. Brilliant.These three pillars work together to revolutionize consumer engagement strategies and create more intelligent and effective customer interactions thanks to artificial intelligence (AI).

Clever.AI Gives Brands the Ability to Become:

Perceptive: Equipped with Predictive AI powers, it predicts exact business results, assisting brands in anticipating consumer demands. Astute.The TesseractDBTM, a proprietary technology from CleverTap, powers AI insights by ensuring data granularity over an extended lookback period, improving prediction accuracy, and empowering brands to make well-informed decisions that boost marketing ROI.

Empathetic: Cleverly advancing GenAI.AI creates content that speaks to people on a human level by fusing creativity and emotional intelligence. By using empathy, brands can increase conversion rates and provide hyper-personalized experiences for customers.

Actionable: By utilizing Prescriptive AI capabilities, it helps brands instantly determine the best engagement strategies to maximize conversions throughout the customer journey.

Burger King’s Digital Product Manager, Peter Takacs, gave it a 10 for usability and a wide range of potential applications. “Our marketing campaigns were improved by our ability to quickly and easily experiment with different options before settling on the best one.” It ushers in a new age of ongoing experimentation.

Chief Product Officer and co-founder of CleverTap Anand Jain stated, “We’re excited to introduce Clever.AI is proof of our commitment over the past few years to setting the standard for early adoption of cutting-edge technology to revolutionize customer interaction. CleverTap’s All-in-One engagement platform will continue to be innovated by Clever.As a result of deeper persona profiling and advanced product analytics, AI is improving its predictive precision and strengthening its capacity to recommend intelligent customer experiences. This enables brands to create more successful campaigns that are outcome-driven and highly personalized for each and every customer interaction.

Brands have already seen an increase in conversion with noticeably greater operational efficiency thanks to Clever.AI. They saw a 3x improvement in click-through rates (CTRs), a 36% increase in conversion rates, and a 35% increase in operational efficiency. They also saw an increase in other metrics like purchases and average order values (AOVs). Additionally, by streamlining content creation, experimentation at scale, and campaign roll-outs, Clever.AI improved operational efficiency. Prominent companies like TouchnGo, Swiggy, and Burger King have benefited from the efficiency gains made by Clever.AI in their campaigns.

At its Spring Release ’24 event, which takes place from May 6–9, CleverTap will present its new AI capabilities through a series of stimulating sessions on how AI can improve the intelligence, effectiveness, and engagement of campaigns for brands.

Continue Reading

Technology

Oracle Introduces Database 23ai, Adding Artificial Intelligence to Enterprise Data

Published

on

Oracle has released Oracle Database 23ai, a new database technology that incorporates artificial intelligence. The release, which is now as a suite of cloud services, is concentrated on optimizing application development, supporting crucial workloads, and simplifying the use of AI.

One of its primary features, Oracle AI Vector Search, simplifies data search by letting users look up documents, photos, and relational data using conceptual content rather than precise keywords or data values.

AI Vector Search removes the need to transfer or duplicate data in order to process AI by enabling natural language queries on confidential business information stored in Oracle databases. The integration of AI in real-time with databases improves operational effectiveness, security, and efficiency.

Oracle Database 23ai is accessible via Oracle Cloud Infrastructure (OCI) on Oracle Database@Azure, Oracle Exadata Database Service, Oracle Exadata Cloud@Customer, and Oracle Base Database Service.

Oracle’s Executive Vice President of Mission-Critical Database Technologies, Juan Loaiza, emphasized the importance of Oracle Database 23ai and called it a revolutionary tool for multinational corporations.

“Building intelligent apps, increasing developer productivity, and managing mission-critical workloads is made simple for developers and data professionals by AI Vector Search in conjunction with new unified development paradigms and mission-critical capabilities,” the speaker stated.

Three major improvements have been made to Oracle Database 23ai: OCI GoldenGate 23ai for real-time data replication across heterogeneous stores, AI Vector Search for semantic search, and Oracle Exadata System Software 24ai for accelerated AI processing. By utilizing JSON and graph data models, mission-critical data security, and availability are guaranteed, and developers are empowered to create intelligent apps.

Customers may anticipate higher data security, more rapid enterprise application innovation, and increased operational efficiency with Oracle’s ongoing developments in AI-integrated databases. A strong foundation for companies embracing AI technologies is promised by Oracle Database 23ai, which marks a substantial advancement in AI-driven database systems.

Continue Reading

Technology

Google Introduces Gemini AI on Android Devices for Singapore Users

Published

on

Singapore is among the main beneficiaries of Google’s Gemini Mobile App, which enhances the AI capabilities of Android-based smartphones. With Gemini AI now supporting more languages and regions, this rollout is a part of Google’s larger strategy to make its advanced AI available to a global audience.

The Gemini app is now available for direct download or Google Assistant access for Android users in Singapore. The app works with Android phones running Android 12 or later and having at least 4 GB of RAM. On iOS devices running iOS 16 or later, users can interact with Gemini through a dedicated tab in the Google app.

With Gemini AI’s flexible and intuitive design, users can get help by speaking, typing, or uploading an image. To illustrate Google’s goal of developing a truly conversational and multimodal AI assistant, you could, for example, take a picture of a flat tire and receive detailed instructions on how to fix it, or ask for assistance writing a thank-you note.

Google is incorporating Gemini more thoroughly into its ecosystem in addition to the stand-alone app. With the help of new extensions, the AI can now effortlessly search through a wide range of Google services, including YouTube, Gmail, Docs, Drive, Maps, and even Google Flights and Hotels, to offer thorough support. Gemini’s ability to combine travel dates, lodging, and activities into a single itinerary based on user emails and preferences makes it an especially helpful tool for complicated tasks like organizing travel plans.

Additionally, Google is making using Gemini on desktops easier. By typing “@gemini” after their question, users can start direct inquiries from the address bar of the Chrome browser. This results in a rapid launch of the gemini.google.com page, which further integrates Gemini’s AI capabilities across platforms and shows answers right away.

Google’s latest developments improve the daily digital experience for users in Singapore and possibly globally, while also advocating for increased accessibility to AI tools.

Continue Reading

Trending

error: Content is protected !!