August 23, 2026
Secure multi-tenant app build
Claude Code
- Wall-clock time
- 2h 03m
- Agent turns
- 237
- Total tokens
- 79.4M
- Lines of code (ts/tsx)
- 6,271
Isolation is enforced inside the SQLite engine: code never touches base tables, only principal-scoped views, and a forgotten predicate throws at prepare-time instead of leaking - we verified this with seven bypass attempts against its own fixture, all blocked. It wrote 87 tests nobody asked for, and the UI updates after every change without a reload. The cost: a dense, unfamiliar mechanism concentrated in two maintenance-critical files.
View benchmark