gwt-context

Honest GWT Report

Status as of 2026-04-28: gwt-context is a practical GWT-inspired MCP memory runtime. It has more than retrieval plus a prompt template, but it is still not a full cognitive Global Workspace model.

What Is Real

What Is Still GWT-Inspired, Not Full GWT

Best Current Claim

The honest claim is:

gwt-context implements a bounded working-memory runtime where facts compete for global availability, broadcasts are consumed by independent proposal processors, and accepted proposals can drive the next memory actions through public MCP/application ports.

The weaker claim to avoid is:

This is a complete Global Workspace Theory implementation for LLM agents.

Design Implication

The next architectural frontier is processor independence. The runtime already has the bus boundary, proposal contracts, circuit breakers, budgets, traces, and external subscriber adapter. To become more GWT-like, more reasoning must move out of a single controller call and into independent subscriber loops that read the same broadcast, maintain their own local state, and compete through the bus.