Efficient #Robot navigation inspired by honeybee learning flights
by Dequan Ou Jesse J. Hagenaars @Nature Learn more: https://
bit.ly/4tEdhPB #Robotics #ArtificialIntelligence #Innovation #Technology
RESEARCH
-

AI-Inspired Honeybee Navigation for Robots
By
–
-

Analysis of RoPE Limitations in Long-Context LLMs
By
–
“RoPE Distinguishes Neither Positions Nor Tokens in Long Contexts” RoPE is the default way LLMs track position, but this paper proves it breaks down as context gets long. Attention becomes close to random at telling near from far, and can even assign the same score to different
-
Using Gemini 3.5 and Antigravity to Auto-Train AlphaZero for Go
By
–
Pretty wild to be able to automatically train AlphaZero and serve a playable Go demo with just 2 prompts using Gemini 3.5 Flash and Antigravity 2.0 … https://t.co/rsz3jQKqtG
— Thang Luong (@lmthang) 20 mai 2026Pretty wild to be able to automatically train AlphaZero and serve a playable Go demo with just 2 prompts using Gemini 3.5 Flash and Antigravity 2.0 …
-
Two real complexity classes: tractable and intractable in AI
By
–
There are only two real complexity classes in computer science: tractable (computing a function's output from its inputs) and intractable (computing a function's inputs from its output). AI deals with the latter. The rest is details.
-

UniVidX: a unified model for multiple video-generation tasks
By
–
What if one AI could handle multiple video generation tasks without needing separate models for each? Researchers from HKUST, Stanford, Tsinghua, and other top labs present UniVidX. It uses three simple tricks: random condition masking to let the model learn any input-output
-
Technical evaluation of recurrent language models and evolution strategies
By
–
It actually holds up on real reasoning tasks like GSM8K and Countdown (not toy stuff) and matches GRPO pretty well. They even did full pretraining of a recurrent LM from scratch in pure int8. Sample efficiency is lower than backprop (normal for evolution strategies), but you get
-
Google releasing AI tools to accelerate science
By
–
Got to play with a little of this before launch as well. My experience as a social scientist was that it was more bioscience focused right now, but I think Google has been the leading lab in releasing serious AI tools to accelerate science & expect to see them improve fast.
-
Release of Nemotron-Labs-Diffusion parallel generation language models
By
–
Most language models only generate one token at a time.
— NVIDIA AI (@NVIDIAAI) 19 mai 2026
We just released Nemotron-Labs-Diffusion, a family of diffusion language models that take a different approach, generating multiple tokens in parallel within a single model. Rather than committing to each token permanently,… pic.twitter.com/fTOBmQ8KaMMost language models only generate one token at a time. We just released Nemotron-Labs-Diffusion, a family of diffusion language models that take a different approach, generating multiple tokens in parallel within a single model. Rather than committing to each token permanently,
-

Gemini 3.5 Flash performance in BullshitBench
By
–
BullshitBench update: Gemini 3.5 Flash did pretty badly – below a bit Gemma 4 even (31b high is 80th)
-

Antigravity reveals model thinking traces
By
–
The crazy thing is that Antigravity does this quite well! So it isn't like Google is hiding these thinking traces because of distillation or because they are full of insane mutterings. I guess you need to either do the work in Antigravity or not at all?