Skip to content
View robbiebusinessacc's full-sized avatar

Highlights

  • Pro

Organizations

@ResourceChest

Block or report robbiebusinessacc

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

Robbie Walmsley

AI engineer working on the "orchestration layer" — the software between a language model and a real product that makes it reliable: agents and tool use, retrieval (RAG), structured output, and evaluation.

CS @ UMass Amherst · returning software-engineering intern at Farsight AI.

robbiew.dev · LinkedIn · robbie.github@gmail.com

Terminal demo: a Python REPL printing Robbie's focus ('making language models reliable enough to ship'), his open-source projects (justllm, MAIF Backtester, AutoRecycle), the libraries he contributes to (TransformerLens, Auto-GPT-Plugins, DocsGPT, pypdf), and his site robbiew.dev

Open-source projects

  • justllm · PyPI — a typed, CI-tested Python library (published to PyPI, with runnable examples and benchmarks) that wraps language-model calls across providers with automatic fallback, prompt caching, context compression, and LLM-as-judge evaluation.
  • MAIF Backtester · live — the shared strategy backtester for the UMass Minutemen Alternative Investment Fund: two backtest engines, Monte-Carlo and GAN-generated overfitting stress-tests, Optuna tuning, and standardized HTML scorecards.
  • AutoRecycle — a DINO-pretrained Vision Transformer ensembled with a Swin Transformer that sorts waste at 95.5% (multi-class) / 98.7% (recyclable-or-not) accuracy on the RealWaste dataset.

Merged open-source contributions

  • TransformerLens & SAELens — mechanistic-interpretability libraries · 4 merged PRs, including fixes for a bfloat16 conversion crash and a sample_logits out-of-vocabulary crash (with the function's first test coverage).
  • Auto-GPT-Plugins · DocsGPT · pypdf — merged contributions to an LLM-agent framework, a retrieval-augmented Q&A app, and a widely used PDF library.

Stack

  • Languages — Python · TypeScript · C++ · Swift
  • AI / orchestration — PyTorch · LangChain · retrieval (RAG) · Instructor · llama.cpp
  • Infrastructure — AWS · Postgres · FastAPI

robbiew.dev · LinkedIn · robbie.github@gmail.com

Pinned Loading

  1. justllm justllm Public

    Production LLM calls. Just the three lines. Cross-provider fallback, native caching, and reversible context compression on by default.

    Python 1

  2. maif-backtester maif-backtester Public

    MAIF shared backtesting framework — strategy scorecards, Monte Carlo stress tests, GAN regime scenarios. Live site: maif.robbiew.dev

    Jupyter Notebook

  3. AutoRecycle AutoRecycle Public

    AutoRecycle: An AI-driven automated recycling bin using Vision Transformers (ViTs). This project leverages the RealWaste dataset and Self-Supervised DINO method to enhance waste sorting accuracy an…

    Jupyter Notebook 2