> BRB
./how-its-built
./playground~/./download
$ ls ./playground/

Playground

These are some helpful demos for the underlying tech behind Be Right Back. They're not perfect, but they're a good starting point for getting a feel. All of these will be referenced by the blog articles as well.

$ ls -1 ./playground/ | wc -l # 5 playgrounds available

Inside an attributedBody blob

Type a message and watch it become the NSArchiver 'streamtyped' bytes Apple writes to disk, then watch the decoder pull the text back out.

from Data Foundation

Sliding-window chunking

Drag the window and stride sliders and watch overlapping chunks form over a real conversation, with live overlap and coverage stats.

from Ingestion Pipeline

Inverted index

Click terms to highlight matching documents. Type queries to see AND/OR postings-list intersection.

from Vector Search & RAG

BM25, one knob at a time

Drag tf, k1, b, and document length and watch the BM25 score - and its saturation and length-penalty curves - respond live.

from Vector Search & RAG

Casper's agent loop, step by step

Step or replay real-shaped agent traces: think -> tool call -> tool result -> answer, with the anti-loop guards (duplicate-call detection, narrated-intent nudge) firing live.

from Casper Agent