Skip to main content

Writing from the Reflexio team

Product updates, engineering notes, and ideas on building agents that learn.

9 min read

Your Agent Dreams. It Still Can't Tell You If It Got Better.

Dreaming makes an agent's memory better. Only measurement makes the agent better. Anthropic's Dreams, ChatGPT, Codex, Gemini CLI and OpenClaw all rewrite agent memory offline — and every gate they document checks whether the rewritten memory is tidy, not whether the agent improved.

RTReflexio Team
7 min read

How Creao Turned Agent Exploration Into Repeatable Execution

Creao used Reflexio to turn successful agent behavior into reusable guidance—cutting median model calls by 75%, reducing task failures by 36%, and showing positive impact from retrieved learnings in 47% of evaluated cases.

RTReflexio Team
8 min read

Your Agent Remembers Everything and Learns Nothing

AI memory and agent self-improvement sit in the same slot, use the same storage, and are sold against the same failure — which is why they get confused. The difference is what has to happen before the system writes anything down. One writes when something is said. The other writes when something is judged.

RTReflexio Team
8 min read

From Loop Engineering to Self-Improvement: The Loop Over Loops

Loop engineering is how we get agents to iterate toward a goal on their own. Self-improvement is the next stage — a loop wrapped around those loops, so each pass makes the next one better. This is a field note on how the two ideas connect.

RTReflexio Team
8 min read

Learn, Generalize, Reflect and Optimize (LGRO): A Practical Guide for Self-Improving AI Agents

Memory remembers what happened. Learning changes what the agent does next time. LGRO — Learn, Generalize, Reflect, Optimize — is a practical framework for non-parametric, self-improving AI agents.

RTReflexio Team