About this site

I am a PhD student in computer science at Pontificia Universidad Catolica de Chile. The purpose of this site is to showcase my research and side projects. I also blog about various things that I find interesting.

Recent Posts


Generalized Tic Tac Toe web app

less than 1 minute read

I recently built a web app that plays a generalized version of Tic Tac Toe using tree search based AI algorithms. Check out the project summary here.

Approximation by orthogonal projections

8 minute read

```python %load /home/jonathan/.ipython/profile_default/startup/startup-01.py start up settings for ipython import numpy as np import pandas as pd import mat...