Cover image

Threading the Needle: How GRAFT Reinvents Document Translation with DAGs and LLM Agents

TL;DR for operators Long-document translation does not fail only because the model lacks enough tokens. It fails because documents are not bags of sentences. They contain references, implied pronouns, repeated terms, topic shifts, callbacks, causal links, and the occasional sentence that makes sense only because something three paragraphs earlier did the heavy lifting. ...

July 12, 2025 · 17 min · Zelina
Cover image

Memory Over Matter: How MemAgent Redefines Long-Context Reasoning with Reinforcement Learning

TL;DR for operators MemAgent is not another “look, we made the context window enormous” paper. Thank goodness; the context-window arms race was starting to look like cloud billing cosplay. The paper’s core move is simpler and more interesting: take a standard dense transformer, let it read a long document in chunks, and force it to maintain a fixed 1024-token working memory. After each chunk, the model overwrites that memory. At the end, it answers using the problem and the memory, not the whole document. The authors then train this behaviour with reinforcement learning, so the model learns what to retain, what to discard, and when a piece of information is merely shiny garbage. ...

July 4, 2025 · 18 min · Zelina
Cover image

Eyeconomy: Fine-Tuned Vision Models for OCR in Emerging Markets

TL;DR for operators Paper invoices are not a nostalgia problem. They are a working-capital, tax-compliance, and operations problem wearing a thermal-printer costume. The operational case for fine-tuned vision models is not that they can “read documents” in the abstract. Plenty of systems can read clean documents under polite lighting. The case is that emerging-market business paperwork is local, messy, multilingual, photographed at bad angles, and shaped by tax rules that global OCR products do not treat as first-class citizens. ...

March 24, 2025 · 17 min · Zelina