Group

Background

Twenty years of software engineering. My current work sits at the seam between machine learning models and the systems that host them: serving models on on-premise hardware, tuning latency and memory, and wiring them into existing application stacks. Before that I shipped consumer applications across Apple platforms and the web, with audio and graphics as recurring threads.

Polyglot: Portuguese, Romanian, English, Spanish.

Bookshelf

Les Misérables (Victor Hugo)

A book worth revisiting every decade. It reads differently each time.

The Feynman Lectures on Physics (Richard Feynman)

A fascinating account of how the world actually works, as much as we can figure it out anyway.

Friedrich Nietzsche

He looked at the world and wrote what he truly saw, with comprehension and without filter. A pillar of intellectual honesty.

Core Competencies

Applied machine learning

Self-hosted serving, GPU/CPU inference tuning, vector search and retrieval, codebook design

Low-level systems

Unix internals, concurrency primitives, hot-path optimisation

Application development

iOS and macOS native, web frontends, audio DSP, graphics and shaders

Experience

Founder

Kinoto · Porto · 2023 – Present

Technical writer

Swiftcraft.io · 2019 – 2026

Software engineer

Berlin, London, Hamburg · 2015 – 2023

Application developer

Cluj, Romania · 2010 – 2015

Education

Computer Science · Philosophy

Awards

Google Android Developer Challenge

Trip Journal · Grand Prize · 2009

Download CV

Dev journal

npm install and pray. Axios and TanStack, 2026.

May 2026

Two npm supply chain attacks in early 2026: the Axios compromise by Sapphire Sleet and the Mini Shai-Hulud worm by TeamPCP. What happened, how to check if you were hit, how to harden, and an honest look at how Pent would have mitigated these.

SecurityDevOpsSystems

AI and technical writing

May 2026

Almost every public article online is written with AI assistance now. So are the articles on this site. A note on how I write now, and why.

AIAgentic coding

I built a compiler frontend with Claude's help. A retrospective.

Mar 2026

A writeup of building formalang, a compiler frontend, with Claude in the loop. The actual workflow, what it cost in time and reading, where the agent helped most, and a final scorecard.

AIAgentic codingRustCompilersformalang

Self-hosting Devstral Small 2 on a 48 GB GPU

Dec 2025

Deploy Mistral's Devstral Small 2 (24B coding model) with vLLM on a 48 GB workstation GPU or rented cloud instance, then connect it to OpenAI-compatible agentic clients (Cline, Continue, OpenCode).

AIDevOpsSelf-hostingAgentic codingMistral

AWS Lambda + Rust

Mar 2019

Deploying Rust on AWS Lambda in 2026: how the toolchain has changed since 2019, and what a minimal, idiomatic setup looks like today.

RustAWSDevOpsServerless