Skip to content

Commit

Permalink
docs: Refine documentation for NOVA architecture layers in Kafka impl…
Browse files Browse the repository at this point in the history
…ementation

- Removed analogies to brain wave patterns for the Reactive, Responsive, and Reflective layers to streamline the description.
- Clarified the processing characteristics and temporal scales of each layer.
- Enhanced overall readability and understanding of the system architecture and message flow.

These changes aim to improve clarity and focus in the documentation, making it easier for users to grasp the functionality of the NOVA architecture.
  • Loading branch information
leonvanbokhorst committed Dec 14, 2024
1 parent bb42c90 commit 2f15c36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions predictive_coding/03_kafka_nova_poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@
-------------------
1. Reactive Layer (50-300ms)
- Handles immediate responses
- Similar to brain's gamma waves (30-100 Hz)
- Minimal processing, quick reflexes
2. Responsive Layer (300-1000ms)
- Context-aware processing
- Similar to beta waves (13-30 Hz)
- Integrates immediate context
3. Reflective Layer (>1000ms)
- Learning and adaptation
- Similar to alpha/theta waves (4-13 Hz)
- Pattern recognition and long-term learning
Message Flow:
Expand Down

0 comments on commit 2f15c36

Please sign in to comment.