---
id: "concept-conway-architecture"
type: "concept"
source_timestamps: ["00:00:35", "00:01:18"]
tags: ["ai-architecture", "agent-design"]
related: ["entity-conway", "concept-cnw-zip-extensions", "concept-persistent-memory-layer"]
definition: "A standalone, always-on agent environment separate from standard chat interfaces, featuring dedicated search, chat, and system extension layers."
sources: ["s51-512k-leaked-code"]
sourceVaultSlug: "s51-512k-leaked-code"
originDay: 51
---
# Conway Standalone Architecture

## Definition

A standalone, always-on agent environment separate from standard chat interfaces, featuring dedicated **Search**, **Chat**, and **System** layers.

## Architecture

[[entity-conway-d51|Conway]] is **not** a standard chat window — it is a standalone agentic environment that operates as a sidebar. According to the leak, it consists of three core areas:

1. **Search** — semantic retrieval over connected sources.
2. **Chat** — conversational interface for ad-hoc requests.
3. **System** — the most critical layer, functioning as an *app store for agent capabilities*.

### The System Layer

The System section contains:

- **Extensions area** — installs custom tools and interface panels packaged as [[concept-cnw-zip-extensions|.cnw.zip]] files.
- **Connectors section** — plugs in external services with toggles for Claude and Chrome integration.
- **Automatic Triggers section** — exposes public web addresses (webhooks) that outside services can ping to wake the agent up and initiate workflows without user intervention.

## Why This Matters

This architecture allows Conway to run **continuously in the background**, monitoring communications and executing tasks asynchronously. It is the structural enabler of the [[concept-persistent-memory-layer|persistent memory layer]] thesis: an agent that is *always on* can accumulate behavioral context in a way a prompt-response chat window cannot.

See also: [[claim-conway-existence]], [[framework-anthropic-enterprise-stack]].


## Related across days
- [[entity-conway-d3]]
- [[entity-conway-d51]]
- [[concept-cnw-zip-extensions]]
- [[concept-persistent-memory-layer]]
