Augmented.club
An AI-augmented delivery platform for technical sessions: shared session state, questions as they happen, and output tied to each participant's own work.
Visit augmented.club
Snapshot
- Category
- Platform · Learning delivery
- Stack
- Next.js application with accounts, live session state and per-participant output
- Status
- Live, in production, running real sessions
- Our role
- Product build and operation, for ourselves
The problem, in the customer's terms
Running a technical session for a room of engineers has a specific failure mode: half the room is a step behind what is on screen and will not say so, and the person at the front finds out an hour later.
The existing options each solved one part. Slide tools showed content but had no idea who was lost. Quiz tools measured recall but not whether someone's own setup was working. Nothing tied what was on screen to what each participant actually had running in front of them.
What we built
A platform where the session state is shared rather than projected: participants follow along in their own view, questions surface as they are asked instead of at the end, and each person leaves with output tied to their own work rather than a copy of the same deck.
Accounts and progress are part of the product, so a cohort's history is a record rather than a memory.
How fast, and how
This one was built the way we build for customers, with the difference that we were the customer. The same orchestrators, the same verifiers, the same rule that a change is not done until the checks for the surfaces it touched have passed.
It is also the product where the internal platform got its browser-testing surface: agents drive the running application through real flows, capture console and network diagnostics, and report what broke rather than that something did.
The stack
- Next.js application, server-rendered, with its own account system
- Live session state shared across participant views
- Per-participant output generated from what each person did in the session
Where it is now
Augmented.club is live and is the platform every augmented.club session runs on. It also hosts the programme catalogue and the attendee reviews.