Daniel J Wilson

Documentary filmmaker / artist → scientist / founder

Projects

Overview

When I moved to Nice from North America, I quickly noticed something different about my rides: professional cyclists are everywhere. Back home, spotting a pro on the road was a once-in-a-lifetime event. Here, it's a Tuesday.

The problem is they're nearly impossible to recognize. Helmets, sunglasses, head down, moving fast. Most footage of pros is from above or behind, so even faces you've seen on TV don't register at road level. The exception might be Pogacar in his rainbow-striped world champion kit, but that's about it.

I wanted to know: who am I actually sharing these roads with?

Pro Path Crossings connects to your Strava account and automatically detects when your rides overlap with professional cyclists. It monitors a registry of over 50 pros who train in the region and checks every ride you upload for proximity matches.

On the very first day I ran the app, it told me I had crossed the same point as Adrien Maire just 9 minutes apart. Not life-changing information. But exactly the kind of fun, esoteric detail I was hoping to surface.

How it works

The app uses two detection strategies, depending on what data is available.

Segment co-occurrence is the primary method. When you and a pro both ride the same Strava segment on the same day, the app flags it. This doesn't require GPS stream access from the pro — just public activity data. It's a lower-confidence signal (you rode the same stretch of road, but maybe hours apart), but it catches the most matches.

GPS proximity detection is the higher-fidelity method. When detailed GPS data is available, the app builds an R-tree spatial index over both tracks, pre-filters by time window, then uses Haversine distance to find points where two riders were less than 20 meters and less than 60 seconds apart. Nearby crossings are clustered together so you get one clean result per encounter, not hundreds of overlapping GPS points.

The whole thing is webhook-driven. When Strava pings the app about a new activity, a background worker fetches the ride, scans it against recent pro activity in the area, and sends notifications — either updating the Strava activity description directly or sending an email.

The stack is Python, FastAPI, SQLAlchemy, arq for background jobs, and Redis for the task queue.

Status

Built and running in production, currently capped at 100 users for initial testing. Detection is limited to rides in Europe for now, with the densest coverage around the Cote d'Azur where many pros are based.

🔗 You can try the app, but please only if you actually plan to ride in the Nice area (given the 100 max testing slots)

Overview

Bread-y is a neighborhood notification service that pings people the moment nearby bakeries pull fresh goods from the oven. The concept is simple: the baker presses a small internet-connected button when a fresh batch is ready, and followers or nearby users receive an instant push notification. Warm baguettes and pain au chocolat, zero guesswork.

The product is designed to be lightweight for bakeries and a simple life-improvement tool for customers. There is no app required on the bakery side, just the button. For users, notifications help them know immediately when the best version of their local bakery's goods are available.

A nomination flow lets residents suggest bakeries, and bakeries can also request to join the network themselves and pilot the experience.

Status

Pilot launching in Nice, France in early 2026, starting with Pains et Patisseries Carabacel. The pilot is free for bakeries and the service is free for users, with pricing to be explored after validation.

IMG-20260209203617915

Overview

Pairent is an AI-powered parenting aid that helps families capture daily interactions and receive actionable, evidence-based feedback. The focus is on lightweight capture of everyday moments, surfacing patterns over time, and translating those signals into practical guidance.

The product direction emphasizes trust and clarity: simple inputs, transparent summaries, and recommendations grounded in research rather than generic advice. The goal is to help parents build better routines and relationships without adding friction to their day.

Status

In active development: refining the capture flow, validating core use cases, and iterating on feedback loops.

Overview

This project examines the intention-behavior gap: why people often fail to follow through on goals they care about. The work combines behavioral science with real-world data from phones and wearables to model day-to-day action and the contexts that shape it.

The research focuses on building personalized, data-driven models that can predict when follow-through is likely or at risk, and on identifying intervention moments that are realistic in daily life. The core contribution is a shift from self-report-only approaches toward continuous behavioral signals that better reflect what people actually do.

Status

Completed as PhD dissertation research. Ongoing translation of findings into applied tools and product concepts.