Glossary
Plain meaning before technical language.
Each term has a plain meaning, an example and a boundary so the language stays useful.
SourceAgent (AI agent)Source
A system that pursues a bounded outcome through reasoning or tools.
Example: It researches three named sources and returns citations.
Not an example: Any chatbot reply, regardless of action or scope.
Harness (agent harness)Source
The runtime that gives an agent tools, context and execution rules.
Example: A coding environment exposes files and a test command.
Not an example: The model alone without its surrounding runtime.
Human layer (human operating layer)Source
A visible operating layer that keeps human intent, authority and choices legible.
Example: A checkpoint returns a risky choice to its owner.
Not an example: An invisible policy that silently decides for the person.
Module (operating module)Source
One optional response to one repeated pressure in agent work.
Example: Lean keeps a small task proportionate.
Not an example: A mandatory stack that must be adopted whole.
Skill package (installable skill package)Source
A versioned set of instructions and supporting files that a harness can load.
Example: A reviewed module is installed at project scope.
Not an example: Text copied from an unknown source and trusted automatically.
Packet (bounded work packet)Source
A complete piece of work carrying its outcome, context, authority, boundary and evidence request.
Example: Fix one form and return the diff plus checks.
Not an example: Improve the whole product however you think best.
Scope (change scope)Source
The exact surface a task may read, change or leave untouched.
Example: Only the checkout component may be edited.
Not an example: The repository probably needs cleanup too.
Root (coordinating root)Source
The accountable point that shapes work, tracks dependencies and integrates returns.
Example: Root gives two disjoint cells separate scopes.
Not an example: Every lane edits the same files and merges itself.
Work cell (bounded execution cell)Source
A lane with one objective, one owned scope and one returned artifact.
Example: A cell audits metadata without editing UI files.
Not an example: A helper explores anything related to the project.
Writer (mutable-scope writer)Source
The only actor allowed to change a mutable scope at that time.
Example: One agent owns the illustration component.
Not an example: Two agents patch the same stylesheet concurrently.
Integration (result integration)Source
The accountable act of checking and joining compatible returns.
Example: Root reviews two disjoint patches before combining them.
Not an example: Accepting every returned file because tests pass.
Independent gate (independent review gate)Source
A check performed outside the lane that produced the claim.
Example: A second reviewer verifies the built page.
Not an example: The author restates that their own output is correct.
Evidence (decision evidence)Source
The artifact, observation or validation that supports a claim.
Example: A screenshot and measured viewport support a layout claim.
Not an example: The answer sounds confident.
Verified (evidence label)Source
Checked against a named method or source.
Example: The production build completed with exit code zero.
Not an example: It should build because typecheck passed.
Observed (evidence label)Source
Directly seen in a bounded case without claiming a universal cause.
Example: This run took 1,176 seconds.
Not an example: All users will save the same amount of time.
Estimated (evidence label)Source
Calculated from stated assumptions rather than directly measured.
Example: Cost is estimated from published pricing on a named date.
Not an example: An unknown price is reported as exact.
Target (goal label)Source
A desired result that has not yet been verified as achieved.
Example: Target: no horizontal overflow at 390px.
Not an example: The target is presented as a measured result.
Unknown (evidence label)Source
A material field for which reliable evidence is not available.
Example: Provider cost is unknown for this archived run.
Not an example: A convenient value is invented to fill the gap.
Context (task context)Source
The information a lane needs to understand its bounded work.
Example: The component API and acceptance checks travel with the task.
Not an example: The entire private workspace is shared just in case.
Cached input (reused context)Source
Input reused by the provider instead of processed as entirely new context.
Example: A trace reports gross and cached input separately.
Not an example: Cached input is assumed to equal money saved.
Wall time (elapsed time)Source
Real elapsed time from the start of a bounded run to its return.
Example: The run starts at 10:00 and returns at 10:06.
Not an example: Only model generation time is counted.
Coordination (coordination cost)Source
The work required to divide, communicate, review and integrate several lanes.
Example: Root resolves one dependency before merging two cells.
Not an example: Parallel work is treated as free speed.
Reversible task (reversible trial)Source
A bounded task whose effects can be safely undone.
Example: Edit a local component and compare the diff.
Not an example: Change public visibility without a rollback path.
External effect (side effect)Source
A change outside the local working copy that can affect systems, data or people.
Example: Publishing a deployment changes the live site.
Not an example: Reading a local source file.
Dwi by thienhoc
Use the term only when it helps.
The plain explanation remains the primary interface.