Projects
Projects that explore how AI systems can become more observable, testable, and useful in practice.
In progress · Bachelor’s thesis
Current
Automated LLM testing suite
Developed at Lexical Computing, this project turns expected LLM behaviour into a repeatable testing workflow. The aim is to make regression checks and evaluation results easier to run, inspect, and act on.
ProblemLLM behaviour is hard to compare consistently as prompts, models, and product requirements change.
ApproachCapture representative scenarios, evaluate outputs against clear expectations, and make results visible to the team.
Repository and detailed project notes will be linked after public clearance is confirmed.
Concept project · Draft
Example
Scenario lab
A lightweight workspace for comparing models and prompts against the same set of realistic user requests. It pairs a quick quantitative view with examples that make the difference between two runs easy to see.
QuestionHow can a developer tell whether a change made an experience better, not merely different?
ApproachRun controlled scenarios, annotate notable outputs, and keep a reviewable history of the decisions.
This is draft content used to demonstrate the portfolio format.
Legacy desktop project
Legacy
Referencer
A multiplatform desktop reference application for artists, created to keep 2D images and 3D references together in one workspace.
ProblemExisting reference-board tools did not provide the combined 2D and 3D workflow I wanted.
ApproachBuild a custom desktop application with separate 2D and 3D viewports using a native graphics stack.
- C
- C++20
- OpenGL
- GLFW
- Dear ImGui
- GLM
- libcurl
- stbimage
- toml11
Preserved as a record of an earlier graphics project. The repository is publicly visible.
View repository ↗