Live on macOS · Free to start
The invisible AI for
interviews & meetings
Cloak listens to your call in real time and answers instantly — completely
undetectable in Zoom, Teams, and Google Meet.
macOS 12+ · Apple Silicon & Intel · ~10 MB
Visible only to you
Invisible to screen share
zoom.us — Meeting in progress
CLOAK OVERLAY · ONLY YOU SEE THIS · INVISIBLE IN SCREEN SHARE
Interviewer
"Tell me about a time you designed a system to handle 10x traffic growth."
Cloak
At my last role, I led a horizontal sharding project that moved us from
a single Postgres instance to a distributed setup — 3 key steps:
- Identified read vs write bottlenecks with pg_stat_statements
- Added read replicas + PgBouncer connection pooling
- Hash-sharded on user_id once reads were stable
Result: sustained 12x peak load. Happy to walk through trade-offs…