Projects
Things I've built and contributed to.
CoolData — Large-Scale Electronics-Cooling ML Dataset
2024-05 – 2025-05 · Siemens / TUM
Built a 4 TB data pipeline and ML baselines for flow-field prediction in an honors project with Siemens; presented at Realize LIVE Europe 2025.
LLM Writing Tool (VSCode Extension)
2025-01 – now
Open-source VSCode extension: an agent-based grammar checker that runs on a local LLM for privacy, with editor context, inline suggestions, and one-click fixes.
- 29★ on GitHub with 1,365+ marketplace installs
- Runs on a local LLM for full privacy
- Inline suggestions and one-click fixes
View DemoGPU-Accelerated Discontinuous Galerkin Solver
2024-06 – 2024-06 · TUM
Implemented Julia GPU kernels for a 2D transient PDE solver, achieving a 1200x speedup over the CPU baseline.
Bachelor Thesis in Multi-Agent Reinforcement Learning
2023-05 – 2023-10 · TUM
- Investigated multi-stage oligopoly model, deriving new analytical Nash equilibrium
- Demonstrated convergence of reinforcement learning algorithms to analytical equilibrium strategies
- Discovered and verified new approximate equilibrium in multi-stage oligopoly
- Grade: 1.0
Probabilistic Data Integration Engine
2022-10 – 2023-05
A data-integration engine that works with probabilistic data sources, written in Rust.
Huddle
2021-06 – 2023-09 · TUM
Founded a student group building a platform that helps students discover and join other student projects.
Open-source Go library for loading test data from files into typed structures.

Collaborative Drone Interactions
2021-09 – 2021-09 · Ferienakademie
Part of the Decentralized Drone Interactions team at the Ferienakademie, investigating decentralized deployment of drones with a focus on automated auctions.
Covid Simulation
2020-12 – 2021-01
Monte-Carlo estimation of Covid infection risks based on contacts.
View DemoH7-Jet
2018-01 – 2020-06
Designed and built a flying-wing radio-controlled plane from the ground up — airframe, electronics, and live telemetry software for a 1.6 m carbon-balsa composite drone.
View DemoFlight Data Telemetry for RC Airplanes
2019-07 – 2020-06
Built the hardware and software to stream live flight data from an RC plane to a laptop.
View DemoAI-Autopilot
2020-06 – 2020-08 · BWKI
Developed an AI-based autopilot prototype in a team of four.
ANN-Modules
2019-09 – 2020-06
A custom library to flexibly build neural networks, with experiments in GPU acceleration and a port to WebAssembly.