Case studies
Runs that actually happened, with what was asked, which roles were convened, what was produced, and where each one stopped.
A case study here is a replay, not a story. Each one names the version it ran against and separates what was observed from what was only tested.
#Case 1 — A deck request that started no process
| Field | Value |
|---|---|
| Request | “Produce only a PowerPoint presentation.” |
| Version | Finexia OS 0.0.22 |
| Roles convened | Kam, the host |
| Providers started | Peak of two processes, Kam only — no card started a provider |
| Result | Both cards moved to BLOCKED within the minute |
| Reason given on screen | “No deck engine is built into this app” · “local preflight — no provider was started” |
| Evidence | Observed in a live run 2 |
This is the case that justifies the preflight. The same request against version 0.0.20 consumed 9.4 million tokens before failing, because nothing checked whether an engine existed for the requested format before work began.
LimitWhat this case does not show: a successful deck. At the version it records, that format had no engine, and the refusal **is** the case — it is what preflight exists for. Version 0.0.23 has since added a deck engine, a memo engine and an atomic bundle; this run predates them, and rewriting it to match today would turn a dated observation into a claim 1.
#Case 2 — A desk that ran, and what it cost
| Field | Value |
|---|---|
| Version | Finexia OS 0.0.22 |
| Roles convened | Livia, fundamental |
| Providers started | One |
| Tokens consumed | 64,400 — read from the card, not computed |
| Monetary cost displayed | None. The header shows “55% used” or “usage unavailable” |
| Evidence | Observed in a live run 2 |
The second header state is the honest one: when the vendor CLI does not publish its quota, the application writes that it does not know rather than inventing a number. No dollar figure appears anywhere in the product.
#Case 3 — A workbook that was never produced by an agent
The workbook path is complete in code: an MCP call deposits a typed contract, the core composes the file, writes it, reopens it with a second library and finds its formulas again. Every step of that chain has a test.
Still missingNo agent has produced a workbook in a live run. A .xlsx file does exist in a data room from an earlier version — it was written by a Python agent in the 0.0.20 run, not by the engine. A file found on disk is not evidence until you know what wrote it 2.
What would close this case: replay a concrete workbook request on a stable screen, watch the accounting role call the tool, and watch the module appear on the canvas. That is the first item on the next OS pass.
#Sources
- Finexia OS — product state at 0.0.23FinexiaInternal document, not published
- Finexia OS — handover report 0.0.22FinexiaInternal document, not published
- The canonical role registry, mirrored on this siteFinexiaInternal document, not published
Read next
- MethodologyHow a Finexia run is set up so that its result can be argued with: scope, as-of date, admissible sources, missing data, provenance, checks, and what counts as evidence.
- Field notesShort notes from building the thing: one observation, its cause, the fix, the test that holds it, and what is still open.
More in Research