
Cortex
A privacy-first iOS bookmark manager where a DistilBERT model auto-tags links fully on-device — no accounts, no round-trips, no telemetry. The trickiest part was making the model optional: if the weights aren't bundled, the app falls back to Apple's NaturalLanguage framework so tagging still works on a slim build. SwiftData handled persistence almost invisibly, which let me spend the time on the part I actually cared about — tuning the tag vocabulary until the suggestions felt like mine.



