Goto

Collaborating Authors

 Generative AI


July 2021: ML News and Code

#artificialintelligence

We're halfway 2021, and the ML-sphere keeps spinning: the Conference on Computer Vision and Pattern Recognition (CVPR 2021) was just held, Github and OpenAI released Copilot, an unprecedentedly intelligent code completion assistant, and much more happened in the last few weeks. Zeta Alpha is happy to help you discover the latest AI research and software and keep you up-to-date. The trend of outrageously large models is nowhere near an end. One year ago the release of OpenAI's GPT-3 got the AI community flabbergasted with 175 Billion parameters. This month was the turn of Wu Dao 2.0 to break the record, showing how China's not dragging behind at all when it comes to pouring resources in AI research.


GitHub releases an AI-powered copilot to help improve code

#artificialintelligence

GitHub is helping developers to speed up and clean up their code with a new AI-powered tool that it calls Copilot. GitHub Copilot uses an AI system from OpenAI known as OpenAI Codex. The system claims to have a broad knowledge of how people use code and claims to be "significantly more capable than GPT-3" in generating code. By drawing context from the code that a developer is working on, the system is able to suggest entire lines or functions. Even veteran coders can benefit from GitHub Copilot by using the system to explore new APIs and discover alternative ways to solve problems without having to scour the web for answers.


Will AI coding assistants like GitHub's Copilot transform developers' jobs?

#artificialintelligence

OpenAI has once again made the headlines, this time with Copilot, an AI-powered programming tool jointly built with GitHub. Built on top of GPT-3, OpenAI's famous language model, Copilot is an autocomplete tool that provides relevant (and sometimes lengthy) suggestions as you write code. Copilot is currently available to select applicants as an extension in Visual Studio Code, the flagship programming tool of Microsoft, GitHub's parent company. While the AI-powered code generator is still a work in progress, it provides some interesting hints about the business of large language models and the future directions of the software industry. Attend the tech festival of the year and get your super early bird ticket now!


OpenAI Launches GitHub Copilot: AI Focused On Code Generation. Should We Be Worried Now?

#artificialintelligence

Considering its merits and flaws, it is worth asking if GitHub Copilot affects developer jobs in the future. When GPT-3 was released, the answer to this question was a tentative, faint yes. However, now that Copilot is out and will be a commercially available product that integrates into one of the heavily used IDEs globally, we should reconsider our answer. The creators claim the tool will only serve to boost productivity and free developers from doing manual tasks and help them focus on more interesting work. It might also be possible it lowers the barriers for beginners to enter the software industry.


GitHub, OpenAI release GPT-3-autocomplete combo for programmers

#artificialintelligence

If you're a software developer who's used to flying solo, GitHub has some news: Get ready to welcome AI into the coding cockpit. Yesterday, the Microsoft-owned code repository and software platform announced GitHub Copilot, a tool created in partnership with Microsoft partner OpenAI that can make suggestions as programmers write code in real time. It's built atop OpenAI Codex, an AI model that learned from billions of lines of code. How it works: The tool analyzes your previous lines of code to suggest new code, and even functions, that developers can then accept or ignore. The current version works best with languages like Python, JavaScript, TypeScript, Ruby, and Go.


Your AI pair programmer

#artificialintelligence

The Ultimate help and support for the developers is here by the OpenAI and GitHub community. Developed in collaboration with OpenAI, GitHub Copilot is powered by OpenAI Codex, a new AI system created by OpenAI. OpenAI Codex has broad knowledge of how people use code and is significantly more capable than GPT-3 in code generation, in part, because it was trained on a data set that includes a much larger concentration of public source code. GitHub Copilot works with a broad set of frameworks and languages, but this technical preview works especially well for Python, JavaScript, TypeScript, Ruby and Go. So, Now people who are really confused about programming you know it will actually help you to write a neat coed and even in interviews it will definitely help you if you're going for competitive programming.


AI Can Almost Write Like a Human--and More Advances Are Coming

#artificialintelligence

Last month, software developer Kevin Lacker tested GPT-3, the latest version of an artificial-intelligence language system developed by San Francisco-based software company OpenAI LP. The system isn't yet public, but it set off a firestorm in tech circles after OpenAI gave select researchers and developers access so they could provide feedback. They observed its uncanny and unprecedented ability to answer trivia questions, generate long passages of coherent text, design simple software applications and offer plausible recipes for breakfast burritos. Trained on roughly 300 billion words from across the internet, GPT-3 predicts what is most likely to follow a prompt from a human. But ask it to reason, and it struggles.


GitHub unveils AI coding assistant for Visual Studio Code

#artificialintelligence

GitHub has launched a preview of GitHub Copilot, an AI-based coding assitant for Visual Studio Code that suggests lines of code or functions as you type. Built in collaboration with OpenAI, GitHub Copilot draws context from the developer's code, suggesting lines or entire functions while helping to find alternative ways to solve problems, write tests, and explore new APIs without the need to search for answers on the Internet. Introduced June 29, GitHub Copilot adapts to how the user writes code, helping complete work faster. Trained on billions of lines of public code, the tool is powered by OpenAI Codex, an AI system that is more capable than the GPT-3 (Generative Pretrained Transformer) language model in code generation, GitHub said. GitHub Copilot can quickly produce boilerplate code and repetitive patterns, with developers able to feed examples to Copilot and have the tool generate the rest.


OpenAI's gigantic GPT-3 hints at the limits of language models for AI

#artificialintelligence

A little over a year ago, OpenAI, an artificial intelligence company based in San Francisco, stunned the world by showing a dramatic leap in what appeared to be the power of computers to form natural-language sentences, and even to solve questions, such as completing a sentence, and formulating long passages of text people found fairly human. The latest work from that team shows how OpenAI's thinking has matured in some respects. GPT-3, as the newest creation is called, emerged last week, with more bells and whistles, created by some of the same authors as the last version, including Alec Radford and Ilya Sutskever, along with several additional collaborators, including scientists from Johns Hopkins University. It is now a truly monster language model, as it's called, gobbling two orders of magnitude more text than its predecessor. But within that bigger-is-better stunt, the OpenAI team seem to be approaching some deeper truths, much the way Dr. David Bowman approached the limits of the known at the end of the movie 2001.


GitHub Copilot -- A New Generation of AI Programmers

#artificialintelligence

When OpenAI released GPT-3 last year, people got surprised by its ability to generate code from natural language prompts. Sharif Shameem and others excitedly shared their discoveries and soon the hype -- and the worry -- went through the roof. But GPT-3 was nowhere near being a great programmer. It's a notable feat that it could understand an English text and transform it into a chunk of code, but it performed mediocrely. OpenAI and Microsoft (now backing their projects financially) saw a very promising commercial product in GPT-3's coding abilities and soon started to develop another language model; a programmer AI.