01

Artificial Intelligence

Wisconsin AI Safety Initiative

2026

Technical Fellow

Selective technical cohort covering frontier-model alignment, interpretability, robustness evaluation, and governance.

AlignmentInterpretabilityEvals
02

Robotics

WiscoHumanoids · AlohaMini

2026-Present

AI/ML Engineer

In-person teleoperation data collection and policy training for the AlohaMini dexterous robotic hand on the LeRobot / ACT stack. Contributed stale-observation detection and logging to the LeKiwi client to surface dropped frames during data collection.

sponsors OpenAI · UW Madison College of Engineering

LeRobotACTTeleoperationPython

Wisconsin Robotics

2024-2025

Software Engineer · GNSS Navigation

Reviewed GNSS navigation code for the club's autonomous robotics platform; verified across varied field conditions.

sponsors UW-Madison Mechanical Engineering · UW-Madison Electrical & Computer Engineering · Altium · Komatsu · Mastermold

C++GNSSNavigation
03

Developing

iOS · Founder

Ski-mountain meetup solver that picks the optimal rendezvous across a resort, accounting for trail topology, lift wait times, and ability differences. 159 Epic and Ikon mountains supported.

  • Dijkstra over an OpenStreetMap trail/lift graph with alpha-weighted lift-wait penalty; lazy-deletion min-heap with lexicographic tie-breaks so two devices converge on identical paths.
  • Server-side snapshot pipeline (Overpass + DEM) plus quantized inputs let both clients solve a fingerprint-identical graph without coordinating.
Swift 6SwiftUIMapboxSupabaseDijkstra

JRNL-iOS

Coming Soon

Contributor · alichtman/jrnl-ios

Encrypted, git-backed journaling iOS app. Entries are plain text synced through a real git remote.

  • Shipped Time Machine, a per-entry commit history browser that reconstructs entry state at each commit via libgit2 blob reads.
  • GitProviderForPAT protocol unifies GitHub, GitLab, and self-hosted PAT sign-in behind one Swift interface.
SwiftSwiftUIlibgit2