Added AT Proto publishing to my blog and played with local LLM models
Most memory tools now ship a set of principles for how an agent should manage its context. Lore's principles work differently, because the layer enforces them instead of asking the agent to. Here are the rules Lore runs on.
A long-term memory store remembers what you said last week. It can't manage the context window that's overflowing right now. Those are two different problems, and only one of them is getting solved.
A week of exploring the atproto protocol, homelab, and AI.
Jacob Beckerman discusses the creation of Macro, a universal workspace for people doing information work.
Cloudflare's scanner says my site fails nine agent-readiness checks. I did one of them on purpose. Here's the thinking.
Using a local DeepSeek model as an ordinary OCaml library and building sandboxed agents from simple primitives
Rita Kozlov and Steve Faulkner from Cloudflare dive into the major Vite acquisition and how it fits their AI and developer tools strategy.
A home for product notes, memory architecture deep dives, and engineering updates from Lore.
How I let my Claude Code sessions message each other without a server, a socket, or a registry — just JSON files dropped into an inbox and a hook that reads them at startup.