<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://nayemu.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://nayemu.com/" rel="alternate" type="text/html" /><updated>2026-06-07T22:26:29-07:00</updated><id>https://nayemu.com/feed.xml</id><title type="html">Md Nayem Uddin</title><subtitle>Md Nayem Uddin, Ph.D. student at Arizona State University, working on memory for AI systems and long-horizon agents. Bird and street photography, and writing.</subtitle><entry><title type="html">What I mean by “long horizon”</title><link href="https://nayemu.com/writing/what-i-mean-by-long-horizon/" rel="alternate" type="text/html" title="What I mean by “long horizon”" /><published>2026-05-20T00:00:00-07:00</published><updated>2026-05-20T00:00:00-07:00</updated><id>https://nayemu.com/writing/what-i-mean-by-long-horizon</id><content type="html" xml:base="https://nayemu.com/writing/what-i-mean-by-long-horizon/"><![CDATA[<p>Most of the ways we measure language models look at a single turn. You ask a question
and you check the answer. But a lot of what people actually want from these systems
happens over a much longer stretch. An assistant that plans a trip, or an agent that
runs a multi-step job, has to keep track of what it’s doing, hold on to the right
information, and notice when it has gone wrong.</p>

<p>That longer stretch is what I mean by “long horizon.”</p>

<p>People sometimes assume a bigger context window takes care of this. I don’t think it
does. A context window is something the model has to re-read every time. Memory is
something it can keep, update, or drop. The tricky part isn’t storing more. It’s
knowing what is no longer true and not acting on it anyway.</p>

<p>I’ll use this space for short notes: mostly things I’m reading, and experiments that
didn’t go the way I expected.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[A short note on the problem I keep coming back to in my research.]]></summary></entry></feed>