Posts

Introduction to LLM serving with SGLang - Philip Kiely and Yineng Zhang, Baseten

Introduction to LLM serving with SGLang - Philip Kiely and Yineng Zhang, Baseten

A deep dive into SGLang, an open-source serving framework for LLMs. This summary covers its core features, history, performance optimization techniques like CUDA Graph and Eagle 3 speculative decoding, and how to contribute to the project.

Robotics: why now? - Quan Vuong and Jost Tobias Springberg, Physical Intelligence

Robotics: why now? - Quan Vuong and Jost Tobias Springberg, Physical Intelligence

Quan Vuong and Jost Tobias Springenberg from Physical Intelligence (PI) discuss their mission to create a universal model for controlling any robot. They detail their approach, which centers on Vision-Language-Action (VLA) models, a purpose-built data engine for scaled data collection, and the evolution of their models toward open-world generalization.

Waymo's EMMA: Teaching Cars to Think - Jyh Jing Hwang, Waymo

Waymo's EMMA: Teaching Cars to Think - Jyh Jing Hwang, Waymo

An exploration of Waymo's research into EMMA, an End-to-End Multimodal Model for Autonomous Driving. This summary details how foundation models like Gemini are being adapted to create a single, generalizable system that processes raw sensor data directly into driving decisions, aiming to solve the long-tail problem and improve scalability. It also covers the use of generative AI for advanced sensor simulation and model evaluation.

Intelligence = Doing More with Less (David Krakauer)

Intelligence = Doing More with Less (David Krakauer)

Prof. David Krakauer argues that we are confusing knowledge with intelligence. He critiques the AI community's superficial definition of "emergence" in LLMs, contrasting it with the true meaning from complex systems: a fundamental change in internal organization that allows for a simpler, more powerful macroscopic description. He introduces "exbodiment"—outsourcing cognition to external tools—as a key part of collective intelligence, but warns that our evolutionary drive to conserve energy will lead us to outsource our thinking to AI, causing a "diminution and dilution" of human thought.

A2A & MCP Workshop: Automating Business Processes with LLMs — Damien Murphy, Bench

A2A & MCP Workshop: Automating Business Processes with LLMs — Damien Murphy, Bench

A deep dive into using Google's A2A (Agent-to-Agent) framework and MCP (Model Context Protocol) to build intelligent, automated workflows. This summary covers the core concepts, strategic implementation, a practical multi-agent architecture, and critical insights on lean context management to control costs and latency.

Piloting agents in GitHub Copilot - Christopher Harrison, Microsoft

Piloting agents in GitHub Copilot - Christopher Harrison, Microsoft

GitHub's Christopher Harrison explains how to leverage GitHub Copilot's agent capabilities. This summary covers using Copilot as an AI pair programmer, the importance of providing context, its different workloads, and how to use the new Copilot Coding Agent with the Model Context Protocol (MCP) to accelerate development responsibly.