Google has launched a public preview of Gemini Code Assist for individuals, offering up to 180,000 code completions per month, which is significantly more generous than competitors like GitHub Copilot. This tool is designed to support solo developers, students, hobbyists, freelancers, and startups with advanced AI capabilities, including generating entire code blocks and providing general coding assistance in various programming languages.
Augment Code is an AI coding assistant aimed specifically at professional software engineers and large codebases, offering features like project summaries, code improvements, and real-time code completions. It is designed to enhance productivity by understanding the context and style of your project, providing useful suggestions and improvements.
A contest to write the most obscure/obfuscated C program within the rules, stressing C compilers with unusual code, and illustrating some of the subtleties of the C language.
smolagents is a simple library that enables agentic capabilities for language models, allowing them to interact with external tools and perform tasks based on real-world data.
A script utilizing OpenAI's Llama models to interact within a terminal environment, allowing the models to execute Python code and communicate based on predefined prompts.
This article explores automating the process of converting scientific code into LaTeX documents using GPT models and Python, aiming to streamline documentation workflows in scientific projects.
Simon Willison reviews the new Qwen2.5-Coder-32B, an open-source LLM by Alibaba, which performs well on various coding benchmarks and can run on personal devices like his MacBook Pro M2.
This tutorial covers Ruff, a fast and highly configurable modern Python linter and code formatter that can help you maintain clean, readable, and error-free code.
Micro Agent, an agent that aids programmers, helping them write and fix code.