---
title: "Speaking"
description: "Conference talks by Amy on SwiftUI previews, MCP, WorkoutKit, Foundation Models, and visionOS — at /dev/world and Sydney CocoaHeads."
url: "https://cuteios.dev/speaking/"
source: "https://cuteios.dev/speaking.md"
author: "Amy"
site: "Amy is a cute iOS Developer"
language: "en"
license: "CC BY 4.0 (prose), MIT (code samples)"
---

# Speaking

A running list of talks I've given and ones coming up. Reach out if you'd like me to speak at your event.

## Upcoming

### /dev/world Melbourne - August 27th and 28th 2026.

Am back in Melbourne and talking at [/dev/world](https://devworld.au) about SwiftUI Previews and MCP. This will be a fun talk to be there for as it'll cover how to build a macOS app that talks to Xcode via MCP and renders out all the SwiftUI previews for an app.

## Past

### /dev/world on tour - July 2nd and 3rd 2026

Continuing all the excitement of [WWDC 2026](https://developer.apple.com/wwdc26/) the lovely people at the [AUC](https://auc.edu.au) along with [Procreate](https://procreate.com) are running a 2 day event in Sydney called [/dev/world on tour](https://ontour.devworld.au/index.php). I presented a talk that covered the use of WorkoutKit and Foundation Models to build an app that helps people plan their workouts. This covered a lot of the new features that Apple announced during WWDC in 2026.

### Sydney Cocoaheads - 21st May 2026

Will be up in Sydney for the month of May and giving a talk about SwiftUI previews, Test traits and AI verification loops. The talk was titled [As the princess desires](https://www.youtube.com/watch?v=QuwGk11xE1s).

<iframe
  src="https://www.youtube.com/watch?v=QuwGk11xE1s"
  title="As the princess desires"
  style="width: 100%; aspect-ratio: 16 / 9;"
  frameborder="0"
  allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  allowfullscreen
  loading="lazy"
></iframe>


### Sydney Cocoaheads - February 2026

Presented a talk "[a vision(OS) of your health](https://www.youtube.com/watch?v=GfoqAyRLY0M)" about bringing [HealthKitty](https://healthkitty.app) to visionOS.

<iframe
  src="https://www.youtube.com/embed/GfoqAyRLY0M"
  title="a vision(OS) of your health"
  style="width: 100%; aspect-ratio: 16 / 9;"
  frameborder="0"
  allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  allowfullscreen
  loading="lazy"
></iframe>

### /dev/world 2025

Presented a talk "[A conversation with your ~doctor~ health data](https://youtu.be/UPf554BGjic)" about how to use the FoundationModels framework to interact with data in HealthKit.

<iframe
  src="https://www.youtube.com/embed/UPf554BGjic"
  title="A conversation with your doctor health data"
  style="width: 100%; aspect-ratio: 16 / 9;"
  frameborder="0"
  allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  allowfullscreen
  loading="lazy"
></iframe>
