@alex hey Alex, think you could find this useful for your newsletter? https://diegopetrucci.github.io/dev/self-improving-agents

I feel awkward being “spammy”, so this will be the first and last post I ping you for! Have recently started taking the dev blog seriously so I’m trying to get it seen by people (and criticism is super welcome)

A simple way to add memory to agents and make them self-improve

LLM agents are great, but them not having memory and not “learning on the job” is less than ideal. Take AGENTS.md, a hack borne out this need.

diegopetrucci/dev