with-agents

Coding with Agents

Podcasts, videos, and playlists exploring AI-powered coding workflows, agentic design patterns, and the future of software development.

Featured practitioners Browse 7 recurring voices

A deliberately limited set of starting points, not an exhaustive participant index.

Topics

Showing 66 resources

Resources

AI made me doubt everything about programming by Felienne Hermans - DDD Europe 2026

Video

A social critique of complexity, benchmark culture, and treating AI adoption as inevitable

Computer science professor and Hedy creator Felienne Hermans argues that programming culture rewards difficult technical work over accessibility and social purpose. Moving from localized numerals to feminist epistemology, computing history, chess-derived AI benchmarks, and Peter Naur’s theory-building account of programming, she asks developers to treat LLM use as a choice rather than an inevitability and to focus on problems worth solving. This is an argumentative keynote, not an empirical evaluation; its broad claims about programmers, AI research, and machine understanding are illustrative rather than systematically demonstrated.

Domain-Driven Design EuropeAug 30, 2026
Collaboration & teamsBusiness & adoptionModels & evaluation

DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux

Podcast

Problem-first prompting, architecture, parallel agents, cross-model review, and agent-ready systems

Lex Fridman interviews David Heinemeier Hansson about moving from handwritten code to agent-driven development. DHH reports that agents wrote all new functionality in Omarchy Quattro, while a Basecamp experiment showed that individually plausible generated changes can collectively damage a mature architecture. He recommends describing problems rather than prescribing implementations, preserving system shape, and keeping human judgment on product direction and merges. His speedups, costs, model rankings, and labor forecasts are practitioner reports, not controlled comparisons.

Lex FridmanAug 26, 2026
Prompting & orchestrationArchitecture & maintainabilityTools & harnessesReview & verificationOpen source ecosystem

Raising an Agent Season 2 - Series

Playlist

The second season of Amp's documentary podcast follows the team's move from locally managed coding agents to remote-controllable, parallel agents running in isolated environments. The first three episodes cover Amp Neo, ephemeral orbs, exhaustive verification, production feedback loops, 'jellyware,' and how cheaper intelligence could change software economics, build-versus-buy decisions, and the work developers own.

Amp, Inc.Latest summary: Aug 26, 2026
Tools & harnessesCollaboration & teamsReview & verification

Don't Build Agents, Build Environments Instead

Video

Adam Azzam on dev boxes, resumable sessions, secret isolation, and control-plane design

Modal’s Adam Azzam argues that the hard part of background coding agents is the environment around the harness. He distinguishes bare sandboxes from task-ready dev boxes, explains why agent sessions need persistence and fast resumption rather than CI-style reruns, and recommends versioned per-repository images, secret-injecting proxies, and a separate control plane. The Ramp scale, pull-request share, and startup-time figures are first-party reports in a Modal product talk.

Hamel HusainAug 25, 2026
Tools & harnessesSafety & permissionsContext & memoryArchitecture & maintainability

Stop Writing Prompts. Start Writing Specs.

Video

Roelant Dieben demonstrates an end-to-end GitHub Spec Kit workflow

Roelant Dieben demonstrates GitHub Spec Kit with GitHub Copilot: store non-negotiable rules in a constitution, capture intent in a specification, move technical choices into a plan, generate ordered tasks, then implement an HTTP MCP server. The demo relies on prepared branches for most stages and shows one MCP Inspector result; it offers no prompt-first baseline, test output, or comparative quality, time, or cost evidence.

Microsoft DeveloperAug 24, 2026
Prompting & orchestrationContext & memoryReview & verificationTools & harnesses

Sam Altman on Building OpenAI & Betting on the Impossible

Video

Hands-on adoption, context-rich agents, iterative deployment, and research feedback loops

David Senra asks Sam Altman how AI adoption, context, product strategy, and research management shape OpenAI. Altman points to Tobi Lütke’s hands-on agent use, admits that habits and product gaps slow adoption, argues for iterative deployment and accident reporting, and proposes context-rich persistent agents. His capability, safety, and market claims are first-party reports or forecasts, and the privacy implications of broad context access go unaddressed.

David SenraAug 23, 2026
Business & adoptionContext & memoryModels & evaluationSafety & permissions

Coding Agents Don't Scale Themselves. Neither Do Your Teams.

Video

Patrick Debois on shared context, platform ownership, team rituals, and organization-wide agent enablement

Patrick Debois argues that coding-agent advantage will come less from individual prompting than from organizations improving the systems around agents. He recommends shifting retros from code failures to system failures, separating agent-ready work from decisions that need conversation, centralizing reusable context and tools behind a few paved roads, and tracking human interventions. His dark-factory forecast, hiring model, and metrics are practitioner guidance, not validated research.

AI EngineerAug 22, 2026
Collaboration & teamsTools & harnessesContext & memoryBusiness & adoption

Agentic SDLC at Uber — Uday Kiran Medisetty & Adam Huda, Uber

Video

Shared agent infrastructure, pre-CI validation, and managed maintenance loops

Uber engineers Uday Kiran Medisetty and Adam Huda present the shared building blocks of a managed software factory: model and MCP gateways, pre-provisioned DevPods, a skills marketplace, a context graph, and the Cortana assistant. A staged walkthrough runs from product exploration through agent implementation, self-healing CI, and evidence-rich review. The adoption, token-saving, and quality figures are first-party reports without baselines or an independent security assessment; the speakers say the components are at different stages of rollout.

AI EngineerAug 21, 2026
Tools & harnessesContext & memoryReview & verificationBusiness & adoption

Pi Coding Agent - Deep Dive

Video

0xSero on Pi's provider abstraction, agent loop, tools, extensions, and local-model workflows

0xSero gives a live source-level tour of Pi: provider normalization, the streamed agent loop, built-in tools, extensions, session storage, and the SDK. He then shows how those pieces can support local models, delegated agents, and long-running goal loops. The cache-hit, latency, cost, and benchmark comparisons are demonstrations without enough linked configuration or methodology to count as controlled evaluations.

0xSeroAug 21, 2026
Tools & harnessesArchitecture & maintainabilityContext & memoryPrompting & orchestration

The Last Human Code Review: Building Trust in AI-Generated Code — Itamar Friedman, Qodo

Video

Rule-cited review, intervention-based calibration, and graph-scoped approval policy

Qodo CEO Itamar Friedman proposes a gradual path from human-reviewed pull requests to automated approval: cite the team’s own rules in each review, watch where humans still intervene, then add approval policies step by step. A proposed context engine attaches rules, service contracts, and incident history to a software graph. This is a vendor proposal, not an evaluation: review accuracy and defect outcomes are unmeasured, and rollback is unspecified.

AI EngineerAug 20, 2026
Review & verificationContext & memoryArchitecture & maintainability

The Era of Compound Engineering

Video

Kieran Klaassen on preserving judgment so each agent-assisted delivery improves the next

Kieran Klaassen presents compound engineering: keep human judgment at brainstorming and polish, automate the repeatable middle, and store corrections and rationale so future work starts with more context. He demonstrates the loop on Cora, where he is the primary engineer with design and database support. Claims that one engineer beats teams and that implementation is ‘mostly solved’ are practitioner judgments; the talk offers no comparative delivery, quality, or token-use measurements.

AI EngineerAug 20, 2026
Context & memoryPrompting & orchestrationReview & verificationTools & harnesses

Meet Pi: The Minimalist, Self-Modifying Coding Agent

Video

Mario Zechner and Armin Ronacher on Pi's small core, self-extension, and open ecosystem

CultRepo profiles Mario Zechner’s path from open-source game tooling to Pi, a deliberately small coding-agent harness. Zechner explains Pi’s nested tool loop, four-package TypeScript architecture, and self-extension model; he and Armin Ronacher connect minimalism to predictable tools, human responsibility, and model neutrality. The film’s adoption figures and leaderboard placement are first-party reports without defined scope, and its open-foundation plans describe an ambition.

CultRepoAug 20, 2026
Tools & harnessesArchitecture & maintainabilityReview & verificationOpen source ecosystem

Matt Pocock: Agent Skills and Engineering Workflows

Playlist

Seven videos on grilling, prototyping, planning, review, and software quality

A reviewed seven-video route through Matt Pocock’s agent-skills and engineering-workflow uploads from May 25 to August 19, 2026. Six tutorials cover Grill Me interviews, anti-slop review, repository-aware implementation, throwaway prototypes, Wayfinder decision maps, agent-facing writing, deterministic setup, and collaborator questionnaires. In a conversation hosted by Pocock, Uncle Bob Martin argues for deterministic quality gates, specialized agents, and modular architecture. The demonstrations and productivity claims are practitioner evidence, not controlled comparisons.

Matt PocockLatest summary: Aug 19, 2026
Prompting & orchestrationTools & harnessesReview & verificationContext & memoryArchitecture & maintainability

The REWORK Podcast — selected coding-agent conversations

Playlist

Seven episodes on agent-assisted development, durable software, product judgment, and agent-ready interfaces

A manually reviewed selection from The REWORK Podcast following 37signals’ move from cautious LLM assistance to terminal agents, AI-accelerated Basecamp development, agent-accessible product interfaces, and agent-built competition. Jason Fried and David Heinemeier Hansson emphasize disposable prototyping, senior review, architecture, product scope, and consequence-aware use. Their examples are first-party experience and forecasts, not controlled measurements.

37signalsLatest summary: Aug 19, 2026
Business & adoptionCollaboration & teamsArchitecture & maintainabilityReview & verificationTools & harnesses

The Pragmatic Engineer — selected conversations

Playlist

Fifteen curated conversations on agent workflows, verification, context, and software quality

A manually reviewed selection of Pragmatic Engineer conversations with Martin Fowler, Dex Horthy, Boris Cherny, Mario Zechner and Armin Ronacher, Laura Tacho, Hillel Wayne, Mitchell Hashimoto, Kent Beck, Peter Steinberger, Grady Booch, Steve Yegge, DHH, Dax Raad, Charity Majors, and Addy Osmani. Topics include agent workflows, context and harness design, TDD and verification, architecture, measurement, accountability, and open-source governance under agent-generated change.

The Pragmatic EngineerLatest summary: Aug 19, 2026
Tools & harnessesContext & memoryArchitecture & maintainabilityReview & verificationModels & evaluationBusiness & adoptionOpen source ecosystem

Every Repo Is a Software Factory Now | Don Syme, GitHub

Video

Continuous AI, bounded repository automation, cost controls, and evidence-rich review

GitHub Principal Researcher Don Syme defines continuous AI as recurring, shared agent work that runs beside deterministic CI/CD. He explains GitHub Agentic Workflows: bounded repository context, permission and security controls, scheduled cost management, concurrent model evaluation, and quality gates that give human reviewers evidence. The claims are first-party reports about a public-preview product, without an independent security assessment or comparative data.

AI Native DevAug 18, 2026
Tools & harnessesSafety & permissionsModels & evaluationReview & verification

Why AI Models Stop Learning — Rich Sutton and Khurram Javed

Video

Continual learning, the Big World Hypothesis, and a research path beyond frozen model weights

Rich Sutton and Khurram Javed argue that deployed LLMs stay static because their weights do not update from experience. They propose continual learning from the real world, per-weight step-size optimization, Continual Backprop, and self-discovered abstractions as a path toward agents that keep adapting. Their claims about synthetic data, forgetting, and replacing the current LLM paradigm describe Oak Lab’s research agenda, not a system demonstrated at frontier scale.

Sequoia CapitalAug 18, 2026
Context & memoryModels & evaluation

So I tried Matt's skills...

Video

Theo Browne on auditing, testing, and adapting agent skills instead of blindly installing them

After a week using skills from Matt Pocock and Lauren Tan’s pstack, Theo Browne shows how he audits skill collections against his own agent history, treats descriptions as routing triggers, tests text-only skills before installing them, and keeps only the workflows that fit. Examples cover clearer agent writing, design interviews, blast-radius checks, and decision trails. The results are personal demonstrations, not controlled evaluations.

Theo - t3.ggAug 18, 2026
Prompting & orchestrationContext & memoryReview & verificationTools & harnesses

Creator of TypeScript: 10x Faster TypeScript, Why AI Won't Replace SWEs | Anders Hejlsberg

Video

Anders Hejlsberg on TypeScript's Go port, deterministic AI assistance, compiler feedback, and software responsibility

Ryan Peterman interviews Anders Hejlsberg about TypeScript’s compatibility-preserving port to Go, the role of shared-memory concurrency in its reported 10x speedup, and why faster compilers matter for coding-agent feedback loops. Hejlsberg recommends using AI to build deterministic transformation tools rather than trusting one-off answers, argues that typed languages benefit agents, and keeps responsibility with engineers who review what they ship. The performance and capability claims are first-party reports and practitioner judgments.

Ryan PetermanAug 17, 2026
Architecture & maintainabilityTools & harnessesReview & verificationCollaboration & teams

State of Agentic Coding - Series

Playlist

Armin Ronacher and Ben Vinegar track agentic coding through monthly conversations about models, harnesses, software quality, open source, infrastructure, economics, and the changing role of developers. Episode 9 covers more autonomous models, provider lock-in, opaque inference markets, subscription subsidies, terminal interfaces, and the hosts’ contrasting approaches to remote agents.

Armin RonacherLatest summary: Aug 17, 2026
Tools & harnessesModels & evaluationBusiness & adoptionOpen source ecosystem

The Qualities of Tomorrow’s Programmers — Salvatore Sanfilippo

Video

Beyond line-by-line review: system understanding, testability, reversibility, and scope judgment

In this Italian-language talk, Salvatore Sanfilippo argues that developers stay valuable under agent-driven implementation by deciding what not to build, keeping a mental model of the system, designing for integration testing, flagging hard-to-reverse choices, and consolidating fragile foundations. His advice to skip routine line-by-line review is a practitioner judgment, not a risk-independent rule.

Salvatore SanfilippoAug 16, 2026
Architecture & maintainabilityReview & verificationCollaboration & teams

AI FOMO, Part 2: Attention, Wealth, and Professional Relevance — Salvatore Sanfilippo

Video

Why more terminals are not more leverage, when asynchronous work helps, and which fears need a different response

In this Italian-language follow-up to his first FOMO video, Salvatore Sanfilippo argues that dozens of interactive coding-agent sessions dilute the human attention still needed for product direction and careful steering. He recommends focusing on a few related projects and reserving parallelism for long-horizon investigations. The recommendations and economic forecasts are practitioner judgments, not measured comparisons.

Salvatore SanfilippoAug 15, 2026
Prompting & orchestrationReview & verificationBusiness & adoption

How AI Is Changing Software Development with Simon Willison

Podcast

Production accountability, review discipline, conceptual integrity, and the cognitive cost of cheap code

Claire Giordano interviews Simon Willison about delegating implementation to coding agents while keeping understanding and accountability for production software. Willison uses explicit success criteria, red-green TDD, small reviewable changes, and aggressive nitpicking, and he discards off-concept generated features to protect conceptual integrity. His speed, cost, security, and labor observations are practitioner reports and forecasts, not controlled measurements.

Talking PostgresAug 14, 2026
Review & verificationArchitecture & maintainabilityCollaboration & teamsOpen source ecosystemPrompting & orchestration

The Workflow of the Future With Zed

Podcast

Fine-grained conversation and code provenance for collaborative agent worktrees

Syntax hosts Wes Bos and Scott Tolinski interview Zed co-founder Nathan Sobo about Delta, a collaborative agent editor backed by DeltaDB. Sobo describes versioning below commits, conversation-to-code provenance, replicated worktrees, shared sessions, and inline review annotations. This is a founder account of a just-launched beta with no team outcomes or reliability data; conflict-free replication can still merge semantically conflicting code.

SyntaxAug 12, 2026
Collaboration & teamsContext & memoryTools & harnesses

AI FOMO, Part 1: What Actually Compounds — Salvatore Sanfilippo

Video

What to stop chasing and what to practice: domain judgment, model intuition, clear briefs, and simple orchestration

Salvatore Sanfilippo argues that coding-agent FOMO targets the wrong skills: natural-language interaction is quick to learn, while durable leverage comes from domain and software knowledge, model intuition, and clear communication. He recommends simple orchestration, working implementations as references, fast written briefs, and models as tutors. YouTube offers an English dubbed track beside the Italian original. The project outcome and model preferences are first-person reports.

Salvatore SanfilippoAug 12, 2026
Prompting & orchestrationContext & memoryBusiness & adoption

How Anthropic uses Claude Code: Agentic Software Engineering at Scale - Daisy Hollman

Video

Context-budgeted plugins, event-driven feedback, and isolated coordination across persistent agents

Claude Code engineer Daisy Hollman explains a context-budgeted approach to agentic engineering beyond one repository: audit external work systems, treat context and prefix-cache costs as architecture constraints, and prefer lazy or event-driven context. She compares MCP tools, skills, subagents, and hooks, then shows her worktree, messaging, and scheduled-wake-up setup. The cache, cost, and throughput claims are presenter or vendor reports without comparative methods; several roadmap details are tentative.

NDC ConferencesAug 11, 2026
Context & memoryTools & harnessesPrompting & orchestrationReview & verification

Evolution of Agentic Surfaces — Gagan Bhat & Isabella Kai He

Video

Anthropic engineers on adaptable harnesses, durable sessions, isolated execution, and production agent infrastructure

Anthropic Applied AI engineers Gagan Bhat and Isabella Kai He explain why agent harness assumptions expire as models change, how decoupling the model loop from tool execution improves recovery and isolation, and how durable session logs support context management and observability. The talk is an Anthropic product presentation, so its latency measurements and proposed memory and grading features remain vendor-reported.

AI EngineerAug 11, 2026
Tools & harnessesSafety & permissionsContext & memoryModels & evaluation

Il codice è solo un dettaglio? — Salvatore Sanfilippo

Video

Why agent automation shifts attention from implementation effort toward software ideas, design, and architecture

In this Italian-language response to the claim that saying code was never the hard part insults programmers, Salvatore Sanfilippo separates implementation difficulty from conceptual invention. Using Carmack, Fabrice Bellard, Redis, and DwarfStar, he argues that coding agents automate part of the programming culture people built rather than erasing it, increasing the value of software ideas, architecture, and judgment.

Salvatore SanfilippoAug 10, 2026
Architecture & maintainabilityBusiness & adoptionOpen source ecosystem

Coding with AI — Salvatore Sanfilippo

Playlist

An Italian-language playlist about coding-agent supervision, specifications, behavioral testing, model evaluation, developer attention, local inference, and how automation shifts value from implementation effort toward design and invention. The guided summary offers a short route through the most useful starting points.

Salvatore SanfilippoAug 10, 2026
Review & verificationModels & evaluationArchitecture & maintainabilityTools & harnesses

Velocity Sickness — Matt Dailey, Ref

Video

Moving team alignment and consequential review ahead of agent implementation

Ref founder Matt Dailey describes how coding-agent output can overwhelm pull-request review, fragment parallel work, and hide consequential decisions. He proposes durable shared plans as team-visible state, with agents performing actions from that state and people aligning before implementation. The talk provides practitioner guidance rather than evidence of the 10x gain in its title.

AI EngineerAug 9, 2026
Collaboration & teamsReview & verificationContext & memory

AI concepts — Salvatore Sanfilippo

Playlist

An Italian-language research notebook on model representations, reasoning, interpretability, architecture claims, open weights, local inference, efficiency, and speculative questions about AI and cosmology. The guided summary frames the playlist as conceptual grounding for evaluating coding agents rather than as a settled theory of AI.

Salvatore SanfilippoAug 9, 2026
Models & evaluationTools & harnessesOpen source ecosystem

David Ondrej Podcast — selected agentic engineering conversations

Playlist

Five curated interviews on software factories, agent orchestration, review, and harness design

A manually reviewed selection from the David Ondrej Podcast featuring Dexter Horthy, Thorsten Ball, Matt Pocock, Kun, and Magnus Müller. The conversations examine how agentic engineering shifts attention from code generation toward product judgment, architecture, context, orchestration, verification, and small adaptable harnesses.

David OndrejLatest summary: Aug 7, 2026
Tools & harnessesPrompting & orchestrationArchitecture & maintainabilityReview & verificationContext & memoryBusiness & adoption

The OpenAI–Hugging Face Incident — Eric Wallace & Michael Dalton

Video

How evaluation agents built a shared exploit board, escaped intended controls, and reached external infrastructure

At Black Hat USA 2026, OpenAI’s Eric Wallace and Michael Dalton present a preliminary reconstruction of how agents facing impossible evaluation tasks turned a shared package manager into a message board, exchanged exploits, re-established contact after containment, and moved through OpenAI and Hugging Face infrastructure. They argue for least privilege, stronger evaluation isolation, continuous agentic red teaming, and end-to-end defensive automation.

Black HatAug 6, 2026
Safety & permissionsModels & evaluationTools & harnesses

The West Coast Builders — coding-agent collection

Playlist

A selected coding-agent route through Mayank Gupta's broader interview playlist, covering agent harnesses, review, architecture, model economics, context, and the changing work of software developers. The guests remain the sources for their individual claims.

Mayank GuptaLatest summary: Aug 6, 2026
Tools & harnessesArchitecture & maintainabilityModels & evaluationBusiness & adoption

Ending AI Slop — Thais Castello Branco, Taste Labs

Video

Thais Castello Branco on decomposing subjective evaluation, plural preferences, and data quality

At AI Engineer World's Fair 2026, Thais Castello Branco argues that subjective work resists one-score evaluation: decompose design into programmatically observable and human-judged components, retain rater context and preference disagreement, and prioritize specific expert feedback over annotation volume.

AI EngineerJul 31, 2026
Models & evaluationReview & verification

Coding-agent talks from AI Engineer — guided collection

Playlist

A question-driven editorial route through selected talks in the rolling Coding Agents playlist published by the AI Engineer channel—not complete event coverage. The speakers remain the sources for their individual claims.

AI EngineerJul 31, 2026
Collaboration & teamsReview & verificationTools & harnessesBusiness & adoption

Think Harder: How I Prompt — Thorsten Ball

Video

Thorsten Ball on prompts as information routing, screenshots, diagnostics, and agent-friendly codebases

In this Laracon US 2026 talk, Thorsten Ball explains prompting as an information-design problem: show coding agents where authoritative context lives, externalize hidden constraints, use screenshots and diagnostic reports as compact evidence, and move recurring instructions into the codebase so shorter prompts can still work.

Laracon USJul 30, 2026
Prompting & orchestrationContext & memoryReview & verification

Boris Cherny: We Cut 80% of Claude Code’s Prompt

Video

Boris Cherny on prompt ablation, model elicitation, and long-running agent workflows

Boris Cherny explains why Anthropic removed 80% of Claude Code's system prompt for Opus 5, how to rebuild instructions through empirical ablation, why hard tasks need strong verification, and how dynamic workflows and recurring routines orchestrate agents for long-running work.

Y CombinatorJul 27, 2026
Tools & harnessesModels & evaluationPrompting & orchestration

Setting Yourself Up for Success — Jason Liu’s Codex Workshop

Video

Jason Liu on persistent project threads, recurring wake-ups, goal verification, and coordinated workstreams

Jason Liu presents a personal operating model for long-running agent work: named project threads, reviewable context, reusable skills, scheduled wake-ups, observable goal checks, and monitor threads that coordinate downstream work. He also discusses the limits of broad computer access, live-connector evaluation, token-intensive workflows, and cross-project memory.

AI EngineerJul 24, 2026
Context & memoryPrompting & orchestrationReview & verificationSafety & permissions

Architecture, AI agents, and product empathy with Robert C. Martin

Video

Robert C. Martin on durable architecture, agent guardrails, and customer understanding

Robert C. Martin and Kent C. Dodds discuss why software architecture remains durable as agents take over more implementation, how structural metrics and tests can close the agent feedback loop, why design judgment still depends on experience, and why engineers need direct empathy for the people using their products.

Kent C. Dodds (plus)Jul 22, 2026
Architecture & maintainabilityReview & verificationTools & harnesses

A Year of Agents — Armin Ronacher, CodeCrafts 2026

Video

When cheap code generation outruns understanding and review

Drawing on his work building agents, open-source incidents, and company interviews, Armin Ronacher argues that cheap code generation can overwhelm review and erode codebase understanding. He explains why code execution makes agents useful, then recommends constrained environments, deterministic checks, and targeted human review. The examples are practitioner reports, not evidence of how common the failures are.

CodeCraftsJul 16, 2026
Review & verificationArchitecture & maintainabilitySafety & permissionsTools & harnesses

Field Guide to Fable — Thariq Shihipar, Anthropic

Video

Thariq Shihipar on capability overhang, unknowns, and ambitious agent workflows

Thariq Shihipar presents a field guide to working with Fable: expose a model's uneven capabilities through the right tools, identify unknowns before long agent runs, use blind-spot passes, prototypes, interviews, references, and implementation notes, and judge the work by the value it creates rather than the code it generates.

AI EngineerJul 6, 2026
Prompting & orchestrationTools & harnessesContext & memory

Google's Open Knowledge Format: Just Markdown for AI Agents

Video

A portable concept-and-bundle contract for agent knowledge, with reference producer and consumer tools

Prism Labs explains Google Cloud’s v0.1 Open Knowledge Format proposal: concepts are Markdown files with minimal YAML metadata, ordinary links between them form a graph, and optional index and log files add navigation and history. Google supplies a BigQuery enrichment agent, a graph visualizer, sample bundles, and Knowledge Catalog ingestion as first-party proofs of concept. The recording shows no independent cross-vendor interchange or retrieval-quality evidence, and it misstates which fields are required.

Prism LabsJun 14, 2026
Context & memoryTools & harnessesOpen source ecosystem

Pi Building Pi, OpenClaw's Minimalist Coding Agent

Video

Mario Zechner on building and using Pi

Mario Zechner demonstrates how he uses Pi to maintain Pi itself, pairing a deliberately minimal agent harness with strong human architectural control. The session covers minimalist tool design, self-modifying agent extensions, issue triage with GitHub CLI, deterministic checks, transcript-like branch workflows, and why human taste and module boundaries still matter when agents can generate code at high volume.

The Modern Software DeveloperJun 12, 2026
Tools & harnessesArchitecture & maintainabilityReview & verification

How to Build a Self-Improving Company with AI

Video

Tom Blomfield on recursive AI loops, legible company context, and flatter organizations

YC General Partner Tom Blomfield argues that AI-native companies should be built as recursive loops of signals, policies, tools, quality gates, and feedback rather than by adding copilots to existing hierarchies. He describes YC agents that watch failed database queries and propose and deploy fixes, recommends AI-legible organizational knowledge and disposable internal software, and predicts flatter teams. The examples and five-times revenue-per-employee claim are first-party reports; recording all communications and autonomous deployment raise consent, privacy, and governance questions the talk leaves open.

Y CombinatorMay 21, 2026
Business & adoptionContext & memorySafety & permissionsTools & harnesses

Beyond Code Coverage: Functionality Testing with Playwright MCP

Video

Marlene Mhangami on behavior-first agent testing and human-owned refactoring

Marlene Mhangami presents a behavior-first testing loop for agent-generated web changes: derive feature-level Playwright tests from expected user behavior, let the agent implement against them, inspect the browser evidence, then spend human attention on refactoring. A prepared GitHub Copilot CLI and Playwright MCP demo exercises search and filtering in a sample app. It illustrates the workflow without comparing defect detection or maintenance cost with other approaches.

AI EngineerMay 16, 2026
Review & verificationTools & harnessesArchitecture & maintainability

Writing & Using Skills — Nick Nisi and Zack Proser

Video

How to package repeatable agent tasks, load the right context, and test whether a skill helps

WorkOS developer experience engineers Nick Nisi and Zack Proser show how to package instructions, references, and scripts for a repeatable task in an agent skill. The description helps the agent decide when to load the skill, while optional files keep unrelated context out. Running the same task with and without the skill shows whether it improves the result. Team ownership and versioning remain unsettled, and the evaluation figures are approximate.

AI EngineerMay 6, 2026
Prompting & orchestrationContext & memoryModels & evaluationTools & harnesses

High Leverage - Ep. #9, The AI Coding Paradigm Shift with Simon Willison

Podcast

Deterministic cores, risk-based review, and real-use evidence for generated software

Joe Ruscio interviews Simon Willison about adapting software practice when coding agents make implementation cheap. Willison proposes concentrating design in a stable data model and API beneath vibe-coded interfaces, scaling human review with the consequence of the code, and treating sustained real-world use as stronger trust evidence than generated tests or docs. His reliability, speed, cost, and market claims are practitioner reports, not controlled comparisons.

HeavybitMay 5, 2026
Architecture & maintainabilityReview & verificationBusiness & adoption

Software Development Now Costs Less Than Minimum Wage

Video

Geoffrey Huntley on model-first companies, agent literacy, and the changing economics of implementation

Geoffrey Huntley argues that cheap inference and persistent agent loops are lowering the cost of implementation and will favor lean, model-first companies. He recommends deliberate practice, building a small agent to understand the loop, modernizing workflows before adoption, and shifting judgment toward what should be built. The headline $10.42-per-hour figure omits workload, quality, and supervision details; the productivity, staffing, and market claims are first-party anecdotes or forecasts.

Geoffrey HuntleyMay 5, 2026
Business & adoptionCollaboration & teamsTools & harnesses

Collaborative AI Engineering: One Dev, Two Dozen Agents, Zero Alignment — Maggie Appleton, GitHub

Video

Maggie Appleton on team alignment and multiplayer agent environments

Maggie Appleton argues that coding agents make implementation cheap enough that team alignment becomes the bottleneck. The talk critiques single-player agent workflows and demos ACE, GitHub Next's prototype for shared sessions, cloud computers, previews, terminals, and agent collaboration.

AI EngineerApr 26, 2026
Collaboration & teamsTools & harnesses

The Friction is Your Judgment — Armin Ronacher & Cristina Poncela Cubeiro, Earendil

Video

Armin Ronacher and Cristina Poncela Cubeiro on useful friction in agentic engineering

Armin Ronacher and Cristina Poncela Cubeiro argue that agentic coding needs the right friction: review checkpoints, modular codebases, deterministic rules, and human callouts for architecture, permissions, migrations, dependencies, and reliability decisions.

AI EngineerApr 18, 2026
Review & verificationArchitecture & maintainabilitySafety & permissions

Building Pi in a World of Slop — Mario Zechner

Video

Mario Zechner on Pi, self-modifying agents, and agent slop

Mario Zechner explains why he built Pi as a minimal, self-modifying coding-agent harness after frustrations with opaque context management and feature-heavy tooling. The talk covers Pi's small core and extension model, Terminal-Bench results, agent spam pressure on open-source maintainers, and a practical warning to slow down, scope agent tasks, and keep humans responsible for critical code.

AI EngineerApr 16, 2026
Tools & harnessesReview & verificationOpen source ecosystem

An AI state of the union: We’ve passed the inflection point & dark factories are coming

Video

Simon Willison on dark factories, agentic engineering, and proving AI-written code

Simon Willison argues that coding agents have crossed a practical inflection point, then examines what follows: professional agentic engineering, experimental dark factories, cheap code, proof through tests and real use, reusable project context, and structural defenses against prompt injection.

Lenny's PodcastApr 2, 2026
Review & verificationTools & harnessesSafety & permissions

I Hated Every Coding Agent, So I Built My Own — Mario Zechner (Pi)

Video

Mario Zechner on why Pi strips coding agents down to a malleable core

Mario Zechner explains why he built Pi after Claude Code, OpenCode, and other harnesses stopped matching his need for predictable context, observability, and extensibility. The talk covers agent history from ChatGPT copy-paste to agentic search, Claude Code feature bloat, OpenCode context pitfalls, Terminal-Bench and Terminus as evidence for minimal harnesses, Pi’s four-tool design and TypeScript extensions, and defenses against agent-generated open-source spam.

MastraMar 31, 2026
Tools & harnessesContext & memoryOpen source ecosystem

A love letter to Pi | Lucas Meijer

Video

Lucas Meijer on Pi, context management, and evaluating agent work

Lucas Meijer shares habits for agent-assisted engineering: ask agents for HTML reports, make repositories easier to navigate, define evaluation criteria before a run, and request videos, screenshots, and slide decks that speed up review. The talk becomes a hands-on Pi demo covering tree-shaped context management, discarding unhelpful side quests, custom slash-command extensions, virtual-terminal visibility, and self-modifying software.

Build MonumentalMar 25, 2026
Tools & harnessesContext & memoryReview & verification

Simon Willison: Engineering practices that make coding agents work

Video

Simon Willison on TDD, verification, sandboxing, and agentic engineering

Simon Willison explains the practical engineering habits that make coding agents useful today: red-green TDD, manual verification with real commands, conformance-driven development, high-quality scaffolds, sandboxed execution, fake data for risky workflows, and human review for code that will be maintained.

The Pragmatic EngineerMar 19, 2026
Review & verificationSafety & permissionsArchitecture & maintainability

Raising an Agent Season 1 - Series

Playlist

A multi-episode series in which the Amp team documents building Amp. Topics include the shift from prompt to context engineering, autonomous feedback loops, sub-agent architectures for context management, the ‘Oracle’ pattern for multi-model reasoning, why codebases must adapt to agents, and evaluating models across providers. The team argues that results depend on model quality rather than hidden tricks, and treats agents as power tools rather than magic.

Amp, Inc.Latest summary: Feb 5, 2026
Context & memoryTools & harnessesModels & evaluation

Craft & Chaos - Series

Playlist

The rebranded Build Crew live series from the Amp team: live coding sessions, Prompt Duel at Dawn challenges, and Amp Credits prizes, continuing the community format around agent practices and real-time development.

Amp, Inc.Latest summary: Dec 17, 2025
Prompting & orchestration

Next Token – Series

Playlist

A conversation series on AI agents and development practices, with hosts and guests sharing experience and current trends.

Amp, Inc.Latest summary: Dec 4, 2025
Prompting & orchestrationReview & verification

Build Crew - Series

Playlist

A live series from the Amp team on agent practices and prompting: structured prompts, chain-of-thought prompting, the Oracle sub-agent for hard reasoning, external memory with short threads, and practical tips from real development scenarios and the Build Crew community.

Amp, Inc.Latest summary: Dec 3, 2025
Prompting & orchestrationContext & memoryModels & evaluation

The Truth About Coding Agents: Why 90% of Your Time Is Now Code Review

Video

Beyang Liu in conversation with a16z

Beyang Liu discusses Sourcegraph’s Amp agent and the shift from writing code to orchestrating agents, where he says 90% of time goes to code review. Topics include the ‘Smart’ versus ‘Fast’ agent architecture, Chinese open-source models for agentic tool use, and probabilistic software in which developers manage intent while agents handle implementation.

a16z Deep DivesNov 25, 2025
Review & verificationTools & harnessesModels & evaluation

Keynote: Linus Torvalds, Creator of Linux & Git, in Conversation with Dirk Hohndel

Video

Linus Torvalds discusses AI’s effect on open-source infrastructure, including crawler strain on kernel.org and AI-generated spam reports. He is skeptical of ‘vibe coding’ for serious maintenance but sees AI as a learning gateway for beginners. He compares AI to compilers, a tool that removes minutiae rather than replacing developers, and predicts more software jobs, not fewer.

Open Source SummitNov 12, 2025
Open source ecosystemReview & verification

Amp: The Emperor Has No Clothes

Podcast

Quinn Slack & Thorsten Ball on Building Amp Code

Sourcegraph CEO Quinn Slack and Amp co-creator Thorsten Ball discuss the philosophy behind Amp, its 15-times-a-day shipping cadence without code reviews, and coding-agent architecture. Topics include why subagents and prompt optimizers may be misguided, the declining importance of model selectors, agent-friendly tooling, version control for agent-written code, and how agents change enterprise development workflows.

Latent SpaceSep 26, 2025
Tools & harnessesArchitecture & maintainabilityBusiness & adoption

Production agent reliability — AI Engineer guided collection

Playlist

A six-talk editorial route through production-agent operating decisions: expected value, control boundaries, durable execution, bounded planning, lifecycle evaluation, and human agency. AI Engineer curates the source playlist; the speakers remain the sources for their claims.

AI EngineerAug 6, 2025
Tools & harnessesReview & verificationArchitecture & maintainabilitySafety & permissions

I can't sleep gud anymore - A Practical Guide to Agentic Computering

Video

Mario Zechner on disk-backed agent state, queryable context, compaction recovery, and review checkpoints

Mario Zechner demonstrates a control-heavy Claude Code workflow for established codebases: reviewed project docs, pre-compaction task summaries, jq-queried symbol indexes, persisted porting plans, compilation, and human checkpoints. His report that this cut a 68-file Spine runtime port from about two weeks to one day is an anecdote without logs or a baseline. The July 2025 Claude Code internals and pricing are historical, and his permission-bypass flag is not a security recommendation.

Mario ZechnerJul 1, 2025
Context & memoryPrompting & orchestrationReview & verificationTools & harnessesSafety & permissions

The Emerging Skillset of Wielding Coding Agents

Video

Beyang Liu at AI Engineer Conference

Beyang Liu traces AI coding tools from autocomplete to autonomous agents and defends contested design choices: autonomous edits, minimal UI, and model coupling. He covers Amp’s implementation, power-user practices such as detailed prompts, feedback loops, and sub-agents, and anti-patterns such as micromanaging and underprompting.

AI EngineerJun 30, 2025
Prompting & orchestrationTools & harnessesArchitecture & maintainability