This is a guide to some of my public work. For the last few years I've been doing applied engineering, developer relations, and go-to-market growth at startups working on model inference, search and retrieval, and agentic execution.
Most of it happened at an early-stage startup on its way into hypergrowth. I grew Superlinked's public repo, roughly doubling its stars in a few months, and got 3 AI Engineer talks with zero sponsorship, mostly by building partnerships and creating high-quality technical content. It taught me how to get momentum going from nothing, and honestly I'm excited to see what that looks like with real backing behind it, at a company like Modal.
A note on how I speak: I adapt to the room, live, and let the talk serve the crowd rather than the slides.
Between talks I write deep-technical pieces for senior AI engineers on my Substack. A few to start with:
I'm a co-author on FlashNorm (OpenMachine's transformer-tricks, a NeurIPS/ICLR submission in review). The trick: fold RMSNorm's weights into the next linear layer so the normalization overlaps with the matrix multiply. I figured out where the time was going, wrote the kernels to prove the speedup was real (a Triton kernel and a CUTLASS 3.x SM90 kernel I validated on an H100), got a +12.77% end-to-end speedup in HuggingFace Transformers, and published the converted checkpoints so people could just use it. The notebooks I wrote each check one claim.
A trick is only useful if the engines actually support it, so we ran a little campaign to get weightless-RMSNorm adopted. I landed the reference PRs in Transformers and vLLM, and my vLLM issue explaining why the fused kernel wasn't getting the speedup was clear enough that someone in the community wrote the CUDA kernels to fix it. From there it kept going on its own: FlashInfer, Tenstorrent's stack, and an open proposal for DeepMind's Gemma.
I wrote retrievers for LangChain (a published PyPI package) and LlamaIndex on LlamaHub, and explained how they work in this video.
I built and wrote up the SIE MCP edge: an MCP server that gives any agent (Claude Code, Cursor, claude.ai) document tools (parse, redact, extract, summarize, OCR) where the actual work runs on open models in your own cloud. So the raw files and PII never leave, and the model just gets back a small clean result (about 85% fewer tokens than feeding it the whole document every turn). And because the models run on your own cluster, you can fine-tune them for a domain: in one experiment a $0.80 LoRA, trained in 41 minutes on a single L4, bumped in-domain legal retrieval by ~18% without hurting the general case. Open source, part of superlinked/sie.
I've also overseen other examples in the repo, like a contract-review agent and an agent-action monitor, but those three are the ones I'd point you to.
I've tried a few things on your platform: some of the demo notebooks and examples, but mostly I've used it in internal work to test whether specific models run cleanly, using details from your Almanac as the reference. A couple of examples:
This testing is also where my product learnings come from: from London you feel the US-East latency directly, and you only run into the region surcharges and the large-payload routing once you actually try to pin things to the EU.
Beyond my own tests, I've overseen all of our examples. And I run content as a pipeline rather than a one-off scramble: repo automations and reusable AI skills that mine our codebase for content ideas, draft from them, and update their own instructions as we learn what works.
Feeding what I pick up (at events, from customers, from benchmarking) back into the roadmap is already how I work. Same instinct, pointed at Modal, from selling inference into European teams:
I think the future here is the trinity: Modal owning sandboxes, endpoints, and fine-tunes as one loop, the place where agents act, think, and get better. The natural next step is continual learning on top of that loop, teams improving their own private models over time without their data ever leaving their cloud, which is exactly what European buyers care about. Own the whole loop and the growth is huge, and I've thought a lot about what that looks like in EMEA.
The ground I'd build on, a lot of it warm already: communities and hackathons I've co-organized (AI Tinkerers, {Tech: Europe}, DeepMind, Alibaba/Qwen, plus EuroPython, PyData London, ODSC, Haystack, Berlin Buzzwords); universities and RL labs (Imperial, Edinburgh, Oxford, Cambridge, UCL's DARK lab) through talks, workshops, and credits tied to ICLR/NeurIPS/EurIPS deadlines; the newer AI labs and startups; and quant finance, where London is the densest hub in Europe (Squarepoint, XTX, G-Research, Man Group, Qube) and the workload fits Modal perfectly.