Glean 拾遗
Daily · timeline

A few picks a day.

Tue, Aug 25, 2026 3picks
← 08-24
Calendar ▾
2026 · 08
has picks today
08-26 →
06:00

Inside GPT-Live: full-duplex voice, one-round-trip startup

拆解 GPT-Live:流式全双工语音架构,把启动从六次往返压到一次

GPT-Live replaces turn-based voice architecture with streaming full-duplex inference: the turn-taking detector is removed from the audio path, the voice model listens and speaks simultaneously, and deeper reasoning or tool use is delegated asynchronously to GPT-5.5. Engineering details include a Go rewrite of the media front end that brings p95 frame delivery in line with the old p50; stateful handovers between model instances that turn context compaction into controlled failover without interrupting the media stream; and WARP, a set of backward-compatible WebRTC optimizations that cut session startup from six network round trips to one, plus Instant Connect to move SDP signaling off the critical path so a single UDP packet starts a session. Silent shadow testing showed CPU-side stream processing saturates before GPU inference under real traffic, shifting capacity planning from throughput to concurrent sessions. For engineers building realtime voice or agent interaction systems.

06:00

Claude Opus 5 First Look: Hard to Love, Better from Scratch

Claude Opus 5 初评:重新构建技能后表现更佳

A week-long evaluation of Claude Opus 5 across coding, writing, knowledge work, and an internal agent reveals a model that clashes with existing skills and plugins like Compound Engineering, often stopping early or ignoring instructions. However, starting from scratch yields dramatically better results, and lower thinking levels reduce annoying behaviors. Opus 5 sits awkwardly between Fable and GPT-5.6, borrowing the former's personality without its top-end ability. This makes it a promising option for users willing to rebuild workflows, or as a fallback when Fable tokens run out.

x.com · 2 min · Agent Engineering · AI Engineering · LLM
06:00

At AIEWF, AI Engineer Trends Shift from Autonomy to Harnessed Loops

AIEWF 2026 侧记:从自主狂热到在环工程,智能体开始上岗

At the 2026 AI Engineer World’s Fair, the conversation has moved from autonomous agents to harnesses, loops, and skills. Lilian Weng's new essay shifts from planning/memory/tool-use anatomy to harness engineering around the model. AutoGPT-era autonomy is out; engineers like OpenClaw's Peter Steinberger put themselves in an outer loop while agents run the inner loop. Enterprises are adopting forward deployed engineers who integrate long-running agents and software factories (Cursor, Warp, Vercel) with strict ROI targets. Google DeepMind's Philipp Schmid says "agents are just files" and Markdown-based skills extend capabilities; Matt Pocock warns of "skills hell" and advises fewer, smaller skills. Skepticism remains: HumanLayer's Dex Horthy says hype outruns discipline, and Geoffrey Huntley worries that "factories failed, loops failed" will be next year's refrain. A useful orientation for engineers tracking AI development tools and agentic workflows.

www.latent.space · 19 min · Agent Engineering · Agent Skills · Coding Agents · Loop Engineering