Skip to stories

Vol. I · No. 19 · Independent daily intelligence

Signal

Papers and systems worth your time

Frontier agent systems, world models, and the infra details that actually matter.

Topic:
Source:
Signal:

Today’s edition

The front page

24 stories to scan

  1. ● Top story

    T1: Terminal Agent Reinforcement Learning for Long-Horizon Tasks

    T1 is a 122B MoE model trained with RL to operate a real shell in a cloud sandbox for 300+ tool-call turns, using each task’s own verifier as reward. The paper centers long-horizon execution rather than chat, with shell use as the core environment.

    Shows how verifier-backed RL changes the design of agent training for real terminal work.

  2. ● Top story

    Streaming 3DGS worlds on the web

    World Labs details Spark 2.0’s streamable level-of-detail system for 3D Gaussian Splatting. The writeup focuses on how large 3DGS scenes can be delivered interactively on the web without treating them as static blobs.

    A concrete look at LOD, streaming, and asset representation for deployable 3DGS experiences.

  3. ● Top story

    Automatic Key Exchange for origin handshakes

    Cloudflare describes an origin-handshake system that probes TLS 1.3-capable customer origins and prefers the strongest supported key agreement, including post-quantum options where available. The result is automated algorithm selection at massive scale across 45B daily connections.

    Useful for understanding how to migrate crypto policy safely in a heterogeneous edge-to-origin fleet.

  4. ● Top story

    OpenAI launches the Agents API

    OpenAI is packaging cloud agents as a managed service with orchestration, long-running sessions, and tool use via the Codex harness. The release is aimed at building persistent agent workflows rather than single-turn completions.

    Shows the platform shape of managed agent execution, sessions, and tool orchestration.

  5. ● Top story

    World Labs announces the World API

    World Labs is exposing a public API that generates explorable 3D worlds from text, images, and video. The announcement positions Marble’s world-model capabilities as an application primitive.

    Worth tracking if you care about world-model interfaces and how they’re productized.

  6. ● Top story

    Frame.io adds InDesign previews and faster asset navigation

    Frame.io ships full multi-page InDesign previews, a spacebar quicklook workflow, and a simpler purchase flow. The update is mainly about reducing review friction for large creative libraries.

    A small but practical example of production workflow polish in creative infrastructure.

  7. ● Top story

    AI agents find smart contract exploits

    Anthropic reports that agents found vulnerabilities in a benchmark of real exploited contracts, with a combined value of $4.6 million. The post frames exploit discovery as an agentic security workload rather than generic code review.

    Useful benchmark signal for agent-assisted vulnerability discovery and defense.

  8. ● Top story

    Proof of Capture: open-source provenance with steganography

    This open-source project adapts Apple’s Reference Image idea and encodes capture provenance using steganography. It surfaced on Hacker News as a practical approach to image authenticity metadata.

    Interesting if you care about provenance schemes that survive normal file handling.

  9. ● Top story

    Python sets and dictionaries can have quadratic-time performance

    Lemire shows that Python hash-table behavior can degrade to quadratic time in some cases. The post is a reminder that average-case constant time still hides pathological inputs and implementation details.

    A useful deep dive into hash-table behavior and adversarial performance cliffs.

  10. ● Top story

    Gaussian Light Transport

    This paper represents global illumination as a 13D Gaussian mixture over position, direction, surface normal, and material properties. By folding scene properties into the representation, it cuts the number of functions needed and speeds evaluation.

    A strong example of extending Gaussian representations from geometry into full light transport.

  11. ● Top story

    Luce: Relightable Gaussians for 3D asset generation

    Apple ML Research presents an image-to-3D method that produces relightable Gaussian assets with physically based rendering properties such as albedo, metallic-roughness, and normals. The goal is integration into standard rendering pipelines rather than only producing view-synthesized assets.

    Shows how generation methods are being pushed toward editable, renderable production assets.

  12. ● Top story

    ReconPlusGen: injecting reconstruction priors into multi-view 3D generation

    This arXiv paper combines reconstruction priors with multi-view 3D generation using noise inversion and modulation. The method aims to improve generation quality by borrowing structure from reconstruction pipelines.

    Relevant for understanding how reconstruction and generation are converging in 3D.

  13. ● Top story

    OpenAI’s Navier-Stokes release included a Lean 4 formal proof

    A discussion on HN notes that OpenAI’s Navier-Stokes result shipped with a Lean 4 formal proof. The technical interest is in pairing a major mathematical claim with machine-checked verification.

    Good signal on how formal methods are being attached to frontier research outputs.

  14. ● Top story

    System76’s Thelio Mira AI workstation with 192 GB GPU memory

    System76’s workstation announcement centers on very large GPU memory capacity in an AI desktop form factor. It drew HN attention for the hardware configuration rather than the marketing pitch.

    Useful if you track practical on-prem AI boxes and memory-capacity tradeoffs.

  15. ● Top story

    CamPilot: a multi-agent assistant for camera-controlled movie generation

    CamPilot applies LLM-based multi-agent coordination to text-to-video generation, with an emphasis on cinematographic control and multi-shot continuity. The paper targets filmmaking workflows rather than generic video synthesis.

    Worth a read for the control problem in professional video generation systems.

  16. ● Top story

    llama.cpp b10902

    ggerganov/llama.cpp ships a new upstream release. The item is only useful if you inspect the changelog and code for runtime, quantization, or backend changes before adopting it.

    A practical watchpoint for local inference stacks and fast-moving backend changes.

  17. ● Top story

    LexAgentHallu: benchmarking hallucinations in legal agents

    This benchmark targets agentic hallucinations in legal workflows, where tool-call and reasoning errors can cascade into fabricated holdings and miscited authority. It moves beyond single-turn QA by trying to diagnose failure modes across the agent trace.

    Good example of a domain-specific benchmark for trace-level agent errors.

  18. ● Top story

    Proof-Carrying Cognition: closing the verification gap with reality-settled reward

    The paper argues that frontier reasoning gains depend on cheap, sound verifiers and that most domains lack one. It reframes the bottleneck as a verification gap rather than a scaling gap.

    Useful conceptual framing for why some reasoning tasks improve and others stall.

  19. ● Top story

    Multi-agent graph learning via structural signatures

    This arXiv paper studies agentic graph learning with multiple LLM-based agents that sequentially sample graph evidence. The proposed angle is to break the shared-reasoning-policy limitation using structural signatures.

    Interesting if you follow agentic reasoning over graphs and multi-agent policy design.

  20. ● Top story

    ToolGrad: tool-use dataset generation with textual gradients

    Google Research proposes generating tool-use data with textual gradients, aimed at producing training examples more efficiently. The contribution is about dataset construction, not just another tool-use benchmark.

    Shows a concrete method for synthesizing better agent training data.

  21. ● Top story

    Shedding Light: benchmark for lighting understanding in generative image models

    This benchmark probes whether generative image models understand illumination well enough to model physically plausible lighting. It focuses on a specific scene-property gap rather than generic image quality.

    Useful if you care about evaluation gaps in physically grounded image generation.

  22. ● Top story

    CEM-TUDASR: efficient unsupervised super-resolution for capsule endoscopy

    The paper proposes a computationally efficient Transformer-based super-resolution method for wireless capsule endoscopy images. It combines multimodal modeling with an unsupervised adaptation setup.

    A concrete example of efficiency constraints shaping medical imaging pipelines.

  23. ● Top story

    Learning realistic athletic sprinting without demonstrations

    This system uses a muscle-driven simulation pipeline and a high-performance GPU simulator to generate biomechanically accurate sprinting motions without motion-capture demonstrations. The simulator reportedly runs at 1000x real time.

    Interesting on the simulation/runtime side: no-demo motion generation with fast GPU physics.

  24. ● Top story

    What algorithm did Windows XP use to choose your initial user picture?

    A Lobsters discussion revisits how Windows XP selected the default user picture. The value here is in the archaeology of a small but non-obvious product decision.

    Mostly a curiosity, but it can still surface implementation lore.

End of today’s edition.

How Signal is made33 monitored sources · 6 on the roadmap