Remix.run Logo
mcv 3 hours ago

I'm clearly way too polite to Claude.

Also:

  // Match "continue" only if it's the entire prompt
  if (lowerInput === 'continue') {
    return true
  }
When it runs into an error, I sometimes tell it "Continue", but sometimes I give it some extra information. Or I put a period behind it. That clearly doesn't give the same behaviour.
integralid 2 hours ago | parent | next [-]

I always type "please continue". I guess being polite is not a good idea.

SoftTalker an hour ago | parent [-]

Always seems strange to me that people say "please" and "thank you" to LLMs.

hombre_fatal an hour ago | parent | prev | next [-]

The only time that function is used in the code is to log it.

    logEvent('tengu_input_prompt', { isNegative, isKeepGoing })
jollymonATX an hour ago | parent | prev | next [-]

Makes me wonder what happens once flagged behind the api.

dostick 2 hours ago | parent | prev [-]

“Go on” works fine too