ai-generated-code

Tag

Cards List
#ai-generated-code

Yap: a particular kind of slop

Lobsters Hottest · 2026-08-28 Cached

The article introduces the term 'yap' to describe excessive, non-substantive text in LLM-generated code comments, highlighting challenges in human review of AI-augmented software development.

0 favorites 0 likes
#ai-generated-code

GitHub has alternatives, but no replacement

Lobsters Hottest · 2026-08-17 Cached

The article discusses how GitHub, despite its issues, lacks viable alternatives that can replicate its community and discovery features, highlighted by Codeberg's recent policy against AI-generated code which disappointed many users.

0 favorites 0 likes
#ai-generated-code

Oracle bans AI-generated code from OpenJDK

Hacker News Top · 2026-08-07 Cached

Oracle has banned AI-generated code from OpenJDK contributions, citing safety and IP risks, despite its own heavy use of AI internally and a $70 billion datacenter investment.

0 favorites 0 likes
#ai-generated-code

Show HN: Formally verified 3D CSG: Trust 93 lines spec, not 1000 lines AI code

Hacker News Top · 2026-07-28 Cached

A formally verified 3D mesh intersection implementation in Lean 4 that requires reviewing only 93 lines of specification, trusting the Lean checker rather than 1000+ lines of AI-generated code. It demonstrates a novel approach to reducing human review effort while ensuring correctness.

0 favorites 0 likes
#ai-generated-code

Make Reviews Possible Again With This One Simple Trick

Lobsters Hottest · 2026-07-27 Cached

The article proposes using stacked branches (small, sequential pull requests) to make reviewing AI-generated code more manageable and effective, addressing the common problem of large, hard-to-review diffs.

0 favorites 0 likes
#ai-generated-code

JAXBench: Benchmarking Autonomous TPU Kernel Optimization

arXiv cs.AI · 2026-07-24 Cached

JAXBench is a new benchmark suite of 50 JAX workloads for evaluating AI-generated kernel optimization on Google Cloud TPUs, with hand-tuned baselines and an agent evaluation harness. The paper finds that conditioning on curated TPU documentation significantly improves correctness and speedup, with Autocomp beam-search achieving up to 1.6x geomean speedup over XLA on hand-tuned kernels.

0 favorites 0 likes
#ai-generated-code

The Unbundling: the badge and the contribution are no longer the same object

Reddit r/artificial · 2026-07-19

This essay examines how AI-generated code has broken the traditional link between the worker's credentials and their output, sparking debates over gatekeeping and quality. It proposes that new verification tools can rebundle contribution with a verifiable receipt, addressing both quality and access concerns.

0 favorites 0 likes
#ai-generated-code

@kentcdodds: I used Fable and Grok 4.5 (in two separate chats) to go find all the hilariously bad AI-generated code in my codebase a…

X AI KOLs Following · 2026-07-10 Cached

The author recounts using Fable and Grok 4.5 to identify and remove poor AI-generated code from their codebase.

0 favorites 0 likes
#ai-generated-code

@ekzhang1: me looking at people like this guy who write real gpu kernels :)

X AI KOLs Timeline · 2026-07-08 Cached

AI model Claude was used to write a FlashAttention forward kernel using the pyptx DSL, achieving near-parity performance with hand-tuned FlashAttention-4 on NVIDIA B200 hardware.

0 favorites 0 likes
#ai-generated-code

We charge $10k a week to delete AI-generated code

Hacker News Top · 2026-07-07 Cached

Slopfix offers a paid service to refactor and reduce AI-generated codebases, charging $10k per week with a fixed price based on reduction targets.

0 favorites 0 likes
#ai-generated-code

My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress

Hacker News Top · 2026-07-04 Cached

A developer used AI to build a PHP engine in Rust, passing 17% of PHP's official test suite and rendering WordPress, despite having no prior Rust or compiler experience.

0 favorites 0 likes
#ai-generated-code

No LLM Code in Dependencies

Hacker News Top · 2026-07-02 Cached

The git-annex maintainer details efforts to remove dependencies containing LLM-generated code, expressing concerns about code quality and ethical implications.

0 favorites 0 likes
#ai-generated-code

Changes to Godot Engine Contribution Policies

Lobsters Hottest · 2026-07-01 Cached

Godot Engine announces updated contribution policies to address overwhelming PR volume and AI-generated contributions, including stricter rules on AI use and new contributor guidelines.

0 favorites 0 likes
#ai-generated-code

AI didn’t remove engineering work. It moved the hard part somewhere else.

Reddit r/AI_Agents · 2026-06-27

AI has made writing code cheaper but shifted the hard work to context-setting, review, and cleanup, requiring more skilled oversight. The article argues that teams often treat AI-generated code as finished work when it is actually a fast first draft.

0 favorites 0 likes
#ai-generated-code

How are Java teams putting guardrails around AI-generated code?

Reddit r/AI_Agents · 2026-06-24

This article explores how Java development teams are establishing guardrails and best practices to manage the quality, security, and reliability of AI-generated code.

0 favorites 0 likes
#ai-generated-code

@svpino: A bunch of companies are banning developers from pushing vibe-coded software to production. Who didn't see this one com…

X AI KOLs Following · 2026-06-17 Cached

Companies are banning developers from pushing vibe-coded (AI-generated) software to production, highlighting the risks of letting automatically generated code reach users without proper oversight.

0 favorites 0 likes
#ai-generated-code

Am I going to spend the rest of my career reviewing AI generated code?

Reddit r/artificial · 2026-06-14

A developer expresses concern about the increasing reliance on AI-generated code, fearing that their career will devolve into merely reviewing AI output rather than engaging in creative problem-solving and coding.

0 favorites 0 likes
#ai-generated-code

Being an old school web-based sports sim dev in the era of vibe coded games

Hacker News Top · 2026-06-12 Cached

An old-school web-based sports sim developer reflects on how the rise of AI-generated 'vibe coded' games threatens his niche, contrasting modern AI-assisted development with the manual efforts of the past.

0 favorites 0 likes
#ai-generated-code

More AI-generated code doesn't make your team faster. It might slow you

Hacker News Top · 2026-06-11 Cached

The article argues that increasing the amount of AI-generated code does not necessarily improve team speed and may even reduce efficiency.

0 favorites 0 likes
#ai-generated-code

Announcing Mutation Testing in Haskell

Lobsters Hottest · 2026-06-04 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
Next →
← Back to home

Submit Feedback