Skip to content
View Ephraim-9's full-sized avatar
⚫
⚫

Highlights

  • Pro

Block or report Ephraim-9

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ephraim-9/README.md
ephraim@tomie — agent engineer, sole engineer at DOSTI Welfare Org, ships Epistle and Shunkan
$ 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

Pinned Loading

  1. epistle epistle Public

    Pack a codebase into a single LLM-friendly context file — AST compression, token budgets, git awareness, secret redaction, and an MCP server for Claude Code.

    TypeScript

  2. shunkan shunkan Public

    Instant, decentralized, local-first cross-platform clipboard & file synchronization engine (Linux ↔ Android)

    Rust

  3. amanuensis amanuensis Public

    Your private ambient scribe. Maps real-world typing cadence, mistakes, and WPM across the web with Monkeytype aesthetics and training bridge.

    TypeScript