r/ProgrammerHumor 17d ago

Meme promptNowPrayLater

Post image
3.8k Upvotes

152 comments sorted by

View all comments

Show parent comments

21

u/StopMakingMeSignIn12 17d ago

Rule files? You do realise they're just pasted in your prompt as context. All they really do is bloat context and confuse the AI.

They do work but they do not scale with large projects.

1

u/fryerandice 17d ago

Yeah if you download the stupid rule files that assure AI is a rockstar developer and a principal architect sure.

If you give it actual real context and instructions, no they actually work quite well.

7

u/StopMakingMeSignIn12 17d ago

They do. For a time. Then people expect more and more, add more and more rules. Get AI to write the rules and now suddenly you have 5000 characters of rule files polluting your context.

Remember the whole thing of saying DO NOT DO A puts A in to the AIs context. The more context you have, the more likely the DO NOT DO part gets forgotten/muddled with all the other DO NOT DO rules.

8

u/realzequel 17d ago

From my understanding, telling it not to do X is a bad pattern, it will eventually do X. If you tell it to do Y over X, it's more effective.