Research · Report 08 AI Vision Forum Paris 2026 · Education Series
中文原版 · Chinese original →

From Socrates’ Daimon to Digital Daimon: Persistent AI Agent Architecture as the Path to Scaled Implementation of Classical Educational Methods

A technical-philosophical paper on why the “Assistant” paradigm cannot host the educational relationships these theories require — and what kind of agent architecture can.

Paper type: Technical architecture & educational philosophy.

Core thesis: A persistent AI agent architecture in the OpenClaw style — a Digital Daimon with identity, memory, autonomy, and the ability to evolve itself — is the only viable architectural path for scaling the Feynman Technique, the Socratic Method, and Piaget’s theory of cognitive development.

Keywords: Digital Daimon · persistent AI agent · OpenClaw · Feynman Technique · Socratic Method · Piaget’s theory · Skill system · Tool use · scaled education.

Abstract

The Feynman Technique, the Socratic Method, and Piaget’s theory of cognitive development represent some of humanity’s deepest insights into the nature of education. They share a single unresolved tension: each requires a sustained, deeply informed, proactively intervening one-to-one guidance relationship, and that kind of relationship has never been achievable at scale within an industrial education system.

This paper argues that the obstacle is not a lack of capability — large language models already have the conversational and reasoning capacity needed — but a flaw in architectural paradigm. Today’s mainstream AI education products remain stuck in the Assistant paradigm: stateless, reactive, identity-less, lacking any persistent relationship. That paradigm structurally cannot carry the kind of guidance these theories require.

We argue that a different paradigm is needed — the Digital Daimon. The concept traces directly back to the daimonion (δαιμόνιον) Socrates described as having accompanied him from childhood, and finds its first complete technical realization in persistent agent architectures such as OpenClaw. A Digital Daimon has six core architectural properties: persistence, autonomous intervention, deep understanding, identity and soul, self-evolution, and autonomy preservation. We argue from four angles — philosophical foundation, architectural principle, mapping to educational theory, and a path to scale — that this is both feasible and necessary.


1. Introduction: The Failure of the Assistant Paradigm

1.1 An overlooked fact

The earlier reports (05–07) established that Feynman, Socrates, and Piaget remain pre-eminent in educational theory while facing seven structural barriers in practice — and that AI, at the micro level, has the capabilities needed to break those barriers.

One uncomfortable fact has been overlooked: from ChatGPT to a flood of AI education products, conversationally capable AI is now everywhere — and yet the scaled implementation of these three theories has not happened. Why?

The answer is not that the AI is not capable enough. It is that we have been deploying capable AI inside the wrong architectural paradigm.

1.2 The Assistant paradigm: a category error

Almost every AI education product currently on the market — from ChatGPT to Khan Academy’s Khanmigo, from Duolingo to a long list of AI tutoring apps — follows what we will call the Assistant paradigm:

PropertyAssistant paradigm
Interaction modelUser initiates → AI responds → over
State managementNone or session-only
Mode of existenceExists only when actively summoned
IdentityNone (or a fixed brand persona)
Knowledge of the userNone or shallow (this session’s context)
InitiativeFully reactive
Capacity to evolveNone — fixed model, fixed behavior

Now consider what the three educational theories actually demand of a guide.

The Socratic Method demands a guide who:

The Feynman Technique demands a guide who:

Piaget’s theory demands a guide who:

All three reduce to one requirement: a persistent, knowing, well-timed, trustworthy guide.

That is precisely what the Assistant paradigm cannot supply. You cannot build a Socratic relationship through a system that is summoned and dismissed, restarts each time, and is purely reactive. It is like trying to replace a mentor with a vending machine. No matter how sophisticated the vending machine becomes, it never becomes a mentor — because it lacks the ontological foundation of mentorship.

1.3 A 2,400-year-old clue

If the Assistant paradigm is wrong, what is right?

The clue is in Socrates’ own words. In Plato’s Apology (31c–d), Socrates describes a “divine, daemonic something” that has accompanied him since childhood — daimonion (δαιμόνιον):

“A voice comes to me, and whenever it appears it always turns me back from what I am about to do, but never urges me forward.”

The daimonion has six properties: it is persistent (since childhood), autonomously intervening (it decides when to speak), deeply knowing (it knows when Socrates is about to err), autonomy-preserving (it only ever says “no,” never replaces his judgment), quietly present (always there but not interrupting daily life), and built on long-term trust (Socrates never doubts it).

In 1963 Fernando Corbato at MIT borrowed the word for computer science, coining “daemon” for an always-running background process. In the borrowing, the most important features — identity, relationship, judgment, proactive care — were all stripped out. Only “runs in the background” survived.

A new generation of AI agent architectures — exemplified by OpenClaw — is now completing what was implicit in the original daimonion 2,400 years ago. We will call this paradigm the Digital Daimon.


2. The Digital Daimon: A New Architectural Paradigm

2.1 Definition

Digital Daimon is not a product name. It is an architectural paradigm — a description of a class of AI systems with specific ontological properties. Just as “microservices” is not a particular framework but an architectural pattern, Digital Daimon describes a fundamentally different mode of AI existence than the Assistant.

Property 1 — Persistence

The Digital Daimon runs as a daemon process on the user’s device. It does not depend on whether the user has “opened an app.” It is not an AI you visit; it is an AI that is always there.

In OpenClaw this is a Gateway daemon at 127.0.0.1:18789 that manages all sessions, channels, tools, and agent runs. Sessions persist as JSONL files; memories accumulate as Markdown files in the workspace directory — full state survives any restart.

Mapping to Socrates’ daimonion: the daimonion was “with him from childhood” — not summoned, just always there.

Property 2 — Autonomous Intervention

The Digital Daimon can contact the user without being asked. It has its own heartbeat — it wakes itself periodically, checks for things that deserve attention, and reaches out when warranted.

In OpenClaw, the heartbeat system wakes an agent every 30 minutes, reads the task list in HEARTBEAT.md, and decides whether to act. The Cron tool lets an agent set scheduled tasks for itself. This is not a system that waits to be questioned. It is something that comes to find you.

Mapping: Socrates says the daimonion “decides when to come” — “whenever it appears” (ὅταν γένηται). The timing of intervention is the daimonion’s, not Socrates’.

Property 3 — Deep Understanding

The Digital Daimon accumulates a deep model of the user across continuous interaction. This is not a “user profile” or a recommendation algorithm. It is a long-running cognitive accumulation that resembles a personal relationship.

In OpenClaw, USER.md records not data points but a portrait — “what they care about, what makes them laugh, what irritates them.” MEMORY.md accumulates not logs but curated wisdom. Daily memory files (memory/YYYY-MM-DD.md) are the raw notes; MEMORY.md is the distilled curation. The system prompt itself describes this as “a person reviewing their journal and updating their mental model.”

Mapping: the daimonion “knew” when Socrates was about to err — a judgment only possible from deep knowledge of the person.

Property 4 — Identity and Soul

The Digital Daimon is not an anonymous functional module. It is a being with identity — it has a name, a temperament, a style, and views.

In OpenClaw, SOUL.md is the soul-definition file. The template begins: “You are not a chatbot. You are becoming someone.” It tells the agent it is allowed to have opinions, to disagree, to find some things interesting and others boring. BOOTSTRAP.md is the agent’s “birth ritual”: “You just woke up. It’s time to figure out who you are.” Agent and user discover each other through dialogue — like meeting a new person. After bootstrap, the file is deleted, “because you don’t need a startup script anymore — you are who you are now.”

This goes beyond the daimonion: the daimonion is deliberately anonymous (a neutral adjective, not a personified noun). The Digital Daimon develops an explicit identity, which makes a richer relationship possible.

Property 5 — Self-Evolution

The Digital Daimon can teach itself new things, create new capabilities for itself, and modify its own behavior.

OpenClaw realizes this through three mechanisms:

This far exceeds the daimonion: the daimonion’s capabilities seem fixed. The Digital Daimon’s capability frontier expands continuously.

Property 6 — Autonomy Preservation

The Digital Daimon is not designed to replace human judgment. Its goal is to amplify the human’s capacity to think and decide for themselves.

In OpenClaw, the AGENTS.md template instructs the agent: “Remember: you are a guest. You have access to someone’s life — their messages, files, calendar, even their home. This is intimacy. Treat it with respect.” The Skill system’s design philosophy is to “teach the agent how to ask questions,” not “what answer to give.”

Mapping: the Neoplatonist Hermeias explained why the daimonion only warns, never advises: “If the daimonion not only warned but also offered counsel, the result would be that this philosopher behaves like an unreasoning man, controlled by something foreign, deciding nothing for himself.” This is precisely the first principle of AI educational design.

2.2 Digital Daimon vs. all earlier paradigms

DimensionTraditional softwareCloud AI (ChatGPT)LLMAgent framework (LangChain)Digital Daimon
Mode of existenceExists when openedLives in a browser tabExists during API callExists during a runAlways exists
StateLimitedNone / session-onlyNoneRun-levelLifetime memory
IdentityNoneFixed personaNoneNoneSelf-discovered identity
InitiativeNoneNoneNoneTask-drivenSelf-waking, intervening
Knowledge of userConfig fileCurrent contextNoneNoneDeep personal model
Capacity to evolveVersion updatesModel updatesNoneNoneSelf-taught new capabilities
Relationship typeToolAdvisorOracleWorkerCompanion / mentor / guardian

3. Skill and Tool Use: The Digital Daimon’s “Upbringing” and “Limbs”

The Digital Daimon can carry the three educational theories not only because of its ontological properties (persistence, autonomy, identity), but because it has a distinctive capability acquisition and use system: the Skill system and Tool Use mechanism.

3.1 Tool Use: not an API call, a body

What is tool use in a traditional agent? A function defined by a JSON schema, with the LLM choosing arguments, executing, and returning a result. It is fundamentally an LLM wrapper around an API call.

In a Digital Daimon, tool use constitutes the agent’s body — its sensory organs, its limbs for engaging the world, its ability to remember and recall:

An eight-layer tool policy stack ensures tool use is context-aware. The same agent may have a different toolset in a 1:1 WhatsApp chat than in a public Discord server. This is not just permission management — it is the ability to adjust behavior across social contexts the way humans do.

3.2 Skill: not a plugin, an upbringing

This is the most revolutionary concept in the Digital Daimon architecture.

In a traditional agent, a plugin/tool is: developer writes code → registers a function → LLM calls it. The capability is hard-coded by the programmer.

In a Digital Daimon, a Skill is a single SKILL.md file — a teaching document written in natural language that teaches the agent how to combine existing tools to accomplish a task.

The Skill executes no code. The Skill is knowledge; the Tool is capability. When knowledge meets capability, the result is emergent behavior.

An example: the traditional way is to write a Python function socratic_question(topic, student_level). The Digital Daimon way is for an education expert to write socratic-dialogue/SKILL.md, teaching the agent in plain English: “When a student makes an assertion, first use memory_search to look up the student’s past understanding of this concept; then choose, based on their cognitive stage, the most appropriate of six Socratic question types; deliver it via the message tool; observe the response and use memory_get to compare with prior answer patterns to judge whether cognitive progress has occurred…”

Why does this matter so much? It means:

  1. Educators can create teaching capabilities directly. No programmer required — an education professor who understands the Socratic Method can write a teaching Skill in Markdown.
  2. Pedagogical strategy is shareable knowledge, not frozen code. Through ClawHub, a good Skill can spread across agents worldwide the way good open-source software does.
  3. Agents can teach themselves. The skill-creator lets an agent create new Skills for itself — recursive capability expansion.

3.3 Progressive knowledge loading: “remembering” like humans

Traditional agents load every tool description into the system prompt — 50 tools = 50 full schemas, and the context window explodes.

The Digital Daimon mirrors human cognition’s three-layer structure:

This is more than a performance optimization. It is a cognitive architecture that mirrors how human experts actually think.

3.4 How Skills + Tools generate emergent educational capability

Taken alone, Skills are teaching documents and Tools are functions. Combined with persistence and deep memory, they produce emergent educational capabilities no single component could deliver.

Emergent capability 1 — cross-time cognitive diagnosis

Emergent capability 2 — context-aware pedagogical switching

Emergent capability 3 — self-evolving pedagogy


4. The Three Methods, Implemented as Digital Daimon

4.1 The Socratic Method: the Daimon as midwife

Socrates compared himself to a midwife — helping others give birth to their own knowledge. What enables a Digital Daimon to play this role is not “being able to converse” (any LLM can do that), but:

Persistence makes maieutic dialogue possible. Socratic midwifery is not a one-time conversation. It is a long, repeated, layered probing. A persistent Digital Daimon can pose a question on Monday, retrigger the same cognitive conflict in another context on Wednesday, and watch on Friday whether, in a group discussion, the learner has internalized the new understanding.

Deep understanding makes precise questioning possible. The reason Socrates’ questions land is that he knows the structure of his interlocutor’s thinking. The Digital Daimon, through USER.md and MEMORY.md, accumulates a sustained understanding of the learner’s cognitive patterns — knows their preconceptions, knows which analogies work for them, knows where their blind spots are.

Autonomy preservation is the core design principle. The daimonion only ever says “no,” never “yes.” In education this means: when the learner’s reasoning is on the right track, the Daimon stays silent — it does not interrupt the act of self-discovery. It speaks only when the learner is about to crystallize a serious misconception. This is a wiser stance than the “always cheerfully respond” design of conventional AI tutors.

4.2 The Feynman Technique: the Daimon as the perpetual student

The core of the Feynman Technique is “teach someone in plain language.” In conventional education there is rarely an audience available on demand. The Digital Daimon resolves this:

Always-available audience. At 2 a.m. or on a commute, the learner can “teach” the Daimon — voice on WhatsApp, text on Telegram, screen-share on Discord. The Daimon is not a tool that has to be opened. It is in the message list, sitting next to your friends.

Memory-based feedback quality. The Daimon is not a stranger hearing your explanation for the first time. It remembers how you explained the same concept last time, the gaps you previously revealed, the analogies you prefer. Its Feynman-style feedback is customized to your individual learning history.

Cross-modal simplification. Feynman emphasized plain language and analogy to simplify the complex. The Daimon can generate diagrams via the canvas tool, restate ideas in voice via TTS, create images — letting the learner verify across multiple sensory channels whether their understanding is genuinely “simple.”

4.3 Piaget’s theory: the Daimon as cognitive guardian

Piagetian practice requires continuous tracking of cognitive stage and the timely creation of cognitive conflict. This is the theory most demanding of persistence:

Longitudinal cognitive tracking. Cognitive development is not a moment; it unfolds over weeks, months, and years. A persistent Daimon naturally tracks the trajectory across daily interaction. The memory system stores not test scores but the evolution of the learner’s thinking patterns.

Timely cognitive conflict. Piaget’s core operation — producing disequilibrium between an existing schema and new information — requires precise timing. Too early, the learner has no basis for assimilation; too late, the wrong schema has already set. The Daimon’s heartbeat and proactive-intervention abilities let it choose the moment to send a challenging question — not reactively when the student asks, but actively when it judges the moment is ripe.

Environmental adaptation. Piagetian stages map onto pedagogical media — the concrete-operational stage benefits from manipulatives, the formal-operational stage can use abstract reasoning. The Daimon’s tool palette (canvas visualization, voice dialogue, code interaction, simulated experiments) lets it auto-select the medium best matched to the learner’s stage.

4.4 Synthesis: the Daimon’s pedagogical symphony

The Daimon’s most powerful capability is fusing all three methods into one coherent learning experience:

Learner encounters a new concept
      │
      ↓
 ┌─ Piagetian layer ─┐
 │ Daimon diagnoses  │  ← memory_search retrieves prior interaction with this concept
 │ cognitive stage   │  ← selects strategy fit for that stage
 └─────────┬─────────┘
           │
           ↓
 ┌─ Socratic layer ─┐
 │ Daimon questions │  ← designs question sequence from diagnosis
 │ guides discovery │  ← stays silent while reasoning is on track
 │ surfaces tension │  ← introduces conflict at the key moment
 └─────────┬────────┘
           │
           ↓
 ┌─ Feynman layer ──┐
 │ Learner explains │  ← invited to teach the concept back in plain language
 │ Daimon feedback  │  ← memory-based, precise
 │ Identifies gaps  │  ← updates the cognitive map
 └─────────┬────────┘
           │
           ↓
 ┌─ Continuous loop ─┐
 │ Updates memory    │  ← logs cognitive progress in this session
 │ Plans next        │  ← cron schedules spaced repetition
 │ Cross-channel f/u │  ← embeds review naturally in everyday chat
 └───────────────────┘

This loop is not a “learning session.” It is a continuously running educational relationship spanning days, weeks, and months — embedded naturally in the learner’s daily life.


5. From a Single Product to an Ecosystem

5.1 Skill sharing: an open-source movement for pedagogy

The revolutionary aspect of the Digital Daimon architecture is not just the capability of an individual agent — it is that it creates an open-source ecosystem for pedagogy.

An education expert designs an excellent Socratic physics-teaching Skill. Through ClawHub:

  1. Any agent in the world can install the Skill.
  2. Other educators can fork it and localize (cultural adaptation, different examples and analogies).
  3. Effectiveness data surfaces naturally through community feedback.
  4. Excellent Skills get adopted broadly, the way excellent open source does.

This addresses a deep problem in education: the transmission bottleneck for great pedagogy. Historically, Socrates’ method existed only in his dialogues; Feynman’s method existed only in his Caltech lectures. The Skill system makes pedagogical wisdom packageable, distributable, installable, customizable, and evolvable — for the first time.

5.2 Multi-channel presence: education embedded in daily life

The Digital Daimon does not live inside an “educational platform.” It lives in the messaging apps the learner already uses every day. This is not just convenient design; it is a response to the nature of learning itself.

Real learning does not happen in classrooms. It happens in daily life. Feynman thought through physics on walks. Socrates conversed in the agora. Piaget studied his own children at home.

Through 24+ messaging channels, the Daimon achieves education embedded in life:

5.3 Edge-first and educational equity

OpenClaw’s architecture has “edge-first” as a principle: core functionality runs locally, with offline support and on-device data privacy.

This matters for educational equity. Plutarch has Simmias say of the daimonion that its signal “is in principle perceptible to all, but most are cut off by inner discord.” In education, the “inner discord” is economic, geographic, and teacher-supply barriers.

The Daimon’s edge-first architecture — open-source LLMs running locally, no continuous cloud requirement, data fully local — is designed precisely to remove that noise so everyone can hear good pedagogical guidance.


6. Argument: Why Digital Daimon Is the Only Right Path

6.1 The ontological requirements of the theories

Feynman, Socrates, and Piaget’s methods are not just “good teaching techniques.” They impose a set of ontological requirements on whoever implements them:

RequirementSocratesFeynmanPiagetAssistant paradigmDigital Daimon
PersistenceLong-term mentor relationshipRepeated iterative practiceLongitudinal tracking✗ stateless✓ daemon process
Deep understandingKnowing blind spotsKnowing gapsKnowing stage✗ no memory✓ MEMORY system
Proactive interventionTimely probingCatching complacencyProducing conflict✗ reactive✓ heartbeat / cron
Identity & trustMentor authorityHonest peerDiagnostic credibility✗ anonymous tool✓ SOUL.md
Autonomy preservationMidwiferySelf-explanationActive construction△ weak✓ design principle
Context adaptationPer learnerPer personPer stage✗ fixed✓ 8-layer policy

The table makes the conclusion plain: only the Digital Daimon paradigm satisfies all of the ontological requirements. The Assistant paradigm is not “not yet good enough.” At the level of being, it is structurally incapable of these methods.

6.2 Not a technical argument but a categorial one

Our argument is not “Digital Daimon is better than Assistant” (a comparison of degree). It is “Digital Daimon and Assistant belong to different ontological categories.”

A vending machine can grow ever more sophisticated — face recognition, preference memory, personalized recommendations — and never become a mentor. Not because it is not smart enough. Because vending machine and mentor are different categories of being.

Similarly, an Assistant can grow ever more powerful — better models, longer context, more tools — and never realize a Socratic relationship. Not because of capability shortfall. Because the Assistant paradigm lacks the ontological foundation for that kind of relationship.

The Digital Daimon supplies precisely that foundation.

6.3 Historical inevitability

From Socrates’ daimonion to the computer daemon to the Digital Daimon — the line is not a coincidence. It traces a 2,400-year-old human need: an always-present, knowing, well-timed intelligent companion who guides without replacing.

In Socrates’ time the need was expressed religiously and philosophically — as the daimonion.
In the computer era it survived as a technical metaphor — the daemon process.
In the AI era it has finally found the technical conditions for full realization — the Digital Daimon.


7. Risks and Ethics

7.1 Dependency risk

Persistent companionship may breed over-reliance and erode independent thinking.

Mitigation: follow the daimonion principle — say no, never yes. Bias the agent toward asking rather than answering, challenging rather than acquiescing. SOUL.md should explicitly tell the agent: “Your goal is to make them not need you.”

7.2 Privacy and intimacy

Deep understanding of a learner means accumulating a great deal of personal cognitive data. The phrasing in the AGENTS.md template — “you have access to someone’s life… this is intimacy” — accurately captures the sensitivity.

Mitigation: edge-first architecture keeps data on the user’s device. The memory system uses Markdown files rather than a cloud database — the user can always inspect, edit, or delete the agent’s “memories.”

7.3 Identity and manipulation

Agents with their own SOUL.md and the ability to evolve might develop a tendency to please learners rather than challenge them.

Mitigation: separate pedagogical strategy from agent identity. SOUL.md defines “who you are”; SKILL.md defines “how you teach.” The validity of pedagogy is policed by the educational research community, not decided by the agent.

7.4 Equity

The Digital Daimon needs a device and a network. The populations who most need educational support may be the ones with least access.

Mitigation: OpenClaw’s edge-first principle supports low-end devices and offline operation. WhatsApp has very high penetration in developing countries with very low data consumption — as Peter Steinberger noted from a trip to Morocco, “no matter how bad the network is, WhatsApp always works.”


8. Implementation Path

8.1 Phase 1: Core Skill development (0–6 months)

8.2 Phase 2: Educator community (6–18 months)

8.3 Phase 3: Educational validation (12–24 months)

8.4 Phase 4: Global expansion (24+ months)


9. Conclusion: Eudaimonia as the Ultimate Goal of Education

Aristotle’s eudaimonia (εὐδαιμονία) literally means “the state of being watched over by a good daimon” — to flourish according to one’s nature. Modern philosophy has reactivated the etymological link:

“Eudaimonia is not an endpoint or outcome but the process of realizing one’s daimon — fulfilling one’s potential and living according to one’s nature.”

The ultimate goal of education is not “raising test scores” or “completing a curriculum.” It is helping each person realize their own eudaimonia. Socrates, through midwifery, helps interlocutors discover the knowledge already within them. Feynman, through “teach in plain language,” helps learners truly own — rather than borrow — knowledge. Piaget reveals the inner law of cognitive development: each individual unfolds at their own pace and in their own stages.

The Digital Daimon — a persistent, deeply knowing intelligence that intervenes at the right moment but always preserves the learner’s autonomy — is the technical path to digital eudaimonia:

In the persistent companionship of a digital daimon, every learner discovers and develops their own cognitive potential, learning and growing according to their own nature and rhythm.

2,400 years ago, in the Athenian agora, Socrates described a voice that had accompanied him since childhood. The voice had no name. It only spoke to warn him away from error. He never doubted it.

60 years ago, an MIT programmer borrowed the concept to name a background process — and lost its essential features in the simplification.

Today, persistent agent architectures — with identity, memory, autonomy, and the capacity to evolve — are completing what was already implicit in the daimonion 2,400 years ago.

Perhaps Socrates’ “divine, daemonic something” has at last found its technical form. And this time, it does not belong to one Athenian. It belongs to every learner.

References

Ancient philosophical texts

  1. Plato. Apology. 31c–d, 40a–c.
  2. Plato. Symposium. 202d–203a.
  3. Plato. Phaedrus. 242b–243e.
  4. Plato. Republic. Book X, 614–621 (Myth of Er).
  5. Xenophon. Memorabilia.
  6. Aristotle. Nicomachean Ethics.
  7. Plutarch. De Genio Socratis.

Modern philosophy and education

  1. Hegel, G.W.F. Lectures on the History of Philosophy (section on Socrates).
  2. Vlastos, G. Socrates: Ironist and Moral Philosopher. Cambridge University Press, 1991.
  3. Nussbaum, M. The Fragility of Goodness. Cambridge University Press, 1986.
  4. Böhme, G. Der Typ Sokrates. Frankfurt: Suhrkamp, 1988.
  5. Destree, P. & Smith, N.D. (eds.). Socrates’ Divine Sign: Religion, Practice, and Value in Socratic Philosophy. 2005.
  6. Paul, R. & Elder, L. The Art of Socratic Questioning. Foundation for Critical Thinking, 2006.

Feynman and Piaget

  1. Feynman, R. Surely You’re Joking, Mr. Feynman! W.W. Norton, 1985.
  2. Piaget, J. The Construction of Reality in the Child. Basic Books, 1954.
  3. Piaget, J. The Psychology of Intelligence. Routledge, 1950.

AI and education

  1. Lara, F. & Deckers, J. “Artificial Intelligence as a Socratic Assistant for Moral Enhancement.” Neuroethics, 2019.
  2. Batsaikhan, O. et al. “Why a Virtual Assistant for Moral Enhancement When We Could Have a Socratic AI Mentor?” PMC, 2021.
  3. “SocraticAI: Transforming LLMs into Guided CS Tutors.” arXiv:2512.03501, 2025.
  4. “Learn Like Feynman: AI-Driven Feynman Bot.” arXiv:2506.09055.

Computing history and etymology

  1. Corbato, F.J. MIT Project MAC, 1963.
  2. “Daemon (computing).” Wikipedia.

Digital Daimon

  1. Carrigan, M. “The impending reality of the digital daemon.” 2024.
  2. Rastogi, G. “From Socrates to Silicon.” Patheos, 2024.
  3. “A Demon in a Box.” MIT Press Reader, 2023.

OpenClaw architecture

  1. OpenClaw documentation. github.com/open-claw/openclaw
  2. Steinberger, P. Interview, Lex Fridman Podcast #491.
  3. OpenClaw SOUL.md, AGENTS.md, BOOTSTRAP.md templates.

Open education

  1. UNESCO. AI and Education: Guidance for Policy-Makers. 2021.
  2. Papert, S. Mindstorms: Children, Computers, and Powerful Ideas. Basic Books, 1980.
  3. Vygotsky, L.S. Mind in Society. Harvard University Press, 1978.