visitor@storyline:~$

Filip Makraduli

talks, code, and thinking. a guided tour, told as a story. you know who you are.
// intro.txt

Hi, I'm Filip. ML engineer and DevRel, Imperial grad, based in London. Short version of what's here: I've spent the last few years building, benchmarking, and explaining exactly the layer you sell (inference, retrieval, and more and more the agent-execution loop), all of it in public.

One thing worth knowing before you dig in: almost everything below was done for a brand nobody had heard of when I started. At Superlinked I had to be resourceful from day one, talking my way into events, co-organizing hackathons to earn a seat at the table, building partnerships one maintainer and one meetup at a time. I'm proud of that, and it taught me how to make something from nothing. But it does mean all of this was done on hard mode. Put a household name behind the same energy and it stops starting from zero. It compounds. I've shown the motion works without leverage; I'd love to run it with leverage.

// ls sections/
// 01_research_and_technical_depth

1. Research and technical depth

If you want to see me dive deep into the math, start with my Haystack EU 2025 talk: watch here. The arc: I open with Dante and the analogy of Virgil as a guide, go into the deep matrix math of embeddings, and end by pushing back on Google DeepMind's conclusions about single-vector retrieval.

If you prefer reading: "What actually makes embedding inference fast?" on my Substack. A dissection of transformer inference internals for senior AI engineers: attention mechanisms, flash attention, where the milliseconds go.

// 02_flashnorm_paper_kernels_adoption

2. FlashNorm: from paper to kernels to ecosystem adoption

This is the one I'd point at if you want the full pipeline in one place: paper → benchmarks → published checkpoints → PRs into the engines you serve. Basically the forward-deployed loop run against open source: find the bottleneck, ship the fix, measure it end-to-end, publish, upstream.

// 03_conference_talks

3. Conference talks

AI Engineer Europe 2026: "The Small Model Infrastructure Nobody Built (So We Did)"

The main one, and the talk I'm happiest about. I did this end to end from scratch: the writing, the directing, reading the audience, the stage presence, all of it tuned to earn views, traction, and brand. Landing the likes, comments, and view count it did made me genuinely proud. Watch it here. (Two more AI Engineer talks, from San Francisco, are pending release.)

Haystack EU: a longer lecture in three parts (the math one)

Almost a lecture. Three parts, and it's where I go deepest on theory:

Inference talks (EuroPython, Berlin, Kraków, and more)

A Qdrant + LlamaIndex + LangChain partnership talk (Berlin), under tight constraints

An honest example of a talk where I didn't get to pick the topic or the framing. I had to explain specific code and integrations with LlamaIndex and LangChain. In an ideal world I wouldn't structure a stage talk this way, but it's still a solid dive into real code for a more technical, retrieval-focused audience, and salvaging the positives out of a constrained brief is itself a skill. From 3:28.

Coming next (end of October, San Francisco)

A talk on model routing, inspired and developed from a hackathon user's entry, for ODSC West. It's built on darwin-router (see the next section).

A note on how I speak: I adapt the content to the event and the crowd, live. I'll happily say "that makes sense" or "that doesn't make sense" on stage and adjust. The talk serves the room, not the slides.

// 04_the_router

4. The router: my favorite recent build, and the most agent-relevant

darwin-router, 🏆 first prize at the Superlinked × Qwen Hackathon (Aug 2026). A training-free, self-improving semantic model router: routing is a kNN lookup over labelled exemplars, and misroutes caught by an LLM judge are written back into the index, so it improves online with no training loop. Built in one day, measured on an immutable 40-query holdout: accuracy 75% → 85% in eight hours while cost per request halved, with total spend ~65% below sending everything to the big model. 2-minute demo video in the repo.

This started as a hackathon entry and it's now the basis of an upcoming talk I'm giving; the entry sparked the whole line of thinking. For you it's the "which model does this agent call?" problem, the connective tissue between sandboxes (where agents act) and endpoints (what they call), solved the way your platform would solve it: no training runs, adapt at the speed of an index write.

// 05_mcp_routing_demo

5. The MCP model-routing demo

At Superlinked I built and wrote up serving private document tools to any LLM via the SIE MCP server (Superlinked blog). Combine that with darwin-router and you get the demo I'd love to show live: an MCP server that routes each request to the right model, learns from its misroutes, and executes anything agentic in a sandbox. On your platform that's sandboxes plus endpoints plus a key-value store for the exemplar index: one platform, one file. Happy to build it as a take-home.

// 06_benchmarking_record

6. What we did internally: the benchmarking record

All public in superlinked/sie (~3.2k stars, self-hosted inference for agents; I led its GTM and worked on it as engineer and de-facto forward-deployed engineer).

The top 3 things we tested on your platform. It was our qualification and benchmarking rig, with your public LLM-engine benchmark as the reference for what normal performance looks like:

This testing is where my Europe product feedback (§7) comes from. Testing from London, you feel the US-east control-plane latency directly; setting up EU region pinning, you hit the surcharges and discover large payloads still pass through US storage. I evaluated the platform the way a European customer would.

The rest of the record:

// 07_product_feedback_for_europe

7. Product feedback for Europe

From selling inference into European teams:

// 08_strategy

8. Strategy

I wrote a full EMEA strategy for you: the "trinity" thesis (sandboxes plus endpoints plus RL and fine-tuning as one self-upselling loop, with the sandbox as the verification layer that keeps agent improvement honest), a London/EMEA community ground game, forward-deployed demo blueprints (an agent that learns your customer's repo via sandbox-forked GRPO rollouts, with eval-gated LoRA promotion), and a 90-day plan. Happy to walk through it; it's the job talk, essentially.

// 09_partnerships

9. Partnerships I already have warm, and the ones I'd build

Communities: {Tech: Europe} (hackathon organizer), DeepMind and Qwen/Alibaba (co-organized hackathons; darwin-router came out of the Qwen one), AI Tinkerers, EuroPython, PyData London, ODSC, Haystack, Berlin Buzzwords. The same venues a London office will want a presence at, and I arrive with organizer relationships, not cold emails.

Universities, at the level of specific labs: I've spoken at Imperial (my alma mater; targets: I-X, the RL groups, ICAIS for distribution) and can open a lecture-plus-workshop circuit at Edinburgh (Autonomous Agents group, the RL reading group), Oxford (the Foerster lab lineage, OxAI), Cambridge (CBL, CUAI), and UCL's DARK lab orbit. Speak, seed the RL groups with credits and starter repos (sandbox-forked rollouts are their wall-clock bottleneck), and tie credits to ICLR/NeurIPS/EurIPS deadlines so your compute shows up in acknowledgments.

Quant finance, the untold London segment: your press coverage already lists unnamed hedge funds as customers. London is Europe's densest quant hub (Squarepoint Capital, XTX, G-Research, Man Group, Qube RT) with a perfect workload shape: bursty research compute, strict isolation, LLM research agents needing sandboxes. They hire from the labs above and buy through in-person technical credibility, which is the demo-led motion I've closed European clients with. A named segment, not ambient enterprise.

Conferences: EWRL (Lille) → EurIPS (Paris, Dec) → ICLR/NeurIPS. Credits tied to paper deadlines and "reproduce your RL paper" desks are the cheapest researcher-mindshare play available. I'd own it end to end.

// close.txt

So, the close: I've built the self-hosted version of what you sell, used your platform in production three documented ways while doing it, won a hackathon with a self-improving router that's really an agent-infrastructure argument, published research and deep writing on inference internals, and talked about this stack at ten-plus conferences across Europe, often at events I helped run. Now I want to do the same thing with a platform that matches the ambition. It's all public, so test any of it.

Filip Makraduli · GitHub · LinkedIn · Substack