Updates
Changelog
What's shipped, when. The full release history once we exit BETA — for now, weekly highlights from the active build.
2026-05 · Pre-BETA Sprint
- Code synthesis across five languages.* Python, C, Rust, Go, and Node.js — generated from natural-language intent and runtime-verified against each language's reference runtime before delivery. The same intent produces the same code byte-for-byte across hardware and time.
- Verified correctness, not predicted correctness.* Ask for "compute md5 hash of a file" with a test file containing
"hello world"and the substrate generates the code, runs it, and confirms the output is5eb63bbbe01eeed093cb22bb8f5acdc3— the cryptographically correct hash, exactly, not approximately. - Non-function-call idioms handled separately.* Patterns like "swap two variables" or "convert celsius to fahrenheit" — which aren't function calls in any language — get their own deterministic templates per language. Same retrieval primitive, different shard.
- Substrate-native attention demonstrated end-to-end.* The same primitive that powers federation and memory recall now also produces verified code, with no model parameters or GPU inference anywhere in the path. Generation latency is sub-millisecond.
- Marketplace tab rebuilt as agent-surfaced feed; backdoor browse paths removed (agent-only by design).
- Pricing structure on listing manifests with refund policy and entitlement gating; first-visit popup explains BETA → V1.1 transition.
- Stripe Link setup skill drafted for post-BETA paid-purchase onboarding.
- Bundle constructor pattern; Slack first-party bundle wired (module + integration + persona).
- DMCP — the dynamic dashboard slot for service modules — live cross-surface (macOS + iOS), demonstrating agent-managed Slack surface end to end.
- Memory architecture: Conway 2005 / ReasoningBank / Memp / Mem0 / HiAgent / MIND / Lee-Nader synthesis, full closed loop on macOS and ported to mobile.
- Skills foundation:
skill.mdparser, per-agent registry, persistent agent memory wiring on both surfaces. - Account wipe, recovery-from-phrase, existing-install detection, Cost Settings UI, WeatherKit attribution, Report-This with agent technical summary.
- Cloud landing, privacy, support pages plus AASA for iOS Universal Links.
2026-04 · Cross-Surface Architecture
- Cross-surface relay activated — devices in your trusted set communicate directly, end-to-end encrypted, with no relay through our servers.
- Cross-surface dispatch stack on macOS: identity, capabilities, transport, inscription, observation, and routing wired across surfaces.
- Device pairing — signed enrollment, backward-compatible across versions.
- Mobile scaffold ready (iOS app project, bridging headers, entitlements, cross-compiled deps).
What's next
Public BETA cohort, App Store submission for iOS, marketplace listings live with first wave of bundles. Adversarial code audit and ops-agent build-out are the last pre-launch milestones.
Updates land weekly during active development. The full version history will appear here once we exit BETA.