ax@ax-radar:~/podcasts/latent-space $ ls -t podcasts/
33 srcsignal 72%cycle 04:32

podcasts

50 episodes · updated 3m ago
6 channels tracked
tierfeaturedallincludes low-score
Latent Space50 episodes
2026-09-19 · Sat
2026-09-18 · Fri
06:28
4d ago
Latent Space· rssEN06:28 · 09·18
A quiet AI day: Claude Code multi-threading, Jev classifier, OpenAI Astra for Law
Anthropic added Projects to Claude Code, letting one conversation spawn parallel cloud threads that keep running after you leave. Google updated Gemini managed agents with a Credentials API that keeps secrets out of model context via placeholders, and claims up to 30% lower costs. TypeSafe's Jev model is being used as a fast routing/judgment layer—Cloudflare already exposed it—but critics warn aggressive line-by-line compaction with Jev can break reasoning caches and cost more. OpenAI launched Astra for Law with 26 partner plugins, beating generic GPT-6 Astra on its legal benchmark. Community also reports GPT-6 Astra beating Factorio: Space Age and RollerCoaster Tycoon 2.
#Anthropic#Claude Code#Google
editor take
Claude Code Projects spawns parallel cloud threads from one conversation that keep running after you leave—a rare productization of async multi-session orchestration.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
2026-09-17 · Thu
2026-09-16 · Wed
2026-09-15 · Tue
2026-09-14 · Mon
2026-09-12 · Sat
15:01
10d ago
Latent Space· rssEN15:01 · 09·12
The Forward Deployed Engineer is AI's hottest role, but no one agrees on what it means
Vinoo Ganesh, who ran Palantir's 250-person Project Frontline rotation and now leads Kepler, argues that FDE roles across the industry share a title but not a job. A real Palantir story shows why: a blank timestamp in production financial data caused a retention system to request 2.3 million keyspaces and crash the Cassandra cluster. His core point—FDEs should sit inside product, not sales, especially when a plausible wrong answer is worse than no answer.
#Vinoo Ganesh#Palantir#Kepler
editor take
Ex-Palantir FDE rotation lead breaks down why FDEs should sit inside product, not sales — with real war stories from Palantir, Citadel, and Kepler.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
2026-09-10 · Thu
2026-09-07 · Mon
2026-09-05 · Sat
2026-09-03 · Thu
2026-09-01 · Tue
2026-08-28 · Fri
2026-08-26 · Wed
2026-08-25 · Tue
2026-08-22 · Sat
2026-08-21 · Fri
2026-08-20 · Thu
2026-08-19 · Wed
2026-08-18 · Tue
2026-08-15 · Sat
2026-08-11 · Tue
21:03
42d ago
Latent Space· rssEN21:03 · 08·11
Chai Discovery closes four pharma deals, BioAI tools finally get paid
Chai Discovery closed four pharma deals this summer—Lilly, Novartis, argenx, plus an expansion with Eli Lilly—and hit a $4B valuation. Cofounder Matt McPartlon and product lead Neil Patil explain the shift: structural models now predict binding affinity well enough that pharma trusts them in real R&D. Instead of building its own pipeline, Chai sells tools that help pharma screen candidates faster and cut clinical failure. The product is a "Photoshop for molecules," not a chatbot. The post doesn't disclose deal values or durations.
#Chai Discovery#Eli Lilly#Novartis
editor take
Chai Discovery closed four pharma deals this summer, hit $4B valuation—structural models now predict binding affinity well enough for real R&D use.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
2026-08-08 · Sat
2026-08-05 · Wed
01:21
49d ago
Latent Space· rssEN01:21 · 08·05
Cursor open-sources Mixture-of-Kittens, a MoE training megakernel 2.37x faster than the best public baseline
Cursor open-sourced Mixture-of-Kittens (MoK), a MoE training megakernel built for NVL72s. It fuses all MoE communication and computation into one deterministic kernel, hitting up to 2.37x higher MXFP8 forward throughput than the strongest public baselines on GB300 NVL72s across Kimi K2.7, GLM 5.2, Qwen 3.5-397B, and DeepSeek V4 Pro. The timing is pointed: on yesterday's Latent.Space Inference Engineering pod, Ali (@waterloo_intern) argued megakernels are dead—NVIDIA Rubin's tile-level dependency triggers remove the main reason to fuse kernels, and no serious inference provider runs a hand-fused 67k-line forward pass in production. MoK reads like a counterexample dropped into that debate, though the post doesn't say whether Cursor actually uses it in production training.
#Cursor#NVIDIA#Latent.Space#Open source
editor take
Cursor open-sourced Mixture-of-Kittens, a MoE megakernel for NVL72s hitting 2.37x forward throughput—right into the 'megakernels are dead' debate.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
2026-08-04 · Tue
2026-08-03 · Mon
2026-08-01 · Sat
2026-07-30 · Thu
2026-07-29 · Wed
2026-07-28 · Tue
2026-07-23 · Thu
2026-07-16 · Thu
2026-07-14 · Tue
2026-07-08 · Wed
2026-07-03 · Fri
2026-07-02 · Thu
07:10
82d ago
Latent Space· rssEN07:10 · 07·02
Fable 5 returns with safety guardrails, pushing devs toward multi-model orchestration
Anthropic re-enabled Claude Fable 5 with updated safety guardrails that may route some requests to Opus 4.8; biology/chemistry classifiers remain overly broad. Cursor reports Fable 5 leads its evals but is the most expensive per task; Devin and Perplexity have restored support. Developers are adopting multi-model orchestration, using Fable only for high-value reasoning and delegating execution to other models. On the open-source side, Z.ai launched ZCode, an official IDE for GLM-5.2, which leads open models on APEX-SWE Integration with 55.3% Pass@1. Inference optimizations include vLLM's DSpark speculative decoding for DeepSeek (~250 tok/s on 8×B300) and a GLM-5.2 DSpark preview claiming ~1.5× faster decode. Agent infrastructure sees 'wiki memory' as a new pattern: LangChain released OpenWiki, and Weaviate's Engram resolves contradictions before committing memories. The post does not disclose Fable 5's specific pricing or Opus 4.8 trigger conditions.
#Code#Anthropic#Claude Fable 5#Opus 4.8
editor take
Fable 5 is back but some requests get routed to Opus 4.8; safety guardrails remain overly broad.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
2026-07-01 · Wed
23:52
83d ago
Latent Space· rssEN23:52 · 07·01
Autoresearch: The feedback loop behind self-improving agents
Introspection CEO Roland Gavrilescu explains autoresearch at AIEWF: an outer loop where agents maintain and improve the primary system. Three patterns emerge—treat the loop as the product, package human expertise and evals into portable 'recipes,' and optimize for cheaper, better systems over time. Gavrilescu previously worked on agent infra at xAI. He compares the open-source Pi framework to Linux and positions Introspection as its Red Hat.
#Agent#Benchmarking#Reasoning#Introspection
editor take
Introspection sells the feedback loop as the product, open-sources Pi as the Linux of agent infra, and wants to be its Red Hat.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
00:20
84d ago
Latent Space· rssEN00:20 · 07·01
Sierra's Natalie Meurer: Forward deployed engineering is about customer accountability, not a fixed skill set
At the AI Engineer World's Fair, Sierra's Head of Agent Engineering Natalie Meurer said forward deployed engineering lacks a consistent definition but is unified by accountability to customers. Sierra calls the role 'agent engineer'—a 120+ person team building custom conversational AI agents for enterprise customer service. Most customer-specific work happens at the orchestration layer above the models. Voice agent design also requires 'taste' for what sounds human. She sees product and customer-facing engineering roles starting to converge.
#Sierra#Natalie Meurer#Palantir
editor take
Sierra's 120+ agent engineers are defined by customer accountability, not a fixed skill set.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
2026-06-30 · Tue

more

feeds

admin