LatentMem is a new memory system that helps teams of AI agents remember the right things for their specific jobs without overloading them with text.
Diffusion language models (dLLMs) can write text in any order, but common decoding methods still prefer left-to-right, which wastes their superpower.
BatCoder teaches a code model to write both code and its documentation by doing a round trip: from code to docs and back to code.
Stable-DiffCoder is a code-focused diffusion language model that learns to write and edit programs by filling in masked pieces, not just predicting the next token.