what i've been building.

Software

AceYan

A flashcards app to ace your exams

Contrary to alternatives, AceYan lets you add images on your flashcards — because half of what we learn is visual, not verbal.
aceyan.lovable.app

Research paper

Automated Market Rebalancing

A macroeconomic thermostat against structural inequality

This paper presents the theoretical foundation for the Automated Market Rebalancing (AMR) framework — a multi-layered system of structural predistribution designed to act as an automated, continuous macroeconomic thermostat. A proposition to solve the inherent rise in inequality within free market economies.

Your browser can't display the PDF inline. Open AMR — full paper.

Quant / Python

Portfolio Optimization under stress

Constrained optimizer with volatility caps and trading frictions

A mean–variance program with position, risk and cost constraints. The optimizer maximises risk-adjusted return under a portfolio volatility budget, while penalising turnover through both proportional and fixed trading costs — approximated with an iterative heuristic on top of a convex solve.

Full derivations, constraint formulation and empirical backtest sit in the linked paper.

  • Position limits (max 40% per asset)
  • Volatility cap of 5%
  • Linear and fixed transaction costs
  • Built in Python with cvxpy on real market data