Feature

Tensor Logic "Unifies" AI Paradigms [Pedro Domingos]

Tensor Logic "Unifies" AI Paradigms [Pedro Domingos]

Pedro Domingos introduces Tensor Logic, a new programming language designed to unify the two major paradigms of AI—deep learning's ability to learn from data and symbolic AI's power of logical reasoning—into a single, elegant framework.

The 100-person lab that became Anthropic and Google's secret weapon | Edwin Chen (Surge AI)

The 100-person lab that became Anthropic and Google's secret weapon | Edwin Chen (Surge AI)

Edwin Chen, founder and CEO of Surge AI, discusses his contrarian, bootstrapped approach to building a billion-dollar company, the critical role of high-quality data and 'taste' in training advanced AI models, the pitfalls of current benchmarks, and why Reinforcement Learning environments are the next frontier in AI.

Ideas: Community building, machine learning, and the future of AI

Ideas: Community building, machine learning, and the future of AI

Jenn Wortman Vaughan and Hanna Wallach, co-founders of the Women in Machine Learning (WiML) workshop, reflect on their intersecting careers, the founding and evolution of WiML over 20 years, and their influential research in responsible AI, from interpretability and fairness to the current challenges in generative AI.

The $700 Billion AI Productivity Problem No One's Talking About

The $700 Billion AI Productivity Problem No One's Talking About

Russ Fradin, founder of Larridin, draws parallels between the early days of ad tech and the current AI boom, arguing that a robust measurement infrastructure is the missing piece to unlock AI's true enterprise value. He discusses the challenges of measuring AI ROI, the gap between AI spending and actual usage, and how to overcome employee anxiety to foster productive adoption. The key is to move beyond simple surveys and marry behavioral data with real-world outcomes to understand if AI tools are actually making companies more productive.

Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant

Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant

Drawing surprising parallels between AI agents and robotics, this talk argues that the agent development community is repeating a key mistake from the self-driving industry: underestimating the difficulty of action and over-focusing on reasoning. It covers essential robotics concepts like DAgger, MDPs, simulation, and the critical importance of a robust offline infrastructure, explaining why perfect reasoning doesn't guarantee successful execution in the real world.

Compilers in the Age of LLMs — Yusuf Olokoba, Muna

Compilers in the Age of LLMs — Yusuf Olokoba, Muna

Yusuf Olokoba, founder of Muna, details a compiler-based approach to transform Python AI functions into self-contained native binaries. This talk explores the technical pipeline, including custom AST-based tracing, type propagation, and the strategic use of LLMs for code generation, enabling a universal, OpenAI-style client for running any model on any platform.