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

Windows 11 PCs with Arm Processors now have an Official ISO for Clean Installations

Published

on

Power users occasionally prefer to start over when they acquire a new computer, so they follow the pro-gamers’ advice and reinstall Windows using a brand-new ISO image that comes straight from Microsoft and is free of bloatware and needlessly complex “driver management programs.” Up until recently, the new Snapdragon laptops’ more specialized version of Windows 11 didn’t support that.

The Windows 11 build on these new laptops is unusual because of the Arm64-based hardware, which differs from the typical x86 and x64 innards found in most laptops and desktops. Microsoft has finally released a disk image (or ISO file) for these devices after several months of waiting. To perform a direct reinstallation or make a bootable flash drive for a different device, you may now download it straight from Microsoft’s website. It is identical to the installation media utility that is currently available.

Be aware that there may be some glitches if you use this method for a fresh install. Compared to previous designs, the Snapdragon X system-on-a-chip has a lot fewer hardware variables, but because it’s so new, Windows Update might not include all the necessary components. You may need to use an Ethernet connection or the old-fashioned sneakernet to manually load drivers from another computer. You may also need to do some Googling to locate all the files you require for that.

Continue Reading

Technology

OPPO Reno 13 series will debut in China shortly, with India following in 2025

Published

on

According to reports, OPPO, a Chinese firm, is getting ready to introduce its Reno 13 series smartphones in its native nation this month. As per 91Mobiles, the OPPO Reno 13 and Reno 13 Pro models are anticipated to debut in China on November 25. The Indian launch is probably set for January 2025. The smartphone series that debuted in July of this year, the Reno 12 series, will be replaced by the Reno 13 series.

Information regarding the specifications of the new Reno 13 and Reno 13 Pro smartphones has leaked online, although the business has not yet confirmed the launch date. These are the specifics:

OPPO Reno 13 Series: Anticipations

It is anticipated that the OPPO Reno 13 Pro would have a 6.78-inch, quad-curved OLED screen with 1.5K resolution. In contrast, the slightly smaller 6.7-inch display with FHD+ resolution is found on the OPPO Reno 12 Pro. In China, the Pro model is probably going to be powered by the MediaTek Dimensity 8350 chipset, while in India, it might have a different processor. A 50MP primary camera, an 8MP ultrawide sensor, and a 50MP telephoto sensor with 3x optical zoom are anticipated to be included in the OPPO Reno 13 Pro’s photographic setup. Most likely, the front camera will include a 50MP sensor.

With a 5,900mAh battery as opposed to the 5,000mAh battery on the Reno 12 Pro, the Reno 13 Pro is anticipated to significantly increase battery capacity. Additionally, it is anticipated that the smartphone would support both 50W wireless and 80W wired charging. Additionally, an IP68/IP69 designation for water and dust protection could increase its durability.

Although the price of the smartphones in the Reno 13 series is not well known, it is anticipated to be similar to that of its predecessor. For comparison, the 12GB RAM + 256GB storage version of the OPPO Reno 12 Pro launched at Rs 36,999, while the 8GB RAM + 256GB storage version of the vanilla model cost Rs 32,999.

OPPO Reno 13 Pro: Anticipated features

  • Display: 6.78-inch OLED, quad-curved, with a refresh rate of 120 Hz and a resolution of 1.5K
  • processor: MediaTek Dimensity 8350
  • rear camera: 50MP primary, 8MP ultra-wide, and 50MP telephoto (3x zoom)
  • front camera: 50MP
  • Battery: 5,900mAh
  •  Charging: 50W wireless and 80W wired
  • IP rating: IP68/IP69; operating system: ColorOS 15 based on Android 15

Continue Reading

Technology

Apple has released Final Cut Pro 11, an AI-powered program

Published

on

Apple introduced Final Cut X thirteen years ago. Considering that the video-editing program marked its 25th birthday this April, that represents just over half of its lifetime. Some have questioned whether the corporation has discreetly withdrawn the offering due to its multiple lifetimes in the consumer software industry.

Final Cut Pro finally reaches level 11, after 13 years of waiting, and Apple is no longer playing around. On Wednesday, the program will be accessible for download. After a 90-day trial period, new users will need to pay $300 to buy Final Cut Pro 11 from the Mac App Store, while current users will receive it as a free update.

What specifically justified the much anticipated move to 11? AI is two letters. The business is using AI to power new features just weeks after releasing Apple Intelligence for iOS, iPadOS, and MacOS.

Magnetic Mask is at the top of the list because it makes it simple to crop objects and people out of videos without using a green screen.

According to Apple, “This powerful and precise automatic analysis provides additional flexibility to customize backgrounds and environments,” “Editors can also combine Magnetic Mask with color correction and video effects, allowing them to precisely control and stylize each project.”

Transcribe to Captions, which basically adds text to Final Cut’s timeline, is the second standout AI-based tool here. The company claims that its in-house large language model (LLM) powers that feature.

Apple’s problematic mixed-reality headset is the subject of this article’s other major headline. The most recent iPhones now have the capability to record Spatial Video, and Final Cut may be used to edit that footage. It is possible to add effects, color correct the video, and change the titles’ depth placement.

Apple is reportedly working on a more inexpensive variant, even though CEO Tim Cook has acknowledged that the $3,500 headgear isn’t the mainstream consumer product the company wanted. Along with the iPhone 15 Pro and all iPhone 16 models, the Vision Pro itself can record spatial video. Additionally, Canon just unveiled a new twin lens that works with R7 cameras.

Additionally, there are various time-saving features in the new Final Cut. For example, Magnetic Timeline allows you to swiftly rearrange clips while maintaining audio and video synchronization.

According to Apple, Final Cut Pro 11 was developed especially for the M-series of CPUs, which are its first-party silicon. This includes having more simultaneous 4K and 8K playback capabilities.

Apple claims that the M-series of chips, their first-party silicon, were the reason behind the creation of Final Cut Pro 11. This includes the capacity to play back several 4K and 8K ProRes video streams at once.

Final Cut Pro for iPad 2.1 is being released by Apple concurrently with the eagerly anticipated release of Pro 11. The brightness and color of the touched-based interface will be increased, and the workflow will be enhanced as well. Starting on Wednesday, current users can also obtain that for free.

Continue Reading

Trending

error: Content is protected !!