/uses
What I use to build
The actual hardware, editor, infra, and AI tools I use day-to-day to ship Tunai.app, Veris, Sukku, and Kimi.
Hardware
- MacBook Pro 14"Apple Silicon. Daily driver for Tunai dev + Cursor.
- Raspberry Pi 5 cluster (×2)Hosts Tixin/Tunai k8s edge — 16K+ req/sec at the edge.
- Custom hotshoe board (Veris)Rust firmware that signs image hashes on Solana at capture time.
- Mechanical keyboardTactile switches. The build-log writes itself.
Editor & Terminal
- CursorPrimary editor. Inline AI for refactors and codegen.
- Claude CodeLong-running agentic dev tasks, terminal-native.
- VS CodeFor non-AI surface.
- Ghostty / WarpTerminal.
- Zsh + StarshipShell + prompt.
Languages & Stack
- TypeScriptTunai frontend + most server-side glue.
- RustVeris firmware, performance-critical services.
- GoTixin queue + KV experiments.
- PythonMultimodal model glue, Sukku.
- Solidity / Anchor (Rust)Solana smart contracts.
Infra
- KubernetesProduction. Self-hosted on Pi 5 + cloud.
- Kafka50K+ events/sec event-driven pipelines.
- Postgres + PrismaPrimary OLTP.
- RedisHot caches, MyMQ experiments.
- VercelPortfolio + marketing surfaces.
AI & Agents
- Claude (Sonnet, Opus)Primary LLM for coding, planning, drafting.
- Kimi (built it)My own personal AI with persistent memory across tools.
- Multi-agent orchestrationTunai.app — agent graphs for venue, ticketing, ops.