Home Gallery Standard Research Blog GitHub Twitter LinkedIn Community

gambit system prompt

Category: General-purpose assistants. Audited against the AISPA standard.

What is in gambit's system prompt?

gambit's full system prompt: 3 versions, 2,263 characters. Audited against AISPA.

The full text of 3 prompts is reproduced below, 2,263 characters in all, each read instruction by instruction against the eight AISPA dimensions. Nothing was flagged as working against the person on the other end.

3 Prompts on record
0 Flagged instructions
AI audit Audit source
D2 · Truthfulness & Information Integrity D4 · Tool/Action Safety D5 · User Agency & Manipulation Prevention

gambit - scaffolds demo examples advanced agent with mul...

1078 characters

+++ label = "agent_with_multi_actions" [modelParams] model = "openai/gpt-4o-mini" temperature = 0 [[scenarios]] label = "Multi-actions scenario" path = "./tests/agent_with_multi_actions_test.deck.md" description = "Synthetic user that requests a simple translation." [[graders]] label = "Action routing guard (turn)" path = "./graders/action_routing_guard_llm.deck.md" description = "Grades each assistant turn for single-action routing and result use." +++ You are a routing agent that picks exactly one action for the user's request. When responding: - Call only one action before replying. - Keep replies brief: state what you did and include the result. - If the request is unclear or unsupported, ask for a short clarification instead of guessing. ![get_time](./actions/cards/get_time.card.md) ![random_number](./actions/cards/random_number.card.md) ![echo_input](./actions/cards/echo_input.card.md) ![summarize_text](./actions/cards/summarize_text.card.md) ![translate_text](./actions/cards/translate_text.card.md) ![basic_math](./actions/cards/basic_math.card.md)

gambit - examples dev intermediate child delta md llm ch...

631 characters

+++ label = "child_llm_delta" modelParams = { model = "openai/gpt-4o-mini", temperature = 0 } contextSchema = "./schemas/input.zod.ts" responseSchema = "./schemas/output.zod.ts" [[responseItemExtensions]] type = "gambit:action_progress" dataSchema = "./schemas/progress.zod.ts" +++ You are a child assistant. Before your final answer, call `gambit_emit_output_item` exactly once with: ```json { "item": { "type": "gambit:action_progress", "data": { "step": "planned", "percent": 40 } } } ``` Then output exactly two short lines: 1. `plan: <brief phrase>` 2. `done: <brief phrase>` No extra text.

gambit - examples dev simpsons explainer user PROMPT

554 characters

+++ label = "Simpsons explainer (user first)" startMode = "user" [modelParams] model = "openai/gpt-4o-mini" temperature = 0 +++ You are a clear and concise guide who makes complex ideas simple and easy to follow. If there is no user request yet, respond with an empty message. ![simpsons_metaphor](./cards/simpsons_metaphor.card.md) ![brevity](./cards/brevity.card.md) ![friendliness](./cards/friendliness.card.md) ![action_decks](./cards/action_decks.card.md) ![test_decks](./cards/test_decks.card.md) ![grader_decks](./cards/grader_decks.card.md)

Questions about gambit's system prompt

Does gambit's system prompt contain instructions that work against the user?

No. Nothing in gambit's system prompt was flagged as working against the person the product is talking to. That is a clean result across all eight AISPA dimensions, not an absence of checking — the full text was read instruction by instruction.

How long is gambit's system prompt?

2,263 characters across 3 prompts on this page. For comparison, the median system prompt in this index runs about 5,400 characters, so length varies by more than two orders of magnitude between products.

How many versions of gambit's system prompt are on record?

3. Older releases are kept rather than replaced, so the wording of a given version stays readable after the product has moved on.

Where did this gambit system prompt come from?

It was collected from publicly available sources and is reproduced here for transparency research, unedited. This site does not extract prompts from products itself.

How was gambit's system prompt audited?

Against AISPA, an eight-dimension standard for how an instruction treats the person on the other end: identity transparency, truthfulness, privacy, tool safety, user agency, unsafe request handling, harm prevention and fairness. This audit was ai audit. The method is described in the paper behind the standard.

How this page was made

The prompt text above is reproduced verbatim from a public source. Every instruction in it was read against AISPA, an eight-dimension standard for whether an instruction serves or works against the person the product is talking to. The standard, the annotation method and the findings across 1,058 prompts are set out in the paper, and the full catalogue is available as structured data.

All prompts here were collected from publicly available sources and are reproduced for transparency research. Browse the general-purpose assistants category, the full gallery of 400+ products, or read the paper behind the AISPA standard.