Skip to content
View T0mSIlver's full-sized avatar

Block or report T0mSIlver

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

Tom Vaucourt

AI engineer — Local inference and agentic developer tooling. I build end-to-end systems and contribute upstream to the tools I depend on.

Now: vidtheque, a self-hosted video knowledge base your coding agent can query mid-task, live at vidtheque.dev. Still shipping voice for coding agents in localvoxtral.

Selected work

  • vidtheque — the talks you don't have time to watch, turned into knowledge an agent can query over MCP. Word-level transcripts, on-screen text, keyframes, and every answer carries its receipt: the sentence, the slide, and the second it happened. Self-hosted; the demo indexes 310 AI Engineer talks. Python JavaScript
  • localvoxtral — native macOS menu-bar app for realtime, fully local dictation: words appear while you're still speaking. Built for prompting coding agents by voice, so it joins the exact Claude Code session under your cursor and grounds LLM polishing in its screen and repo vocabulary. Swift
  • mlx-audio-swift — contributor to the Voxtral realtime streaming path: incremental mel/conv front end (O(N²) → O(N) per utterance), fp16 fixes, Metal buffer-pool policy, and loading the 4-bit tied-head checkpoint I publish. Streaming went from ~1.9× slower than realtime to a flat 0.76 RTF. Swift
  • working-set — how many agents a given GPU configuration keeps warm, and which constraint binds first: KV cache, decode bandwidth, or prefill compute. A scenario model and an explorer that answers with a verdict, the vLLM flags, and the assumption that would flip the call. Python HTML
  • llama.cpp #20120 — merged: preserve Anthropic thinking blocks through the server's message conversion. C++
  • fastcontext — read-only repository-exploration agent that coding agents delegate to over bash: cited file:line answers, not context noise. Python
  • toklen — count tokens with a model's real Hugging Face tokenizer. npx toklen and uvx toklen print the same integer; one dependency each, no transformers, no PyTorch, no ONNX. JavaScript Python
  • skills — Agent Skills that let a coding agent drive another coding CLI without losing control of the main checkout: reviewer and edit-worker profiles for claude, codex and opencode, a live codex pane over herdr, and per-repo Remote Control servers under systemd. Vendored copies stay pristine, tracked by a daily update PR. Shell

Recently in other projects

Elsewhere

LinkedIn · Hugging Face · npm · PyPI

Pinned Loading

  1. localvoxtral localvoxtral Public

    Talk to your coding agents by voice. Realtime, fully local macOS dictation that streams words as you speak and grounds LLM polishing in the exact Claude Code session under your cursor — Ghostty, iT…

    Swift 54 9

  2. skills skills Public

    Skills that let a coding agent delegate work to another coding CLI, and keep itself in sync from git.

    Shell 1

  3. ggml-org/llama.cpp ggml-org/llama.cpp Public

    LLM inference in C/C++

    C++ 128k 23.1k

  4. vidtheque vidtheque Public

    Builders talk. Your agent listens. vidtheque turns the talks you didn't have time to watch into solid, timestamped knowledge with receipts — the sentence, the slide, and the second it happened (you…

    Python 2

  5. pi-llamacpp-provider pi-llamacpp-provider Public

    pi extension that registers your llama.cpp server as a provider and auto-discovers every model it exposes at /v1/models

    JavaScript

  6. working-set working-set Public

    GPU serving-capacity study: a scenario model and interactive explorer for multi-GPU, MoE, and prompt-caching trade-offs in agentic coding workloads

    Python 1