Tag
#agents
2 articles tagged agents.
World models and the cost of imagination
ModelsLatent rollouts are cheap. World rollouts are not. What we learned trying to scale a JEPA-style world model on robotics data.
The hidden latency in agent loops
AgentsEvery tool call is a round trip. Every round trip is a context append. Why naive agent loops compound latency faster than you expect, and what to do about it.