CodeWithLLM-Updates
-

GitHub Copilot now provides model selection - developers can use models from Anthropic, Google, and OpenAI.

Introduced GitHub Spark - a tool for creating applications in natural language.

A number of improvements have been implemented in GitHub Copilot, Copilot Workspace, GitHub Models, and Copilot Autofix to create an even more integrated AI-driven environment for developers.

According to GitHub Octoverse 2024, the number of developers in the world has grown dramatically, with Python overtaking JavaScript as the most popular language on GitHub, partly due to the growth of activity in the field of generative AI. https://github.com/newsroom/press-releases/github-universe-2024

Copilot Arena

Copilot Arena is a free-to-use project for comparing artificial intelligence assistants (models) for code generation.

Provides you for evaluation paired autocompletions from different language models, including GPT-4o, Codestral, Llama-3.1, and others.

The goal is to evaluate which ones provide the best assistance to the programmer.

github vsc

🤖 Anthropic introduced new versions of the Claude 3.5 Sonnet and Claude 3.5 Haiku models, which significantly improved their performance.

🖥 The biggest novelty is "using the computer / Agentic Computer Use" (beta) - the ability of Claude models to directly interact with the computer, open applications, perform tasks and create code.

💻 Demonstrations show that models can find information, fill out forms, fix errors and even create websites on their own.

https://www.youtube.com/watch?v=xwf4LKrCy9w

We have a new interesting stage in the development of coding assistants. If earlier we started with tools like phind and other plugins integrated into Visual Studio Code (VSC) as a chat, now users have at least four main options:

(1) from the category of such plugins, the first and main one is GitHub Copilot, which is a completely closed product of Microsoft + OpenaAI, very closely integrated with VSC. Everything has already been decided and configured for you

(2) At the same time, little by little Cursor gained popularity, which is now a stable and high-quality product. Although it initially supported the use of API keys and custom queries to interact with models, it has now shifted more to "you pay, we configure"

(3) The next option is Canvas or Artifact, which are already built into the chats on the website, allowing you to interactively work with code and get hints in real time in the browser itself. For simple projects. There are similar online ides

(4) And finally, "copies" of Cursor are starting to come out, for example PearAI, focused on a more transparent approach to interacting with models - through API keys and locally of our choice. These are no longer just VSC plugins. Now I'm testing this program and it has enough bugs so far
So the field of AI coding continues to evolve, and users can choose among different products, depending on their needs and preferences.

Review code in ChatGPT Canvas

The main thing they did was finally respond to Claude artifacts (I used them quite often for code and did not want to return to the ChatGPT chat) - but here it only works in paid plans, and there in all.

https://openai.com/index/introducing-canvas/

OpenAI announced a new ChatGPT feature for editing text or code — Canvas. It allows you to move the chat to a separate panel and have an "editor window".

For text, it's cool that it allows you to make edits from AI on the side, like comments in Word. For code, there is a similar "Review code" button. In general, the functionality for code (so far?) is very basic and, unfortunately, does not have the ability to run, as it is in Claude Artifacts. But for simple projects, it's better than it was.

There is an interesting button for translating code into other programming languages, but the question remains who needs it (maybe if JS to TS). The add comments and logging buttons do not do this selectively, but almost on every line of code - this is bad.

📎

Generated in notebooklm

https://trypear.ai/PearAI called themselves open source Cursor - they forked VSCode (editor) and Continue (AI programming assistant) - this caused a small quarrel with Continue over ownership and license type, which added PR to them (TechCrunch )

PS there was already an open source clone of Cursor https://voideditor.com/

Scroll to top