Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

System Prompts – Claude API Docs

The page provides release notes and documentation for system prompts used with Claude API, detailing updates, changes, and best practices for effectively configuring system prompts to guide model behavior across different use cases.

Background

- Anthropic is the AI company behind Claude, a large language model (LLM) similar to OpenAI's ChatGPT or Google's Gemini. - A "system prompt" is a set of hidden instructions given to an AI model before a conversation starts, shaping its behavior, tone, and constraints. Unlike user messages, the user may not see it. - This page is part of Anthropic's official developer documentation for the Claude API, meaning it's written for engineers building applications on top of Claude. - Anthropic has published the actual system prompts it uses inside Claude (e.g., for the claude.ai web product), making them transparent. This is noteworthy because most AI companies keep such prompts proprietary. - The release notes track changes over time to these prompts, showing how Anthropic tunes Claude's personality, safety rules, and formatting instructions in production.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.