Daytona and LlamaIndex Host SF AI Builders Demo Night With 378 RSVPs
llama_index · x · 2026-09-23
Daytona is hosting its monthly AI Builders Demo Night on Sept 29 at the WorkOS SF office, in partnership with LlamaIndex and WorkOS, with 378 people registered so far.
Agenda highlights:
- Muhammad Annas Hashmi (DevRel at Daytona) on "Your Agent's Slowest Tool Is Its Mouse": every click a GUI agent makes costs a full screenshot plus a model round trip, and only lands if the layout stayed where the model last saw it. Chaining clicks buys seconds of waiting and a context window full of pixels for work a shell one-liner could do. Screenshots are heavy, text is light, and a click sequence is the most fragile program ever written — no variables, no error handling, and the only retry is asking the model again. The talk builds a cost model of computer use: where the waiting comes from, why pixel agents break when nothing is wrong, and the fixes — read structure (DOM, accessibility tree) instead of rendering to an image, write code instead of emitting one click at a time, and cache what worked so the second run costs nothing.
- Greg Sabo (Engineering Manager at WorkOS) with a TBA talk.
- Yong Park (Member of Technical Staff at LlamaIndex) on "Why Your Agent Can't Read Your Docs."
More from coding & agent
- Developer builds interactive GSAS-II-style Rietveld refinement tool with Claude to visualize pxrd parameters — Robert_Palgrave · 2026-09-24
- Self-host Firecrawl and give your agents a Firecrawl skill for cheaper, cleaner web reading — TheMoonMidas · 2026-09-24
- Cloudflare open sources a six-phase security-audit skill for coding agents — alexcovo_eth · 2026-09-24
- jevals: locally runnable agent evals using JEV-style decision models — byebaybay · 2026-09-24
- Dad Recreates Lift-the-Flap Books as an Interactive AI-Powered Cutaway Apartment Site — jnack · 2026-09-24
- Microsoft's Agensh Scales Self-Organized Multi-Agent Coding to 1,024 Agents, Boosting Pass Rate 62% — donglixp · 2026-09-24