Now
What I'm currently focused on.
This page is a snapshot of what I'm focused on right now.
Building
Implementr
Most of my engineering time is currently spent on Implementr.
The project started as a way to connect research papers with repositories, but it has gradually evolved into something more interesting: understanding what exists in a codebase, what is missing, and what would need to change to reproduce ideas from research.
Lately I've been working on repository understanding, concept extraction, architecture analysis, and implementation planning.
Distributed AI Platform
I'm also exploring distributed systems through a small inference platform built around Redis Streams, consumer groups, worker orchestration, and realtime observability.
The goal isn't necessarily the platform itself.
The goal is understanding the engineering patterns that appear in production systems.
Reading
- System Design Interview by Alex Xu
Learning
Recently I've been spending a lot of time learning:
- Distributed systems
- Backend architecture
- Systems programming
- AI infrastructure
I'm particularly interested in understanding why systems are designed the way they are, not just how to use them.
Looking Ahead
- Continue developing Implementr
- Build stronger distributed systems intuition
- Read more research papers
- Write more technical blog posts
- Ship more complete projects