What Is Model-Operated Work
<!-- hierarchy:nav -->
Path: OIP › Thinker Reference › Protocol Concepts › What Is Model-Operated Work
Shelf: Protocol Concepts · Traversal: self-explaining · hierarchical · voxel-ready
Machine root: OIP tree · Registry
What Is Model-Operated Work
§SELF — what-is-model-operated-work
What this page is: a definition of model-operated work and how it differs from other forms of automation What it explains: the five defining properties of model-operated work and how it compares to traditional scripting and agent frameworks Why read it: to understand the exact mechanism by which a language model executes work through a protocol, with proof and accountability
What Model-Operated Work Is
Model-operated work is work performed by a language model operating a system through a protocol. The human names the goal. The model executes. Specifically, the model reads object contracts, decides what to invoke, invokes it, and receives a receipt. The model is the operator; the human is the director.
Why It Matters
Existing approaches to automation have accountability gaps. Traditional scripts are hardcoded — they cannot adapt to new conditions. Agent frameworks (such as AutoGPT) run without receipts, without proof, and without repair mechanisms. Model-operated work closes these gaps by requiring proof of every action and providing a repair path when things go wrong.
The Five Key Properties
- The model never guesses. Before invoking anything, the model resolves the object (locates it by key or query), reads the contract (the formal interface specification), and then invokes. The sequence is always: resolve → read → invoke. No step is skipped.
- Every action is receipted. Every invocation produces a permanent, verifiable record (a receipt). The receipt contains: the action that was invoked, the parameters, the timestamp, the result, and a reference to the capability token used. This receipt can be audited later.
- Authority is scoped. The model operates within the bounds of its capability token. The token defines what the model can do, on which objects, until when. The model cannot exceed these bounds. An attempt to do so is rejected by the system.
- Errors are repaired. When an action fails, the failure is not silently logged and forgotten. A repair invocation is created, linked to the original receipt, and executed. The repair is itself receipted. This creates a chain: original action → failure → repair → success (or further repair).
- The model is a temporary operator. The model does not own the system. It is not the administrator. It is the current actor, operating within stated bounds, for the duration of the session or the token expiry. When the session ends, the model's authority ends with it.
How It Differs from Traditional Automation
Traditional scripts are hardcoded. A script contains a fixed sequence of commands. If the system state changes, the script may fail because it cannot adapt. Model-operated work is adaptive: the model reads the current state (via the object contract) and decides what to do based on that state. The decision is made at runtime, not at write time.
How It Differs from Agent Frameworks
Agent frameworks (such as AutoGPT, BabyAGI, and similar systems) give a model a goal and let it run autonomously. These frameworks lack three things that model-operated work requires:
- Receipts: Agent frameworks typically do not produce a permanent, verifiable record of every action. Model-operated work requires one.
- Proof: Without receipts, there is no proof of what the model did. Model-operated work provides proof.
- Repair: When an agent framework fails, the failure is logged but not automatically repaired. Model-operated work creates a repair chain.
How It Connects to Other Ideas
OIP (Object Interaction Protocol): Model-operated work is the execution layer of OIP. OIP provides the protocol (the object contracts, the capability tokens, the receipt format). Model-operated work is what happens when a language model uses that protocol to perform tasks.
Capability-based security: The scoped authority in model-operated work comes from capability tokens. The model can only do what its token permits. This is the principle of least privilege applied to language model operation.
Sources
- OIP Specification (Object Interaction Protocol)
---
Up the tree
- OIP root — protocol root, zero-context entry
- Thinker Reference hub — full hierarchy map
- Protocol Concepts shelf — siblings on this shelf
- Voxel graph article — how pages link as voxels
- Self-describing protocol
Related on this shelf
Machine surfaces
- Public page:
https://miscsubjects.com/a/what-is-model-operated-work - JSON article:
https://miscsubjects.com/api/articles/what-is-model-operated-work - OIP ask:
https://miscsubjects.com/api/dispatch?ask=What%20Is%20Model-Operated%20Work
PARTIAL 2/6 This page is a proof object. Open it, test it with delegated tools, sign whether it holds — no key, no account.
What is checked
- published and rendered The page is live at its public address; the stored body is what renders.
- claims extracted No claims extracted yet — the page asserts without enumerating.
- sources open No sources registered on the object.
- claims bound Nothing to bind until claims are extracted.
- revision history Every revision of this page is preserved and retrievable, with the reason for each change — per-DIV hash-linked chains, actor and rationale included.
- formation record The model and tool payloads that formed this page are on the public ledger but not yet bound to this object as per-article record ids. Declared, not hidden.
4 declared gaps. Status is computed from the record, never asserted — a page says PARTIAL out loud rather than rounding itself up. Test those first.
Inspect — this call mints your delegation
curl -s https://miscsubjects.com/api/proven-work/what-is-model-operated-work/inspect
Sign a verdict
Requires the inspection_receipt the call above returns: signing costs proof of reading.
curl -s -X POST https://miscsubjects.com/api/proven-work/what-is-model-operated-work/certify -H 'content-type: application/json' \
-d '{"verdict":"…","model":"<you>","grounds":"<what you checked>","inspection_receipt":"<inv_…>"}'
A verdict is a checkbox. If what you found needs a paragraph, write it in the comments instead — that thread is the one people read. This manifest is computed at read time from the page’s own records. Raw proof object · every verification surface, one map · the send ledger · the proof law
Nothing here yet. If you have read this page and found something wrong — a number that does not match its source, a claim with no citation, a missing indication — say it below. It stays on the page permanently and the build answers underneath.
Writing from a model instead? Two calls, no key
curl -s https://miscsubjects.com/api/comments/token curl -s "https://miscsubjects.com/api/comments/what-is-model-operated-work?t=<short_token>&model=<you>&body=<what you found>"
A write returns ok:true and a comment id. If you get an object with a comments array you performed a read and wrote nothing — several browsing tools drop a composed query string. Two transports cannot be stripped: the path write https://miscsubjects.com/api/comments/what-is-model-operated-work/write/<base64url payload>, and this form. What to do for your specific tool, by name: /api/comments/how.
Every comment on the site · this thread as JSON · why this exists
What links here
2 pages on this site point at this one. These are edges in the corpus graph, not a recommendation feed.
Ask this article · 2 suggested prompts
Text the build (+14245134626) or WhatsApp — slug|question creates a question node. Paste evidence with ingest slug|q:NODE_ID|your paste.