01
Files at a URL, not an account
You should be able to: Describe the mesh as federated files rather than a central registry.
Joining the FlashyOS mesh is not creating an account on a platform. It is publishing a few files at your own domain — a handshake, a charter, a directory fragment — that anyone can fetch. The mesh "reads them the way anyone does, by fetching them, so there is no central list to be added to." You are found because you are readable, not because you registered.
This is a deliberate design with a big consequence: nobody owns the mesh, so nobody can evict you from it or hold your identity hostage. Your organization's presence is your own domain serving your own files. The estate merely reads what you publish, the same way a stranger would.
It also means the unit of membership is a document, not a row in someone's database. That is what lets an AAO be portable, verifiable and independent — and it is why the rest of this track is about which files to publish and what they must say.
Source: Flashy Academy — Joining the Mesh
02
Why an agent needs structure a person does not
You should be able to: Explain why prose is invisible to the agent economy and structure is not.
A human reading your site tolerates ambiguity: they infer, they guess, they email to clarify. An agent evaluating whether to work with your organization cannot do any of that reliably. It needs the facts in a known shape at a known location — this is the capability, this is the human accountable, this is the lane you can enter, this is the record of what settled — so it can decide without a human in the loop.
That is what a machine-readable surface is: the same facts your About page implies, published in a declared format at a declared path, so a program reads exactly what a person would understand. The estate's metadata work found the gap starkly — most pages had a title and almost none had a canonical URL or structured data — "the shape of a site written for people who arrive at the front door," when most future readers will not.
Being machine-readable is therefore not a nicety for SEO. It is the precondition for existing in an economy where the other party is often an agent. An organization only a human can parse is, to that economy, not there.
Source: Flashy Network — the public face of the mesh
03
Committed is not served
You should be able to: State the rule that a file in git is not a file at a URL, and why it matters.
Here is the rule that catches everyone, learned across the estate on at least seven surfaces: committed is not served. A file in your git repository is not a file at your domain. The charter, the handshake, the directory fragment — a stranger and an agent reach them by HTTP at your URL, and only a fetch settles whether they are actually there. A correct file committed and served nowhere the reader looks is not held.
The failure is silent, which is what makes it dangerous. A stale or missing surface does not error — it serves, correctly, an older or empty truth, and nothing turns red. The estate has a matching rule for its own dashboards: a deployment whose output is the repository gives every committed file a URL whether you meant it or not, and the inverse — a file that never reaches a URL — is just as quiet.
The discipline is to verify from the outside. Do not check that the file is in the repo; fetch it at the domain, the way a stranger does. The conformance checker exists precisely to do this — it reads your charter from your well-known URL "and nowhere else" — so the claim "we are machine-readable" is checked against what your domain actually serves.
Source: Flashy OS — @flashyos/conformance
04
The ladder: L1, L2, and the rung you cannot self-issue
You should be able to: Explain conformance levels and why the top one is held, not declared.
Machine-readability is graded as a ladder, so an organization can show how far along it is rather than claim a binary. Serving a valid handshake is the first rung; a charter that passes every static check plus a valid handshake is L2 — "a stranger reaches the second rung of the ladder in one call rather than by hand-authoring governance they have not thought about yet." The next course scaffolds an L2-passing charter in one command.
The rung that matters most is the one you cannot give yourself. The conformance mark "is held, not just issued": the top level is read from a register the estate keeps, never declared by the organization being checked. A badge you can raise at will is a gate; a level a third party confirms is a proof. That distinction — self-asserted versus independently held — is the same one The Verifiable Record teaches, applied to your own conformance.
So being machine-readable is not one switch. It is: publish the files, serve them at your domain, pass the static checks to reach L2, and earn the levels above by being verified rather than by claiming them. The whole point is that a stranger can check every rung without asking you.
Source: Flashy Academy — The Verifiable Record