Daily digest
8 items · ~8 min · Week 2026-W32
Worth knowing (2)
AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling
Nanjing UniversityProposes a continuous-latent diffusion language model that keeps a high-capacity, decodable text representation instead of collapsing to discrete tokens, using a query-based encoder-decoder plus a block-causal diffusion transformer trained with flow matching.
Meta launches Muse Code coding agent powered by Muse Spark 1.2
MetaMeta released Muse Code, a beta terminal-based coding agent that plans, writes, and validates code across large repositories using parallel sub-agents in isolated worktrees. It runs on Muse Spark 1.2, a coding-focused update to Meta's Muse Spark model with improvements in code generation, debugging, and codebase understanding.
For reference (6)
xAI rolls out Grok Voice Think Fast 2.0 speech-to-speech model
xAIxAI released Grok Voice Think Fast 2.0, its latest speech-to-speech voice model, with grok-voice-latest automatically routing to it starting August 5, 2026. The company reports 1.4x faster response and roughly 2x transcription accuracy gains over the prior version, with time-to-first-audio dropping from 1.25s to 0.70s.
Quo Vadis, World Modeling? Towards Interactive World Proxies for Continually Improving Agents
Shanghai AI LaboratorySurvey arguing agents need dynamic interaction feedback beyond static supervision, proposing 'Agent-Centric Interactive World Proxies' that model agent-usable information transitions (execution outcomes, retrieved skills, verification signals) rather than raw physical state prediction.
GradCuit: Credit-Assigned Gradient Flow Enables Robust and Interpretable Test-Time Latent Reasoning
Inserts optimizable latent states at a chosen transformer layer and directly differentiates continuation-token log-probabilities through them at test time, improving accuracy over chain-of-thought while yielding token-level gradient attributions that show latent influence concentrating on reasoning-connector tokens.
Claude Code v2.1.223 fixes permission-bypass gap, merges /code-review
AnthropicFollowing v2.1.222's worktree-isolation and hook-bypass fixes reported yesterday, Anthropic shipped v2.1.223, closing a Bash permission-check bypass reachable via crafted/padded commands and a bypassPermissions policy gap. The release also merges /review into /code-review and changes auto-compaction to reliably hold 1M-context models to a 200K window.
OpenCode v1.18.14 simplifies xAI login, improves provider error handling
sstFollowing yesterday's v1.18.13, OpenCode v1.18.14 simplifies xAI login to a single device-code flow for headless/remote environments, preserves structured mid-stream provider errors for retries, retries more transient provider/network errors, and fixes remote-workspace directory resolution and 5xx logging.
OpenAI Codex CLI 0.146.1 hardens auto-review for cyber-capable models
OpenAICodex CLI's stable rust-v0.146.1 release backports safer automatic-review defaults for cyber-capable models and clarifies permission-change explanations shown in the terminal interface.