Building an agent without starting from the model: layered-system notes

edalgomezn · reddit · 2026-09-19

Research notes from Proyecto Chatty on building an agent (Mendel): an agent isn't built by picking a good model but by designing the system that governs what it knows, remembers, can do, how it proves it did it, and when it stops. Formula: agent = model + context + memory + tools + permissions + harness + evaluation.

The post also stresses that agents are not chatbots with tools: define tool boundaries, approval-gated actions, failure handling, and escalation paths.

Original post →

More from coding & agent

coding & agent channel →