Proof of Work

Governed agent systems, applied workflows, open research, and published developer tools—with the status and evidence of each project made explicit.

Core Method & Applied Systems

Featured Systems & Products

Internally used · v1

Shokunin Harness

A governed operating method for AI agents working across complex, multi-step workflows.

Separates context, roles, authority, process state, and verification. Agents can act within bounded responsibilities, but completion is determined by evidence—not by the model declaring itself done.

  • Separation of roles (PO, CTO, Coder, Tester, Reviewer)
  • "A rule without an executable check doesn't exist" (PR-2)
  • Sequential Swarm HOLD cycle for context preservation
Explore Architecture
V3 · Observability engine

Agent View

Controlled retrieval trace & visibility scanner for AI web crawlers.

Inspects what AI models receive and return when ingesting web applications. Surfaces retrieval boundaries, extractable evidence, and machine readability without guesswork.

  • Layer 1 & Layer 2 retrieval evidence stack
  • Clear non-claim boundaries (no hidden weights access)
  • Automated AI crawler visibility audit
Explore Agent View
Prototype · preparing pilot

Meteosure

Deterministic weather verification & insurance evidence engine.

Ingests meteorological data from traceable sources to calculate deterministic findings and evidence grades for climate claims under 60 seconds.

  • Under 60-second deterministic validation
  • A–D evidence grading with full auditability
  • Strict separation: weather proof vs coverage decision
Explore Meteosure
Published · RFC draft

index-ai

Open specification proposal for structured, agent-readable websites.

Built after observing that llms.txt provides text summaries but not structured agent interfaces — validated on 50,665 links across 1,711 files.

  • MIT-licensed, published under @hardmachinelabs
  • Reference validator CLI published on npm
  • AUTOPSY V4 benchmark: 50,665 links analyzed
Read Specification
Built · active

Deployment Blueprint

Zero-trust CI/CD pipeline and multi-service deployment discipline.

A structured delivery blueprint for multi-service TypeScript applications. Strict 5-layer dependency rules, versioned Docker builds, automated health checks, secret sync audits, and instant rollback paths.

  • Detect → Version → Build → Deploy → Health-check → Rollback
  • Strict 5-layer dependency enforcement
  • Automated 30s rollback on failed health probes
Explore Architecture
Supporting

Supporting Tools & Infrastructure

Published · npm

index-ai-validator

CLI & library tool to validate web endpoints and AI manifests against index-ai spec rules.

View Validator Spec
Published

env-sync

Detects and fixes environment variable drift across microservices and CI/CD environments.

View GitHub
Published

zod-config

Strict runtime schema validation for application configuration.

View GitHub