Threadbourne commited on
Commit
b61a484
·
verified ·
1 Parent(s): aa0e5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -11,4 +11,10 @@ license: mit
11
  short_description: 'Multi-model orchestration system for observing LLMs '
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
11
  short_description: 'Multi-model orchestration system for observing LLMs '
12
  ---
13
 
14
+ # Live Wire
15
+ Live Wire is a Python-based orchestration system designed to observe how large language models stabilize, diverge, and align across synchronized multi-turn interactions.
16
+ A single user input is broadcast to multiple LLMs under a shared system context, while each model maintains an isolated rolling conversational state.
17
+ On each turn, Live Wire computes telemetry including Dynamic Communicative Alignment (DCA), cosine similarity matrices, fingerprint overlap, and inter-model consensus measures.
18
+ The instrument is intended to support evaluation and interpretability research by exposing interaction-level dynamics without modifying model weights or introducing persistent memory.
19
+
20
+