
Live
be2ween
A Chrome extension that airs quick reads and trivia while you wait on AI, then hands the tab back the second it's done.
Open the product →What it is
When ChatGPT, Claude, or Gemini starts generating, be2ween airs short text programming and hands the tab back when the model finishes. It reads model state, not prompts or answers.
What shipped
- Chrome extension for ChatGPT, Claude, and Gemini
- Sign-on, channel casting, scheduling, and playback controls
- Programming and publishing console
- Content schema, validation, pacing, queue, and signed feed
- Privacy documentation and Chrome Web Store release
Diego’s role
- Product strategy
- Programming model and system architecture
- Interaction and visual design
- Extension and web implementation
- Content operations and publishing tooling
- Launch and iteration
See the system+
The problem
AI generation routinely creates twenty to fifty seconds of dead time. The model cannot be made faster by redesigning the loading state, so the product question is what that time can become without taking control away from the user.
AI tab state↓to Extension runtime
- Programming console→
- Signed feed→
- Extension runtime→
- Channel schedule→
- On-air card→
- A browser extension detects only whether a supported AI is thinking or finished, then yields immediately when the answer is ready.
- Channels, schedules, casting, pacing, and controls turn isolated cards into a coherent programming model.
- A typed content store, validators, submissions queue, and Ed25519 signing produce data-only bundles the extension can verify.
- A legibility guard checks read time against hold time before content can air.

