Skip to content
View Mattbusel's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Mattbusel

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
Mattbusel/README.md

Matt Busel

I build LLM infrastructure in Rust and C++, quant tooling, math-driven engines, and iOS apps that I ship from a Windows PC. Founder of Tensorust. New York.

GitHub Stars

Hire me to build your app. I design, build and ship native iOS apps and AI software for clients, from prototype to App Store launch. Fixed prices: prototype sprints from $9,500, App Store launches from $28,000, $225/hour for advisory. See services and pricing → · Email · LinkedIn

LLM infrastructure in Rust

Repo What it is
tokio-prompt-orchestrator Multi-core, Tokio-native orchestration for LLM pipelines. On crates.io.
agent-runtime Tokio agent runtime: orchestration, memory, knowledge graph and a ReAct loop in one crate.
Every-Other-Token Real-time LLM stream interceptor for token-level interaction research. On crates.io.
llm-cost-dashboard Terminal dashboard (ratatui) for LLM token spend, cost per request and projected monthly bills. On crates.io.
rust-crates Index of my Rust libraries for AI agents and financial systems.

llm-cpp: single-header C++ for LLM apps

llm-cpp is the umbrella for 26 zero-dependency, single-header C++ libraries. Copy one .hpp into your project and use it. A few of them:

llm-stream (streaming OpenAI and Anthropic responses) · llm-chat · llm-agent (tool calling with C++ lambdas) · llm-retry · llm-cache · llm-cost · llm-format · llm-json · llm-guard · llm-rag · llm-router · llm-trace

Quant and finance

Repo What it is
fin-primitives Rust market primitives: price types, order book, OHLCV, indicators, position ledger, risk monitor. On crates.io.
crypto-orderbook Rust crypto order book engine with Binance WebSocket ingestion, Tokio and an Axum REST API.
Special-Relativity-in-Financial-Modeling C++20 implementation of special-relativistic geometry on OHLCV data: Lorentz factors, spacetime intervals, geodesic signals.
srfm-lab · srfm-python · srfm-paper-impl The SRFM family: research lab, Python SDK, and the reproducible paper repo.
fin-stream Real-time market data streaming primitives in Rust.

Engines and creative code

Repo What it is
proof-engine A mathematical rendering engine for Rust: every visual is the output of a mathematical function. cargo add proof-engine
chaos-rpg A terminal roguelike where every outcome runs through a chain of 4 to 10 real mathematical algorithms.
geodesic-wallpaper Animated Windows desktop wallpaper that renders geodesic flows on curved surfaces, Rust and wgpu.
math-sonify Real-time audio from dynamical systems (Lorenz, Rossler, Kuramoto, three-body) mapped to sound.

iOS apps, built on Windows

SwiftUI apps written on a Windows machine with no Mac. XcodeGen generates the project, and GitHub Actions macOS runners build, sign, screenshot and upload them to App Store Connect.

App Repo What it is
Chain chain Habit tracker that shows your year as a quilt of squares.
Ironbook ironbook Workout log with your last session beside every set.
Quiver quiver Archer's notebook: arrow builds, FOC and printable sight tapes.
Baseline Ledger baseline-ledger Tennis practice journal and match stat book.
Fairway Ledger fairway-ledger Golf practice journal and stat book.
Pocket Beings pocket-beings Seven tiny people in a pocket town who rob, bribe and run for office while you watch.
Clear the Strait clear-the-strait A tiny arcade game: he is stuck in the channel, shove him out.

Support and privacy pages for the apps live in app-pages.

Stack

Rust Tokio C++20 Python Swift SwiftUI wgpu WebAssembly GitHub Actions

Elsewhere

Tensorust · LinkedIn · Medium

Work with me

Have an app you want built? I take a small number of client projects at a time: services and pricing, mattbusel@gmail.com, LinkedIn.

Pinned Loading

  1. tokio-prompt-orchestrator tokio-prompt-orchestrator Public

    Tokio pipeline for serving LLM requests: bounded five-stage flow with dedup, circuit breakers, retries, rate limits and a dead-letter queue in front of Anthropic, OpenAI, llama.cpp or vLLM. REST, S…

    Rust 57 5

  2. proof-engine proof-engine Public

    Rust rendering and game engine where every visual is math: glyphs and particles driven by strange attractors, force fields and spring physics, with OpenGL post-FX, synth audio, a scripting VM and a…

    Rust 26 4

  3. Every-Other-Token Every-Other-Token Public

    Rust CLI and web UI that intercepts an LLM token stream live: per-token confidence and perplexity, on-the-fly token mutation, provider and A/B prompt comparison, replay and heatmap export. OpenAI a…

    Rust 25 1

  4. srfm-lab srfm-lab Public

    Multi-language quant research lab built on Special Relativity in Financial Modeling (SRFM): black-hole physics signal, backtesting with Monte Carlo, Alpaca paper trading and an automated idea-disco…

    Python 18 6

  5. llm-cpp llm-cpp Public

    26 single-header C++17 libraries for building LLM features into native code: streaming, retries, caching, cost estimation, RAG, reranking, tracing, structured output and agents. Copy one .hpp, no S…

    HTML 13 2

  6. rust-crates rust-crates Public

    Index of Matt Busel's Rust crates and tools for LLM agents and infrastructure (memory, budgets, CRDT sync, WASM agents, LLM clients, orchestration, cost dashboard) plus market-data crates, with ins…

    9