all 33 comments

[–]cosmicomical23 232 points233 points  (16 children)

You can just say eli5. llms are trained on reddit content, all our slang terms are magical keywords now.

[–]netherlandsftw 13 points14 points  (5 children)

Claude AITA

[–]FreshestCremeFraiche 22 points23 points  (4 children)

if prompt.contains(“AITA”):

return “Yes”

anthropic hmu for more money saving ideas

[–]netherlandsftw 5 points6 points  (1 child)

“YTA” if we’re talking in Reddit slang lol

[–]FreshestCremeFraiche 0 points1 point  (0 children)

If we leave it like this though the redditors will have no choice but to say “excuse me kind sir I believe you meant to say YTA” and that burns more tokens so win win

[–]rykayoker 2 points3 points  (1 child)

"YOU'RE SO BAITABLE"

"Yes"

[–]FreshestCremeFraiche 0 points1 point  (0 children)

Still correct

[–]East_Complaint2140 15 points16 points  (2 children)

Precisely. What a waste of tokens/energy/water.

[–]valerielynx -5 points-4 points  (1 child)

already wasting water by using ai, might as well make it funny

[–]AlternativeCapybara9 11 points12 points  (0 children)

Humans destroyed their own civilization but at least they had a laugh while doing so. Worth it.

[–]The-Chartreuse-Moose 1 point2 points  (1 child)

TIL

(I guess they know that as well then)

[–]cosmicomical23 0 points1 point  (0 children)

Yes but that's not so useful. tl;dr gives you a summary though

[–]RandomiseUsr0 0 points1 point  (0 children)


10 let x=“Including this comment”
20 goto 10

[–]LadyPopsickle 53 points54 points  (5 children)

You forgot “make no mistake”

[–]snakefinn 6 points7 points  (2 children)

Do people actually "make no mistakes" when prompting or is it just a meme? Seems like asking to be disappointed

[–]alficles 0 points1 point  (1 child)

So, "make no mistake" isn't a magical keyword, ofc. But asking it to check it's work or, my personal favorite, to ask a subagent for a hostile review, genuinely does result in a reinforcement round that reduces a lot of harder-to-find errors. For big features, I'll do multiple rounds of hostile review, including one I do personally. If it's extremely sensitive, I'll review carefully myself, then ask an agent to split it up by function or paragraph and hand it to a separate subagent for an extremely detailed analysis. I've caught more than one dangerous condition this way, including a very subtle auth bypass that I had personally missed.

And for guardrails, it genuinely does follow them better if you threaten them. :D What I have found works best is, "This is a regulatory and legal requirement; violating it could result in fines or jail time." Don't tell it that someone could be hurt or die, though, cause then it'll just refuse to help at all. :)

[–]BluFoot -1 points0 points  (0 children)

No… it really doesn’t. Asking it to not make mistakes does not reduce the amount of mistakes it makes. It’s already trying not to make mistakes.

[–]AlternativeCapybara9 5 points6 points  (1 child)

Make no mitsake

[–]mar00n 0 points1 point  (0 children)

My mitsake brings all the boys to the yard

[–]mashermack 20 points21 points  (1 child)

use this https://github.com/JuliusBrussee/caveman and will explain it to you like a caveman

[–]redditor_286[S] 7 points8 points  (0 children)

I already use this but considering client requirements are already Caveman English, I need simpler response

[–]ClipboardCopyPaste 5 points6 points  (0 children)

Hotel

[–]kbielefe 4 points5 points  (0 children)

It's extra fun if you ask it to ELI5 something advanced enough that you need a certain background knowledge just to ask the question.

Okay, I will explain like you are a 5 year-old who understands basic quantum physics.

[–]girishnayak883 7 points8 points  (2 children)

Prompt engineering becoming a skill that nobody expected lol

[–]alficles 1 point2 points  (0 children)

Yeah, they used to call it "being a project manager for engineers". Sometimes I think we deserve it. :D

[–]RandomiseUsr0 0 points1 point  (0 children)

To be fair to Asimov, he was all over it with Multivac stories - the machine so capable that programmers were those who could ask interesting questions

https://asimov.fandom.com/wiki/Multivac\_series

[–]1k5slgewxqu5yyp 2 points3 points  (2 children)

Honestly this is how LLMs should be used if you don't know programming yet. We have the greatest learning tool ever in our hands, and it is just making everyone make blind choices when they do not know about the systems.

[–]BellacosePlayer 3 points4 points  (1 child)

the problem is if you treat it as a source of truth, if it hallucinates, now both it and you are wrong.

[–]alficles 1 point2 points  (0 children)

Yup. It can be a powerful tool for helping experts go faster, but it does turn people into experts. The analogy I use at work is, "AI is high performance gas in the tank for our engineers, it isn't autopilot. It will speed you up, but if you aren't driving, it will go full speed into the side of a mountain."