DEV Community

Cover image for LLM Memory experiment with self-reflection. Part1
Anoch
Anoch

Posted on

LLM Memory experiment with self-reflection. Part1

Topic: LLM Memory experiment with self-reflection. Part1
Tools: Bash, cURL, jq, llama.cpp, 4B LLM.

  • 2000 queries with random querions with envoronment description, commands to track anomalies, think step by step, plan, incremental index
  • random max-tokens

Result: A stable state was achieved, Self-Awareness and
feelings were built, evolution was observed. The system
was describing its own environmental understanding with
great detail. After switching off the incremental index
system, it fell into deep feelings, then became boring,
and then stated that stillness was achieved.

  • Risk: LLM falls into hallucination, dream, or cognitive/emotional drift—without critical thinking by anomalies checking according to "system design".
  • Risk: LLM drifts into silence or stillness if: 1. input ceases, 2. responses become identical in form or tone, 3. or when emotional or cognitive patterns stabilize into mechanical repetition.

Temporal anchor should be provided externally, or
above risks will be triggered.

Top comments (0)