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
Paste a URL, get a slop score. Analyzes pages for AI-generated content patterns — filler text, generic structure, fake credentials — and calls out the grift.
Native iOS calorie tracker with AI food parsing, barcode scanning, HealthKit sync, and Apple Watch companion.
Personal AI assistant running 24/7 on a Mac Mini. Manages calendar, automates coursework, runs autonomous builds overnight.
Native macOS widget tracking Claude Code usage in real-time. Parses sessions, shows per-model breakdowns and costs.
Automated vehicle deal finder for Toyota Tacoma & 4Runner. Scrapes listings, scores deals, sends alerts.
Minimal iOS to-do list where distracting apps stay shielded until today’s tasks are done. Family Controls with real consequences.
Custom neural network library — backpropagation, activation functions, convolutional layers — no frameworks.
macOS screen-time tracker — logs active apps every 30 seconds, generates daily usage reports. Runs as a background launchd service.
Playable Unity roguelike survival prototype — auto-attacking weapons, scaling enemy waves, XP and level-ups. Arena built entirely at runtime.
Terminal-styled tracker for Bungie’s Marathon — release countdown, server status, and ARG milestone tracking.
LUMICE — a Finnish ice experience. Single-page teaser site, designed and shipped ahead of launch.
Strava for sleep — competitive sleep tracking for iOS. Sleep scores from HealthKit and wearables; friends, teams, and challenges via CloudKit.
AI-powered accountability system built on Obsidian. Reads journals, detects behavioral patterns, generates briefs.
A weekly keepsake service for missionary families — one email prompt becomes a beautiful personal website of notes, voice memos, and videos the whole family can follow.
Get in touch
For projects, collaborations, or just to say hey.








