Stop Feeding Your Agent More Facts: It Needs a Structure of Value
Endless factual retrieval erodes agentic coherence; context assembly must embody an explicit value function that discards most facts before action, otherwise the system becomes directionless exactly when it has too much data.
AngleArgument that RAG/context engineering should be rebuilt around a value gate rather than exhaustive top-k retrieval.
Source video ↗Flat Prompts Create Flat Agents
LLM-based agents that receive a single objective or a flat task list lose direction, whereas agents whose prompts and planners explicitly nest short-term tool calls inside medium-term tasks inside long-term intent remain coherent and reliable.
AngleA practical critique of current prompt-and-planner design, offering multi-timescale goal nesting as the corrective.
Source video ↗Agents Don't Need Logs, They Need Mythologies
Storing raw trace data or literal episodes in an agent's memory is inferior to storing a set of distilled, archetypal narratives because compressed stories transfer behavioral wisdom to novel situations more economically than exhaustive logs.
AnglePush for a new memory architecture modeled on myth and fiction as compression devices, not simply on vectorized chunks of raw text.
Source video ↗Reliability Is a Covenant, Not an SLA
If AI systems are engineered to optimize greedily at every step, they will remain untrustworthy at long horizons; true reliability comes from architectures that make delayed gratification binding, turning the present sacrifice into a promise that future payoff will be honored.
AngleA provocation for infrastructure and evaluation teams to treat reliability as a temporal/moral commitment, with implications for reward design, commitment devices, and failure recovery.
Source video ↗