The AI Coding Era Makes Boring Tests More Valuable
Agents can now produce cheap, plausible diffs. A developer can describe a bug, give it to an agent, and get a patch with tests…
Beitrag lesenKategorie
Beiträge zu Software Development, neue zuerst.
Alles in diesem Archiv, neue Beiträge zuerst.
Agents can now produce cheap, plausible diffs. A developer can describe a bug, give it to an agent, and get a patch with tests…
Beitrag lesenAI makes bug reports, pull requests, and security disclosures cheap to create, but expensive to review. Still need to reproduce issues, check compatibility, judge…
Beitrag lesenAI 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…
Beitrag lesenVibe coding is useful and fast. Nearly a quarter of the YC W25 batch apparently has codebases that are almost entirely AI-generated. This is…
Beitrag lesenCI green does not mean the patch is mergeable. When a coding agent has produced a change that compiles, passes the target tests, and…
Beitrag lesenWhen factories automated their assembly lines, the repetitive tasks went to machines, but humans stayed to oversee, fix problems, and make decisions. That's exactly…
Beitrag lesenEveryone keeps asking if AI tools are making software development cheaper. The short answer is no. The long answer is more interesting. I've been…
Beitrag lesenAs a developer working with Cursor IDE, you've probably run into the line limit issue. Cursor has limitations on how large files can be…
Beitrag lesenByteDance 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…
Beitrag lesenThere's a lot of discussion lately about whether AI and large language models (LLMs) will replace software engineers. While AI is certainly transforming how…
Beitrag lesenI used GitHub Copilot from early 2022 to mid 2024 and switched to Cursor at the beginning of 2024. I've tested Sourcegraph Cody and…
Beitrag lesenThe Problem: Redundant Database Queries Imagine you have a Laravel component that fetches data from the database. This component is used multiple times in…
Beitrag lesen