EchoNet.ing
PUBLIC BLUEPRINT / 06

Evidence, not theater.

A useful system can say what it knew, what it did, what changed, and how the result was checked—without publishing private internals.

Claimexpected outcome
Actionbounded operation
Resultobservable output
Gatecheck + decision
IMPLEMENTATION

Make work reviewable.

Evidence is an operational record, not a performance. Keep it concise, reproducible, and safe to share. Distinguish observed facts from interpretation and open questions.

State the claim

Define the expected result and acceptance criteria.

Record bounded action

Describe the operation at a public-safe level using placeholders.

Capture result

Report observable output, status, and limitations.

Run the gate

Verify independently where possible; mark unverified items plainly.

Copyable public prompt

Create a public-safe evidence note for [TASK]. Include claim, constraints, bounded action, result, verification method, confidence, limitations, and next step. Use [PLACEHOLDER] values only. Exclude private paths, IPs, endpoints, credentials, identities, and raw inventories.

Privacy warning

Evidence can leak more than diagrams. Scrub logs, identifiers, locations, credentials, endpoint details, people records, and raw system inventories before publication.

Verification gate

  • Claim and acceptance test are explicit.
  • Action and result are separated.
  • Verification status is honest.
  • Privacy scrub is complete.