TOPIC_INDEX

research

47 published entries in this topic.

RESEARCH_ENTRIES

RSS← ALL_TOPICS
[06.17.2026] // 6 min read

Robots need three brains to think and move

Alibaba's Tongyi Lab launched three specialized robotics foundation models that cover navigation, manipulation, and world prediction. The complete stack runs on NVIDIA Jetson Thor and is already in enterprise pilot testing.

[05.27.2026] // 6 min read

Your LLM works harder after a short nap

A new paper proposes letting LLMs 'sleep' between processing chunks, consolidating context into fast weights and clearing the cache. The results on multi-hop reasoning are 3x better than baseline.

[05.27.2026] // 5 min read

Vision models finally broke free from the token-by-token cage

NVIDIA's LocateAnything uses Parallel Box Decoding to make vision-language models 10x faster at visual grounding while improving accuracy on LVIS and COCO. The 3B model hits 12.7 boxes per second and handles dense detection, GUI, and document grounding from a single checkpoint.

[05.10.2026] // 5 min read

Your LLM generates one word at a time. This one doesn't.

ByteDance's Cola DLM is a 2.3B parameter language model that ditches autoregressive token prediction for continuous latent diffusion. It beats matched autoregressive baselines on reasoning benchmarks and suggests a path beyond the left-to-right token parade that's dominated NLP for a decade.