Llm

Vibe Engineering Effect Apps — Michael Arnaldi, Effectful

Vibe Engineering Effect Apps — Michael Arnaldi, Effectful

A practical guide on improving LLM coding agent performance by giving them direct access to a library's source code. The session demonstrates cloning the Effect repository to extract patterns and guide the agent in building a type-safe application from scratch.

Everything You Need To Know About Agent Observability — Danny Gollapalli and Ben Hylak, Raindrop

Everything You Need To Know About Agent Observability — Danny Gollapalli and Ben Hylak, Raindrop

Agent failures are unlike traditional software failures. This workshop provides a practical framework for monitoring production agents, moving beyond evals to real-world observability by using explicit signals (errors, latency) and implicit signals (user frustration, refusals, self-diagnostics) to catch regressions and understand agent behavior.

Skills at Scale — Nick Nisi and Zack Proser, WorkOS

Skills at Scale — Nick Nisi and Zack Proser, WorkOS

Nick Nisi and Zach Proser from WorkOS explain how to build, manage, and scale AI 'skills'—reusable, portable instructions that make AI agents like Claude more powerful and consistent. They cover the core anatomy of a skill, best practices for writing them, advanced techniques like progressive disclosure, and their application beyond coding, from video generation to automating business workflows.

The Creator of Superpowers: Why Real Agentic Engineering Beats Vibe Coding

The Creator of Superpowers: Why Real Agentic Engineering Beats Vibe Coding

Jesse Vincent, creator of the Claude plugin Superpowers, explains his methodology for agentic software development. He details a system of spec-driven development using brainstorming, planning, and execution skills that turn developers into managers of AI agents, emphasizing the importance of explaining the 'why' to LLMs and pressure-testing skills to prevent rationalization.

Serverless Agents: Real-World Tooling with Strands SDK, MCP & AWS • Akshatha Laxmi • GOTO 2025

Serverless Agents: Real-World Tooling with Strands SDK, MCP & AWS • Akshatha Laxmi • GOTO 2025

A deep dive into building production-ready, stateless, and scalable LLM agents by leveraging the Model Context Protocol (MCP) and Strands SDK on AWS Lambda. The session demonstrates how to expose real-world functionality to language models, moving beyond mere reasoning to tangible action.

Training an LLM from Scratch, Locally — Angelos Perivolaropoulos, ElevenLabs

Training an LLM from Scratch, Locally — Angelos Perivolaropoulos, ElevenLabs

A practical guide to the engineering principles and trade-offs involved in training a small language model from scratch on a local machine, based on a workshop by Angelos Perivolaropoulos from ElevenLabs.