The shape of Oswald
Oswald is a system that combines:- A language model. The underlying engine that generates text. Currently Anthropic Claude on a vendor-hosted enterprise tier with no training on customer data.
- A system prompt. The instructions that shape what Oswald does and how it responds. Authored by Brand Atlas and held private; the behaviour it produces is public.
- Brand-record grounding. The atlas’s own content, supplied to the model at each interaction.
- A tool-use loop. The structured sequence of read / draft / present / apply.
- An audit layer. The recording of every interaction in the brand record’s history.
What grounding means
Oswald is grounded in the brand record. At each interaction:- Oswald reads the relevant brand-record material before drafting.
- Oswald cites which material it read in its read confirmation.
- Oswald’s draft uses the material’s actual values (the current palette, the current typography, the current voice rules) rather than approximations.
- When the brand record is silent on something, Oswald says so, rather than inventing.
The prompt-cache breakpoint
The brand record is the same between Oswald sessions. Sending it fresh on every interaction would be wasteful. Oswald uses a prompt cache: the brand record is encoded once and reused across sessions until the record changes.- Cache hit. Oswald responds faster and cheaper. Most sessions are cache hits.
- Cache miss. Triggered when the brand record has changed since the last cached version. Oswald re-encodes the relevant material. The first session after a substantial brand record edit is slightly slower; subsequent sessions are back to fast.
The tool-use loop, in detail
A tool-use loop is a pattern where the AI does work in steps, each of which can be inspected and (in some cases) overridden. Oswald’s loop has five tool types:read_section. Read a specific standard section or Horizon.read_history. Read the recent history of a section.search_record. Full-text search across the brand record.draft_change. Produce a proposed change to a specific section or Horizon.apply_change. Apply an approved change. Requires explicit brand-owner confirmation.
read_section two or three times, search_record once, and draft_change once. The brand owner sees each call in the panel.
apply_change runs only on confirmation; the brand owner sees the exact diff and approves before the call happens. There is no way to chain draft_change directly into apply_change without the confirmation step. This is by design and not configurable.
Limits on the tool-use loop
Three limits in production:- Steps per session. A single session can contain up to 20 tool calls. Beyond that, Oswald summarises and asks the brand owner whether to continue. Most sessions use 3 to 8 calls.
- Token budget per session. A standard cap that prevents runaway sessions. The cap is more than enough for any normal use; if hit, Oswald reports it and waits for the brand owner.
- Concurrent sessions per atlas. Up to 3 concurrent Oswald sessions per atlas. Multiple brand owners or editors using Oswald simultaneously share the cap.
How Oswald handles ambiguity
Oswald can ambiguously interpret a prompt in two main ways:- The prompt is genuinely ambiguous. Oswald asks a clarifying question rather than guessing.
- The brand record is ambiguous. Two sections of the record could apply, with different implications. Oswald flags the ambiguity in its draft, names both possibilities, and asks the brand owner to choose.
What is sent to the provider
Each Oswald interaction sends to the underlying provider:- The system prompt (Brand Atlas’s, not visible to the customer).
- The brand-record context relevant to the interaction (grounding material).
- The brand owner’s current prompt and any attached content.
- The conversation so far in the current session.
- Material from other atlases (every atlas is isolated).
- Material outside the atlas (no email, no calendar, no external integrations).
- Identifying information beyond what the brand record itself contains.
The audit layer
Every Oswald action is logged. The audit record contains:- The prompt. The brand owner’s input.
- The tool calls. Every read, search, draft, and apply.
- The model’s response. What Oswald produced.
- The brand owner’s edits. If the draft was edited before applying.
- The final outcome. Approved, rejected, escalated, applied, abandoned.
Changing the underlying model
The underlying language model may change over the life of the product. A better model becomes available; the provider relationship changes; a different model proves better at a specific task. When the model changes:- The branding (Oswald) does not change.
- The system prompt is reviewed and adjusted if needed.
- The workflows do not change.
- The customer is notified through the changelog.
- The disclosure policy is updated.
Related pages
What Oswald does
Capabilities.
AI Usage & Disclosure
The policy.
Oswald's limits
Where Oswald falls short.