Skip to content
View bespy's full-sized avatar

Highlights

  • Pro

Block or report bespy

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.

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
bespy/readme.md

Jacob

I build infrastructure for agentic workflows — accounting components for React, and guardrails for coding agents.

Website LinkedIn Mail

Currently

Ledger UI — a React component library of animated, Excel-like accounting primitives: journal entries expanding to their debit and credit legs, split and merge, reconciliation matching, P&L and balance-sheet views, and entry forms with spreadsheet input semantics. Built to play nice with popular frameworks such as shadcn/ui, Tailwind, Motion.

Fairway — hooks that keep parallel coding-agent sessions off each other's work. Run several agent windows against one checkout and the failure is never a merge conflict; it's one agent staging over work another still holds uncommitted. A single Go binary hooks the harness itself and warns before the wide git operation, not after. ~5ms on the ordinary path, measured.

Track record

Deterministic accounting engine — double-entry over crypto + fiat, operated through an AI harness (Claude Code + domain skills) so every number carries its receipts. FIFO cost basis, multi-chain event parsing, per-wallet audit trails. Private; email for a walkthrough.

Regulated systems — an approval engine for a regulated-sector client, with legally binding deadlines. Scoped directly with the non-engineers who own the process.

Solana trading infrastructure — P&L analytics and trade-ledger reconstruction for delta-neutral day-trading and DLMM market-making, across thousands of transactions.

Local ML pipelines — multi-modal (voice / vision / OCR) over 100GB+ on local models, parsing statements, screenshots and recordings into structured, sourced data.

Write-ups and live demos → slvr.mn

Public code

  • fairway — the problem, the ruleset, and how the hooks are derived from your own session history.
  • solana-app — a Solana program (Rust / Anchor) plus a Node backend: an on-chain event listener over a Helius RPC WebSocket, and a transaction parser over the Helius API.

Most current work is private — email jacob@slvr.mn for a code walkthrough.

Stack

TypeScript · React · React Router / Remix · Node · Go · Python · Rust · Motion · PostgreSQL · SQLite / FTS5 · Prisma / Drizzle · Claude Code hooks / MCP · Local LLMs (Llama, MLX) · Whisper / Qwen3-VL · D3 / SVG · Tailwind · Docker · CI/CD · Fly.io · GCP · AWS

Education

B.E. (Electrical), UNSW — Sydney, Australia

Popular repositories Loading

  1. gh-assets gh-assets Public

  2. bespy bespy Public

  3. solana-app solana-app Public

    Solana Smart Contract Logging Program & Event Listener

    TypeScript

  4. fairway fairway Public

    Tools for concurrent Claude Code sessions — hooks that keep parallel agents from stepping on each other's changes