this post was submitted on 31 May 2026
1088 points (98.2% liked)

Fuck AI

7069 readers
1968 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dontbelievethis@sh.itjust.works 4 points 1 week ago (2 children)
[–] GreenKnight23@lemmy.world 1 points 1 week ago (1 children)

probably fucks it every night begging for electrogonorrhea.

[–] cy_narrator@discuss.tchncs.de -2 points 5 days ago

How do you know?

[–] cy_narrator@discuss.tchncs.de -3 points 1 week ago (1 children)

First you write your requirements properly in a text or a markdown file. It should properly explain what you want and more importantly what you dont want. Then you give that to AI and dont forget to include "ask any number of clarifying questions before we begin"

Next, be prepared to answer all of its clarifying questions. If you dont know you can ask it to suggest recommended option and pros and cons of each approach

Yeah it will take an entire day. Deal with it. If your requirement is not to just create a few pages of html and css it may take upto half day to a full day but once you are clear. Ask it to write specs and plan and it will.

Then when you are happy with the plan it will start building it. At that point you can step off and let it do its thing

[–] dontbelievethis@sh.itjust.works 1 points 1 week ago (1 children)

I have the problem that I defined coding patterns, eslint rules etc. But at some points it just ignores it.

It seems it just doesn't have those defined rules available at all times.

You said to explicitly define things that the agent shouldn't do?

Using Claude code if that matters.

[–] cy_narrator@discuss.tchncs.de -2 points 1 week ago

Where do you define it? Do you define it in CLAUDE.md? That thing gets loaded on every conversation so it should pick up.

Ohh and one thing, you are only supposed to put there something that is absolutely necessary. Things like "This project uses Typescript" is absolutely unnecessary because its something claude will auto infer. Something like "Do not push into master branch" should be there. Also as it gets loaded on every conversation, you should keep it short or else your token usage blows up.

You can have something like "YOU MUST STRICTLY FOLLOW GUIDELINES LISTED IN commit_guidelines.md BEFORE YOU RUN ANY GIT COMMANDS" if you feel your CLAUDE.md is getting too large.

But honestly, you should ask CLAUDE itself to write CLAUDE.md with strict and proper guardrails rather than yourself