<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen" -->

---
title: I Went to the Biggest AI Infrastructure Conference
description: A developer&#x27;s firsthand account of attending Temporal Replay, a three-day AI infrastructure conference in San Francisco. The post covers the core problem of...
canonical: https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I Went to the Biggest AI Infrastructure Conference | daily.dev
og:description: A developer&#x27;s firsthand account of attending Temporal Replay, a three-day AI infrastructure conference in San Francisco. The post covers the core problem of...
og:url: https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen
og:image: https://api.daily.dev/og/posts/RubR2VLEN.png
og:image:alt: I Went to the Biggest AI Infrastructure Conference
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Went to the Biggest AI Infrastructure Conference

**[Tech With Tim](https://daily.dev/sources/TechWithTim)** · 12 min read · 1 upvotes · 0 comments

## Summary

A developer's firsthand account of attending Temporal Replay, a three-day AI infrastructure conference in San Francisco. The post covers the core problem of unreliable AI agents in production — timeouts, crashes, and complex retry logic — and how Temporal's durable execution platform addresses it by persisting workflow state so processes can resume exactly where they left off. Key conference highlights include OpenAI growing its Temporal usage by 60x in one year, announcements of serverless workers, standalone activities, and workflow streams, and a live technical demo showing Temporal's observability dashboard. The author also provides a brief hands-on code walkthrough demonstrating Temporal's three main components: dev server, worker, and client.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=nu5TH_lyjqg>

## Similar posts on daily.dev

- [Replay '26: My introduction to Temporal](https://daily.dev/posts/replay-26-my-introduction-to-temporal-czobqhthq) · Temporal · 0 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#python](https://daily.dev/tags/python), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I Went to the Biggest AI Infrastructure Conference","url":"https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen"},"datePublished":"2026-06-07T14:31:12.180Z","dateModified":"2026-07-16T02:13:08.482Z","description":"A developer's firsthand account of attending Temporal Replay, a three-day AI infrastructure conference in San Francisco. The post covers the core problem of...","image":"https://i.ytimg.com/vi/nu5TH_lyjqg/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/nu5TH_lyjqg/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Tech With Tim","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Tech With Tim","logo":"https://media.daily.dev/image/upload/s--6vVIDfU0--/f_auto/v1711726146/logos/TechWithTim","url":"https://daily.dev/sources/TechWithTim"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-went-to-the-biggest-ai-infrastructure-conference-rubr2vlen","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,python,workflow-orchestration","timeRequired":"PT12M","video":{"@type":"VideoObject","name":"I Went to the Biggest AI Infrastructure Conference","description":"A developer's firsthand account of attending Temporal Replay, a three-day AI infrastructure conference in San Francisco. The post covers the core problem of...","thumbnailUrl":"https://i.ytimg.com/vi/nu5TH_lyjqg/sddefault.jpg","uploadDate":"2026-06-07T14:31:12.180Z","duration":"PT12M","url":"https://api.daily.dev/r/RubR2VLEN","embedUrl":"https://www.youtube.com/embed/nu5TH_lyjqg"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Tech With Tim","item":"https://daily.dev/sources/TechWithTim"},{"@type":"ListItem","position":3,"name":"I Went to the Biggest AI Infrastructure Conference"}]}
```

