Tag: personal-systems
All the articles with the tag "personal-systems".
-
I made my agent's memory faster by making it smaller
The useful version of agent memory is not a bigger bucket. It is a layered system: compact truth, raw notes, topic summaries, and a local index that works even when embeddings do not.
-
Building a personal agent toolchain
A useful personal agent needs more than prompts. It needs a workbench, QA, memory discipline, durable task running, evaluation, and docs that stay honest in CI.
-
Agent ops beats agent demos
A useful personal AI agent is not one clever prompt. It is the boring operational loop around memory, recovery, context handoff, scheduled work, and cleanup.