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

Fable 5 Builds a Complete Web UI for a 46K SLOC Project in 19 Minutes
A developer with a 46K SLOC music composer project used Fable 5 to create a fully working web app UI in 19 minutes, including testing and documentation.

xAI loses legal challenge to California AI data disclosure law
xAI has lost its attempt to block California's AI data disclosure law, which requires companies to disclose training data sources and other details about their AI systems. The court ruling means the law will proceed as scheduled.

Anthropic study reveals cognitive degradation in AI-assisted workflows
Anthropic's global study of 80,000 users found academic users report cognitive degradation rates 2.5x higher than average when using AI tools like Claude and Cursor. The source identifies the problem as users eliminating the 'digestion phase' of work.

Claude Code v2.1.73: Model Overrides, Stability Fixes, and Performance Improvements
Claude Code v2.1.73 adds modelOverrides for custom provider IDs, fixes critical freezes and deadlocks, resolves subagent model downgrades, and improves voice mode stability. The release addresses 18 specific issues including bash command permission prompts, session corruption, and Linux sandbox failures.