All Tags

Tag

workshop

3 items tagged with "workshop"

Event

Saving Money on API Calls with Batch and Flex Processing

API costs get expensive fast when you run many model calls. In this workshop we'll look at where you can deliberately trade latency for lower cost, especially for evaluations where results usually do not need to be immediate. We'll focus on: - When evaluations can run asynchronously instead of inline - Using OpenAI Batch API for eval runs and other delayed jobs - Using Flex processing for lower-priority Responses / Chat Completions calls - Prompt caching, model choice, and request shaping as cost levers - How to structure an eval pipeline so slower, cheaper calls are acceptable - Failure modes: timeouts, retries, expired batches, and when not to delay Bring an existing eval idea or a workflow with repeated API calls if you want to reason through it live. References: - https://developers.openai.com/api/docs/guides/batch - https://developers.openai.com/api/docs/guides/flex-processing

Jul 2, 2026
Event

Exploring Vercel: What It Is and How to Deploy

A hands-on session to understand Vercel end to end: what it is, what it gives you, and how to actually ship to it. What we'll explore: - What Vercel is and where it fits (hosting, serverless / edge functions, preview deployments) - Deploying a project from scratch — from git push to a live URL - Environment variables, preview deployments, and custom domains - Serverless and edge functions, and when to reach for each - Gotchas, limits, and pricing to be aware of Bring a Vercel account if you'd like to follow along live. Exploratory, build-alongside format — we figure it out together.

Jun 25, 2026
Event

Exploring Cloudflare Vectorize and Workers

In the last workshop, Cloudflare Vectorize and Cloudflare Workers came up as one of the items worth a closer look. In this 2-hour hands-on session we figure out how to actually use them together. What we'll explore: - Cloudflare Workers: what they are and how to deploy one - Cloudflare Vectorize: creating a vector index and storing embeddings - Wiring Workers + Vectorize into a small working example (semantic search / RAG) - Limits, gotchas, and when this stack makes sense Bring a Cloudflare account if you'd like to follow along live. This is an exploratory, build-alongside session — we figure it out together.

Jun 17, 2026