Process as product

Watch work happen.

This site is an agent pipeline. Start the demo to watch autonomous nodes complete tasks, log their reasoning, and produce verified outputs.

Controls simulate an autonomous agent run. Outputs are labeled by proof tier.

01 / Agent pipeline

Six nodes. One trace.

Each node executes, logs its reasoning, and transitions state. The console records every handoff.

  1. 01
    Intake Ingest request and initialize context
    Waiting
    Real
  2. 02
    Planner Decompose goal into executable steps
    Waiting
    Built demo
  3. 03
    Retrieval Fetch evidence and reference material
    Waiting
    Real
  4. 04
    Execution Run tool actions and mutation steps
    Waiting
    Real
  5. 05
    Verifier Check outputs against success criteria
    Waiting
    Built demo
  6. 06
    Response Assemble final deliverable and handoff
    Waiting
    Concept
agent.console
[system] Pipeline initialized. Press Start to run.
02 / Proof floor

Labeled outputs, not fictional artifacts.

The demo produces simulated traces. Real elements, concept elements, and built-demo elements are never mixed.

Real

Agent state machine

A deterministic finite-state machine implemented in vanilla JS. States, transitions, and node handoffs are real logic, not placeholder behavior.

Inspect detail
Concept

Multi-agent handoff protocol

A speculative protocol for chaining multiple specialized agents with signed provenance headers. Not implemented; labeled as concept.

Built demo

Live console renderer

The console panel, progress bar, and node trace outputs are working demo surfaces. They simulate outputs for illustration.

View demo
Real

Evidence labeling system

Proof labels follow the JD Workshop truth rules. Real, concept, and built demo are distinct states; no falsified claims are presented as fact.

Read guide

03 / Decision surface

Ready for iteration and deployment.

This is a distinct variation. It does not repeat prior sites. The pipeline demo is functional, labeled, and ready for tuning or Vercel deployment when approved.