Skip to content

Signal

A finite daily edition of frontier AI, manufacturing, geometry, frontier 3D creation, creative infrastructure, open source, and systems engineering.

Models · Machines · Geometry

Signal

Worlds · Media · Systems

LLM reliability, agent control loops, and 3D reconstruction lead a technically dense edition.

Model edited23 stories163 candidates reviewed
Cut
Source

Today’s edition

The front page

17 to scan

  1. Evaluating LLMs as calibrated causal-edge classifiers

    This paper tests 12 instruction-tuned open-weight models on causal-graph benchmarks across prompting strategies and confidence signals. It asks whether direct-edge judgments and their reported confidence are reliable enough to serve as prior causal knowledge.

  2. LLM agents can run controlled experiments with simulation models

    The paper studies agents that use simulation to test interventions rather than merely generate plausible hypotheses. It frames controlled experimentation as a requirement for scientific and engineering tasks where counterfactual response matters.

  3. Budget-constrained agentic search: exploit more, explore smarter

    This work argues that standard MCTS wastes budget at low visit counts when validation is expensive. It proposes search behavior that deepens promising chains earlier instead of spreading exploration too thin.

  4. Controlling reader-facing evidence in LLM memory evaluation

    RENDER keeps the underlying conversation fixed while varying how history is presented to the reader model, such as summaries, typed records, or raw excerpts. The benchmark isolates whether gains come from memory content or from the artifact used to render it.

  5. Sparse test-time imagination for world-action models

    GlanceWAM generates visual imagination asynchronously instead of blocking control-rate inference. The result is a world-action model that keeps real-time responsiveness while improving task success.

  6. Internalized visual thinking for proactive video reasoning

    Apple’s work replaces explicit visual chain-of-thought image generation with internalized visual reasoning to cut inference overhead. The paper targets spatial and temporal foresight in video reasoning settings.

  7. Multi-view images to relightable UV-PBR mesh assets

    ExMesh++ reconstructs editable mesh assets with topology, UVs, and explicit PBR material maps from multi-view images. The paper emphasizes asset readiness, not just surface recovery.

  8. Rollout-guided post-training for end-to-end driving

    RoG-DAgger trains driving policies with rollouts that expose policy-induced states rather than relying only on fixed expert data. It directly addresses the train/inference mismatch that hurts closed-loop driving.

  9. Do LLMs understand limit order book dynamics?

    The model can generate valid limit-order-book event sequences almost perfectly, but still fails to learn the underlying state dynamics. The paper separates surface sequence validity from an actual world model.

  10. PuzzleKV: page-wise low-rank KV cache compression

    This paper attacks long-context memory cost by compressing KV cache pages with low-rank decomposition. It targets the core inference bottleneck that grows with context length.

  11. Visual-centric agentic geometry editing

    ViSculpt frames geometry editing as a visually grounded agent task rather than script generation. It targets arbitrary meshes where users need perception-driven edits inside professional software.

  12. Maximizing AI factory performance per watt with NVIDIA DSX MaxLPS

    NVIDIA frames AI factories as power-constrained industrial systems and focuses on output per watt rather than raw GPU count. The blog argues for optimizing throughput within electrical and thermal limits.

  13. LLM-based multi-agent manufacturing process planning from CAD and drawings

    This paper uses multiple LLM agents to turn 3D CAD models and 2D engineering drawings into manufacturing process plans. It targets the full reasoning chain from design artifacts to process decisions.

  14. Fuzzing the Gleam compiler

    A Hacker News-discovered writeup on applying fuzzing to a language compiler. The piece is about finding compiler bugs by generating adversarial inputs and observing crashes or miscompilations.

  15. Mojo is now open source

    Simon Willison notes that Mojo’s compiler and toolchain have been released under Apache 2. The release follows the language’s 1.0 shipment and makes the implementation available for inspection and experimentation.

  16. Serving masked diffusion LLMs under real hardware load

    This paper characterizes masked diffusion language models on concurrent serving workloads and extracts design principles from observed behavior. It treats serving dynamics as an empirical systems problem rather than a modeling footnote.

End of today’s edition.

How Signal is made33 monitored sources · 6 on the roadmap