我喝了一杯就离开AI派对了。
I am leaving the AI party after one drink

原始链接: https://lara-aigmueller.at/thoughts/leaving-the-ai-party/

2026年初,在人工智能炒作盛行的背景下,作者谨慎地尝试使用Claude Code来启动一个长期以来的应用想法,在全职母亲的身份和个人项目愿望之间寻求平衡。起初,她对人工智能处理重复性任务的能力印象深刻,例如创建表单和生成调色板,但很快就发现了局限性。 虽然人工智能提供了合理的科技栈建议,但生成的代码缺乏优雅,需要大量的手动修正——这很容易被经验丰富的CSS开发者发现。更重要的是,代码生成的便捷性引发了一种“作弊”的感觉,以及对失去对其作品所有权的恐惧。 最终,作者取消了订阅,优先考虑独立学习、精益求精和真正的技术理解,而不是人工智能辅助的捷径。她对人工智能可能加速不可持续的做法表示担忧,并倡导一种更慢、更以人为本的技术和工作方式。

## AI 颠覆与开发者担忧:摘要 最近一则 Hacker News 的讨论,源于一位开发者决定退离 AI 工具,凸显了科技社区日益增长的焦虑。作者表达了对 AI “成瘾性”的不适,担心依赖、技能退化以及创造性问题解决能力的丧失。 许多评论者对此表示共鸣,承认工艺价值和深度技术参与的乐趣。然而,也有人指出技术增强而非取代人类技能的历史模式——将对 AI 的抵制与过去对汽车或微波炉的怀疑论相比较。一个关键的争论点在于,AI 是否从根本上*取代*了认知努力,不同于以往的工具,可能导致基本能力下降。 对话涉及更广泛的主题:技术进步的无情速度、潜在的就业岗位流失以及依赖 AI 生成作品的伦理影响。虽然承认 AI 的实用性,许多人强调保持批判性思维、重视人类专业知识以及为软件开发的本质可能发生剧变的未来做好准备的重要性。最终,这场讨论强调了在利用 AI 力量与保留职业核心价值之间找到平衡的愿望。
相关文章

原文

March 22, 2026

What is going on? Literally everyone is talking about AI these days. My friends are “prompting children’s songs” based on a melody their kid sang. Others are enjoying vibe coding but don’t have a technical background. Former work colleagues founded an AI startup. Developers I follow on social media are either completely against the usage of AI or can’t imagine a work day without anymore

Every day, I try to sort my thoughts and feelings about it. In between reading different blog posts, opinions, predictions about the future of software development (and my job 😱), it’s hard to ignore this AI hype.

So I thought I also wanted to add my two cents to the discussion.

One day after releasing my thoughts about being too late to the AI party writing that I don’t want to be part of it, I installed Claude Code 🙈. The motivation: curiosity and the urge to finally start working on an app idea I have been carrying around with me for more than six years now… I have very little time at the moment as a full-time mum but even stronger the wish to do something just for me and work on my own project. Maybe with a little bit of help from AI to get things off the ground quicker…?

I used Claude (Code) for:

  • discussing the general app idea and whether it’s worth it at all (target group, monetization)
  • brainstorming on the core features (which ones might be more useful than others) and marketing copy for the website
  • asking for a recommended tech stack
  • generating color palettes based on the logo colors I already have
  • setting up a light/dark/system theme toggle
  • creating signup and login forms
  • wiring them up with the API of the auth service I chose based on the given suggestion
  • creating basic layout components for a main layout and a responsive navigation

I must admit, I was impressed at some points. But after having a closer look and many discussions in parallel with Felix (who has a lot of experience in bootstrapping projects of all sizes and with start-ups in general), the euphoria faded quickly.

My takeaways:

  • Things like “calculate a color palette” or “set up a sign-up form” or “build a theme toggle” (which can be found in a lot of documentations) are very repetitive tasks where an AI can obviously shine. ☀️
  • When you know CSS well (and I would consider myself as someone who does), you quickly find weird and broken things in the generated code. The AI can’t “see” the output, so some responsive refinements were just not correct. Within one CSS rule block there were redundant declarations. Easy to spot if you know what you’re doing… It was just not “elegant.” 🥲
  • The tech stack recommendations seemed to be well researched and sound. However, I wasn’t happy with some of them because of my own experiences in the past (no, I don’t want to use Tailwind or Vercel) and guidance and suggestions from other senior developers. 💡 Even when deciding against something for a reason, Claude Code tried to push me back on the suggested track.

Soon there were these feelings… this curiosity and itching in my fingers… wanting to write the next prompt and seeing code being generated quickly. Effortless. My ideas finally coming to life so easily. The guilty conscience at the same time, like I was cheating. I realized that when I move on like this, my project will never truly feel like my own.

Consequently, as you might have already guessed: I quit my subscription. After two weeks I removed Claude Code from my project and uninstalled it completely.

Because:

  • I don’t want to feel this kind of “addiction.”
  • I don’t want to depend on something doing the work I earn money with.
  • I don’t want to give up my brain and become lazy and not think for myself anymore.
  • I enjoy technical discussions with (human) co-workers.
  • I enjoy reading blog posts and tutorials and learning from other developers.
  • I want to learn and grow and become better at what I am doing by trial and error and mistakes I make all by myself.
  • I don’t want to be part of a trend/hype destroying our planet even faster than we already do without it.

As already written before: what I think the world and the people need right now is to slow down a bit. We don’t need to work even more and even faster. We don’t need AI for things that are creative and fun and human.

I’m curious (and a little bit scared) to see where we will go from here. I hope that in the end I can be part of a community that values craftsmanship, individuality and honest, high-quality work.

Cheers 🍺.

联系我们 contact @ memedata.com