Skip to content

Commit ca06ff4

Browse files
docs: align README with runtime positioning
Update tagline, description, and ecosystem references to match "crash-proof governed runtime" positioning. Describe Workbench as the interface for visible governance on top of Runtime. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8139c68 commit ca06ff4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# Lattice Workbench
44

5-
### The Reference Engineering Stack for Lattice Runtime
5+
### Multi-model AI agent workspace — governed by Lattice Runtime
66

77
[![Latest Release](https://img.shields.io/github/v/release/latticeHQ/latticeWorkbench?style=flat-square&label=latest)](https://github.com/latticeHQ/latticeWorkbench/releases/latest)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](./LICENSE)
99

10-
**Run a team of AI specialists on your hardware — governed by [Lattice Runtime](https://github.com/latticeHQ/latticeRuntime).**
10+
**316K lines. 170+ MCP tools. 27 agents. Built solo in 5 weeks. Governed by [Lattice Runtime](https://github.com/latticeHQ/latticeRuntime).**
1111

1212
[Download](https://github.com/latticeHQ/latticeWorkbench/releases/latest) · [Preamble](./PREAMBLE.md) · [Discussions](https://github.com/latticeHQ/latticeRuntime/discussions)
1313

@@ -21,15 +21,13 @@
2121

2222
## Why Workbench Exists
2323

24-
[Lattice Runtime](https://github.com/latticeHQ/latticeRuntime) is the open-source coordination layer for institutional AI — identity, authorization, audit, and budget for every agent in the organization. But a coordination layer alone is not useful. Departments need applications built on top of it.
24+
[Lattice Runtime](https://github.com/latticeHQ/latticeRuntime) is the crash-proof governed runtime for AI agents — durable execution, cryptographic audit, budget enforcement, zero-trust mesh. But a runtime alone is not useful. You need a way to create, manage, and observe agents running on it.
2525

26-
**Department Stacks** are vertical applications that inherit Runtime's governance and add domain-specific agent workflows. Workbench is the **first stack** — purpose-built for software engineering teams.
26+
Workbench is that interface. It connects to Runtime over gRPC and gives you:
2727

28-
This repo serves two purposes:
28+
1. **A production workspace for AI agents.** Each agent (minion) gets its own git worktree, conversation history, and tool access — organized into pipeline stages.
2929

30-
1. **A production tool for engineering teams.** Workbench gives every developer a governed team of AI agents — each with its own git worktree, conversation history, and tool access — organized into pipeline stages that mirror how software actually ships.
31-
32-
2. **A reference implementation for stack developers.** If you're building a stack for a different domain — clinical, legal, finance, support — study this codebase. It demonstrates how stacks connect to Runtime, inherit governance, and add domain-specific agent behavior. See the [Stack SDK guide](https://github.com/latticeHQ/latticeRuntime/blob/develop/docs/stacks/README.md).
30+
2. **Visible governance.** When connected to Runtime, you see agent lifecycle events, audit trails, and budget consumption in real-time. Kill an agent from the dashboard, watch it resurrect, read the cryptographic proof.
3331

3432
> Read the **[Preamble](./PREAMBLE.md)** for the founding vision and philosophy.
3533
@@ -204,7 +202,7 @@ Every stack inherits the same coordination primitives from Runtime — identity,
204202
| [**Operator**](https://github.com/latticeHQ/latticeOperator) | Self-hosted deployment management for Lattice infrastructure | [latticeOperator](https://github.com/latticeHQ/latticeOperator) |
205203
| [**Public**](https://github.com/latticeHQ/lattice) | Website + binary releases | [lattice](https://github.com/latticeHQ/lattice) |
206204
| [**Registry**](https://github.com/latticeHQ/latticeRegistry) | Community ecosystem — Terraform modules, templates, stacks | [latticeRegistry](https://github.com/latticeHQ/latticeRegistry) |
207-
| [**Runtime**](https://github.com/latticeHQ/latticeRuntime) | Coordination layer — identity, authorization, audit, budget | [latticeRuntime](https://github.com/latticeHQ/latticeRuntime) |
205+
| [**Runtime**](https://github.com/latticeHQ/latticeRuntime) | Crash-proof runtime — identity, auth, audit, budget, mesh | [latticeRuntime](https://github.com/latticeHQ/latticeRuntime) |
208206
| [**SDK**](https://github.com/latticeHQ/latticeSDK) | Go SDK for building Department Stacks | [latticeSDK](https://github.com/latticeHQ/latticeSDK) |
209207
| [**Terraform Provider**](https://github.com/latticeHQ/terraform-provider-lattice) | Infrastructure as code for Lattice deployments | [terraform-provider-lattice](https://github.com/latticeHQ/terraform-provider-lattice) |
210208
| [**Toolbox**](https://github.com/latticeHQ/latticeToolbox) | macOS app manager for Lattice products | [latticeToolbox](https://github.com/latticeHQ/latticeToolbox) |
@@ -224,6 +222,6 @@ Lattice Workbench is licensed under [MIT](./LICENSE).
224222

225223
<div align="center">
226224

227-
**[latticeruntime.com](https://latticeruntime.com)**The open-source coordination layer for institutional AI.
225+
**[latticeruntime.com](https://latticeruntime.com)**Crash-proof governed runtime for AI agents.
228226

229227
</div>

0 commit comments

Comments
 (0)