The HN interest came from a practical complaint: advertised context size does not map cleanly to the part of the window an LLM can use well.
#agent-workflows
RSS FeedHN did not read EvanFlow as another shiny agent wrapper so much as a set of brakes for agentic coding. Checkpoints, integration contracts, and explicit no-auto-commit rules drew more attention than the TDD label itself.
A LocalLLaMA post with 117 points spotlights AgentHandover, a Mac menu-bar app that watches repeated workflows, turns them into agent-executable Skills, and keeps the whole pipeline local with MCP hooks for Codex, Claude Code, and other compatible tools.
Andrej Karpathy's April 4, 2026 "LLM Wiki" gist proposes replacing one-shot retrieval with an interlinked wiki that an agent continuously maintains. Hacker News focused on the three-layer design of raw sources, wiki, and schema, plus the ingest, query, and lint loop that lets knowledge compound instead of being rediscovered from scratch for every prompt.