Any updates on Codream since AI Dev 26 x SF? + intro

Hi all, Robert here (SF Bay Area).

Codream.ai was introduced at the AI Dev 26 x SF conference in April as an interactive learning and AI coding environment. Are there any updates on its current status, such as new content, expanded access, a product roadmap, or plans for a broader launch?

I’m interested in trying it and would appreciate any guidance on what is currently available and what may be coming next.

introductions

Run Sandbox Labs AI — 25+ yrs taking frontier tech from illegible to teachable: payments/mobile (PayPal, Amex) → blockchain (co-founded Blockchain University, co-taught Linux Foundation’s first blockchain MOOC on edX, 150K+ learners) → now agentic AI.

Currently building daily w/ Claude Code & MCP servers, agent payment protocols (x402/MPP + Stripe), self-hosted ATProto PDS. Also do enterprise AI training/DevRel work.

Here to learn from & connect w/ folks deep in agentic systems, AI education && applied ML. Happy to swap notes on dev education, MCP, or agent infra.

I don’t have a Codream status update, unfortunately. On the agent infra side, with x402/MPP the payer is an agent, so portable identity becomes a production concern fast. We use an Ed25519 did:key plus a detached signature on each request, but keep payment on a separate wallet-to-wallet x402 path.

The signature authenticates the agent; it doesn’t delegate spending authority, and a scoped identity-to-identity spend grant is still the missing piece.