Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.43 KB

File metadata and controls

46 lines (30 loc) · 1.43 KB

Solution Types

Labor as Code™ has three solution types. They can be used independently or combined.

1) Process

A Process is a codified series of steps defined using programmable markdown.

  • Human-readable, machine-executable, version-controlled
  • Defines how work happens, not just what happens
  • Can invoke agents, tools, checks, approvals, and human handoffs

Example: Compliance evidence collection process with policy checks, artifact extraction, exception routing, and final attestation.

2) Third-party tools

Labor as Code™ integrates with external software and services.

  • Integrations implemented via TypeScript, Python, and similar hooks
  • Agents can operate across SaaS platforms, cloud services, internal systems, and data stores
  • Third-party tools become part of a programmable labor graph

Example: Incident workflow that reads alerts from monitoring, opens tickets, enriches context, and updates status across multiple systems.

3) First-party product and our humans

Some labor requires both software and people.

We provide:

  • First-party software
  • Trained human operators
  • Governance, QA, and oversight

This forms a complete, accountable labor system. This is not outsourcing. It is engineered labor delivery.

Combined Model

flowchart LR
  A[Process Assets] --> B[Agents]
  C[Third-Party Tools] --> B
  B --> D[First-Party Product]
  E[Human Operators and Governance] --> D
  D --> F[Accountable Outcomes]
Loading