01 - Select
Start with the context.
The prototype identifies anchor-like evidence within a long input and produces a reduced context for the underlying language model.
Experimental long-context inference research
SpiralCoreAttention is an experimental context-reduction layer for open-weight LLM inference. It selects a smaller relevant subset of a long input before inference, then measures the latency, memory and quality trade-off against the full-context baseline.
~24%
lower p95 latency
Internal long-context test
~27%
lower peak VRAM
Internal long-context test
17K
input tokens
Synthetic evaluation prompts
10
test cases
Manual output review required
Current evidence
The current prototype was evaluated on a single RTX 5090 using Qwen2.5-1.5B-Instruct and a synthetic long-context set. Results are workload-specific and require independent validation before any production decision.
01 - Select
The prototype identifies anchor-like evidence within a long input and produces a reduced context for the underlying language model.
02 - Compare
Baseline and Spiral runs use the same model and inference settings. The comparison isolates the context-reduction trade-off.
03 - Review
Latency and VRAM are only useful if the output remains acceptable. Every evaluation includes baseline-versus-Spiral output review.
Technical validation pilot
A pilot is designed for teams with document-heavy or long-context open-weight LLM workloads. It is an evaluation, not a production deployment or a guaranteed-performance claim.
Select one long-context endpoint and provide 10-30 anonymised prompts or a synthetic equivalent.
Use the same model, decoding settings, token limits and GPU environment for baseline and Spiral.
Receive latency, VRAM, token, fallback and side-by-side output comparison results.
No production access required
No raw customer-data export required
No production integration required
Project status
SpiralCoreAttention is a research prototype. The next validation target is larger open-weight models and controlled vLLM or multi-GPU environments.
Validated internally
Still to validate