// brains v0.3

Codex for your stack.
Workflows that ship.
Memory that links itself.
v0.3 is here.

Three moves since v0.2 — an installable recipe layer, goal-shaped agents, and a memory graph that wires its own pages together.

// shipped 2026-05-29 · 561 commits · 22 migrations
// new

mybrains.ai is live

Our new landing tells the brains story to the outside world. Coordinate yourself, your team, your agents — one memory.

Visit mybrains.ai →
// 01 · codex

Codex — your app store.

Every automation, integration, board, and workflow is an installable, versioned recipe. Install once. Upgrade like software. Share with your team.

200+
recipes
in the codex
Ship from real TypeScript recipes — not no-code templates.
Personal CRM Reminders & tasks Ethera workspace Monday sync GitHub issues Token tracker Inbox triage My Day Meeting prep Weather Daily digest Failure monitor + many more
Versioned Upgrade-aware Bundle installs Publisher OAuth
// 01b · codex publishing

Ship your own recipes.

Author a recipe, publish it to the codex, manage versions and dependencies, rotate publisher OAuth secrets in one click. Private by default. Public on a toggle.

// publish

Publish / Unpublish

One toggle gates who can install. Private = creator-only. Public = anyone in the codex.

personal-crm / v4
Public — installable by anyone
Private — only you
// versions

Bump & history

Every publish snapshots a version. Roll a new one anytime.

v4current2026-05-30
v32026-05-18
v22026-05-04
v12026-04-21
↑ Bump version
// dependencies

Declared deps

Depends on other recipes by slug + min_version. Published recipes need published deps.

reminders-tasks≥ v3published
contacts-board≥ v2published
meeting-prep≥ v5private
// publisher secrets

Auto-sync OAuth

Edit CLIENT_ID / CLIENT_SECRET — AWS Secrets rotates, web + mcp redeploy.

CLIENT_IDmonday-publisher-prod
CLIENT_SECRET••••••••••••
edit AWS Secrets ECS redeploy
Publish toggle Version history Dependency editor Secrets auto-sync
// 02 · workflows

Workflows — autonomous agents for goals.

A charter, KPIs, a roster, an owned board, and a bundle of paused automations. One status flip activates the team.

// charter · ship-feature-by-deadline

Ship v0.4 by 2026-07-31

Cut Codex publisher friction. Land mobile-first BrainChat. Halve ingestion latency.

Publisher OAuth lands wk1
BrainChat PWA on iOS
3Ingest p95 < 8s
420 design-partner brains
// roster · 4
AMAlonOwner
EMEylonContrib
NKNoahContrib
DVDaveObserver
// status
Active
Automations5 running
Last nudge3h ago
// bundle · 5 paused → live
progress_scorerv4
task_nudgerv3
milestone_reviewerv2
agentic_summaryv6
monday_migration_syncv1
Charter KPIs Roster Status-flip lifecycle
// 03 · memory

Memory — pages that link themselves.

Wikilinks plus an entity-linker that mines email, calendar, drive, and GitHub metadata for person + org references. Hybrid search ranks like it means it.

// link graph · live
email calendar drive chat person
links: 0
Wikilinks Entity-linker Hybrid search Graph view
// top result
more often, the first hit is the right one
22% → 67% top-1 accuracy
// top-10 ranking
+49%
better ordering of the top 10 hits
NDCG@10 0.52 → 0.77
// coverage
every
query category improved or tied
paraphrase, fuzzy, exact-id, conceptual
// example
“who asked about pricing last week”
before missed the thread — nobody used the literal word “pricing”.
after top result. The right thread surfaces from meaning, not exact wording.
// 04 · docs

Docs — how it actually works.

Release notes for every version, a reference for every recipe in the codex, and an internals tour from the memory layer to the workflows runtime. Everything live at mybrains.ai/docs.

// release notes

What changed, version by version

Headline moves, migrations, breaking changes — ordered, dated, linkable.

v0.3current2026-05-29
v0.22026-05-09
v0.12026-04-21
v0.02026-03-30
// codex reference

Every recipe, documented

Inputs, outputs, dependencies, sample runs — per recipe, per version.

starter-packbundle
gmail-inboxautomation
monday-itemsintegration
reminders-tasksboard
meeting-prepworkflow
// internals

How it works under the hood

The four pillars, from ingestion to ranking to publishing to the sandbox.

1Memory layer
2Hybrid search
3Codex publishing
4Workflows runtime
Release notes Recipes Internals Architecture
// 05 · rest

Everything else since v0.2.

Boards, admin tooling, runtime, integrations, security — the wider surface that came along with the three big moves.

Boards files & forms In-app agent drawer Mini-site history + revert Admin queues dashboard Re-link workers Telegram bot · doc extraction BrainChat provisioning fixes Sandbox SDK retries Per-automation K/V store Monday.com adapter GitHub Issues v7+ Round-4 security hardening ARM64 k8s stage Durable agent worker LLM-spend chart Service health probe Hybrid search · explain mode Ingester batching + more