Open Source Maintainers Need a Spam Filter for AI Labor
AI makes bug reports, pull requests, and security disclosures cheap to create, but expensive to review. Still need to reproduce issues, check compatibility, judge…
Read postCategory archive
Posts filed under Software Development, newest first.
Everything in this archive, newest first.
AI makes bug reports, pull requests, and security disclosures cheap to create, but expensive to review. Still need to reproduce issues, check compatibility, judge…
Read postAI is fundamentally changing how junior developers learn, but it’s also making senior developers a whole lot less valuable if all they’re doing is…
Read postVibe coding is useful and fast. Nearly a quarter of the YC W25 batch apparently has codebases that are almost entirely AI-generated. This is…
Read postCI green does not mean the patch is mergeable. When a coding agent has produced a change that compiles, passes the target tests, and…
Read postWhen factories automated their assembly lines, the repetitive tasks went to machines, but humans stayed to oversee, fix problems, and make decisions. That's exactly…
Read postEveryone keeps asking if AI tools are making software development cheaper. The short answer is no. The long answer is more interesting. I've been…
Read postAs a developer working with Cursor IDE, you've probably run into the line limit issue. Cursor has limitations on how large files can be…
Read postByteDance recently launched Trae, a new AI-powered IDE that's generating buzz in the developer community. As someone who has extensively analyzed various AI coding…
Read postThere's a lot of discussion lately about whether AI and large language models (LLMs) will replace software engineers. While AI is certainly transforming how…
Read postI used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Read postThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Read postUnlike many AI coding assistants that operate as VSCode plugins, Cursor is built as a fork of VSCode itself. This architectural choice has significant…
Read post