$ whoami
I build AI agents and the plumbing that makes them cheap and reliable to run.
Day job: sole engineer at a Peshawar nonprofit, where the software has to survive
bad networks, messy spreadsheets and non-technical users.
Open to remote agent-engineering work.
$ ls ~/oss
epistle/ Packs a codebase into one LLM context file. MCP server. [TS · npm]
shunkan/ Linux ↔ Android clipboard and file sync over QUIC. No cloud. [Rust]
amanuensis/ On-device typing cadence stats. Never stores your words. [TS]
raast-flow/ Agent pipeline that reconciles payments from receipts. [Next.js · live]
$ cat ~/oss/epistle/NOTES
→ AST signature compression: 64.7k → 35.8k tokens (−45%) on a 68-file Next.js repo.
→ MCP tools: pack_codebase · pack_remote · read_output · grep_output.
→ Big packs stay on the server; the agent greps them instead of reading them.
→ Secret redaction on by default. 70 tests, CI on Node 18/20/22. ~260 installs/month.
$ cat ~/oss/shunkan/NOTES
→ mDNS discovery, QUIC transport (quinn/rustls), BLAKE3 chunk hashing, PIN pairing.
→ Android keyboard + quick-settings tile via UniFFI; Tauri v2 desktop client.
→ 222 tests. Design ceiling: 20 MB idle RAM.
$ tail -n 5 /var/log/dosti/production.log
[LIVE] dosti-impact Offline-first field PWA. 1,130 donation boxes tracked
over patchy mobile data. 281 tests.
[LIVE] dosti-impact Receipts moved off AiSensy to the WhatsApp Cloud API
directly: PKR 15 → 2.9 per message (−80%).
[LIVE] dosti-crm Email + WhatsApp campaigns. Approved sends are hash-locked;
queue has undo and crash recovery. 604 tests.
[LIVE] doors Imported 1,245 audited aid deliveries (2020–2026). Recovered
10,161 units Excel had turned into negative numbers; fills
missing districts only when every clue agrees.
[TEST] dealona Charity dining membership. Expo, Supabase RLS tested with
pgTAP, Safepay webhooks verified with HMAC-SHA-512.
$ cat ~/tomie/README # private; the server this profile is written from
24/7 ARM box running my coding agents (Claude Code, Gemini via agy) from Discord.
Yes/no and routing calls go to a small decision model (Jev), local fallback if down.
Agent history from three machines lands in one append-only vault, snapshotted daily.
Agents search a 10k-note second brain (SQLite FTS5) before they read anything.
$ cat ~/now
→ COD Cockpit: researching the 4% tax couriers deduct from Pakistani COD payouts


