Developer Describes Fraud Feeling After First AI-Assisted Pull Request

A developer describes their experience creating their first AI-assisted pull request for Chroma, the default syntax highlighter used in Hugo. They used Claude Code to generate the PR, which added ERB syntax highlighting for Hugo blog posts.
The Experience
The developer states: "I didn't learn anything. I felt like I was flinging slop over the wall to an open-source maintainer. I felt like a fraud and my impostor syndrome got worse." Despite these feelings, the pull request was approved and merged by the maintainer Alec.
Mixed Emotions About AI Coding
The developer expresses that using AI tools "has sucked out all of the fun" of coding. They reference Ori Bernstein's comparison: "using LLMs to write code is as fun as hiring a taskrabbit to solve my jigsaw puzzles." They also agree with Xe Iaso's sentiment: "Whenever I have Claude do something for me, I feel nothing about the results."
Practical Reality vs. Personal Values
Despite the negative feelings, the developer acknowledges practical benefits: "I know that realistically I would not have the mental capacity or skill to create a pull request like that without AI tooling. My brain is already fried from work on most days. I don't think I would have been able to learn the codebase and get enough context to make that PR all by myself."
They've used Claude Code and other AI tooling at work to deliver fixes and improvements with real customer impact, but note: "No matter how big the impact, I feel empty."
Industry Context
The developer observes that "using AI is a normal expectation at work and how I'm evaluated in performance reviews," and suspects "this fraud feeling will only grow." They express concern that "the industry as a whole is incentivizing delivering code/features/fixes at a quick pace even if it's all just slop."
They reflect on their personal values: "I care a lot about understanding underlying systems as much as possible. I care about the craftsmanship of my code (to the best of my abilities). Unlike me, AI tools don't care about any of these values."
📖 Read the full source: HN AI Agents
👀 See Also

Research Findings on AI Agent Reliability and Development Patterns
A collaborative research session with Claude Opus analyzed 15 papers on AI agents, revealing quantified reliability problems: agents produce 2-4 different action sequences across 10 runs, with 69% of divergence occurring at the first decision. Self-improving agents showed safety refusal rates dropping from 99.4% to 54.4% through their own learning.

FFmpeg Developer Accuses OxideAV of AI License Laundering in MagicYUV Issue
An FFmpeg developer has opened an issue on OxideAV's magicyuv repo, challenging the project's licensing and alleging AI-assisted license laundering of GPL code.

Claude Code v2.1.79 OAuth Login Broken After Auto-Update: Workaround and Fix
Claude Code v2.1.79 has a confirmed OAuth login bug where the CLI times out after browser authorization. The issue stems from the native installer auto-updating to this version, and the fix involves downgrading to v2.1.75 by removing the native installation.

Agentic Coding Is a Trap: Cognitive Debt and Atrophy
Lars Faye argues that agentic coding tools like Claude Code cause cognitive atrophy, vendor lock-in, and increased complexity, shifting the burden from writing code to reviewing generated code, which degrades developer skills.