AI Research Engineering · London
Lorenzo Moriondo
I build graph-wiring methods, spectral vector search, and agentic code-generation workflows — and ship them as open-source Rust and Python.
ALD-SC: A Spectral Latent Diffusion Model
A spectral latent diffusion model where decoding runs on the feature-space manifold defined by a frozen ArrowSpace graph Laplacian. A graph-structured decoder replaces unconstrained convolutions with propagation along the Laplacian's smooth eigenvectors, gated by a Barontini entropic clock that terminates sampling intrinsically.
ArrowSpace: Spectral Search For Embeddings
Spectral indexing for vector similarity search combining cosine similarity with graph-Laplacian roughness (λτ-indexing) to produce topology-aware similarity scores. Published in the Journal of Open Source Software.
Vibrational Deduction Transformer
A transformer architecture that reasons through vibrational (oscillatory) modes in embedding spaces, using spectral decomposition to uncover latent structure beyond static attention patterns.
Graph Wiring: Vector Analysis & Retrieval
A library for vector analysis, retrieval and curation using graph-wiring techniques. Explores how topological structure in embedding spaces improves retrieval quality beyond naive cosine similarity.
Epiplexity: Spectral Feature Interactions in Embeddings
Epiplexity measures spectral feature interactions in high-dimensional embedding spaces, providing a formal framework for understanding how graph Laplacian eigenstructure influences retrieval quality and manifold geometry.