Software developer. Photographer. Neuroscience student. Creator.
I build AI systems and automation tools — agents that run autonomously, software that removes me from the loop.
Right now: a multi-agent system on a Mac Mini that manages my schedule, trades crypto and prediction markets, and ships code on its own. The commit history doesn't sleep.
I shoot photos. Mostly outdoors, mostly film.
The modern platform for teams who want to move fast without breaking things.
{
"model": "claude-sonnet-4-20250514",
"max_tokens": 1024,
"messages": [{
"role": "user",
"content": "Analyze this dataset"
}]
} 1 import anthropic 2 3 async def run(prompt: str) -> str: 4 client = anthropic.Anthropic() 5 msg = client.messages.create( 6 model="claude-sonnet-4-20250514", 7 max_tokens=1024, 8 messages=[{ 9 "role": "user", 10 "content": prompt 11 }] 12 ) 13 return msg.content[0].text
{
"data": [
{
"id": 1,
"name": "fuel-ios",
"status": "live",
"stars": 128
}
],
"total": 6,
"cached": true
} I'll build
your site
I design and develop fast, custom software — no templates, no bloat. Hand-coded with modern tools, deployed in days not months. If you want something that works and ships fast, let's talk.
Projects
(hover)Fuel
Native iOS calorie tracker with AI food parsing, barcode scanning, HealthKit sync, and Apple Watch companion.
Yerb
Personal AI assistant running 24/7 on a Mac Mini. Manages calendar, automates coursework, runs autonomous builds overnight.
Token Tracker
Native macOS widget tracking Claude Code usage in real-time. Parses sessions, shows per-model breakdowns and costs.
Marketplace Scraper
Automated vehicle deal finder for Toyota Tacoma & 4Runner. Scrapes listings, scores deals, sends alerts.
Neural Networks
Custom neural network library — backpropagation, activation functions, convolutional layers — no frameworks.
Vault Keeper
AI-powered accountability system built on Obsidian. Reads journals, detects behavioral patterns, generates briefs.
Get in touch
For projects, collaborations, or just to say hey.








