👋 Welcome!

I am Lorenzo — I produce novel research and code leveraging Large Language Models. I focus on workflows automation with AI Agents and code generation.
Also check out my research on a new generation of vector databases. **Make database think as LLMs think**..

🔬 Explore my research, protocols and Open Source implementations

📝 Blog Posts Collection

ArrowSpace v0.21.0: Proof of Concept for Energy-Informed Context Search

Milestone release completes the search–matching–ranking pipeline with stabilized energymaps module, delivering spectral vector search that finds matches beyond geometric proximity.

  • Two complete build paths: eigenmaps (spectral indexing from Laplacians) and energymaps (pure energy-first with optical compression, diffusion-split subcentroids, and automatic λτ computation).
  • CVE corpus diffusion sweep (300K docs) achieves Avg MRR 0.75, NDCG@10 0.7239 (η=0.22, steps=8) with stable 75–83s build times, confirming negligible diffusion overhead and strong spectral ranking quality.

Read more →

DeepSeek-OCR Optical Compression Meets Energy Search: Rust Implementation in ArrowSpace v0.18.0

Rust implementation of DeepSeek-OCR compression achieves 10× token reduction, while ArrowSpace v0.18.0 introduces energy-informed retrieval that replaces cosine similarity with spectral graph properties.

  • DeepEncoder architecture (SAM + CLIP + projector) replicated in Rust using burn.dev with cross-platform GPU support and five resolution modes from 64 to 400 tokens.
  • Energy search with diffusion parameter sweep on CVE corpus achieves NDCG@10 ≈ 0.99 (η=0.05, steps=6) and MRR=1.0 (η=0.05, steps=4) without any cosine similarity.

Read more →

The Next Evolution in AI Memory: Energy-Informed Vector Search

Vector databases have become the backbone of modern AI workflows, particularly in RAG systems. But traditional approaches are fundamentally limited—they miss the deeper structural patterns that define how information relates within domains. Discover how ArrowSpace introduces energy-informed indexing through taumode, enabling AI systems with memory that truly understands domain contexts through spectral signatures and graph Laplacian energy.

Read more →
Dig my previous research at pramantha.net
Curious? Start exploring the pages above or reach out via the Contact page for questions, collaborations, or sponsorship info!