Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Whitestone
00a2c98074 paper: v0.1.6 — document whisper (private DM) and inventory commands
- Added whisper to §3.5 integration table and §3.7 command table
- Added whisper design paragraph: cross-room private messaging, type isolation, validation
- Added inventory stub to §3.7 command table
- Updated closing paragraph to include whisper isolation guarantee
2026-04-13 16:18:46 -04:00
Alexander Whitestone
02c0203afd paper: v0.1.5 — add §6 failure mode analysis (WS disconnect, stale sessions, restart, connection storm) 2026-04-13 15:18:41 -04:00
Alexander Whitestone
73dcce3c7b paper: v0.1.5 — add §3.7 MUD command integration table
Documents go/emote/say/look/who commands with syntax, behavior,
and isolation guarantees. go enables HTTP room transitions (was WS-only),
emote adds classic MUD third-person action broadcasts.
2026-04-13 15:10:52 -04:00
Alexander Whitestone
49910d752c docs(paper): document rate limiting in architecture section
- Added contribution #5: per-user token-bucket rate limiting
- New Section 3.6: Rate Limiting with algorithm details
- Updated limitations: rate limit state in-memory
- Maintains paper version 0.1.0-draft
2026-04-13 04:05:42 -04:00
Timmy-Sprint
96d77c39b2 paper: v0.1.4 — add §4.7 WebSocket concurrency (50 users), expand related work, add 4 citations
- Added §4.7 WebSocket concurrency & backpressure stress test (50 concurrent WS)
- Added §§2.5-2.6: local-first software principles, edge AI inference
- Added references [8]-[11]: Kleppmann (local-first), AWQ quantization, speculative decoding, edge LLM
- Updated abstract to include WebSocket latency data point
2026-04-13 04:05:18 -04:00
Timmy-Sprint
11c3520507 paper: add §4.6 memory profiling with measured 7.7KB/session data
- New experiment: profile_memory_usage.py (tracemalloc + RSS at 1-100 sessions)
- Results: 7.7 KB/session (23% under prior 10KB estimate)
- New paper section §4.6 with scaling table
- Updated §5.6 scalability with measured data instead of theory
- Version bump to 0.1.3-draft
2026-04-13 02:10:07 -04:00
Alexander Whitestone
98865f7581 Paper v0.1.2: add comparative analysis table (local-first vs cloud architectures)
Adds Section 5.5 comparing Multi-User Bridge against OpenAI API,
Anthropic API, and self-hosted vLLM+Redis across 8 dimensions:
session lookup latency, isolation mechanism, leakage risk,
offline operation, crisis detection latency, data sovereignty,
cost, and horizontal scaling.

Key finding: local-first trades horizontal scalability for zero-latency
session management and complete data sovereignty at <100 concurrent
users (schools, clinics, shelters scale).

Also adds vLLM PagedAttention citation [7].
2026-04-13 02:01:58 -04:00
Timmy-Paper
f6c36a2c03 paper: add 10/20-user scalability analysis (v0.1.1)
Refs #bridge-stress-test

- New §5.2 Scalability Analysis with 5/10/20-user comparison table
- Stress test results showing sub-3ms p99 at 20 users
- Throughput saturation at ~13,600 msg/s
- Updated abstract and section numbering
- New experiment result file: results_stress_test_10_20_user.md
2026-04-13 01:04:50 -04:00
Alexander Whitestone
df1978b4a9 paper: Sovereign in the Room — multi-user session isolation v0.1
- Abstract, intro, architecture, benchmarks, discussion
- Sub-ms latency (9570 msg/s), perfect isolation verified
- Crisis detection, room occupancy analysis
- Limitations and future work identified
2026-04-12 21:47:51 -04:00