ai-generated-code

Tag

Cards List
#ai-generated-code

Announcing Mutation Testing in Haskell

Lobsters Hottest · yesterday Cached

Mutation testing is now generally available in the sydtest Haskell testing framework, enabling developers to automatically verify test suite quality by generating code mutations and checking that tests catch them. The author was motivated by the rise of AI-generated code (via Claude) and the need for an objective, automated measure of test coverage.

0 favorites 0 likes
#ai-generated-code

Al democratizes software development, but who owns the technical debt?

Reddit r/ArtificialInteligence · 3d ago

Explores the challenges of AI-generated software in organizations, including questions of ownership, understanding black-box code, and maintenance responsibilities.

0 favorites 0 likes
#ai-generated-code

SQLite Does Not Accept Agentic Code

Lobsters Hottest · 2026-05-29 Cached

SQLite has added an AGENTS.md file stating it does not accept agentic code but welcomes agentic bug reports with reproducible test cases, and has split AI-generated bug reports into a separate forum.

0 favorites 0 likes
#ai-generated-code

When AI writes your code and something breaks in production, who owns the bug?

Reddit r/AI_Agents · 2026-05-27

A team encounters a production bug caused by AI-generated code, sparking a discussion on who owns the error and how to redefine code ownership in AI-assisted development.

0 favorites 0 likes
#ai-generated-code

@gwenshap: One quirk of AI generated code is excessive guard rails. Recently, I wanted to test a new API with a local stack. I ask…

X AI KOLs Following · 2026-05-26 Cached

A developer shares an experience where OpenAI's Codex added an excessive guard rail by inserting a runtime extension existence check into an API, which a human engineer would never do.

0 favorites 0 likes
#ai-generated-code

AI Generated Code Quality

Reddit r/AI_Agents · 2026-05-25

The article discusses concerns that as AI tools generate increasing amounts of code, future models trained on this synthetic code may suffer from reduced quality and originality, and asks how major AI labs like OpenAI, Anthropic, and GitHub plan to address this issue.

0 favorites 0 likes
#ai-generated-code

@leerob: You might believe you should spend less time thinking about code because of AI. I strongly disagree! We’re watching thi…

X AI KOLs Following · 2026-05-24 Cached

The article argues that despite AI advancements, engineers must still understand code and systems, as AI-generated code can become a liability, and emphasizes the importance of CS fundamentals and system design.

0 favorites 0 likes
#ai-generated-code

@ringo_ring: Here is my most recent project: http://sci-bot.ru Unlike Sci-Hub and Sci-Net, where I have written all the code manuall…

X AI KOLs Timeline · 2026-05-24 Cached

Sci-Bot is an AI-powered research assistant connected to the Sci-Hub database, providing answers grounded in scientific literature. The project was built using AI-generated code as an experiment.

0 favorites 0 likes
#ai-generated-code

@ycombinator: Stage is a code review platform designed to help engineers understand AI-generated code. Your team is drowning in an en…

X AI KOLs Following · 2026-05-20 Cached

Stage is a code review platform that helps engineers review AI-generated PRs faster by grouping changes into logical chapters, aiming to reduce the backlog of pull requests.

0 favorites 0 likes
#ai-generated-code

How to Avoid AI Code Slop

Reddit r/ArtificialInteligence · 2026-05-20 Cached

This newsletter article discusses the challenge of AI-generated code outpacing human code review, leading to 'AI code slop', and offers strategies to balance speed and quality.

0 favorites 0 likes
#ai-generated-code

Creator of C++: "AI-generated code isn't ready - it generates more bugs, more bloat, more security holes, and is nearly impossible to validate"

Reddit r/singularity · 2026-05-18

Bjarne Stroustrup criticizes AI-generated code, stating it introduces more bugs, bloat, and security holes, and is nearly impossible to validate, with senior developers retiring rather than dealing with it.

0 favorites 0 likes
#ai-generated-code

cargo-crap: Finding Untested Complexity in AI-Generated Rust Code

Lobsters Hottest · 2026-05-18 Cached

cargo-crap is a Rust tool that uses the CRAP metric to identify functions that are both complex and poorly tested, helping developers manage risk in AI-generated code.

0 favorites 0 likes
#ai-generated-code

What do you actually look for in the first 60 seconds of a PR review? (Specifically for AI-generated PRs)

Reddit r/AI_Agents · 2026-05-17

A developer seeks feedback on building a system to audit AI-generated pull requests by reducing cognitive load and highlighting critical changes, asking about first-60-second review practices and trust evidence.

0 favorites 0 likes
#ai-generated-code

Google detects hackers using AI-generated code to bypass 2FA with zero-day vulnerability

Reddit r/artificial · 2026-05-12 Cached

Google's Threat Intelligence Group reports that hackers are using AI-generated code to discover and weaponize a zero-day vulnerability that could bypass two-factor authentication, marking a notable escalation in AI-driven cybercrime.

0 favorites 0 likes
#ai-generated-code

Still coding? Google says 75% of the company’s new code is AI-generated. In previous years, it was around 50% in 2025 and 25% in 2024.

Reddit r/singularity · 2026-04-23 Cached

Google reports 75% of its new code is now AI-generated and human-reviewed, up from 25% in 2024 and 50% in 2025, driven by Gemini models and agentic workflows.

0 favorites 0 likes
← Back to home

Submit Feedback