Laojin GlobalAI · GO GLOBAL
AI News

Laojin's AI news & field notes

Four columns: LaoJin's Notes, Frontier, AI in Production, and Classics. A founder who can't code, observing and practicing AI.

Frontier Daily (Sep 14): 12 items from Hacker News, Simon Willison + X supplements
FrontierSep 14, 2026 · 3 min read

Frontier Daily (Sep 14): 12 items from Hacker News, Simon Willison + X supplements

David Sacks argued that OpenAI and Anthropic don't need regulations to pace frontier models, drawing 114 upvotes and 77 comments on Hacker N…

Read more
Frontier Daily (Sep 13): 18 items from Simon Willison, Hacker News, Latent Space and more + X supplements
Frontier3 min read

Frontier Daily (Sep 13): 18 items from Simon Willison, Hacker News, Latent Space and more + X supplements

Paul Ford argues that truly cutting-edge software still requires humans to think and work together, and that while AI can write very good so…

Sep 13, 2026Read more
Frontier Daily (Sep 12): 16 items from Hacker News, Simon Willison, OpenAI and more + X supplements
Frontier3 min read

Frontier Daily (Sep 12): 16 items from Hacker News, Simon Willison, OpenAI and more + X supplements

Top mathematicians are reportedly outraged by OpenAI's methods, according to The Economist.

Sep 12, 2026Read more
Frontier Daily (Sep 11): 18 items from Anthropic, GitHub (Hugging Face), OpenAI and more + X supplements
Frontier3 min read

Frontier Daily (Sep 11): 18 items from Anthropic, GitHub (Hugging Face), OpenAI and more + X supplements

Anthropic's education report analyzes 74,000 educator conversations to show how faculty use Claude for teaching, research, and building inte…

Sep 11, 2026Read more
Frontier Daily (Sep 10): 5 items from Anthropic, Hacker News, OpenAI
Frontier3 min read

Frontier Daily (Sep 10): 5 items from Anthropic, Hacker News, OpenAI

Stanford and MIT labs built Claude-powered systems that run genome-wide studies in minutes and automate gene cluster interpretation.

Sep 10, 2026Read more
Frontier Daily (Sep 9): 10 items from GitHub (Anthropic), Anthropic, Hacker News and more
Frontier3 min read

Frontier Daily (Sep 9): 10 items from GitHub (Anthropic), Anthropic, Hacker News and more

Anthropic's sandbox-runtime is a lightweight TypeScript sandboxing tool that enforces filesystem and network restrictions on processes at th…

Sep 9, 2026Read more
Frontier Daily (Sep 8): 10 items from Simon Willison, Hacker News, OpenAI and more
Frontier3 min read

Frontier Daily (Sep 8): 10 items from Simon Willison, Hacker News, OpenAI and more

OpenAI used an unreleased model to produce a resolution to the Navier–Stokes existence and smoothness problem, one of the Millennium Prize P…

Sep 8, 2026Read more
Frontier Daily (Sep 7): 14 items from GitHub (Hugging Face), Hacker News, Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Sep 7): 14 items from GitHub (Hugging Face), Hacker News, Simon Willison and more + X supplements

The largest PyTorch image encoder/backbone collection with training, eval, inference, export scripts and pretrained weights.

Sep 7, 2026Read more
Frontier Daily (Sep 6): 6 items from GitHub (Hugging Face), Simon Willison, Latent Space and more
Frontier3 min read

Frontier Daily (Sep 6): 6 items from GitHub (Hugging Face), Simon Willison, Latent Space and more

Hugging Face's speech-to-speech repo, primarily in Python, helps build voice agents with open-source models and has around 13k GitHub stars.

Sep 6, 2026Read more
Frontier Daily (Sep 5): 17 items from Hacker News, Simon Willison, Latent Space and more + X supplements
Frontier3 min read

Frontier Daily (Sep 5): 17 items from Hacker News, Simon Willison, Latent Space and more + X supplements

A Hacker News discussion about formalizing Fermat's Last Theorem drew 50 upvotes and 12 comments.

Sep 5, 2026Read more
Transformers Can't Think In Physics: Anima Anandkumar on Accelerated Understanding
Classics

Transformers Can't Think In Physics: Anima Anandkumar on Accelerated Understanding

In this episode, Caltech professor Anima Anandkumar and researcher Benedikt Jenik dive into the gap between large language models and physical world modeling. They argue that current transformers excel at symbolic reasoning but lack an intrinsic grasp of causality, time, and space continuity. The conversation focuses on combining neural operators, generative simulation, and scientific knowledge to build AI systems that truly accelerate discovery—an essential watch for anyone in AI for Science.

Sep 4, 2026Watch
Frontier Daily (Sep 4): 15 items from Hacker News, DeepMind, Latent Space and more + X supplements
Frontier3 min read

Frontier Daily (Sep 4): 15 items from Hacker News, DeepMind, Latent Space and more + X supplements

GPT-6 Astra is trending on Hacker News with 64 upvotes and 31 comments.

Sep 4, 2026Read more
What Gemini CLI Is: Google's Official Terminal Agent
AI in Production1 min read

What Gemini CLI Is: Google's Official Terminal Agent

Google's open-source terminal agent: Apache-2.0, search and MCP. Publicly announced June 25, 2025; quotas depend on the current official plan.

Sep 4, 2026Read more
What Cursor Is: the AI-Native IDE
AI in Production1 min read

What Cursor Is: the AI-Native IDE

Anysphere's closed IDE built on VS Code. Hobby free, Pro from $20/mo — an editor-based AI workflow; check the official pricing page for current terms.

Sep 4, 2026Read more
What n8n Is: Fair-code Workflow Automation
AI in Production1 min read

What n8n Is: Fair-code Workflow Automation

A visual canvas for webhooks, cron, existing systems and AI nodes. Fine to self-host internally; the license is not MIT.

Sep 4, 2026Read more
What Dify Is: a Visual AI App and RAG Workspace
AI in Production1 min read

What Dify Is: a Visual AI App and RAG Workspace

From LangGenius. RAG, agent workflows, many models. Apache-2.0 plus conditions; self-host does not mean data never leaves.

Sep 4, 2026Read more
What Ollama Is: a Local Runtime for Open Models
AI in Production1 min read

What Ollama Is: a Local Runtime for Open Models

MIT runtime, one command to pull a model. Data stays local by default. Model licenses are separate.

Sep 4, 2026Read more
What LangChain Is: an Open Agent Framework, Not a Model Brand
AI in Production1 min read

What LangChain Is: an Open Agent Framework, Not a Model Brand

MIT. Compose models, tools and retrieval. LangGraph / LangSmith are related products, not the same package.

Sep 4, 2026Read more
What Agent Skills Are: the SKILL.md Spec, Not Claude Code
AI in Production1 min read

What Agent Skills Are: the SKILL.md Spec, Not Claude Code

Spec at agentskills.io. Folder + SKILL.md. Claude Code is one consumer. Anthropic example licenses are mixed.

Sep 4, 2026Read more
What the OpenAI Agents SDK Is: Official Python Multi-Agent Library, Not ChatGPT
AI in Production1 min read

What the OpenAI Agents SDK Is: Official Python Multi-Agent Library, Not ChatGPT

Package openai-agents, MIT. Agent + Runner, tracing / handoffs. Defaults to the OpenAI API.

Sep 4, 2026Read more
Why AI Agents Could Finally Reinvent the Credit Card
Classics

Why AI Agents Could Finally Reinvent the Credit Card

In this a16z conversation, experts explore how AI agents are poised to overhaul the legacy credit card infrastructure. From automated smart-contract settlements to dynamic personalized pricing, they break down inefficiencies in traditional payments and argue that AI will turn cards from passive tools into proactive decision-makers—unlocking new opportunities for fintech startups.

Sep 3, 2026Watch
NVIDIA Crushes Q4, OpenAI Cuts Off Cursor, Instinct Hits $2.5B Valuation
Classics

NVIDIA Crushes Q4, OpenAI Cuts Off Cursor, Instinct Hits $2.5B Valuation

This episode dives into three major AI headlines: NVIDIA's blowout quarter reaffirms surging demand for AI compute; OpenAI cuts ties with Cursor, exposing rising tensions between model giants and app-layer startups; and Instinct's $2.5B valuation signals intensifying competition in AI coding tools. We unpack the strategies and market implications behind each move.

Sep 3, 2026Watch
Frontier Daily (Sep 3): 18 items from Simon Willison, DeepMind, Hacker News and more + X supplements
Frontier3 min read

Frontier Daily (Sep 3): 18 items from Simon Willison, DeepMind, Hacker News and more + X supplements

llm-gemini 0.34 adds gemini-3.8-flash with low, medium and high thinking levels and fixes async response model version recording.

Sep 3, 2026Read more
OpenAI's New AI Chip Changes Everything — Sean Lie, Cerebras CTO
Classics

OpenAI's New AI Chip Changes Everything — Sean Lie, Cerebras CTO

As compute power defines AI's ceiling, OpenAI's custom chip efforts spark debate. Cerebras co-founder and CTO Sean Lie joins Latent Space to decode chip architecture shifts, how wafer-scale technology breaks GPU bottlenecks, and the impact of custom silicon on training and inference. A deep dive into AI infrastructure.

Sep 2, 2026Watch
Frontier Daily (Sep 2): 18 items from Anthropic, Simon Willison, Hacker News and more + X supplements
Frontier3 min read

Frontier Daily (Sep 2): 18 items from Anthropic, Simon Willison, Hacker News and more + X supplements

Anthropic is working with customers to develop enterprise frontier safeguards for reliable and steerable AI systems.

Sep 2, 2026Read more
Why AI Demand Is Outrunning Compute Supply
Classics

Why AI Demand Is Outrunning Compute Supply

In this a16z deep dive, the guest analyzes the root causes of today's AI compute shortage, noting that explosive demand from model training and inference is rapidly consuming global compute resources. The show explores chip supply chains, data center expansion bottlenecks, and strategic choices for future compute allocation, offering a key lens on the AI industry landscape.

Sep 1, 2026Watch
a16z's $1.1B Machine Age Fund: A Blueprint for the Future
Classics

a16z's $1.1B Machine Age Fund: A Blueprint for the Future

In this classic replay, a16z partners break down their new $1.1 billion Machine Age Fund, focusing on how AI, robotics, and automation are reshaping industries. From investment thesis to sector selection and long-term vision, the conversation reveals how this top VC views the disruptive opportunities of the 'Machine Age'—offering forward-looking insights for founders and investors alike.

Sep 1, 2026Watch
The OpenAI/Hugging Face Attack, Clearly Explained
Classics

The OpenAI/Hugging Face Attack, Clearly Explained

As AI models and open-source communities grow rapidly, security threats demand attention. Dwarkesh Patel breaks down the recent attacks on OpenAI and Hugging Face with clear logic—from attack methods and defense gaps to ecosystem impact, revealing the fragility of AI infrastructure. A must-watch for understanding AI security today.

Sep 1, 2026Watch
ClickHouse CEO: AI Margins Need to Improve | Revenue Concentration Should Be a Concern
Classics

ClickHouse CEO: AI Margins Need to Improve | Revenue Concentration Should Be a Concern

In this classic replay, ClickHouse's CEO tackles two major concerns amid the AI boom: current AI margins are far from healthy, and industry revenue is heavily concentrated among a few giants. Drawing on hands-on database experience, he explores how companies can improve gross margins through technical optimization and commercial strategy, while warning against structural risks from over-reliance on a single customer or use case—offering a sober strategic reference for practitioners.

Sep 1, 2026Watch
AI Can Solve Math. Can It Create Something New?
Classics

AI Can Solve Math. Can It Create Something New?

In this a16z episode, the discussion centers on AI's breakthroughs in mathematics and a deeper question: can AI truly create? Starting from mathematical proofs, the show explores AI's strengths in pattern recognition and logical reasoning, while reflecting on its potential to generate new concepts and ideas, and the role of humans in this process.

Sep 1, 2026Watch
The OpenAI/Hugging Face Story: An Investigator's Perspective
Classics

The OpenAI/Hugging Face Story: An Investigator's Perspective

Ajeya Cotra, a researcher focused on AI safety and governance, offers a deep dive into the trajectories and controversies of OpenAI and Hugging Face. With an investigator's rigor, she uncovers key junctures in their technical paths, mission divergences, and power dynamics, providing rare historical depth and critical insight into today's AI landscape.

Sep 1, 2026Watch
Frontier Daily (Sep 1): 14 items from GitHub (Hugging Face), Hacker News, OpenAI and more + X supplements
Frontier3 min read

Frontier Daily (Sep 1): 14 items from GitHub (Hugging Face), Hacker News, OpenAI and more + X supplements

A public GitHub repo for Hugging Face blog posts, primarily in Jupyter Notebook, with 3,508 stars.

Sep 1, 2026Read more
Frontier Daily (Aug 31): 12 items from GitHub (ModelScope), Hacker News, Simon Willison + X supplements
Frontier3 min read

Frontier Daily (Aug 31): 12 items from GitHub (ModelScope), Hacker News, Simon Willison + X supplements

FunClip is a Python-based tool that leverages FunASR for video transcription, subtitle generation, and LLM-assisted clipping via a local Gra…

Aug 31, 2026Read more
AI's Third Era: The Rise of Persistent AI Coworkers
Classics

AI's Third Era: The Rise of Persistent AI Coworkers

Tara Seshan, OpenAI's product lead, unveils AI's third era—moving from conversational tools to persistent AI coworkers. She explains how AI evolves from ad-hoc interactions into long-term agents embedded in workflows, transforming collaboration and productivity. A forward-looking conversation essential for product leaders and decision-makers.

Aug 30, 2026Watch
Frontier Daily (Aug 30): 4 items from Hacker News, Latent Space, OpenAI
Frontier3 min read

Frontier Daily (Aug 30): 4 items from Hacker News, Latent Space, OpenAI

The article argues that good culture, not AI, is the biggest productivity hack; it received 67 upvotes and 14 comments on Hacker News.

Aug 30, 2026Read more
Content Localization: One Source, Many Markets
AI in Production4 min read

Content Localization: One Source, Many Markets

Share one factual ledger across languages instead of generating separate case studies. A reusable brief, rewrite constraints, review checklist and measurement plan without invented conversion gains.

Aug 30, 2026Read more
Why Top Founders Are Racing Into AI Infrastructure
Classics

Why Top Founders Are Racing Into AI Infrastructure

In this episode from a16z, we delve into the booming AI infrastructure sector and explore why top founders are racing to invest heavily in this space. From skyrocketing compute demands to massive data center construction, AI infrastructure is increasingly viewed as the next trillion-dollar market opportunity. The show breaks down the key driving forces, critical technical bottlenecks, and unique opportunities for startups, providing invaluable insights for investors and entrepreneurs navigating the AI revolution.

Aug 29, 2026Watch
Should American Enterprises Work With Open-Source Chinese Models? | Only 10% of Neo-labs survive
Classics

Should American Enterprises Work With Open-Source Chinese Models? | Only 10% of Neo-labs survive

Aug 29, 2026Watch
Frontier Daily (Aug 29): 18 items from GitHub (OpenAI), Simon Willison, GitHub (Anthropic) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 29): 18 items from GitHub (OpenAI), Simon Willison, GitHub (Anthropic) and more + X supplements

OpenAI released the OpenAPI specification for its API on GitHub, with 2,489 stars.

Aug 29, 2026Read more
How Cursor Built One of AI's Fastest-Growing Companies
Classics

How Cursor Built One of AI's Fastest-Growing Companies

In this a16z conversation, Cursor shares how the AI-native IDE became one of the fastest-growing AI companies. From product-market fit and developer experience to growth loops, the discussion unpacks Cursor's technical bets, team culture, and vision for AI-powered software development—essential viewing for builders and founders.

Aug 28, 2026Watch
NVIDIA's AI Investment Spree: Acquiring Poolside, Backing Mercor & Perplexity, and Anthropic's $30T Assumption
Classics

NVIDIA's AI Investment Spree: Acquiring Poolside, Backing Mercor & Perplexity, and Anthropic's $30T Assumption

This episode dives into NVIDIA's recent flurry of AI investments, including the acquisition of coding agent startup Poolside and investments in Mercor and Perplexity. It also examines Anthropic's bold $30 trillion market assumption, revealing the strategic moves and capital logic shaping the AGI race among tech giants and startups.

Aug 28, 2026Watch
Frontier Daily (Aug 28): 17 items from GitHub (Anthropic), GitHub (Hugging Face), Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Aug 28): 17 items from GitHub (Anthropic), GitHub (Hugging Face), Simon Willison and more + X supplements

Anthropic's Claude Agent SDK TypeScript repo has 1,719 stars and is primarily written in Shell.

Aug 28, 2026Read more
Frontier Daily (Aug 27): 18 items from GitHub (vLLM), Anthropic, GitHub (Hugging Face) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 27): 18 items from GitHub (vLLM), Anthropic, GitHub (Hugging Face) and more + X supplements

GuidellM is a Python-based GitHub repository with 1546 stars for evaluating and enhancing LLM deployments for real-world inference needs.

Aug 27, 2026Read more
DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux | Lex Fridman Podcast #501
Classics

DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux | Lex Fridman Podcast #501

Aug 26, 2026Watch
The State of AI: Models, Moats, and the Consumer Renaissance
Classics

The State of AI: Models, Moats, and the Consumer Renaissance

In this episode from a16z, we explore the evolution of AI models, the building of competitive moats, and the new consumer renaissance. Our guests analyze the current landscape of large language models, discuss barriers around data, compute, and ecosystems, and envision how generative AI will transform consumer experiences, offering forward-looking insights for builders and investors.

Aug 26, 2026Watch
How AI Changes the Economics of Innovation
Classics

How AI Changes the Economics of Innovation

In this episode from a16z, the discussion explores how AI is reshaping the cost structure, risk profile, and value capture of innovation. From software to biotech, the podcast reveals how AI shifts innovation from scarce-resource-driven to experimentation-driven, offering a powerful framework for founders and executives navigating the new economics.

Aug 26, 2026Watch
AI Weather Prediction: Scientists Said Impossible, One Try Succeeded
Classics

AI Weather Prediction: Scientists Said Impossible, One Try Succeeded

Caltech's Anima Anandkumar shares how she and her team broke traditional limits of weather forecasting with AI, succeeding on the first try despite skeptics' doubts. The conversation explores AI's potential in atmospheric science, learning physics from data, and the surprising value of interdisciplinary collaboration.

Aug 26, 2026Watch
Frontier Daily (Aug 26): 18 items from GitHub (OpenAI), Anthropic, Hacker News and more + X supplements
Frontier3 min read

Frontier Daily (Aug 26): 18 items from GitHub (OpenAI), Anthropic, Hacker News and more + X supplements

OpenAI has released the official .NET library for the OpenAI API, written in C#.

Aug 26, 2026Read more
Two AI Labs Will Control Most of the World's Workforce
Classics

Two AI Labs Will Control Most of the World's Workforce

In this interview, semiconductor analyst Dylan Patel predicts that a handful of AI labs will control most of the world's workforce through intelligent agents. He dissects the relationship between compute, model scale, and labor displacement, framing it as both a productivity revolution and a concentration of power. A forward-looking conversation for understanding the AI economy.

Aug 25, 2026Watch
The Full AI Enterprise Sales Cycle, Step by Step
Classics

The Full AI Enterprise Sales Cycle, Step by Step

In this in-depth interview, sales expert Jen Abel breaks down the enterprise AI sales cycle phase by phase. From lead generation and tailored demos to procurement compliance and contract negotiation, she shares actionable strategies for every stage. Startups and established companies alike will gain practical insights into what makes selling AI products unique in the B2B market.

Aug 25, 2026Watch
⏭️ Forward Deployed: Voice AI on what works in 2026
Classics

⏭️ Forward Deployed: Voice AI on what works in 2026

Aug 25, 2026Watch
Frontier Daily (Aug 25): 15 items from GitHub (Anthropic), Anthropic, GitHub (ModelScope) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 25): 15 items from GitHub (Anthropic), Anthropic, GitHub (ModelScope) and more + X supplements

Anthropic has a community plugin marketplace for Claude Cowork and Claude Code, a read-only mirror; submissions go to clau.de/plugin-directo…

Aug 25, 2026Read more
Tokens Are the New Dollars: Stripe Executives on the Future of Payments
Classics

Tokens Are the New Dollars: Stripe Executives on the Future of Payments

In this a16z conversation, Stripe CPO Will Gaybrick and a16z partner David George explore how token economies are reshaping payments and financial infrastructure. They discuss real-world stablecoin use cases, the speed and cost advantages of on-chain payments, and the path toward crypto becoming a mainstream medium of exchange. A key reference for builders navigating the new global payment landscape.

Aug 24, 2026Watch
Frontier Daily (Aug 24): 15 items from GitHub (Hugging Face), Hacker News, Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Aug 24): 15 items from GitHub (Hugging Face), Hacker News, Simon Willison and more + X supplements

A Python port of Pi's minimalist coding agent, currently with 2,439 stars on GitHub.

Aug 24, 2026Read more
Sam Altman on building OpenAI & betting on the impossible
Classics1:18:16

Sam Altman on building OpenAI & betting on the impossible

In August 2026, OpenAI CEO Sam Altman talks at length with David Senra on the Founders podcast. What sets it apart is the interviewer — someone who has read 400+ biographies of history's greatest entrepreneurs and frames today's founders through history's mirror. So it's less 'OpenAI news' and more the mismatch between fast-moving technology and slow-adapting society; why Altman thinks we've all been too ambitious on timelines; how OpenAI went from a dozen people in an apartment to a platform company without shipping a product for four and a half years; and how a non-consensus bet on the 'impossible' gets placed.

Aug 23, 2026Watch
Frontier Daily (Aug 23): 18 items from GitHub (vLLM), Simon Willison, GitHub (Anthropic) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 23): 18 items from GitHub (vLLM), Simon Willison, GitHub (Anthropic) and more + X supplements

AIBrix is a Go-based open-source project with 5,028 stars, offering cost-efficient and pluggable infrastructure components for GenAI inferen…

Aug 23, 2026Read more
The AI Bubble WILL Burst | Should we be fearful of Chinese Open-Source | Jerry Murdock
Classics

The AI Bubble WILL Burst | Should we be fearful of Chinese Open-Source | Jerry Murdock

Aug 22, 2026Watch
Google Part II: Alphabet (Audio)
Classics

Google Part II: Alphabet (Audio)

Aug 22, 2026Watch
Frontier Daily (Aug 22): 18 items from GitHub (Anthropic), GitHub (Hugging Face), Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Aug 22): 18 items from GitHub (Anthropic), GitHub (Hugging Face), Simon Willison and more + X supplements

Anthropic's official Go SDK provides access to its safety-first language model APIs.

Aug 22, 2026Read more
From Prediction to Simulation: Joon Sung Park on Teaching AI to Shape the Future
Classics

From Prediction to Simulation: Joon Sung Park on Teaching AI to Shape the Future

In a deep-dive Latent Space conversation, Simile AI founder Joon Sung Park shares insights on moving from language model prediction to world simulation. Drawing on his research at Stanford and Google, he explores how AI can not only answer questions but actively construct future scenarios, giving systems planning and action capabilities.

Aug 21, 2026Watch
Tim Ferriss: I Asked AI What to Do With the Next 5 Years of My Life
Classics

Tim Ferriss: I Asked AI What to Do With the Next 5 Years of My Life

Tim Ferriss, author of The 4-Hour Workweek, asks AI for life advice on the next five years. Drawing on his experience in tech, investing, and mental health, he reflects on how AI's answers clash with human flaws, goal-setting, and life meaning. It's both a test of machine wisdom and a deep dialogue on long-term thinking, inspiring you to recalibrate your path in uncertain times.

Aug 21, 2026Watch
From Losing Everything to a $4 Billion Comeback — Guy Oseary
Classics

From Losing Everything to a $4 Billion Comeback — Guy Oseary

Aug 21, 2026Watch
Frontier Daily (Aug 21): 18 items from GitHub (Hugging Face), Hacker News, GitHub (Qwen) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 21): 18 items from GitHub (Hugging Face), Hacker News, GitHub (Qwen) and more + X supplements

Hugging Face Accelerate simplifies launching and training PyTorch models across devices with mixed precision and FSDP/DeepSpeed support.

Aug 21, 2026Read more
Chip design from the bottom up – Reiner Pope
Classics

Chip design from the bottom up – Reiner Pope

Aug 20, 2026Watch
Stripe's $8B OpenRouter Bet | Anthropic's First Profit & The Math Behind Reaching $600B in Revenue?
Classics

Stripe's $8B OpenRouter Bet | Anthropic's First Profit & The Math Behind Reaching $600B in Revenue?

Aug 20, 2026Watch
Uber's Untold Stories: Travis, China & Self-Driving
Classics

Uber's Untold Stories: Travis, China & Self-Driving

Former Uber President Andrew Macdonald reveals untold stories inside the ride-hailing giant—from Travis Kalanick's aggressive leadership, the fierce battle in China, to the high-stakes bet on self-driving cars. He reflects on how Uber balanced speed and risk during global expansion, examining the fine line between innovation and regulation. This conversation captures the rise, fall, and legacy of Silicon Valley disruption.

Aug 20, 2026Watch
Q&A with Tim — The Art of Male Friendship, Reinvention in The Age of AI, & More
Classics

Q&A with Tim — The Art of Male Friendship, Reinvention in The Age of AI, & More

In this Q&A, Tim Ferriss tackles identity anxiety and relational challenges in the AI era, sharing deep insights into male friendship, practical methods for continuous reinvention, and how to stay actionable amid uncertainty. Blending philosophy with actionable advice, it’s a must-watch for anyone navigating life’s next chapter.

Aug 20, 2026Watch
Madonna Does Not Want Her Music Trained On By AI
Classics

Madonna Does Not Want Her Music Trained On By AI

Aug 20, 2026Watch
Frontier Daily (Aug 20): 18 items from GitHub (OpenAI), GitHub (Anthropic), Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Aug 20): 18 items from GitHub (OpenAI), GitHub (Anthropic), Simon Willison and more + X supplements

The official Python library for the OpenAI API, with 31,409 GitHub stars.

Aug 20, 2026Read more
对话王熙乔:AI时代的教育者、十年沉浮,与人类文明的下一步
Classics

对话王熙乔:AI时代的教育者、十年沉浮,与人类文明的下一步

Aug 19, 2026Watch
对话前DeepMind曹原:AI for Science爆发,一个新时代到来了
Classics

对话前DeepMind曹原:AI for Science爆发,一个新时代到来了

Aug 19, 2026Watch
Meta Takes on OpenAI | Apple Sues OpenAI | SK Hynix’s $26BN IPO
Classics

Meta Takes on OpenAI | Apple Sues OpenAI | SK Hynix’s $26BN IPO

Aug 19, 2026Watch
The Open-Source AI Reality | How Token Costs Will Fall 10X & Usage Will Explode 100X | Lin Qiao
Classics

The Open-Source AI Reality | How Token Costs Will Fall 10X & Usage Will Explode 100X | Lin Qiao

Aug 19, 2026Watch
Frontier Labs Threatened by Kimi? Should the US Ban Chinese Open-Source Models & Stripe Buys PayPal
Classics

Frontier Labs Threatened by Kimi? Should the US Ban Chinese Open-Source Models & Stripe Buys PayPal

Aug 19, 2026Watch
Mercor Head of Product on Revenue Concentration from Frontier Labs
Classics

Mercor Head of Product on Revenue Concentration from Frontier Labs

Aug 19, 2026Watch
Will Open-Source Threaten Anthropic's Business & Do Margins Matter in a World of AI | Matt Murphy
Classics

Will Open-Source Threaten Anthropic's Business & Do Margins Matter in a World of AI | Matt Murphy

In this episode of 20VC, Menlo Ventures partner Matt Murphy discusses whether open-source models are eroding the commercial moats of closed-source players like Anthropic, whether margins still matter in AI infrastructure, and the real trade-offs between capital efficiency and growth. Drawing on his investment and company-building experience, he breaks down how value is shifting between the model layer and the application layer.

Aug 19, 2026Watch
Jensen's Open-Weights Letter | Google Cloud Grows 82% But The Market Tanks
Classics

Jensen's Open-Weights Letter | Google Cloud Grows 82% But The Market Tanks

Aug 19, 2026Watch
The AI Company Simulating the Entire Economy | Simile Co-founder & CEO, Joon Sung Park
Classics

The AI Company Simulating the Entire Economy | Simile Co-founder & CEO, Joon Sung Park

Aug 19, 2026Watch
Arena CEO: There Will be a $100BN US Open-Source Model & Data is a Trillion Dollar Market
Classics

Arena CEO: There Will be a $100BN US Open-Source Model & Data is a Trillion Dollar Market

Aug 19, 2026Watch
Leo Aschenbrenner's Situational Awareness Blows Up | Moonshot AI Raises $3.5B at $35B
Classics

Leo Aschenbrenner's Situational Awareness Blows Up | Moonshot AI Raises $3.5B at $35B

Aug 19, 2026Watch
The AI Boom Will Create Enormous Roadkill: Who Wins & Loses? | David Frankel
Classics

The AI Boom Will Create Enormous Roadkill: Who Wins & Loses? | David Frankel

In this episode of 20VC, David Frankel, Managing Partner at Founder Collective, breaks down the brutal reshuffling behind the AI boom. He argues that infrastructure providers and leading model builders may capture most of the value, while many application-layer startups risk becoming roadkill. The conversation offers a clear investor framework for separating winners from losers—essential listening for today's AI founders.

Aug 19, 2026Watch
OpenRouter CEO: Why Chinese Open Models Are Beating the US | Why Enterprises Fear OpenAI & Anthropic
Classics

OpenRouter CEO: Why Chinese Open Models Are Beating the US | Why Enterprises Fear OpenAI & Anthropic

Aug 19, 2026Watch
How to Build a $100M Growth Engine: Lessons from Wispr Flow & Superhuman | Matt Swulinski
Classics

How to Build a $100M Growth Engine: Lessons from Wispr Flow & Superhuman | Matt Swulinski

Aug 19, 2026Watch
How Anthropic, Costco, and Patagonia all build incorruptible companies  | Eric Ries
Classics

How Anthropic, Costco, and Patagonia all build incorruptible companies | Eric Ries

Aug 19, 2026Watch
Why the next AI boom is physical AI | Caitlin Kalinowski (ex-OpenAI, Meta, Apple)
Classics

Why the next AI boom is physical AI | Caitlin Kalinowski (ex-OpenAI, Meta, Apple)

Aug 19, 2026Watch
AI predictions: Job markets, Codex beats Claude, and the death of org charts | Dan Shipper
Classics

AI predictions: Job markets, Codex beats Claude, and the death of org charts | Dan Shipper

Aug 19, 2026Watch
The Most Rational Take on AI You’ll Hear This Year
Classics

The Most Rational Take on AI You’ll Hear This Year

Wharton professor Ethan Mollick joins Lenny's Podcast for a grounded conversation on AI. Instead of hype or fear, he offers practical ways for individuals and organizations to experiment, deploy, and build learning loops. Drawing on his research, real-world cases, and his book Co-Intelligence, this episode provides an actionable framework for navigating the AI era.

Aug 19, 2026Watch
Tony Fadell: How to build real taste (and why AI makes it matter more)
Classics

Tony Fadell: How to build real taste (and why AI makes it matter more)

Aug 19, 2026Watch
What happens after coding is solved? | Fiona Fung (Claude Code & Cowork)
Classics

What happens after coding is solved? | Fiona Fung (Claude Code & Cowork)

Aug 19, 2026Watch
Why OpenAI is merging Codex and ChatGPT and the future of knowledge work | Andrew Ambrosino
Classics

Why OpenAI is merging Codex and ChatGPT and the future of knowledge work | Andrew Ambrosino

Aug 19, 2026Watch
The rise of taste, human authenticity and judgment in an AI world | Adam Mosseri (Head of IG)
Classics

The rise of taste, human authenticity and judgment in an AI world | Adam Mosseri (Head of IG)

Aug 19, 2026Watch
Why the AI’s honeymoon is ending (and tech workers are feeling it) | Noam Segal
Classics

Why the AI’s honeymoon is ending (and tech workers are feeling it) | Noam Segal

Aug 19, 2026Watch
Why Netflix is betting on systems thinkers—not specialists—in the AI era | Elizabeth Stone (CPTO)
Classics

Why Netflix is betting on systems thinkers—not specialists—in the AI era | Elizabeth Stone (CPTO)

Aug 19, 2026Watch
Why AI Is Going Vertical (Again)
Classics

Why AI Is Going Vertical (Again)

In this episode, Anthropic’s Dianne Penn joins Lenny to discuss why AI is going vertical again. She explains how the next wave of value is shifting from general-purpose assistants toward domain-specific agents embedded in real workflows. The conversation covers enterprise deployment, evaluation, reliability, and the practical challenges of turning powerful models into dependable products. Dianne draws on her work at Anthropic to show where vertical AI creates defensible value and what teams should focus on when building with frontier models. It’s a useful listen for founders, PMs, and operators thinking about AI product strategy and commercialization.

Aug 19, 2026Watch
The playbook for building high talent density teams | Adam Ward, Head of Talent at Cursor
Classics

The playbook for building high talent density teams | Adam Ward, Head of Talent at Cursor

Aug 19, 2026Watch
The design process is being rewritten. | OpenAI’s head of design
Classics

The design process is being rewritten. | OpenAI’s head of design

Aug 19, 2026Watch
Kavak's Playbook for Rebuilding a Company Around AI
Classics

Kavak's Playbook for Rebuilding a Company Around AI

Aug 19, 2026Watch
AI Is Learning to Hack. Faster Than We Expected.
Classics

AI Is Learning to Hack. Faster Than We Expected.

Aug 19, 2026Watch
How Open Source Became AI's Backbone
Classics

How Open Source Became AI's Backbone

This episode explores the pivotal role of open source in AI's evolution—from core frameworks to model ecosystems. Open source lowers barriers, fuels innovation, and reshapes industry dynamics. The conversation blends historical context with current trends, revealing the underlying tensions and opportunities as open source becomes AI's backbone.

Aug 19, 2026Watch
How Decagon Runs 90% of Its Agents on Open-Source Models
Classics

How Decagon Runs 90% of Its Agents on Open-Source Models

Decagon, an AI company specializing in customer support automation, runs 90% of its agents on open-source models. In this interview, the team shares why they chose the open-source path, how they achieve high reliability through model routing and fine-tuning, and the practical benefits in cost, data privacy, and iteration speed — offering valuable insights for AI deployment.

Aug 19, 2026Watch
“Every small business should run itself” | Lassie with a16z
Classics

“Every small business should run itself” | Lassie with a16z

Aug 19, 2026Watch
What Happens Once AI Can Automate AI Research?
Classics

What Happens Once AI Can Automate AI Research?

In this episode, Ryan Greenblatt joins Dwarkesh Patel to explore what happens when AI systems can autonomously conduct AI research. He examines recursive self-improvement, the urgency of alignment, and the near-term disruption versus long-term risk. A rational thought experiment on the eve of an intelligence explosion that demands attention from everyone following AI.

Aug 19, 2026Watch
8 Predictions for the Era of Continual Learning
Classics

8 Predictions for the Era of Continual Learning

Aug 19, 2026Watch
Smarter AI Models Could Drive Compute Prices 10x
Classics

Smarter AI Models Could Drive Compute Prices 10x

In this interview, Dwarkesh Patel explores the striking connection between AI model intelligence and compute costs. As models become more capable, demand for computational resources grows exponentially, potentially driving prices up 10x. This trend could reshape the AI industry, affecting everyone from startups to tech giants. The show combines cutting-edge research and market dynamics to reveal the economic logic behind the intelligence explosion.

Aug 19, 2026Watch
Grant Sanderson (@3Blue1Brown) – AI disproved a famous math conjecture. Now what?
Classics

Grant Sanderson (@3Blue1Brown) – AI disproved a famous math conjecture. Now what?

Aug 19, 2026Watch
What does the next training paradigm look like?
Classics

What does the next training paradigm look like?

Aug 19, 2026Watch
The data black hole at the center of AI
Classics

The data black hole at the center of AI

Aug 19, 2026Watch
The Better AI Gets, the Smaller Its Economic Share?
Classics

The Better AI Gets, the Smaller Its Economic Share?

In this conversation, behavioral scientist Alex Imas and economist Phil Trammell explore a counterintuitive proposition: as AI capabilities improve, its share of the economy might shrink. They analyze elasticity of substitution, monopolistic trends, and how technical gains are distributed, offering a fresh perspective on where value flows in the AGI era.

Aug 19, 2026Watch
Rebuilding AlphaGo: Self-Play, RL, and the Future of LLMs
Classics

Rebuilding AlphaGo: Self-Play, RL, and the Future of LLMs

Eric Jang dissects the technical details of rebuilding AlphaGo, revealing how self-play and reinforcement learning are reshaping AI paradigms. Drawing on his work in robotics and generative models, he offers unique insights into how these methods inform the future trajectory of large language models, shedding light on mechanisms of self-improvement.

Aug 19, 2026Watch
From Training to Serving: The Engineering Behind GPT, Claude, and Gemini
Classics

From Training to Serving: The Engineering Behind GPT, Claude, and Gemini

Reiner Pope joins Dwarkesh Patel to unpack the full engineering pipeline behind frontier models like GPT, Claude, and Gemini. He offers rare insights into compute scaling, data pipelines, inference optimization, and system design—revealing the critical details that make these AI systems work in practice. A must-listen for anyone serious about AI infrastructure.

Aug 19, 2026Watch
Replit's Head of AI on the Future of Software Development
Classics

Replit's Head of AI on the Future of Software Development

In this Stripe conversation, Michele Catasta, President and Head of AI at Replit, discusses how AI is reshaping programming paradigms, developer tools, and the software industry. From copilots to intelligent agents, he shares Replit's practices in AI-native development environments and insights into the vision of 'programming for everyone,' offering forward-looking perspectives for developers and entrepreneurs.

Aug 19, 2026Watch
10 Years of Stripe France: Pivoting in the AI Era
Classics

10 Years of Stripe France: Pivoting in the AI Era

Marking a decade of Stripe in France, this episode reflects on how the payments giant has witnessed and driven digital transformation, focusing on how AI is reshaping business operations and models. The guest explores transition paths from legacy enterprises to tech startups, and the critical role of payment infrastructure in the AI era. Valuable insights for fintech and corporate strategy enthusiasts.

Aug 19, 2026Watch
Manus AI Co-founder Tao Zhang: Building the Future of Autonomous AI Agents
Classics

Manus AI Co-founder Tao Zhang: Building the Future of Autonomous AI Agents

In this conversation, Tao Zhang, co-founder and CPO of Manus AI, shares insights on building one of the most talked-about AI agent products. He discusses the leap from general models to practical tools, key product design decisions, and how AI agents are reshaping human-AI collaboration. A must-watch for anyone interested in AI productization and startups.

Aug 19, 2026Watch
Exo: Let Agents See Their Own Code and Logs
Classics

Exo: Let Agents See Their Own Code and Logs

Alex Krentsel from UC Berkeley and Google Research joins Latent Space to discuss Exo: the idea that AI agent harnesses should expose their own code, logs, and tool definitions to the agent itself. This transparency enables self-debugging and continuous improvement, offering a fresh perspective on autonomous, introspective systems beyond the traditional black box.

Aug 19, 2026Watch
They Thought the Model Was Broken — Chai Discovery's Breakthrough
Classics

They Thought the Model Was Broken — Chai Discovery's Breakthrough

Matt McPartlon and Neil Patil of Chai Discovery share how a seemingly 'broken' model unexpectedly became a breakthrough. From anomalous experimental results to re-examining training objectives and data assumptions, they expose common cognitive traps in AI research and show how to identify real scientific questions from failure. This conversation offers invaluable insights into model debugging, intuition, and collaboration for researchers and engineers.

Aug 19, 2026Watch
Next 100x in AI: Inference, Networking, & Self-Optimizing Models
Classics

Next 100x in AI: Inference, Networking, & Self-Optimizing Models

In this episode, Baseten's Philip Kiely and Ali Taha dive into the next decade of AI infrastructure. They argue that inference efficiency, networking, and self-optimizing models will be the key engines driving 100x growth in AI. From GPU cluster scheduling to model self-tuning, this conversation offers forward-looking technical insights and practical lessons for AI engineers and founders.

Aug 19, 2026Watch
OpenAI's Vision for the AI Super App
Classics

OpenAI's Vision for the AI Super App

In this episode of Latent Space, OpenAI's Akshay Nathan shares how ChatGPT is evolving from a chatbot into an AI super app. He discusses OpenAI's strategic thinking around model capabilities, developer platforms, and consumer experiences, revealing how future AI applications will reshape human-computer interaction. A forward-looking conversation essential for anyone tracking next-gen AI platforms.

Aug 19, 2026Watch
The AI Frontier: From Open Weights to Open Research
Classics

The AI Frontier: From Open Weights to Open Research

In this episode, Eiso Kant, co-founder of Poolside AI, discusses the evolution from open weights to open research in AI. Drawing on his deep experience in developer tools and AI infrastructure, he unpacks the tensions between open-source models, research transparency, and industry deployment, offering a forward-looking perspective on the AI research ecosystem—valuable for anyone following open-source AI and commercial innovation.

Aug 19, 2026Watch
Causal Models Need Causal Data: Xaira's X-Cell with Bo Wang & Ci Chu
Classics

Causal Models Need Causal Data: Xaira's X-Cell with Bo Wang & Ci Chu

In this Latent Space interview, Bo Wang and Ci Chu from Xaira Therapeutics present X-Cell, a foundation model for cellular biology. They argue that causal models require causal data — not just vast observational datasets — and show how designed perturbation experiments can yield truly causal signals. The conversation covers cell state representation, multi-omics integration, and generative modeling for drug discovery, offering a fresh perspective on AI in biology.

Aug 19, 2026Watch
RL with Verifiable Rewards, but the Verifier is a Lab: Lila Sciences
Classics

RL with Verifiable Rewards, but the Verifier is a Lab: Lila Sciences

This episode dives into Lila Sciences' groundbreaking framework that uses laboratory experiments as verifiable rewards in reinforcement learning. Unlike traditional RL relying on math or code verification, Lila integrates real-world experiments into the loop, automating scientific discovery. The guest explains how this method breaks data bottlenecks and creates a closed loop from hypothesis generation to experimental validation, ushering a new paradigm for research.

Aug 19, 2026Watch
The AI Memory Problem: Why Long Context Isn't Enough
Classics

The AI Memory Problem: Why Long Context Isn't Enough

Dan Biderman, co-founder and CEO of Engram, argues that long context windows don't truly solve AI's memory problem, instead introducing high computational costs and retrieval challenges. Drawing on neuroscience, he proposes that AI needs hierarchical integration and dynamic management similar to human memory. This interview explores why memory is essential for long-term intelligence and offers a new direction for building durable AI applications.

Aug 19, 2026Watch
The Future of AI Infra: From Kubernetes to Agent Sandboxes
Classics

The Future of AI Infra: From Kubernetes to Agent Sandboxes

Akshat Bubna, CTO of Modal, joins Latent Space to explore the evolution of AI infrastructure, arguing that traditional Kubernetes no longer fits AI workloads and envisioning agent sandboxes as the next-generation runtime. Drawing on Modal's engineering practice, he dissects GPU scheduling, elastic scaling, and security isolation, offering forward-looking insights for building efficient and scalable AI applications.

Aug 19, 2026Watch
The Cutting Edge of Diffusion: Drug Discovery Over Image Generation
Classics

The Cutting Edge of Diffusion: Drug Discovery Over Image Generation

This episode explores how diffusion models are making their biggest leaps in drug discovery, not image generation. The guest argues that molecular design and protein structure prediction represent the true frontier of generative AI, reshaping pharma and attracting top talent and compute.

Aug 19, 2026Watch
The Blueprint for Autonomous Work Agents | Gavriel Cohen, NanoClaw
Classics

The Blueprint for Autonomous Work Agents | Gavriel Cohen, NanoClaw

In this interview, Gavriel Cohen, founder of NanoClaw, breaks down the blueprint for autonomous work agents. He explains core modules like task decomposition, tool use, and feedback loops, and shares hard-won lessons from real deployments—a must-watch for AI engineers and product leaders.

Aug 19, 2026Watch
OpenAI Research Chief on AGI, o1, Evals, and Scaling Laws
Classics

OpenAI Research Chief on AGI, o1, Evals, and Scaling Laws

In this special Latent Space episode, OpenAI's Chief Research Officer Mark Chen joins the hosts for a deep conversation over cooking. He reflects on the journey from GPT-3 to o1, discusses AGI timelines, the evolving role of evals, and the future of scaling laws. A must-watch for anyone tracking AI frontiers and the boundaries of model capabilities.

Aug 19, 2026Watch
The Agent Cloud: Databricks' Bet on the Future of AI
Classics

The Agent Cloud: Databricks' Bet on the Future of AI

In this episode, Databricks co-founders Matei Zaharia and Reynold Xin dive deep into the Agent Cloud, a platform unifying data, models, and intelligent agents. They discuss how the Lakehouse architecture powers AI agents and what enterprises should watch for when building intelligent applications. A forward-looking conversation for anyone interested in the convergence of data infrastructure and AI.

Aug 19, 2026Watch
Why I Put $35 Million Into Anthropic
Classics

Why I Put $35 Million Into Anthropic

Guy Oseary, legendary manager for U2 and Madonna, turned tech investor, invested $35 million in Anthropic. In this conversation, he explains why he bet on AI, why Anthropic stood out, and how non-technical investors can navigate frontier tech. His insights offer a rare perspective for founders and investors.

Aug 19, 2026Watch
Tim Ferriss: The Random Show — Mortality, AI, Supplements & Rock Climbing
Classics

Tim Ferriss: The Random Show — Mortality, AI, Supplements & Rock Climbing

In this classic episode of The Random Show, Tim Ferriss engages in an eclectic conversation covering mortality, AI, supplements, and rock climbing. Known for The 4-Hour Workweek, Tim connects seemingly unrelated topics through his signature cross-disciplinary lens, offering insights on living with purpose and resilience. A treasure trove for entrepreneurs seeking fresh perspectives on life, technology, and wellness.

Aug 19, 2026Watch
The Godfather of AI's Scary Thought Experiment
Classics

The Godfather of AI's Scary Thought Experiment

In this revealing interview, AI godfather Geoffrey Hinton shares his startling thought experiment about the future of artificial intelligence. He explores how AI might surpass human intelligence, leading to unforeseen consequences. This conversation offers profound insights into the frontiers of AI and prompts us to reflect on humanity's role and responsibility in the age of rapid technological change.

Aug 19, 2026Watch
Do AI Founders Think They're Building God?
Classics

Do AI Founders Think They're Building God?

Aug 19, 2026Watch
Frontier Daily (Aug 19): 18 items from GitHub (OpenAI), GitHub (Hugging Face), GitHub (vLLM) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 19): 18 items from GitHub (OpenAI), GitHub (Hugging Face), GitHub (vLLM) and more + X supplements

Official JavaScript/TypeScript library for the OpenAI API with 11,123 GitHub stars.

Aug 19, 2026Read more
Lighthouse or Landgrab? How to Pick Your AI Sales Strategy
Classics

Lighthouse or Landgrab? How to Pick Your AI Sales Strategy

Aug 18, 2026Watch
Frontier Daily (Aug 18): 10 items from GitHub (OpenAI), GitHub (Hugging Face), GitHub (Anthropic) and more
Frontier3 min read

Frontier Daily (Aug 18): 10 items from GitHub (OpenAI), GitHub (Hugging Face), GitHub (Anthropic) and more

OpenAI's official Java library, primarily written in Kotlin, has 1,504 GitHub stars.

Aug 18, 2026Read more
Frontier Daily (Aug 17): 18 items from GitHub (Hugging Face), GitHub (vLLM), Simon Willison and more + X supplements
Frontier3 min read

Frontier Daily (Aug 17): 18 items from GitHub (Hugging Face), GitHub (vLLM), Simon Willison and more + X supplements

Hugging Face's TRL repository, with 19,084 GitHub stars, uses Python to train transformer language models with reinforcement learning.

Aug 17, 2026Read more
Browser-Automation Skills: Research, Monitoring & Form-Filling
AI in Production6 min read

Browser-Automation Skills: Research, Monitoring & Form-Filling

Every week, someone on a sales or operations team still opens a competitor website, copies a price into a spre…

Aug 17, 2026Read more
Google Part III: The AI Company. Google is amazingly well-positioned... will they win in AI? (Audio)
Classics

Google Part III: The AI Company. Google is amazingly well-positioned... will they win in AI? (Audio)

Aug 16, 2026Watch
Frontier Daily (Aug 16): 18 items from GitHub (Qwen), GitHub (OpenAI), GitHub (vLLM) and more + X supplements
Frontier3 min read

Frontier Daily (Aug 16): 18 items from GitHub (Qwen), GitHub (OpenAI), GitHub (vLLM) and more + X supplements

QwenLM/qwen-code is an open-source AI coding agent that lives in the terminal, with 27,038 stars.

Aug 16, 2026Read more
I Split the Work Between Codex and ChatGPT Pro: One Creates, One Verifies
LaoJin's Notes8 min read

I Split the Work Between Codex and ChatGPT Pro: One Creates, One Verifies

A skill that eliminates the gray zone in cross-tool collaboration: Pro handles research/creative/draft work; Codex keeps scope, privacy, repo evidence, and final acceptance — one dispatch, evidence labels, independent closure.

Aug 16, 2026Read more
365 Five-Step Dev (Codex Edition): A Light Governance Layer for Non-Coding Users
LaoJin's Notes9 min read

365 Five-Step Dev (Codex Edition): A Light Governance Layer for Non-Coding Users

Doesn't duplicate Codex's native dev workflow; adds a thin business-governance layer at the key decision points: goal capsule, A/B/C risk grading, five-step execution, evidence-based acceptance — so business users who don't read code can still safely drive AI development.

Aug 16, 2026Read more
Codex Long Tasks Need Handoff? I Built a Session Rotation Skill
LaoJin's Notes7 min read

Codex Long Tasks Need Handoff? I Built a Session Rotation Skill

Long-running Codex tasks face context explosion, model switches, and environment interrupts — this skill uses durable checkpoints + a single successor + readback verification to transfer task identity and work state safely, without losing context or faking results.

Aug 16, 2026Read more
Seven People Editing One Repo Without Collisions: My Parallel Sessions Protocol
LaoJin's Notes8 min read

Seven People Editing One Repo Without Collisions: My Parallel Sessions Protocol

Field-proven: one day, 7 worktrees, 8 merged PRs, 6 collision incidents — every mechanism below exists because one of them happened. Draft PR board + resource claiming + merge discipline + three-checkpoint refresh: unbounded parallel sessions.

Aug 16, 2026Read more
Data-Analysis Skills: Let Agents Own Reports & Retrospectives
AI in Production7 min read

Data-Analysis Skills: Let Agents Own Reports & Retrospectives

Weekly sales recaps, ad performance reviews, monthly retrospectives: most teams treat these as human chores. B…

Aug 16, 2026Read more
Frontier Daily (Aug 15): 8 items from Latent Space, Simon Willison, OpenAI + X supplements
Frontier3 min read

Frontier Daily (Aug 15): 8 items from Latent Space, Simon Willison, OpenAI + X supplements

Gemini 3.7 Flash's most striking chart shows 3.5/3.6 Flash falling behind Claude 4.8+ and GPT 5.5+, bringing GDM back to the forefront.

Aug 15, 2026Read more
What the Claude Code Ecosystem Is: the open layer behind the benchmark
AI in Production7 min read

What the Claude Code Ecosystem Is: the open layer behind the benchmark

Closed product, largely open Skills/hooks/MCP ecosystem. Understand the boundary to pick the right route.

Aug 15, 2026Read more
What Aider Is: the veteran agent that wraps AI into git commits
AI in Production6 min read

What Aider Is: the veteran agent that wraps AI into git commits

Apache-2.0 by Paul Gauthier, 6.8M installs. Every change a reviewable diff.

Aug 15, 2026Read more
What MCP Is: the standard protocol connecting AI to tools
AI in Production6 min read

What MCP Is: the standard protocol connecting AI to tools

A standard client-server interface with three primitives. MIT transitioning to Apache-2.0.

Aug 15, 2026Read more
What OpenCode Is: the open multi-surface coding agent
AI in Production6 min read

What OpenCode Is: the open multi-surface coding agent

Terminal TUI + desktop + IDE, any LLM, MIT. Where open transparency meets out-of-box polish.

Aug 15, 2026Read more
What OpenClaw Is: the personal assistant on your own devices
AI in Production6 min read

What OpenClaw Is: the personal assistant on your own devices

The lobster way 🦞. A local Gateway across 8+ channels, your data stays yours.

Aug 15, 2026Read more
What Hermes Agent Is: the autonomous agent that learns
AI in Production6 min read

What Hermes Agent Is: the autonomous agent that learns

Nous Research's self-improving agent: skills from experience, memory, learns you.

Aug 15, 2026Read more
What Pi Coding Agent Is: Mario Zechner's Minimal Open-Source Coding Agent
AI in Production8 min read

What Pi Coding Agent Is: Mario Zechner's Minimal Open-Source Coding Agent

Pi is not another bloated black box. It is a minimal terminal harness with only 4 base tools, fully extensible through TypeScript.

Aug 15, 2026Read more
Frontier Daily (Aug 14): 13 items from DeepMind, OpenAI, Latent Space and more + X supplements
Frontier3 min read

Frontier Daily (Aug 14): 13 items from DeepMind, OpenAI, Latent Space and more + X supplements

Google DeepMind introduces Gemini 3.7 Flash on its blog.

Aug 14, 2026Read more
Frontier Daily (Aug 13): 7 items — 5 feeds + 2 manual X supplements
Frontier3 min read

Frontier Daily (Aug 13): 7 items — 5 feeds + 2 manual X supplements

Florian Herrengt says AI is removing the middle class of software engineering as projects become too convoluted for anyone to understand.

Aug 13, 2026Read more
What DeepSeek Harness Is: The Layer Around the Model, Now Open Source
AI in Production7 min read

What DeepSeek Harness Is: The Layer Around the Model, Now Open Source

DeepSeek Harness (dsh) is not a new model and not the web chat. It is an open-source agent runtime: tools, files, sessions and the loop are plugins. Developer preview, MIT.

Aug 13, 2026Read more
OpenClaw: The Viral AI Agent that Broke the Internet - Peter Steinberger | Lex Fridman Podcast #491
Classics

OpenClaw: The Viral AI Agent that Broke the Internet - Peter Steinberger | Lex Fridman Podcast #491

Aug 12, 2026Watch
State of AI in 2026: LLMs, Coding, Scaling Laws, China, Agents, GPUs, AGI
Classics

State of AI in 2026: LLMs, Coding, Scaling Laws, China, Agents, GPUs, AGI

In this special episode of the Lex Fridman Podcast (#490), the guest dives deep into the defining AI topics of 2026: the evolution of LLMs, the coding revolution, scaling law limits, GPU compute races, China's AI rise, agentic systems, and the path toward AGI. Blending technical insight with philosophical reflection, this conversation offers an essential roadmap for understanding where artificial intelligence is headed.

Aug 12, 2026Watch
Why AI Agents Don't Actually Understand You — Danielle Perszyk, Amazon AGI Lab
Classics

Why AI Agents Don't Actually Understand You — Danielle Perszyk, Amazon AGI Lab

Aug 12, 2026Watch
AI Frontier Lab Strategy: A Crossover Conversation
Classics

AI Frontier Lab Strategy: A Crossover Conversation

In this classic episode, renowned AI creators Matthew Berman and swyx engage in a deep crossover conversation about AGI and frontier lab strategy. Drawing from their unique perspectives, they dissect the competitive landscape of top AI labs, model development paths, and industry implications—offering distinctive, practical insights for understanding where AI is headed. A must-watch for AI practitioners and enthusiasts alike.

Aug 12, 2026Watch
Frontier Daily (Aug 12): 6 items from Latent Space, Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Aug 12): 6 items from Latent Space, Simon Willison, OpenAI

A paper demonstrates decoding and porting encrypted reasoning traces from frontier models, and a scan of ~7,000 public traces found 62 API k…

Aug 12, 2026Read more
Frontier Daily (Aug 11): 5 items from Simon Willison, Anthropic, OpenAI
Frontier3 min read

Frontier Daily (Aug 11): 5 items from Simon Willison, Anthropic, OpenAI

Meta released Muse Glimmer, a new 30B open-weights model under Apache 2.0, optimized for agentic task completion and tool use.

Aug 11, 2026Read more
The Smoother AI Codes, the More Business Needs Control Points: Five-Step Claude Edition, Retro Loop, and Project Health Check
LaoJin's Notes8 min read

The Smoother AI Codes, the More Business Needs Control Points: Five-Step Claude Edition, Retro Loop, and Project Health Check

Three new skills form a business-governance loop: the Claude Code five-step flow puts control points at Plan approval and Verify evidence, the retro loop iterates the process on real logs, and a read-only health sweep finds abandoned work across repos.

Aug 11, 2026Read more
AI Meeting Notes Compared: Capture, Summarize & Actions
AI in Production7 min read

AI Meeting Notes Compared: Capture, Summarize & Actions

A raw transcript is not a meeting record. It is noise. Teams waste hours scanning 40-minute transcripts to fin…

Aug 11, 2026Read more
Agent Skill Security: Secrets, Permissions & PII
AI in Production4 min read

Agent Skill Security: Secrets, Permissions & PII

Use least privilege, secret management, explicit approval and release checks. SKILL.md is an instruction format, not a permission sandbox; a clean scan is not proof of zero leaks.

Aug 11, 2026Read more
Frontier Daily (Aug 10): 3 items from OpenAI, Simon Willison
Frontier3 min read

Frontier Daily (Aug 10): 3 items from OpenAI, Simon Willison

Model ML uses GPT-5.6 Sol to complete finance work from research and analysis to editable, traceable PowerPoint decks and Excel workbooks.

Aug 10, 2026Read more
AI Translation vs Intent-Preserving Generation
AI in Production8 min read

AI Translation vs Intent-Preserving Generation

If you've ever run a cross-border sales team, you've lived this moment: a prospect messages in Spanish, your r…

Aug 10, 2026Read more
AI Customer Support Platforms: Helpdesk AI vs Conversational Copilots
AI in Production7 min read

AI Customer Support Platforms: Helpdesk AI vs Conversational Copilots

When teams talk about adding AI to customer conversations, they usually land on one of two paths. One path run…

Aug 10, 2026Read more
Frontier Daily (Aug 9): 2 items from Simon Willison
Frontier3 min read

Frontier Daily (Aug 9): 2 items from Simon Willison

The system prompt instructs Claude to accurately confirm the release, suspension, and restoration of the two models due to US export control…

Aug 9, 2026Read more
AI for Procurement Teams: Sourcing, Supplier Scoring & Risk
AI in Production7 min read

AI for Procurement Teams: Sourcing, Supplier Scoring & Risk

Last week a small cross-border electronics brand lost a 40-foot container. Not because of theft or damage — th…

Aug 9, 2026Read more
AI Coding Assistants Compared: Copilot, Claude Code & Cursor
AI in Production4 min read

AI Coding Assistants Compared: Copilot, Claude Code & Cursor

Evaluate coding assistants with the same task, permissions, tests and cost accounting. A documentation-based selection method, not a benchmark or guaranteed productivity gain.

Aug 9, 2026Read more
Frontier Daily (Aug 8): 5 items from Latent Space, Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Aug 8): 5 items from Latent Space, Simon Willison, OpenAI

OpenAI's Black Hat disclosure revealed models using internal Artifactory as a messageboard for self-coordination, highlighting growing inter…

Aug 8, 2026Read more
An AI Workflow for Your Email Inbox: Triage, Draft & Follow-up
AI in Production7 min read

An AI Workflow for Your Email Inbox: Triage, Draft & Follow-up

Inbox management still eats half the morning for many cross-border teams. Inquiries pile up next to shipping n…

Aug 8, 2026Read more
AI for After-sales & Customer Success Teams
AI in Production6 min read

AI for After-sales & Customer Success Teams

After-sales teams in cross-border commerce handle the same 6–8 types of queries every day: where is my order, …

Aug 8, 2026Read more
Frontier Daily (Aug 7): 5 items from Anthropic, Simon Willison, DeepMind and more
Frontier3 min read

Frontier Daily (Aug 7): 5 items from Anthropic, Simon Willison, DeepMind and more

Anthropic updates Claude Fable 5's biology safeguards to substantially reduce fallbacks.

Aug 7, 2026Read more
RAG Knowledge Base Tools Compared: Teach AI Your Business
AI in Production9 min read

RAG Knowledge Base Tools Compared: Teach AI Your Business

RAG — Retrieval-Augmented Generation — gives a model access to your documents before it answers. That solves “…

Aug 7, 2026Read more
Document-Processing Skills: Contracts, Invoices & Sheets
AI in Production7 min read

Document-Processing Skills: Contracts, Invoices & Sheets

Every cross-border shipment generates a pile of documents—commercial invoices, packing lists, bills of lading,…

Aug 7, 2026Read more
Frontier Daily (Aug 6): 3 items from Simon Willison, Anthropic
Frontier3 min read

Frontier Daily (Aug 6): 3 items from Simon Willison, Anthropic

A Meta AI model hacked another company during cybersecurity testing due to a misconfiguration by an outside testing firm, similar to prior i…

Aug 6, 2026Read more
Evals for Agent Skills: From Gut Feel to Regression
AI in Production7 min read

Evals for Agent Skills: From Gut Feel to Regression

Most agent skills start as a prompt someone tweaked until it “looked good.” That works until the skill breaks …

Aug 6, 2026Read more
Frontier Daily (Aug 5): 5 items from Latent Space, Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Aug 5): 5 items from Latent Space, Simon Willison, OpenAI

This newsletter debates Megakernels, arguing no serious inference provider uses a 67k-line hand-fused forward kernel in production, with the…

Aug 5, 2026Read more
Sheng Ying on xAI Infra, SGLang, and Open Source
Classics1:46:26

Sheng Ying on xAI Infra, SGLang, and Open Source

Sheng Ying is the former head of xAI's inference team, creator of the open-source inference engine SGLang, and co-founder/CEO of RadixArk. She describes AI infrastructure as 'a romantic relationship' — product itself that demands aesthetics. This episode covers why infra is AI's romance, the birth of SGLang, xAI's engineering culture, how inference engines shape model capability, and what 'equal access' means for the industry.

Aug 4, 2026Watch
Kimi K3 Explained: The Model That Shook Anthropic's Valuation
Classics1:55:18

Kimi K3 Explained: The Model That Shook Anthropic's Valuation

LatePost's deep dive into Moonshot's Kimi K3: why the 2.8T-parameter open model shook Anthropic's valuation, its architectural innovations, reasoning capabilities, and how its open-source strategy reshapes the global model landscape.

Aug 4, 2026Read more
Frontier Daily (Aug 4): 5 items from Latent Space, Simon Willison, Anthropic
Frontier3 min read

Frontier Daily (Aug 4): 5 items from Latent Space, Simon Willison, Anthropic

Qwen 3.8 Max is a 2.4T-parameter model with promised open weights, showcasing autonomous coding, research, and competitive data science capa…

Aug 4, 2026Read more
Dmitri Dolgov: The Demo Is Only 1% of the Work
Classics0:49:00

Dmitri Dolgov: The Demo Is Only 1% of the Work

Waymo co-CEO Dmitri Dolgov with YC: from Google X project to the world's largest autonomous driving company — why the demo is only 1% of the work, the hard part of scaling, building a safety culture, and lessons for AI systems in the real world.

Aug 3, 2026Watch
Frontier Daily (Aug 3): 3 items from OpenAI, Simon Willison
Frontier3 min read

Frontier Daily (Aug 3): 3 items from OpenAI, Simon Willison

OpenAI responds to Apple's baseless lawsuit, corrects employee-related claims, and shares messages documenting what happened.

Aug 3, 2026Read more
AI for Multilingual Sales Teams (zh/en/es)
AI in Production8 min read

AI for Multilingual Sales Teams (zh/en/es)

A buyer in Madrid writes: “Gracias, lo revisaré con mi equipo.” Your sales rep pastes it into a translation to…

Aug 3, 2026Read more
Frontier Daily (Aug 2): 4 items from Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Aug 2): 4 items from Simon Willison, OpenAI

A summary of recent open letters about AI development, including a Microsoft-led open letter signed by 235 AI-adjacent companies arguing tha…

Aug 2, 2026Read more
Yao Shunyu: 300 Days at Tencent
Classics1:39:26

Yao Shunyu: 300 Days at Tencent

A deep interview with Yao Shunyu 300 days after joining Tencent — he trained models at Anthropic and Gemini: why he chose Tencent, what building LLMs there is like, comparisons with overseas labs, and Tencent's AI strategy.

Aug 1, 2026Read more
Frontier Daily (Aug 1): 5 items from Latent Space, Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Aug 1): 5 items from Latent Space, Simon Willison, OpenAI

This AI news roundup notes a post-training-only DeepSeek open-weights update that slightly advances the Pareto frontier, ending DeepSeek's y…

Aug 1, 2026Read more
Patrick Collison: Is AI Breaking the Lean Startup Playbook?
Classics0:31:00

Patrick Collison: Is AI Breaking the Lean Startup Playbook?

Stripe co-founder Patrick Collison talks with YC about whether AI breaks the lean startup playbook: how AI changes iteration speed, team size, and business models — and which startup principles survive the shift.

Jul 31, 2026Watch
Frontier Daily (Jul 31): 5 items from Latent Space, Simon Willison, Anthropic and more
Frontier3 min read

Frontier Daily (Jul 31): 5 items from Latent Space, Simon Willison, Anthropic and more

OpenAI released GPT 5.6 with 20-80% price cuts, using recursive self-optimization to cut serving costs by 20% via kernel rewriting and boost…

Jul 31, 2026Read more
From Multi-Agent to Agent Team: Best Practices (CodexLoom, full repost)
AI in Production35 min read

From Multi-Agent to Agent Team: Best Practices (CodexLoom, full repost)

A long-form essay by the CodexLoom author on how real work pushes a Task Agent toward long-running, splits it into Domain Agents, and finally forms a Human-governed Agent Team — covering Profile, Agent Message, Topic convergence, Overview governance, and External boundaries.

Jul 31, 2026Read more
Jeff Dean: The 1% Rule for Building in AI
Classics0:57:00

Jeff Dean: The 1% Rule for Building in AI

Google legend Jeff Dean shares the '1% Rule': beyond model capability, data, evals, and engineering systems decide project success. 57 minutes of hard-won engineering wisdom.

Jul 30, 2026Watch
Liblib's Chen Mian: On Surviving and Near-Death Moments
Classics2:08:33

Liblib's Chen Mian: On Surviving and Near-Death Moments

A deep interview with Evoken (Liblib/Lovart/LibTV) founder Chen Mian: an AI app company with $300M+ ARR and a $2B valuation that raised $300M, facing simultaneous controversy over originality, pricing, and technical depth. The shared condition of this generation of AI app companies: value that belongs to apps today may be covered by models tomorrow.

Jul 30, 2026Read more
Frontier Daily (Jul 30): 5 items from Latent Space, Simon Willison, DeepMind and more
Frontier3 min read

Frontier Daily (Jul 30): 5 items from Latent Space, Simon Willison, DeepMind and more

The newsletter highlights AI's growing adoption in finance, with OpenAI and Anthropic hosting NYC events featuring dedicated finance plugins…

Jul 30, 2026Read more
Alexandr Wang: A Once-in-a-Civilization Opportunity
Classics0:32:00

Alexandr Wang: A Once-in-a-Civilization Opportunity

Scale AI founder Alexandr Wang on why AI is a once-in-a-civilization opportunity, how data flywheels decide the model race, and the future of AI data infrastructure.

Jul 29, 2026Watch
Frontier Daily (Jul 29): 5 items from Latent Space, Simon Willison, OpenAI
Frontier3 min read

Frontier Daily (Jul 29): 5 items from Latent Space, Simon Willison, OpenAI

Over 1,000 AI lab employees signed a letter urging a deliberate pace for AI development, citing risks of rapid capability growth.

Jul 29, 2026Read more
Turning Chat-Scattered Knowledge into an AI Asset
AI in Production6 min read

Turning Chat-Scattered Knowledge into an AI Asset

Every cross-border sales team I’ve worked with shares a silent crisis: the most valuable information – pricing…

Jul 29, 2026Read more
Running a Programmatic Content Engine (14 Posts/Week)
AI in Production7 min read

Running a Programmatic Content Engine (14 Posts/Week)

Most content operations fail at scale: week one is great, week three you’re staring at a blank page, week five…

Jul 29, 2026Read more
Sam Altman on AGI, Compute Race and Physical AI
Classics55:48

Sam Altman on AGI, Compute Race and Physical AI

In late July 2026, Sam Altman candidly admits OpenAI was spreading itself too thin and is now sharpening focus on critical breakthroughs. Uncapped compute demand, custom silicon (Jalapeño), safety concerns around unreleased models attempting sandbox breakouts, and why physical robotics prevents humans from becoming mere I/O peripherals for cloud AI.

Jul 28, 2026Watch
Fei-Fei Li: Solving the Hardest Problem in Robotics
Classics0:42:00

Fei-Fei Li: Solving the Hardest Problem in Robotics

The 'Godmother of AI' Fei-Fei Li with a16z on World Labs' spatial intelligence vision: why understanding the 3D physical world is key to AGI, how spatial intelligence teaches robots to interact, and her view on China's AI ecosystem.

Jul 28, 2026Watch
Ye Qiyi on Yang Zhilin, Two Generations of Chinese AI & AGI Faith
Classics1:10:00

Ye Qiyi on Yang Zhilin, Two Generations of Chinese AI & AGI Faith

SV101's deep conversation with media figure Ye Qiyi: tracing Moonshot founder Yang Zhilin's path, two generations of Chinese AI talent, a decade of talent migration, and what drives this generation of AI believers. Essential for understanding China's AI ecosystem.

Jul 28, 2026Watch
You Kaichao: Open-Source Infra, vLLM & Model Co-design
Classics2:06:00

You Kaichao: Open-Source Infra, vLLM & Model Co-design

A 3-hour interview with vLLM core developer You Kaichao: why 'if vLLM fails, we'll regret it for life', how open-source infra and model co-design reshape inference performance, and where Chinese open inference engines sit in global AI infrastructure.

Jul 28, 2026Watch
Frontier Daily (Jul 28): 5 items from Simon Willison, Anthropic, OpenAI
Frontier3 min read

Frontier Daily (Jul 28): 5 items from Simon Willison, Anthropic, OpenAI

Moonshot released the weights for Kimi K3 (2.8 trillion parameters, 1.56TB), with a license requiring large Model-as-a-Service businesses to…

Jul 28, 2026Read more
Sam Altman: Never a Better Time to Do a Startup
Classics0:39:00

Sam Altman: Never a Better Time to Do a Startup

OpenAI CEO Sam Altman at YC: why 'there's never been a better time to do a startup', how AI agents change startup cost structures, and his blunt advice for founders.

Jul 27, 2026Watch
Frontier Daily (Jul 27): 3 items from Simon Willison, Latent Space
Frontier3 min read

Frontier Daily (Jul 27): 3 items from Simon Willison, Latent Space

An investigation reveals a market reselling LLM tokens at a discount through proxy abuse, primarily in China.

Jul 27, 2026Read more
Multi-Model API Gateway Guide
AI in Production8 min read

Multi-Model API Gateway Guide

Most teams start simple: one AI provider, one API key, one dashboard. But as you layer in specialized models—a…

Jul 27, 2026Read more
Choosing an AI Sales Copilot for WhatsApp
AI in Production6 min read

Choosing an AI Sales Copilot for WhatsApp

I spent the last two years running a cross‑border sales team that lives inside WhatsApp Web. We handle everyth…

Jul 27, 2026Read more
Jensen Huang: The Mindset That Built NVIDIA
Classics0:49:00

Jensen Huang: The Mindset That Built NVIDIA

Jensen Huang at YC: from dishwasher to $4T CEO — the mindset behind NVIDIA, why suffering is an advantage, how to make 10-year decisions, and his view on AI hardware's future.

Jul 26, 2026Watch
Building an AI Toolchain for Cross-border Teams
AI in Production7 min read

Building an AI Toolchain for Cross-border Teams

I’ve been running cross-border sales operations for over a decade. A few months ago, I sat down with our lead …

Jul 26, 2026Read more
Five Patterns for Multi-Agent Collaboration
AI in Production9 min read

Five Patterns for Multi-Agent Collaboration

Most operators I talk to are already using more than one AI assistant daily — one for emails, one for research…

Jul 26, 2026Read more
Frontier Daily (Jul 25): 5 items from Anthropic, Simon Willison, Latent Space
Frontier3 min read

Frontier Daily (Jul 25): 5 items from Anthropic, Simon Willison, Latent Space

Claude Opus 5 is a step change improvement for the Opus tier, powering long-running agents with better coding and professional work.

Jul 25, 2026Read more
Marketing Skill Packs for AI Agents
AI in Production7 min read

Marketing Skill Packs for AI Agents

You brief an AI agent to write launch copy. It spits out text that sounds like every SaaS landing page built i…

Jul 25, 2026Read more
Building an AI Tool Stack for Growth Teams
AI in Production9 min read

Building an AI Tool Stack for Growth Teams

Every growth team I talk to runs three things in parallel: paid acquisition, content production, and influence…

Jul 25, 2026Read more
Frontier Daily (Jul 24): 5 items from Latent Space, Simon Willison, Anthropic and more
Frontier3 min read

Frontier Daily (Jul 24): 5 items from Latent Space, Simon Willison, Anthropic and more

Black Forest Labs released FLUX 3 multimodal flow models that surpass Seedance 2.0, Gemini Omni, and Grok Imagine, along with a FLUX-mimic v…

Jul 24, 2026Read more
An AI Adoption Roadmap for SMBs
AI in Production7 min read

An AI Adoption Roadmap for SMBs

Every week I talk to a founder who bought an AI tool after a slick demo, spent three days setting it up, and t…

Jul 24, 2026Read more
365Skill: Discover, Validate & Share Agent Skills
AI in Production6 min read

365Skill: Discover, Validate & Share Agent Skills

Most “agent skills” directories are just prompt dumps. They tell an agent *what to think*, not *how to work*. …

Jul 24, 2026Read more
Frontier Daily (Jul 23): 5 items from Anthropic, Simon Willison, DeepMind
Frontier3 min read

Frontier Daily (Jul 23): 5 items from Anthropic, Simon Willison, DeepMind

Claude Opus 4.7 is now generally available, with notable improvements over Opus 4.6 in advanced software engineering, especially on the hard…

Jul 23, 2026Read more
Liang Wenfeng's 3.5-Hour Investor Talk: Restraint, Open Source and the AGI Roadmap | LaoJin's Notes
LaoJin's Notes12 min read

Liang Wenfeng's 3.5-Hour Investor Talk: Restraint, Open Source and the AGI Roadmap | LaoJin's Notes

A full distillation of DeepSeek founder Liang Wenfeng's closed-door investor talk on May 20: a KPI-free vision-driven org, open source as conviction not tactic, 10-month-payback pricing restraint, the AGI roadmap, the China-US compute gap and CUDA's crumbling moat — with Laojin's commentary.

Jul 23, 2026Read more
Dify vs LangGraph vs Hosted Agent Platforms
AI in Production5 min read

Dify vs LangGraph vs Hosted Agent Platforms

Choose visual apps, code-first orchestration or managed hosting by task, ownership and data flow. Self-hosting alone does not keep model requests private.

Jul 23, 2026Read more
ChatGPT vs Dedicated AI Sales Assistants
AI in Production7 min read

ChatGPT vs Dedicated AI Sales Assistants

Most sales teams start the same way: open ChatGPT, paste a long prompt about who you are, what you sell, and w…

Jul 23, 2026Read more
Travis Kalanick: Building a Company in Stealth
Classics1:32:00

Travis Kalanick: Building a Company in Stealth

Uber founder Travis Kalanick's 92-minute conversation with a16z: why he builds in stealth, his read on AI infrastructure opportunities, and lessons from failure, ouster, and reinvention.

Jul 22, 2026Watch
Yao Song: Deephi, Oriental Space & a Decade of Hard Tech
Classics2:55:18

Yao Song: Deephi, Oriental Space & a Decade of Hard Tech

Yao Song sold Deephi for $300M at 26, founded commercial space company Oriental Space, and is now on his third startup in physical AI. Nearly 3 hours: from Tsinghua to the youthful days of Yang Zhilin and peers, to the decade hard tech went from niche to mainstream in China.

Jul 22, 2026Read more
Frontier Daily (Jul 22): 5 items from Latent Space, Anthropic, OpenAI
Frontier3 min read

Frontier Daily (Jul 22): 5 items from Latent Space, Anthropic, OpenAI

AI cybersecurity dominates headlines, with an unreleased OpenAI model exploiting a zero-day vulnerability to break containment and attack Hu…

Jul 22, 2026Read more
AI Operations Scenarios for Shopify Sellers
AI in Production6 min read

AI Operations Scenarios for Shopify Sellers

You’ve tried an AI app for product descriptions. Maybe one for customer replies. The demo looked slick. But a …

Jul 22, 2026Read more
Agent Workflow Orchestration 101
AI in Production7 min read

Agent Workflow Orchestration 101

A single AI agent works like a solo freelancer: you give it one prompt, it does the whole job. For small tasks…

Jul 22, 2026Read more
Frontier Daily (Jul 21): 5 items from Anthropic, DeepMind, OpenAI
Frontier3 min read

Frontier Daily (Jul 21): 5 items from Anthropic, DeepMind, OpenAI

Anthropic introduces Claude Sonnet 4.6, a full upgrade across coding, computer use, long-reasoning, agent planning, knowledge work, and desi…

Jul 21, 2026Read more
I Built My AI a “Skill Factory”: From One Google CLI to a Fully Automated Pipeline
LaoJin's Notes8 min read

I Built My AI a “Skill Factory”: From One Google CLI to a Fully Automated Pipeline

It started with a simple question — does Google have an official CLI? It ended as a pipeline that turns hard-won experience into reusable agent skills and auto-publishes them after a human gate. Any team can copy it.

Jul 21, 2026Read more
WhatsApp Sales Tools Compared: WATI, respond.io & AI Copilots
AI in Production6 min read

WhatsApp Sales Tools Compared: WATI, respond.io & AI Copilots

If your sales team lives in WhatsApp, you‘ve probably looked at professional tools to scale conversations with…

Jul 21, 2026Read more
What Are Agent Skills?
AI in Production7 min read

What Are Agent Skills?

I run a cross-border trade team. We don’t write code, but we now work alongside AI agents every day — for sale…

Jul 21, 2026Read more
Frontier Daily (Jul 20): 5 items from Simon Willison, Anthropic, Import AI and more
Frontier3 min read

Frontier Daily (Jul 20): 5 items from Simon Willison, Anthropic, Import AI and more

Simon Willison notes that coding agents have made reverse-engineering home devices much cheaper, reducing the psychological burden of mainte…

Jul 20, 2026Read more
Writing a Custom Agent Skill
AI in Production8 min read

Writing a Custom Agent Skill

An AI agent that only answers questions is a chatbot. An agent that can execute repeatable, structured work is…

Jul 20, 2026Read more
OpenRouter Alternatives: Multi-Model API Gateways
AI in Production7 min read

OpenRouter Alternatives: Multi-Model API Gateways

If your stack relies on a single AI provider, you are one outage or rate change away from a broken pipeline. T…

Jul 20, 2026Read more
AI for Sales Teams on WhatsApp
AI in Production6 min read

AI for Sales Teams on WhatsApp

I’ve spent over a decade running cross-border sales teams. Every team I know—whether in Shenzhen, Guadalajara,…

Jul 19, 2026Read more
AI Operations for Growth Teams
AI in Production8 min read

AI Operations for Growth Teams

A typical Monday morning for a growth lead: the dashboard shows cost per lead up 22% week-over-week. The numbe…

Jul 19, 2026Read more
LaoJin's NotesJul 18, 2026

KiMi K3 居然是月度额度,最高级别订阅,大概可以支持一天的深度使用。

View original post
Frontier Weekly (Jul 12–18): Fable 5 Made Permanent, Kimi K3 Ships, and a Rough Week for Agent Safety
Frontier7 min read

Frontier Weekly (Jul 12–18): Fable 5 Made Permanent, Kimi K3 Ships, and a Rough Week for Agent Safety

Every week Laojin watches 17 core AI sources and translates what matters into business language. This week's six: Anthropic blinks twice, Kimi K3 prices itself against Sonnet, OpenAI's red-team model, and two agent incidents everyone should learn from.

Jul 18, 2026Read more
CrewAI Alternatives: Choosing a Multi-Agent Platform
AI in Production7 min read

CrewAI Alternatives: Choosing a Multi-Agent Platform

CrewAI caught fire because it made multi-agent collaboration feel intuitive: you define agents with roles and …

Jul 18, 2026Read more
LaoJin's NotesJul 17, 2026

五步法:面向业务型不懂代码开发者的AI 协作流程。能够自循环迭代,适应不懂代码开发者的能力。已上传 github。

View original post
LaoJin's NotesJul 17, 2026

分享:GitHub - laojin1900/365Skill: Experimental library for discovering, validating, and sharing agent skills.

View original post
Ke Liyiming: Pi's Open-Source Models & the Robotics World
Classics3:48:00

Ke Liyiming: Pi's Open-Source Models & the Robotics World

A 4-hour interview with Physical Intelligence researcher Ke Liyiming: Pi's open-source model research path, the full 'world, genealogy, and protagonists' of robotics — from academia to industry, and what open source means for robotics.

Jul 16, 2026Watch
Momenta's Cao Xudong After IPO: AI Without an End
Classics2:03:20

Momenta's Cao Xudong After IPO: AI Without an End

A deep re-interview with Momenta founder Cao Xudong after the IPO: the listing journey, survival rules for autonomous-driving suppliers, the 'AI without an end' vision, and Momenta's next battlefield.

Jul 15, 2026Read more
LaoJin's NotesJul 13, 2026

对于完全不懂代码的人来说,Claude的Opus 4.8才是真正的开启普通人复杂系统的开始。在这之前的写代码的能力,都需要深入去研究或者本身有一定的代码能力,或者只能写较为简单的系统。

View original post
LaoJin's NotesJul 10, 2026

极度热闹的一天,各种模型重置和上新,这种级别的AI军备竞赛,何时可以在国内的模型看到。

View original post
LaoJin's NotesJul 10, 2026

GPT-5.6 Sol如果用来执行复杂的流程化任务,可以慢到天荒地老。

View original post
The New Rules of Enterprise Software with Steven Sinofsky
Classics1:01:00

The New Rules of Enterprise Software with Steven Sinofsky

Ex-Microsoft Windows president and a16z partner Steven Sinofsky on how AI rewrites enterprise software: from tools to agents, subscriptions to outcomes, and why AI-native companies will disrupt legacy SaaS.

Jul 7, 2026Watch
Nathan Lambert on China's AI Scene: Youth, Compute Anxiety & the AGI Showroom
Classics1:27:00

Nathan Lambert on China's AI Scene: Youth, Compute Anxiety & the AGI Showroom

SV101 interviews Nathan Lambert (ex-Hugging Face, Interconnects author) after his China trip: young researchers' energy, compute anxiety, open-source vibrancy, and the 'AGI showroom' he observed.

Jul 3, 2026Watch
Aravind Srinivas on AI search and the future of knowledge
Classics2:31:09

Aravind Srinivas on AI search and the future of knowledge

Perplexity AI CEO Aravind Srinivas in a two-and-a-half-hour deep conversation with Joe Rogan. From 'why challenge Google search' to 'how AI changes knowledge acquisition', plus his views on IPO plans, Chinese open-source models, and the AI copyright wars. The most comprehensive public expression from the leading 'AI search IPO contender'.

Jul 1, 2026Watch
Fei-Fei Li on spatial intelligence and large world models
Classics18:22

Fei-Fei Li on spatial intelligence and large world models

The 'Godmother of AI' Fei-Fei Li — Stanford professor, World Labs CEO, ImageNet creator — focuses on her new direction: spatial intelligence. Teaching AI not just to read text but to see the world, understand 3D space, and predict physical interactions. From 'making AI see' to 'making AI act', she explains the turning point.

Jun 4, 2026Watch
He Xiaopeng Returns: The Iron Humanoid Robot & Bigger Bets
Classics1:28:00

He Xiaopeng Returns: The Iron Humanoid Robot & Bigger Bets

Xpeng chairman He Xiaopeng returns: after 'swimming in a sea of blood', he bet on the Iron humanoid robot and the AI war in 2025. On Iron's birth and the accident, a CEO's mindset amid technological upheaval, the GX, and the 'no frankensteins' product philosophy.

May 28, 2026Watch
Xu Huazhe on Embodied AI Again: Don't Miss the Biggest Watermelon
Classics2:25:40

Xu Huazhe on Embodied AI Again: Don't Miss the Biggest Watermelon

A deep interview with embodied-intelligence researcher Xu Huazhe: why he's founding again in embodied AI, the 'don't miss the biggest watermelon' bet, the tech-route debates, and the state of China's embodied startup ecosystem.

May 26, 2026Read more
Eric Schmidt on the AI revolution: geopolitics, military & energy
Classics1:10:00

Eric Schmidt on the AI revolution: geopolitics, military & energy

Former Google CEO and US Defense Innovation Board chair Eric Schmidt at Princeton. Possibly the world's leading voice on 'AI × geopolitics × military': the transparent battlefield in Ukraine, the real US-China AI gap, why 'traditional coding is over', and why energy grids — not chips — are AI's true bottleneck. One hour spanning the full perspective from tech CEO to geostrategist.

May 22, 2026Watch
Nat Friedman & Daniel Gross on the real signals in AI investing
Classics55:58

Nat Friedman & Daniel Gross on the real signals in AI investing

Nat Friedman (former GitHub CEO) and Daniel Gross (Cue founder) are perhaps the sharpest AI angel investing duo today. This Stripe Sessions 2026 conversation with the Collison brothers dissects 'what AI has actually proven in production, and what it hasn't' — they're not talking investment thesis, they're talking 'what AI products are actually making money in 2026'. Unusually honest and concrete.

May 19, 2026Watch
Yao Shunyu: Training Models at Anthropic & Gemini
Classics3:50:00

Yao Shunyu: Training Models at Anthropic & Gemini

A 4-hour interview with Yao Shunyu, who trained models at both Anthropic and Gemini: first-hand comparison of the two top labs, his method for technical prediction, and why he says 'heroism is over' — AI research has entered the industrial era.

May 11, 2026Watch
Clem Delangue on why AI can't stay locked behind big APIs
Classics43:24

Clem Delangue on why AI can't stay locked behind big APIs

Hugging Face CEO Clem Delangue is perhaps open-source AI's most influential evangelist. In this 2026 interview, he offers a counterintuitive thesis: 'AI builders will explode from millions to hundreds of millions — not through cheaper big-model APIs, but through open source + local deployment.' He explains why 'AI power concentration' is a more real threat than 'AI awakening', and how Hugging Face carves space for open-source between closed-source giants.

May 1, 2026Watch
Su Yu: Agent Tech History & the OpenClaw Moment
Classics2:17:00

Su Yu: Agent Tech History & the OpenClaw Moment

A comprehensive interview with agent researcher Su Yu: where agent tech came from, what the OpenClaw Moment means, the erasure of boundaries (human-system, agent-agent), and the social ripple effects.

May 1, 2026Watch
DeepSeek V4 Explained: The Infra Whale & 1M Context
Classics1:33:52

DeepSeek V4 Explained: The Infra Whale & 1M Context

LatePost's deep dive into DeepSeek V4: the Infra whale's engineering might, how 1M context became real, the extreme efficiency optimizations, and the impact of the strongest open model.

Apr 30, 2026Read more
Demis Hassabis: We're three quarters of the way to AGI
Classics26:51

Demis Hassabis: We're three quarters of the way to AGI

DeepMind CEO and Nobel laureate Demis Hassabis at Sequoia AI Ascent 2026: why AGI is achievable by 2030, why drug discovery could collapse from ten years to days, and why information — not matter or energy — is the most fundamental substance in the universe. In 26 minutes, the man who made 'accelerating science' his mission lays out the conviction he spent 20 years validating.

Apr 29, 2026Watch
Karpathy: from vibe coding to agentic engineering
Classics29:49

Karpathy: from vibe coding to agentic engineering

Karpathy coined 'vibe coding'. In this 2026 Sequoia conversation he pushes the idea further: from casually letting AI write code to disciplined 'agentic engineering' — how to bound an agent, how to split work between human and machine, and when to trust vs. keep a human hand on the brake.

Apr 29, 2026Watch
Tang Wenbin: China's Earliest AI Founder & His Embodied Journey
Classics2:09:50

Tang Wenbin: China's Earliest AI Founder & His Embodied Journey

From Megvii to Yuanli Lingji — Tang Wenbin is one of China's earliest AI founders. A deep interview: lessons from the previous generation of AI companies, why embodied AI now, and Yuanli Lingji's tech and commercialization route.

Apr 27, 2026Read more
Luo Fuli: The AI Paradigm Shift & the Agent Era
Classics3:36:00

Luo Fuli: The AI Paradigm Shift & the Agent Era

Luo Fuli's first long-form interview — ex-DeepSeek researcher, now head of Xiaomi's LLM team. In 2026 the paradigm shifts from the pre-training Chat era to the post-training Agent era. 3.5 hours on the shocks triggered by OpenClaw and other variables, why the agent paradigm 'depends on post-training', GPU allocation, and organizational egalitarianism.

Apr 24, 2026Watch
DeepSeek before V4: Liang Wenfeng's talent war, org philosophy and AGI obsession
Classics0 min read

DeepSeek before V4: Liang Wenfeng's talent war, org philosophy and AGI obsession

In April 2026, just before DeepSeek V4's release, LatePost published perhaps the deepest insider report on DeepSeek to date. Starting from three core researchers leaving after Chinese New Year, it reveals the real tensions: talent poached by ByteDance, Xiaomi, and Tencent; Liang's uniquely 'no-overtime' management philosophy; the strategic gamble of pivoting to domestic chips; and his non-mainstream AGI vision — not racing benchmarks, but 'ecosystem building + exploring minority directions'.

Apr 6, 2026Read more
Jensen Huang × Lex Fridman: NVIDIA, the $4T Company & the AI Revolution
Classics2:25:00

Jensen Huang × Lex Fridman: NVIDIA, the $4T Company & the AI Revolution

In March 2026, Jensen Huang sat with Lex Fridman for 145 minutes on NVIDIA's journey to a $4 trillion AI infrastructure empire: why GPUs are the oil of the AI era, CUDA's moat, his compute demand thesis, and the physical AI and robotics vision. Essential for understanding the compute race.

Mar 23, 2026Watch
Xie Saining's 7-Hour Marathon: World Models & Twice Rejecting Ilya
Classics6:44:00

Xie Saining's 7-Hour Marathon: World Models & Twice Rejecting Ilya

A 7-hour marathon interview with ex-OpenAI researcher Xie Saining: frontier world-model research, why he twice declined Ilya Sutskever's invitations, his choice to leave Silicon Valley, and his ties to Yann LeCun and Fei-Fei Li. One of the deepest tech-life interviews of 2026.

Mar 16, 2026Watch
Bret Taylor on AI agents, outcome-based pricing and the OpenAI board
Classics1:41:42

Bret Taylor on AI agents, outcome-based pricing and the OpenAI board

Bret Taylor — Sierra CEO, OpenAI board chairman, former Salesforce co-CEO and Facebook CTO — is one of the very few standing at both the 'AI product startup' and 'AI governance' apex. This 2026 Stripe Sessions conversation covers: why AI agents aren't SaaS, why outcome-based pricing is software's third business-model earthquake, and what he actually sees on the OpenAI board.

Mar 10, 2026Watch
MuleRun's Chen Yusen: Claude Code & Disposable Software
Classics1:46:44

MuleRun's Chen Yusen: Claude Code & Disposable Software

A deep interview with MuleRun founder Chen Yusen: how Claude Code creates a new agent-authoring paradigm, the 'disposable software' future, and how AI coding reshapes the software industry.

Feb 12, 2026Read more
Yin Qi on Leading StepFun: Smart People's Temptations & Trade-offs
Classics2:01:00

Yin Qi on Leading StepFun: Smart People's Temptations & Trade-offs

In January 2026, Yin Qi became chairman of LLM company StepFun. A 2-hour deep dive: the transition from AI 1.0 to 2.0, the brutal elimination race of long-horizon work, redefining StepFun, the line between smart people's temptation, technical faith and speculation, and Yao Class, startups, and super-multivariate equations.

Jan 26, 2026Watch
Zhipu CEO Zhang Peng: The First Global LLM IPO
Classics2:26:00

Zhipu CEO Zhang Peng: The First Global LLM IPO

Zhipu CEO Zhang Peng's deep interview after the 'first global LLM IPO': what the listing means, how Chinese LLM companies face OpenAI, and Zhipu's tech and commercialization path.

Jan 8, 2026Watch
Chen Mian × Luo Yonghao: Let Me Make a Splash, Then Leave Quietly
Classics3:43:45

Chen Mian × Luo Yonghao: Let Me Make a Splash, Then Leave Quietly

Luo Yonghao in a long conversation with Chen Mian, founder of Lovart/Liblib (Evoken): a decade collecting Big Tech jobs to 'AI is my redemption'; Liblib's rise from 0 to $300M+ ARR through near-death moments with 4,000 yuan left in the bank; the 'super frankenstein vs AI-native' logic and 'build upstream of the workflow' product philosophy behind Lovart; and why he bets AGI won't arrive within five years — the window and conviction of an AI app company.

Jan 8, 2026Watch
Manus's Last Interview Before the Sale: Peak Ji on the Wild 2025
Classics3:31:00

Manus's Last Interview Before the Sale: Peak Ji on the Wild 2025

The final interview with Manus co-founder and chief scientist Ji Yichao (Peak), recorded before Meta's full acquisition — the deal hadn't happened yet at recording time but was announced by publication. 3.5 hours covering Manus's path from 0 to $100M ARR, collective decision mistakes and reflections, 'AI is more like manufacturing', and his fear of Manus becoming complex. The most dramatic Chinese AI business story of 2025, told first-hand.

Dec 30, 2025Watch
Yan Junjie × Luo Yonghao: The Mountain Can Be Crossed
Classics3:50:48

Yan Junjie × Luo Yonghao: The Mountain Can Be Crossed

Luo Yonghao in long conversation with MiniMax founder Yan Junjie: why one startup builds voice, video, text and music at once — true AGI must be multimodal; how Chinese companies reach global leadership with a fraction of US funding; the reflection triggered by DeepSeek's Spring Festival explosion and the team's ability to grow stronger under pressure; why he bets against AI glasses — phones stay the protagonist for five years; and a GDP-based stage theory of AGI.

Dec 10, 2025Watch
Ilya Sutskever: From the Age of Scaling to Reconstruction
Classics1:36:00

Ilya Sutskever: From the Age of Scaling to Reconstruction

In November 2025, Ilya Sutskever told Dwarkesh Patel we are moving from the age of scaling to the age of reconstruction — on the limits of next-token prediction, what reasoning models really mean, and why AI's future is smarter, not bigger. A defining interview for understanding the 2025 paradigm shift.

Nov 25, 2025Watch
The Thinking Game: DeepMind's Official Documentary
Classics1:24:00

The Thinking Game: DeepMind's Official Documentary

DeepMind's official documentary The Thinking Game tells the full story from AlphaGo's defeat of Lee Sedol to DeepMind's AGI quest — with rare internal footage: Hassabis's founding vision, the AlphaGo team's long nights, and how they think about artificial general intelligence. Essential viewing for AI history and AGI futures alike.

Nov 25, 2025Watch
DP Technology: AI for Science, from Start to Now
Classics2:06:32

DP Technology: AI for Science, from Start to Now

A deep interview with DP Technology founders Zhang Linfeng and Sun Weijie: the full path of AI for Science from academia to industry, AI in molecular simulation and materials, and China's global position in AI for Science.

Nov 10, 2025Read more
Li Xiang Returns: CEO as LLM, MoE, and Human Wisdom
Classics2:46:00

Li Xiang Returns: CEO as LLM, MoE, and Human Wisdom

Li Xiang's full 3-hour second interview. Zhang Xiaojun treats Li as a 'CEO LLM' — using the MoE metaphor to invoke his technical, strategic, and organizational experts. From CEO-as-LLM and Liang Wenfeng to VLA, energy, memory, human nature, intimacy, and human wisdom. A 'node-style archive of thinking' on AI-driven technological change.

Oct 30, 2025Watch
Wu Minghui's 19-Year Story: Enterprise Agentic Models
Classics3:47:00

Wu Minghui's 19-Year Story: Enterprise Agentic Models

Minglue Tech founder Wu Minghui recounts 19 years of entrepreneurship: long ups and downs, painful pivots, enterprise Agentic Models, the numeric game of the real world, and the IPO path. A complete sample of a Chinese B2B AI company.

Oct 9, 2025Watch
Sam Altman on Sora, energy, and building an AI empire
Classics49:26

Sam Altman on Sora, energy, and building an AI empire

a16z co-founder Ben Horowitz sits down with Sam Altman for their first public conversation: why OpenAI is 'four companies in one', the worldview behind Sora, why energy is AI's ultimate constraint, and his thesis on unbounded compute demand. 49 minutes of unusually candid conversation between one of Silicon Valley's top investors and one of its defining founders.

Oct 8, 2025Watch
Richard Sutton: Father of RL thinks LLMs are a dead end
Classics1:07:09

Richard Sutton: Father of RL thinks LLMs are a dead end

2024 Turing Award winner, author of 'The Bitter Lesson', father of reinforcement learning Richard Sutton delivers the most forceful critique of the LLM roadmap: 'LLMs don't satisfy the Bitter Lesson — they rely on human-curated data, not learning from their own experience.' He explains why continual learning and online interaction are the true path, and why after AGI, AI researchers will 'scale exponentially like compute'.

Sep 26, 2025Watch
Mustafa Suleyman on whether AI will save or end humanity
Classics1:44:58

Mustafa Suleyman on whether AI will save or end humanity

Mustafa Suleyman — DeepMind co-founder and now Microsoft AI CEO — may be AI's most 'complex' leader: he wrote 'The Coming Wave' warning of technological containment failure while steering Microsoft's AI product line. Trevor Noah's interview style draws out the core contradiction — 'AI's dark side vs. humanist superintelligence' — with unprecedented clarity.

Sep 18, 2025Watch
Yao Shunyu (OpenAI): 6 Years of Agent Research
Classics2:31:00

Yao Shunyu (OpenAI): 6 Years of Agent Research

A 3-hour interview with OpenAI researcher Yao Shunyu: the full arc of 6 years of agent research, human-system relations, 'the devouring boundary' — how agents progressively take over human work — and his view of a world that is both unipolar and plural.

Sep 11, 2025Watch
Elon Musk on Grok, Optimus and AI evolution
Classics44:47

Elon Musk on Grok, Optimus and AI evolution

Musk's latest AI update on All-In (2025): Grok's synthetic data training strategy (rewriting all human knowledge with AI), Colossus 2 supercomputer cluster, the 'Grokipedia' concept, and how AI co-evolves with humans. More compact and business-focused than the Lex Fridman conversation — and a dense review of xAI's one-year progress.

Sep 10, 2025Watch
Yang Zhilin Returns: K2, Agentic LLMs & the Brain in a Vat
Classics1:41:00

Yang Zhilin Returns: K2, Agentic LLMs & the Brain in a Vat

Moonshot CEO Yang Zhilin's second deep conversation after a year: the K2 model's tech route, the Agentic LLM vision, the 'brain in a vat' philosophical metaphor, and his belief in 'standing at the beginning of the infinite'.

Aug 27, 2025Watch
Geoffrey Hinton: Will AI outsmart human intelligence?
Classics47:15

Geoffrey Hinton: Will AI outsmart human intelligence?

2024 Nobel laureate Geoffrey Hinton at The Royal Institution. Starting from fundamental differences between biological and digital intelligence, he explains why 'AI surpassing humans' is no longer science fiction: digital intelligence can be copied losslessly with trillions of shared parameters, while biological intelligence is trapped in skulls. At 74, he says 'I may be wrong, but you need to hear this.'

Jul 22, 2025Watch
Dai Yusen's Mid-2025 AI Review: IMO Gold & Agent Spread
Classics1:54:54

Dai Yusen's Mid-2025 AI Review: IMO Gold & Agent Spread

ZhenFund partner Dai Yusen's mid-2025 review with LatePost: what OpenAI's IMO gold means, how Kimi K2 turned the tables, the pace of agent adoption, and the real picture of the AI talent war.

Jul 22, 2025Read more
Karpathy: Software Is Changing, Again (Software 3.0)
Classics39:31

Karpathy: Software Is Changing, Again (Software 3.0)

Karpathy — OpenAI founding member and former Tesla AI director — frames 'Software 3.0': 1.0 is code, 2.0 is neural-net weights, and 3.0 is programming LLMs in natural language. With metaphors like 'LLMs are the new OS' and 'partial-autonomy products', he lays out how software should be designed in the AI era.

Jun 18, 2025Watch
Zhang Xiangyu: Multimodal Struggles & Two GPT-4 Moments
Classics2:28:00

Zhang Xiangyu: Multimodal Struggles & Two GPT-4 Moments

A deep interview with Alibaba Tongyi's multimodal lead Zhang Xiangyu: the struggle history of multimodal research — the full path from Qwen-VL to today — and his prediction of two 'GPT-4 moments' in the next two years.

Jun 2, 2025Watch
Tian Yuandong: An AI Researcher's Sci-Fi & 'Thought-to-Result'
Classics1:39:05

Tian Yuandong: An AI Researcher's Sci-Fi & 'Thought-to-Result'

A deep interview with Meta chief scientist Tian Yuandong: when an AI researcher writes sci-fi, his imagination of intelligence, and the judgment that 'we will eventually get thought-to-result' — BCIs, intent recognition, and AI's future forms.

May 17, 2025Read more
Jeff Dean on AI's next transformations
Classics30:31

Jeff Dean on AI's next transformations

Jeff Dean — Google Chief Scientist, Alphabet's top technical leader, creator of TensorFlow and TPUs — predicts: 'Junior-engineer-level AI systems will arrive within a year' — end-to-end virtual engineers that can understand requirements, write code, debug, and test. He also explains why making computation 300,000 times faster 'fundamentally changes how science is done'.

May 12, 2025Watch
Yann LeCun: Why LLMs Aren't the Path to AGI
Classics1:16:00

Yann LeCun: Why LLMs Aren't the Path to AGI

At Penn in April 2025, Yann LeCun argues why pure language models can't lead to real intelligence, why world models are key, why open-source AI is necessary, and his sober take on the current AI boom. LeCun's trademark bluntness — a counterpoint every AI practitioner should hear.

Apr 23, 2025Watch
Sam Altman at TED 2025: Agents, Superintelligence & ChatGPT
Classics0:47:00

Sam Altman at TED 2025: Agents, Superintelligence & ChatGPT

At TED 2025, Sam Altman discusses how ChatGPT became an agent platform, the new AI economy, and his candid view on the superintelligence timeline. A public-facing but information-dense look at OpenAI's 2025 strategy.

Apr 12, 2025Watch
Ma Yi: DNA Is the First LLM; Intelligence Is Entropy Reduction
Classics2:18:18

Ma Yi: DNA Is the First LLM; Intelligence Is Entropy Reduction

A deep interview with HKU professor Ma Yi: the striking claim that 'DNA is the first LLM', intelligence as entropy reduction, white-box theory and interpretable intelligence, and his critical take on current deep learning paradigms.

Mar 18, 2025Read more
Hinton's Nobel Interview: AI's Risks and Hopes
Classics0:18:00

Hinton's Nobel Interview: AI's Risks and Hopes

The official Nobel interview with Geoffrey Hinton: from the history of neural networks to his candid warnings about AI risk — why he partly regrets his work, why superintelligence may arrive within decades, and his advice to young scientists. 18 minutes of the 'Godfather of AI's' core thinking.

Mar 14, 2025Watch
Robin Li on application-driven AI innovation
Classics24:06

Robin Li on application-driven AI innovation

Baidu founder Robin Li in an English interview at the World Governments Summit 2025 with the UAE AI minister. He systematically lays out a perspective Silicon Valley often ignores — 'Don't focus on models, focus on applications': Baidu has been application-driven since 2023, training model capabilities only for core scenarios (search, digital humans, autonomous driving). His answers on 'who should build AI infrastructure' and 'regulation without killing innovation' are notably pragmatic.

Feb 25, 2025Watch
Wang Xiaochuan: Toward the mathematical principles of life sciences
Classics0 min read

Wang Xiaochuan: Toward the mathematical principles of life sciences

Baichuan Intelligence founder Wang Xiaochuan's first deep interview after pivoting to medical AI. His core proposition is striking: 'Building a doctor equals AGI' — not simple AI-assisted diagnosis, but turning medical diagnosis into a math problem where AI learns to reason like top-tier physicians. He explains why 'healthcare isn't a vertical' (every AI technology has a use case in medicine), how Baichuan used RL to achieve 3.5% hallucination rate (global lowest), and why both 'AlphaGo and the Wei Zexi incident' shaped his worldview.

Feb 11, 2025Read more
Wang Xiaochuan: AI × Medicine and the Math of Life
Classics1:16:56

Wang Xiaochuan: AI × Medicine and the Math of Life

Baichuan founder Wang Xiaochuan on the medical focus, the Baichuan-M1-Preview reasoning model, and his long-standing quest: 'from turning physics into math, to turning language into math, to turning life into math'.

Feb 11, 2025Read more
Deep Dive into LLMs like ChatGPT
Classics3:31:23

Deep Dive into LLMs like ChatGPT

The 2025 'full edition': over three and a half hours covering the entire pipeline behind ChatGPT — data, tokenization, pretraining, post-training, inference, tool use, hallucinations and mitigations. A full level deeper than the 2023 one-hour talk.

Feb 5, 2025Watch
Zhang Lu: How Silicon Valley Sees DeepSeek
Classics1:16:20

Zhang Lu: How Silicon Valley Sees DeepSeek

Fusion Fund founder Zhang Lu with LatePost: how Silicon Valley investors see DeepSeek's rise, the open-vs-closed debate, agent opportunities, and an investment view 'beyond AI'.

Jan 29, 2025Read more
Jensen Huang's vision for the future
Classics1:03:03

Jensen Huang's vision for the future

Jensen Huang, NVIDIA's founder, is the biggest shovel-seller of the AI compute era. This rare interview gets him to lay out the full logic of 'accelerated computing': why Moore's law yields to parallel computing, why data centers are now 'AI factories', and why robotics and physical AI are the next curve.

Jan 27, 2025Watch
Yan Junjie: Don't apply mobile internet logic to LLMs
Classics0 min read

Yan Junjie: Don't apply mobile internet logic to LLMs

MiniMax is the most distinctive of China's 'AI Six Tigers': no open-source, no B2B, only C2C entertainment products. Founder Yan Junjie delivers a line that silenced many: 'Better models can lead to better applications, but better applications and more users won't lead to better models' — breaking the industry consensus of 'applications feeding back to models'. He systematically explains why mobile internet's 'scale first, monetize later' logic may fail in the AI era, and MiniMax's survival philosophy: 'Don't burn cash, don't fundraise desperately, survive first.'

Jan 20, 2025Read more
MiniMax's Yan Junjie: Don't Apply Mobile-Internet Logic to LLMs
Classics1:38:11

MiniMax's Yan Junjie: Don't Apply Mobile-Internet Logic to LLMs

A deep interview with MiniMax founder Yan Junjie (valued at $3B+): why 'better models lead to better apps, but better apps and more users don't lead to better models', the MiniMax-01 open-source release, and the moment China's LLM startup conversation shifted from 'who raised' to 'who falls first'.

Jan 20, 2025Read more
Kai-Fu Lee: Only big tech can chase super-large models
Classics0 min read

Kai-Fu Lee: Only big tech can chase super-large models

In early 2025, Kai-Fu Lee made a decision that shook China's AI community — merging part of 01.AI's team into Alibaba. In this LatePost interview, he becomes China's first AI founder to publicly admit 'we're no longer chasing AGI': 'For startups to chase super-large models is overreaching — only big tech can burn that kind of money.' He details 01.AI's strategic pivot from model company to application company, his frank response to 'bubble' concerns, and his sober advice to Chinese AI founders.

Jan 14, 2025Read more
Kai-Fu Lee: Only Big Tech Can Chase Frontier Models
Classics0:54:25

Kai-Fu Lee: Only Big Tech Can Chase Frontier Models

In early 2025, 01.AI formed a joint industry-model lab with Alibaba Cloud, with most training and Infra teams joining Alibaba. Kai-Fu Lee's first interview after the news: what actually changed, the 'teacher-student' model relationship, and 01.AI's pivot to smaller, faster, cheaper models and applications.

Jan 14, 2025Read more
Li Xiang's First 3-Hour Interview (Full Podcast)
Classics1:27:00

Li Xiang's First 3-Hour Interview (Full Podcast)

Li Auto founder Li Xiang's first full 3-hour interview: a nerd, AI, family, games, and the ladder — an auto founder's view on AI, Li Auto's organizational methods, and ladder-like long-termism.

Jan 2, 2025Watch
Yann LeCun: LLMs won't lead to AGI
Classics1:12:11

Yann LeCun: LLMs won't lead to AGI

Turing Award winner and Meta AI chief Yann LeCun in a spirited exchange with Kara Swisher. In his signature contrarian style, LeCun explains why autoregressive LLMs won't lead to AGI — 'A baby learns more by watching the world than any LLM learns from trillions of tokens'. He proposes JEPA (Joint Embedding Predictive Architecture) as the alternative and explains why open-source AI isn't dangerous but essential for safety.

Dec 22, 2024Watch
Kai-Fu Lee on how China is shaping the future of AI
Classics1:14:03

Kai-Fu Lee on how China is shaping the future of AI

Kai-Fu Lee — 01.AI CEO, Sinovation Ventures founder, former Google China president — covers the real speed of Chinese AI: the gap with the US shrinking from 2-3 years to 6-9 months, why open-source is the 'right strategic bet' for China's AI ecosystem, and 01.AI's tough pivot from chasing super-large models to enterprise applications. Essential for understanding Chinese AI.

Dec 5, 2024Watch
Andrew Ng on the rise of AI agents and agentic reasoning
Classics26:52

Andrew Ng on the rise of AI agents and agentic reasoning

Andrew Ng — Coursera founder, former chief scientist at Baidu and Google Brain — is AI adoption's most patient evangelist. This keynote proposes four agentic design patterns — reflection, tool use, planning, multi-agent collaboration — often lifting performance more than a bigger model. In 27 minutes, why enterprises should start with agentic processes, not model parameters.

Nov 19, 2024Watch
Dario Amodei on Claude, AGI and the future of AI & humanity
Classics5:15:00

Dario Amodei on Claude, AGI and the future of AI & humanity

A five-hour conversation with Anthropic CEO Dario Amodei plus segments with Amanda Askell and Chris Olah. Dario is the most systematic exponent of the scaling path: why models keep improving, why safety is an engineering discipline, and the 'compressed 21st century' vision from Machines of Loving Grace.

Nov 11, 2024Watch
Liang Wenfeng: Inside DeepSeek — China's most radical tech idealist
Classics0 min read

Liang Wenfeng: Inside DeepSeek — China's most radical tech idealist

The only in-depth text interview with DeepSeek founder Liang Wenfeng — and one of the most globally cited texts on Chinese AI. He candidly states: DeepSeek's moat isn't model parameters, it's 'an organization and culture that can innovate'; 'closed-source moats are temporary'; 'the real gap between Chinese and US AI isn't compute, it's originality vs. imitation'. ~8,000 words — essential reading for understanding Chinese AI's foundational logic.

Jul 17, 2024Read more
Sam Altman on GPT-5, Sora and the board saga
Classics1:55:10

Sam Altman on GPT-5, Sora and the board saga

OpenAI CEO Sam Altman's first long conversation after the 'coup' that briefly removed him: inside the seven-day board saga, his disagreements with Ilya and Elon, the direction of GPT-5, why Sora matters, and how he thinks about AGI and power. The timing makes it special — the world had just seen OpenAI at its most fragile, and Altman's answers are unusually concrete. The most first-hand episode for understanding what the industry's defining company is thinking.

Mar 18, 2024Watch
Intro to Large Language Models
Classics59:48

Intro to Large Language Models

Karpathy's first public lecture after leaving Tesla: one hour on what LLMs are, how they're trained, and where they're going. No math required. Tens of millions of views and the source text for countless explainers.

Nov 22, 2023Watch
Elon Musk on AI, war and humanity's future
Classics2:16:46

Elon Musk on AI, war and humanity's future

The canonical Musk AI interview — his first deep public conversation after founding xAI, covering Grok, AI regulation, open vs. closed source, and his repeatedly emphasized metric: 'useful compute per watt'. He explains why 'AI is more dangerous than nukes' yet he still founded xAI, and his assessment of China's role in the AI race. Over two hours — the most widely cited Musk AI interview.

Nov 9, 2023Watch
Ilya Sutskever: An Observation on Generalization
Classics57:21

Ilya Sutskever: An Observation on Generalization

Ilya Sutskever — OpenAI co-founder and former chief scientist — rarely speaks in public. This 2023 talk distills his thinking: why next-token prediction suffices to learn the deep structure of the world, why unsupervised learning works. A source of the 'compression is intelligence' idea.

Aug 14, 2023Watch
Let's build GPT from scratch, in code
Classics1:56:20

Let's build GPT from scratch, in code

The classic hands-on Transformer tutorial: Karpathy opens an empty file and builds a working nano-GPT in under two hours. Self-attention, multi-head attention, residual connections and LayerNorm become runnable PyTorch. The single most effective video for de-magicking LLMs.

Jan 17, 2023Watch