AI by Design Melbourne 2026
How AI is reshaping design practice — and what designers do about it.
2026-06-03 – 2026-06-03 · Melbourne, Australia
Human site: https://webdirections.org/aixdesign/
Data endpoints
All conference sessions with speakers embedded and related-session IDs.
Full speaker profiles cross-referenced with their sessions.
Pre-computed day × track × time grid.
Calendar (iCal)
https://data.webdirections.org/aixdesign/calendar.ics
Subscribe in any calendar app — auto-updates as the schedule changes.
Concise discovery doc for agents — start here.
llms-full.txt
https://data.webdirections.org/aixdesign/llms-full.txt
Full conference dump as plain text — drop into any context window.
Search
Semantic search over session content, powered by Workers AI embeddings (BGE 768-dim).
curl 'https://data.webdirections.org/aixdesign/api/search?q=evaluating+production+agents&kind=sessions&limit=5'
MCP server
Model Context Protocol endpoint at https://data.webdirections.org/aixdesign/mcp. Add it to any MCP-aware client (Claude Desktop, Cursor, Codex, etc.):
{
"mcpServers": {
"aixdesign": {
"url": "https://data.webdirections.org/aixdesign/mcp"
}
}
}
Available tools:
- get_conference_info — metadata, dates, tracks, endpoints
- list_sessions — filter by track, date, type, speaker
- get_session — full session detail by ID
- list_speakers — filter by employer, type, track
- get_speaker — full speaker profile + their sessions
- get_schedule — schedule for a day or full conference
- search_sessions — semantic search over session content
- search_speakers — semantic search over speaker bios
- whats_happening_now — time-aware current/next session