Posts

Government Agents: AI Agents vs Tough Regulations — Mark Myshatyn, Los Alamos National Laboratory

Government Agents: AI Agents vs Tough Regulations — Mark Myshatyn, Los Alamos National Laboratory

Mark Mashottton of Los Alamos National Laboratory (LANL) discusses the lab's 70-year history in applied AI, its current focus on using agentic AI to accelerate scientific discovery, and the critical architectural and governance principles required for successful AI collaboration within the high-stakes U.S. federal and national security landscape.

Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger

Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger

A detailed summary of a workshop on building and deploying production-minded AI coding agents using Dagger. The session covers creating controlled, observable, and test-driven agent workflows and integrating them into CI/CD systems like GitHub Actions for automated, reliable software development.

The AI Engineer’s Guide to Raising VC — Dani Grant (Jam), Chelcie Taylor (Notable)

The AI Engineer’s Guide to Raising VC — Dani Grant (Jam), Chelcie Taylor (Notable)

VCs Dani Grant and Chelcie Taylor provide a tactical playbook for AI engineers on raising their first round of funding. They cover when to raise, how to write effective cold emails, what to focus on in a pitch (vision over tech), how to answer key questions about competitors and go-to-market, and the dynamics of a successful investor meeting.

Strategies for LLM Evals (GuideLLM, lm-eval-harness, OpenAI Evals Workshop) — Taylor Jordan Smith

Strategies for LLM Evals (GuideLLM, lm-eval-harness, OpenAI Evals Workshop) — Taylor Jordan Smith

Traditional benchmarks and leaderboards are insufficient for production AI. This summary details a practical, multi-layered evaluation strategy, moving from foundational system performance to factual accuracy and finally to safety and bias, using open-source tools like GuideLLM, lm-eval-harness, and Promptfoo.

Pricing your AI product: Lessons from 400+ companies and 50 unicorns | Madhavan Ramanujam

Pricing your AI product: Lessons from 400+ companies and 50 unicorns | Madhavan Ramanujam

Madhavan Ramanujam, a leading expert on monetization, shares a framework for pricing and scaling AI products. He discusses why AI companies can capture 25-50% of the value they create, how to choose the optimal pricing model using a 2x2 of attribution and autonomy, and provides advanced tactics for negotiation and reframing POCs as business case creation.

Information Retrieval from the Ground Up - Philipp Krenn, Elastic

Information Retrieval from the Ground Up - Philipp Krenn, Elastic

Philipp Krenn from Elastic demystifies the 'R' in RAG, arguing that modern retrieval is a sophisticated blend of classic keyword search (like BM25) and modern vector search. This workshop explores the fundamentals of lexical analysis, scoring, dense/sparse vectors, and advanced hybrid search techniques like Reciprocal Rank Fusion (RRF).