Someone did a deep dive into Claude's system prompt and code. What they found was reassuring.

Claude has an internal mechanism called "restricted tool use" that explicitly prevents generating harmful or misleading content. These restrictions are woven into how the model processes instructions.

A specific clause: "If you are unsure whether the user's request involves illegal, unethical, or harmful activities, err on the side of caution and refuse."

Another detail: the telemetry system tracks whether users swear at Claude in the terminal or hit "continue" repeatedly β€” quantifying developer frustration. A company that didn't care about user experience wouldn't track this.

The code has a process called "dream" β€” memory organization during idle time. An engineer who names that "dreaming" probably cares about product quality.

The more I use AI, the more I believe: a reliable product has a mechanism underneath that doesn't allow it to cut corners. That's what makes the difference.