Skip to content
Discussion options

You must be logged in to vote

This is a fascinating issue that touches on something deeper about how planning-with-files fundamentally transforms Claude's cognitive architecture. Let me propose a conceptual lens:

The Von Neumann Patch for LLMs

Your confusion problem is actually a symptom of a paradigm shift. Natively, LLM interactions work like calculators (stateless, pure function mappings), but this project retrofits them into Turing-complete machines (stateful, stored-program execution).

Architecture Mapping

  • CPU = Claude (Context Window) — processes logic but is volatile by design
    • Main Memory/Disk = Markdown Files (task_plan.md) — stores persistent state and data
    • Control Unit/Bus = Hooks (PreToolUse/PostTool…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by OthmanAdi
Comment options

OthmanAdi
Feb 22, 2026
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants