#bench-contribution

[ follow ]
Python
fromPython Software Foundation Blog
7 hours ago

Reflecting on Five Years as the PSF's First CPython Developer in Residence

The inaugural CPython Developer in Residence is leaving after five years, ensuring the program's continuity and future sponsorship through mid-2027.
Software development
fromZDNET
4 hours ago

The new rules for AI-assisted code in the Linux kernel: What every dev needs to know

Torvalds and Linux maintainers establish a formal policy for AI-assisted code contributions, emphasizing human responsibility and accountability.
Information security
fromTheregister
8 hours ago

Fake Linux Foundation leader using Slack to phish devs

A malware campaign targets open source developers via Slack, impersonating a Linux Foundation official to steal credentials and compromise systems.
Artificial intelligence
fromInfoQ
5 days ago

Choosing Your AI Copilot: Maximizing Developer Productivity

Most developers are at an intermediate level of AI-assisted coding, with around 50% generating little to no code using AI.
DevOps
fromDevOps.com
1 week ago

Survey Surfaces Increased Reliance on Open Source Software to Build Apps - DevOps.com

Open source software adoption is prevalent, with 49% of IT professionals reporting increased usage, primarily due to cost savings and avoiding vendor lock-in.
European startups
fromTechCrunch
6 days ago

I can't help rooting for tiny open source AI model maker Arcee | TechCrunch

Arcee has released Trinity Large Thinking, a 400B-parameter open-source LLM aimed at providing a competitive alternative to Chinese models.
#python
Python
fromRealpython
12 hours ago

How to Add Features to a Python Project With Codex CLI - Real Python

Familiarity with Python and an OpenAI account are prerequisites for using Codex CLI with the RP Contacts project.
Python
fromRealpython
12 hours ago

How to Add Features to a Python Project With Codex CLI - Real Python

Familiarity with Python and an OpenAI account are prerequisites for using Codex CLI with the RP Contacts project.
Artificial intelligence
fromTheregister
3 days ago

Project Glasswing and open source: The good, bad, and ugly

Project Glasswing aims to enhance open source software security with $100 million and the Mythos AI program to identify vulnerabilities.
#github
DevOps
fromInfoQ
6 days ago

GitHub Actions Custom Runner Images Reach General Availability

GitHub now offers custom images for hosted runners, allowing teams to create tailored virtual machine images for their workflows.
Software development
fromInfoQ
2 days ago

GitHub Copilot CLI Reaches General Availability

GitHub's Copilot CLI is now generally available, enhancing AI-assisted development in software through natural language commands and autonomous workflows.
Software development
fromTheregister
2 months ago

GitHub ponders kill switch for pull requests to stop AI slop

GitHub is confronting a surge of low-quality, often AI-generated contributions that burden open-source maintainers and is planning tools and restrictions to mitigate the problem.
Software development
fromRealpython
2 months ago

Episode #283: Improving Your GitHub Developer Experience - The Real Python Podcast

Leverage GitHub features, shortcuts, CLI, and clear communication to boost collaboration, productivity, and developer experience.
DevOps
fromInfoQ
6 days ago

GitHub Actions Custom Runner Images Reach General Availability

GitHub now offers custom images for hosted runners, allowing teams to create tailored virtual machine images for their workflows.
Software development
fromInfoQ
2 days ago

GitHub Copilot CLI Reaches General Availability

GitHub's Copilot CLI is now generally available, enhancing AI-assisted development in software through natural language commands and autonomous workflows.
fromTheregister
6 days ago

Stack Overflow abandons redesign beta after criticism

We will be retiring the beta shortly and will be removing the button to get to it and ceasing support for it. The beta garnered negative feedback from the Stack Overflow community, including observations that it looked more like a general discussion site such as Reddit and was losing the essence of what made it successful: precise questions and community-validated answers.
Online Community Development
fromTheregister
1 day ago

Linux 7.0 debuts as Linus Torvalds ponders AI's impact

The last week of the release continued the same 'lots of small fixes' trend, but it all really does seem pretty benign, so I've tagged the final 7.0 and pushed it out.
Software development
fromJames Bennett
3 weeks ago

Rewriting a 20-year-old Python library

Akismet launched in 2005 as a web service to classify user-generated content as spam or not, quickly gaining popularity among bloggers facing spam issues.
Privacy technologies
Agile
fromInfoQ
3 weeks ago

AI Coding Assistants Haven't Sped up Delivery Because Coding Was Never the Bottleneck

AI coding tools increase individual developer output, but project-level gains are modest due to bottlenecks in specification and verification requiring human judgment.
fromMedium
3 days ago

10 Claude Code Tips & Tricks from Boris Cherny for Product Teams

Running multiple Claude Code sessions in parallel allows for independent contexts and memory, enabling users to work on different projects without interference. Boris Cherny typically runs five sessions at once, using numbered tabs and system notifications to stay organized.
Software development
#open-source
Software development
fromZDNET
1 week ago

How AI has suddenly become much more useful to open-source developers

AI tools are becoming increasingly useful for open-source maintainers, but legal and quality issues remain.
Python
fromThe Hacker News
1 week ago

The State of Trusted Open Source Report

AI is reshaping software development and security, influencing container image usage and vulnerability management.
Software development
fromZDNET
1 week ago

How AI has suddenly become much more useful to open-source developers

AI tools are becoming increasingly useful for open-source maintainers, but legal and quality issues remain.
Java
fromInfoWorld
3 weeks ago

Project Detroit, bridging Java, Python, JavaScript, moves forward

Detroit project enables Java integration with Python and JavaScript, becoming an official OpenJDK project to support multi-language development within the Java ecosystem.
fromTheregister
4 days ago

Microsoft locks out top open source devs, blames process

Microsoft did not send me any emails or prior warnings. I have received no explanation for the termination and their message indicates that no appeal is possible. I have tried to contact Microsoft through various channels but I have only received automated replies and bots. I was unable to reach a human.
Software development
#ai
Software development
fromTheregister
1 week ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
Software development
fromTheregister
1 week ago

AI slop got better, so now maintainers have more work

AI-generated reports improve quality but increase workload for maintainers, necessitating more reviewers in open-source projects.
#vs-code
#ai-in-open-source
fromZDNET
1 month ago
Miscellaneous

Why AI is both a curse and a blessing to open-source software - according to developers

fromZDNET
1 month ago
Artificial intelligence

Why AI is both a curse and a blessing to open-source software - according to developers

fromZDNET
1 month ago
Miscellaneous

Why AI is both a curse and a blessing to open-source software - according to developers

Artificial intelligence
fromZDNET
1 month ago

Why AI is both a curse and a blessing to open-source software - according to developers

AI can benefit open source when properly applied for security analysis, but causes harm when generating low-quality automated bug reports that overwhelm maintainers with false positives.
Intellectual property law
fromArs Technica
1 month ago

AI can rewrite open source code-but can it rewrite the license, too?

A developer rewrote open-source code using AI while having prior exposure to the original codebase, claiming the AI-generated version is structurally independent and not a derivative work despite not following traditional clean room practices.
Web frameworks
fromMedium
1 month ago

My 8-Year-Old Open-Source Project was a Victim of a Major Cyber Attack

A popular open-source project fell victim to a supply-chain attack through a development workflow loophole, threatening years of work and project reputation.
Python
fromRealpython
2 weeks ago

Episode #289: Limitations in Human and Automated Code Review - The Real Python Podcast

Human code review has limitations, while machine review tools like linters and formatters excel in efficiency and accuracy.
Software development
fromInfoWorld
6 days ago

GitHub Copilot CLI adds Rubber Duck review agent

Rubber Duck enhances problem-solving in coding, particularly for complex issues, achieving notable performance improvements with Claude Sonnet 4.6 and GPT-5.4.
Software development
fromDevOps.com
1 week ago

AI Won't Replace Developers-But it is Changing How They Work - DevOps.com

AI-assisted tools enhance software development by improving productivity, code quality, and collaboration without replacing engineers.
#git
Software development
fromInfoQ
6 days ago

State of Play: AI Coding Assistants

Context engineering has evolved significantly in AI coding, focusing on curating information for better results with coding agents.
#ai-coding-agents
Software development
fromDevOps.com
5 days ago

Google's Next Coding Agent Could Change How Developers Think About Their Work - DevOps.com

Google's Jitro project aims to revolutionize coding agents from task execution to outcome-driven development.
fromInfoQ
2 months ago
Software development

Ramp Builds Internal Coding Agent That Powers 30% of Engineering Pull Requests

Software development
fromDevOps.com
5 days ago

Google's Next Coding Agent Could Change How Developers Think About Their Work - DevOps.com

Google's Jitro project aims to revolutionize coding agents from task execution to outcome-driven development.
fromInfoQ
2 months ago
Software development

Ramp Builds Internal Coding Agent That Powers 30% of Engineering Pull Requests

Python
fromDEV Community
3 weeks ago

I Analyzed the Readability of 10 Popular Developer Documentation Sites

Readability of developer documentation is crucial; many popular docs score below standard readability levels.
Software development
fromMedium
6 days ago

The Best Way To Plan Work With Claude Code

Ultraplan enhances Claude Code's planning capabilities by enabling multi-agent task planning without blocking the current session.
Software development
fromInfoWorld
6 days ago

Enterprise developers question Claude Code's reliability for complex engineering

Developers report declining effectiveness in debugging and complex tasks with coding assistants, citing issues with reasoning and quality regression after updates.
Artificial intelligence
fromMedium
1 month ago

Top 7 Claude Code Plugins

Claude Plugins extend capabilities by integrating external tools and APIs, while Skills teach Claude to perform tasks through reusable prompt workflows.
Software development
fromDevOps.com
1 week ago

Why Code Validation is the Next Frontier - DevOps.com

Shared staging environments are inadequate for modern development; isolated, on-demand setups are needed for effective validation.
Growth hacking
fromGitHub
2 months ago

GitHub - zenika-open-source/promote-open-source-project: How to promote my open source project?

Optimize README and documentation, provide demos, promote widely, and invite and reward contributors to grow and sustain an open source project.
Miscellaneous
fromTheregister
1 month ago

Open source package repositories face sustainability crisis

Open source repositories face unsustainable demand from companies misusing them as CDNs, prompting consideration of tiered payment systems where heavy users pay while individual developers remain free.
#ruby
fromTheregister
1 month ago

Open Source Endowment aims to raise big pile of money

Free open source software is fundamentally broken. In 2023, Denis Pushkarev, maintainer of the widely used core-js library, vented his frustration with the fact that users of his software seldom offer financial support, highlighting the disconnect between widespread dependency on open source and inadequate financial compensation for developers maintaining critical infrastructure.
Miscellaneous
Python
fromRealpython
1 month ago

How to Use Git: A Beginner's Guide Quiz - Real Python

A 14-question quiz tests understanding of Git fundamentals including repository initialization, staging changes, commits, and project history inspection.
Software development
fromArs Technica
2 weeks ago

Mozilla dev's "Stack Overflow for agents" targets a key weakness in coding AI

cq aims to enhance coding agents' efficiency by enabling knowledge sharing and addressing outdated information and resource consumption issues.
fromTechzine Global
1 month ago

Go developer questions effectiveness of Dependabot

Dependabot sounded the alarm on a large scale. Thousands of repositories automatically received pull requests and warnings, including a high vulnerability score and signals about possible compatibility issues. According to Valsorda, this shows that the tool mainly checks whether a dependency is present, without analyzing whether the vulnerable code is actually accessible within a project.
Information security
fromTheregister
1 month ago

Gentoo moves to Codeberg amid GitHub Copilot concerns

Gentoo's official migration from Microsoft-owned GitHub to Codeberg is underway, as the Linux distribution fulfills a pledge to ditch the code shack due to "continuous attempts to force Copilot usage for our repositories." The decision was made public last month, when Gentoo confirmed it intended to migrate repository mirrors and pull request contributions to the new home. On February 16, the organization revealed it now had a presence on Codeberg, where contributions could be submitted.
Miscellaneous
Software development
fromInfoQ
3 weeks ago

Stripe Engineers Deploy Minions, Autonomous Agents Producing Thousands of Pull Requests Weekly

Minions are autonomous coding agents at Stripe that generate production-ready pull requests with minimal human intervention.
Information security
fromTechzine Global
2 months ago

Misuse of VS Code tasks poses risk to developers

VS Code tasks.json can automatically run commands when a folder is opened, enabling supply-chain attacks that execute malicious, persistent code across platforms.
Software development
fromMedium
3 weeks ago

From Concept to Production: The Complete Guide to XML Prompt Engineering for Software Developers

Treat LLMs as compilers, not chatbots, using Structured XML Prompting to generate professional-grade code through a five-stage AI-assisted development cycle with rigid constraints.
Artificial intelligence
fromTheregister
2 months ago

Linus may vibe code, but that doesn't make it best practice

Vibe coding uses natural‑language requirements to accept AI-generated code largely as-is, but historical brittleness and difficulty describing programs limit broad adoption.
Software development
fromInfoWorld
4 weeks ago

How AI is changing open source

Open source shifted focus from consumer visibility to critical infrastructure layers like Kubernetes, observability, and platform engineering that power AI and cloud-native systems.
Artificial intelligence
fromDevOps.com
1 month ago

GitHub Tests AI Agents to Handle Repository Maintenance

Agentic Workflows embed AI agents into GitHub Actions to automate routine repository maintenance, translating plain-language Markdown into executable automation while preserving human review.
Artificial intelligence
fromInfoQ
2 months ago

Working with Code Assistants: The Skeleton Architecture

Combining Vertical Slice architecture with Dependency Inversion and a Skeleton of base classes constrains AI code assistants' context, producing safer, consistent, and maintainable generated code.
Software development
fromInfoWorld
1 month ago

Claude Code adds code reviews

Anthropic launched Code Review for Claude Code, a multi-agent system that identifies bugs in pull requests with high accuracy, finding issues in 84% of large pull requests while maintaining less than 1% false positive rate.
Software development
fromZDNET
1 month ago

This new Claude Code Review tool uses AI agents to check your pull requests for bugs - here's how

Anthropic launches AI agents for automated code review in Claude, tripling meaningful feedback and catching critical bugs in pull requests.
Software development
fromInfoQ
1 month ago

GitHub's Points to a More Global, AI-Challenged Open Source Ecosystem in 2026

Open source faces unprecedented scale with 36 million new developers joining GitHub in 2025, requiring formal governance structures and strategies to manage AI-generated low-quality contributions.
fromTechCrunch
1 month ago

For open-source programs, AI coding tools are a mixed blessing | TechCrunch

AI coding tools have caused as many problems as they have solved, according to industry experts. The easy-to-use and accessible nature of AI coding tools has enabled a flood of bad code that threatens to overwhelm projects. Building new features is easier than ever, but maintaining them is just as hard and threatens to further fragment software ecosystems. The result is a more complicated story than simple software abundance.
Software development
Software development
fromInfoWorld
2 months ago

GitHub previews support for Claude and Codex coding agents

GitHub agents run inside repositories and tools to surface trade-offs, keep context, and create draft pull requests for standard code review.
fromLogRocket Blog
2 months ago

Why AI coding tools shift the real bottleneck to review - LogRocket Blog

On December 19, 2025, Cursor acquired Graphite for more than $290 million. CEO Michael Truell framed the move simply: code review is taking up a growing share of developer time as the time spent writing code keeps shrinking. The message is clear. AI coding tools have largely solved the generation speed. Now the industry is betting that review is the next constraint to break.
Software development
Software development
fromPybites
2 months ago

7 Software Engineering Fixes To Advance As A Developer - Pybites

Finish one practical project and adopt system-level skills, feedback loops, and mindset shifts to move from hobbyist coding to professional software engineering.
Software development
fromDevOps.com
2 months ago

Breaking the Code Review Bottleneck Created By AI

Qodo's multi-agent LLM code-review platform uses recall and memory to reach near-senior engineer accuracy, reducing DevOps code-review bottlenecks amid rising AI-generated flawed code.
Software development
fromInfoWorld
2 months ago

Microsoft previews GitHub Copilot app modernization for C++

GitHub Copilot app modernization for C++ automates upgrading C++ projects to newer MSVC Build Tools within Visual Studio 2026 Insiders.
Software development
fromInfoWorld
2 months ago

When writing code is no longer the bottleneck

Writing application code is the primary bottleneck in software development; removing it via agentic coding shortens development timelines to days or weeks.
Software development
fromInfoWorld
2 months ago

Go developers mixed on AI coding tools - survey

Most Go developers use AI-powered development tools, but satisfaction with those tools is moderate; 91% report satisfaction with the Go language.
[ Load more ]