logoalt Hacker News

mcvtoday at 1:37 PM4 repliesview on HN

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.

Replies

integralidtoday at 2:13 PM

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

show 1 reply
hombre_fataltoday at 3:10 PM

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

    logEvent('tengu_input_prompt', { isNegative, isKeepGoing })
jollymonATXtoday at 3:35 PM

Makes me wonder what happens once flagged behind the api.

dosticktoday at 2:27 PM

“Go on” works fine too