// Research-oriented systems
thesis β federated online anomaly detection/
M.Sc. thesis at Scania CV AB
Masterβs thesis researching real-time anomaly detection on streaming sensor data from commercial vehicle fleets. Developing online learning methods that run on edge hardware and share knowledge across the fleet via federated learning β without centralizing raw data. At Scania CV AB, supervised by Dr. Juan Carlos Andresen.
unspool.life/
AI assistant that replaces productivity apps for ADHD brains
Pre-launch MVP. Traditional productivity apps require the executive function theyβre meant to help with. Unspool removes that β you brain-dump in natural language, the AI organizes invisibly.
- Chat-only interface: no lists, no categories, no priority scores
- Suggests one thing at a time based on urgency and your energy level
- Remembers context across weeks and learns what works for you
- Append-only event stream as single source of truth β all views derived, nothing categorized upfront
kore/
Stack-based programming language where the compiler is a reward function
Stack-based programming language with a bytecode compiler, Cranelift JIT, and GPU backend. Written in Rust. Designed so the compiler acts as a reward function for LLM code generation β small action space (~140 tokens vs ~50K for Python), deterministic semantics, and capability-gated security. Fine-tuned DeepSeek-R1-14B achieved 99.6% accuracy across 478 tasks.
sutra/
Declarative AI agent framework in Python
Declarative Python framework for building AI agents using YAML specs. Provider-agnostic, supports parallel node execution, extensible via a registry system for custom tools and LLM adapters. Start simple, scale to advanced parallel workflows.
konflux/
Workflow engine with P2P networking in Rust
Workflow engine that runs YAML-defined workflows with P2P tool discovery. Written in Rust. Tools can be builtin, external processes, WASM modules, or discovered from peers on the network via iroh P2P.
mixture-of-experts/
A Practical Investigation into Mixture of Experts (MoE)
Graduate project supervised by Prof. S. Toor & Prof. P. Singh. Conducted systematic empirical study of different type of MoE architectures on CIFAR-10.
custom-transformer/
PyTorch implementation from scratch
Built a custom Transformer architecture from scratch in PyTorch to deepen understanding of attention mechanisms and sequence modeling. Implemented multi-head attention, positional encoding, and encoder-decoder architecture with detailed documentation of design choices.
distributed-summarization/
Course Project for Data Engineering II
Developed a distributed text summarization system for large-scale document processing. Implemented parallel processing architecture with task distribution, efficient batching, and result aggregation for high-throughput summarization workloads.
ApartMint/
Cource Project for LLMs and Societal Consequences of AI
User-friendly apartment search with natural language queries. Built preference parsing system, intelligent ranking algorithms, and application guidance features to simplify the housing search experience.