live-wire / README.md
Threadbourne's picture
Update README.md
b61a484 verified
|
Raw
History Blame Contribute Delete
920 Bytes
---
title: Live Wire
emoji: 🐢
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 6.2.0
app_file: app.py
pinned: false
license: mit
short_description: 'Multi-model orchestration system for observing LLMs '
---
# Live Wire
Live Wire is a Python-based orchestration system designed to observe how large language models stabilize, diverge, and align across synchronized multi-turn interactions.
A single user input is broadcast to multiple LLMs under a shared system context, while each model maintains an isolated rolling conversational state.
On each turn, Live Wire computes telemetry including Dynamic Communicative Alignment (DCA), cosine similarity matrices, fingerprint overlap, and inter-model consensus measures.
The instrument is intended to support evaluation and interpretability research by exposing interaction-level dynamics without modifying model weights or introducing persistent memory.