← Back to context

Comment by _pdp_

6 hours ago

You will be surprised how much code goes into creating harnesses.

Alright I’ll bite. Why do harnesses require so much code?

  • Because a harness doesn't just "drive" the LLM. e.g., there's code in claude code that detects if the user's prompt shows they're angry, and they react to those prompts differently. (they use regex on "wtf", etc.!)

    • Claude also now ends the session if you curse at it too much. Not sure how it’s helpful but they must think it is.